From ab1aacfed67dd9f6012818a9e5695986158bbe30 Mon Sep 17 00:00:00 2001 From: Jvle Date: Fri, 8 Nov 2024 17:14:13 +0800 Subject: [PATCH 1/2] Bring in llhttp --- sig/Networking/sig-info.yaml | 10 +++++++++- sig/Networking/src-openeuler/l/llhttp.yaml | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 sig/Networking/src-openeuler/l/llhttp.yaml diff --git a/sig/Networking/sig-info.yaml b/sig/Networking/sig-info.yaml index ff772e65e..ca9bda8b8 100644 --- a/sig/Networking/sig-info.yaml +++ b/sig/Networking/sig-info.yaml @@ -284,4 +284,12 @@ repositories: email: 2368498274@qq.com - gitee_id: emadel name: Jiayue Zhang - email: 1061430297@qq.com \ No newline at end of file + email: 1061430297@qq.com + +- repo: + - src-openeuler/llhttp + committers: + - gitee_id: Jvle + name: Keke Ming + organization: iscas + email: keke.oerv@isrc.iscas.ac.cn \ No newline at end of file diff --git a/sig/Networking/src-openeuler/l/llhttp.yaml b/sig/Networking/src-openeuler/l/llhttp.yaml new file mode 100644 index 000000000..6b694bb01 --- /dev/null +++ b/sig/Networking/src-openeuler/l/llhttp.yaml @@ -0,0 +1,7 @@ +name: llhttp +description: Port of http_parser to llparse. +upstream: https://github.com/nodejs/llhttp +branches: +- name: master + type: protected +type: public \ No newline at end of file -- Gitee From 71d434aab36a5b2c5facae0eda374ee996cbe4d5 Mon Sep 17 00:00:00 2001 From: Jvle Date: Fri, 8 Nov 2024 18:25:06 +0800 Subject: [PATCH 2/2] Bring in HdrHistogram_c --- sig/Networking/sig-info.yaml | 10 +--------- sig/Networking/src-openeuler/l/llhttp.yaml | 7 ------- sig/Programming-language/sig-info.yaml | 8 ++++++++ .../src-openeuler/h/HdrHistogram_c.yaml | 7 +++++++ 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 sig/Networking/src-openeuler/l/llhttp.yaml create mode 100644 sig/Programming-language/src-openeuler/h/HdrHistogram_c.yaml diff --git a/sig/Networking/sig-info.yaml b/sig/Networking/sig-info.yaml index ca9bda8b8..ff772e65e 100644 --- a/sig/Networking/sig-info.yaml +++ b/sig/Networking/sig-info.yaml @@ -284,12 +284,4 @@ repositories: email: 2368498274@qq.com - gitee_id: emadel name: Jiayue Zhang - email: 1061430297@qq.com - -- repo: - - src-openeuler/llhttp - committers: - - gitee_id: Jvle - name: Keke Ming - organization: iscas - email: keke.oerv@isrc.iscas.ac.cn \ No newline at end of file + email: 1061430297@qq.com \ No newline at end of file diff --git a/sig/Networking/src-openeuler/l/llhttp.yaml b/sig/Networking/src-openeuler/l/llhttp.yaml deleted file mode 100644 index 6b694bb01..000000000 --- a/sig/Networking/src-openeuler/l/llhttp.yaml +++ /dev/null @@ -1,7 +0,0 @@ -name: llhttp -description: Port of http_parser to llparse. -upstream: https://github.com/nodejs/llhttp -branches: -- name: master - type: protected -type: public \ No newline at end of file diff --git a/sig/Programming-language/sig-info.yaml b/sig/Programming-language/sig-info.yaml index aef6d5393..426b1ebd4 100644 --- a/sig/Programming-language/sig-info.yaml +++ b/sig/Programming-language/sig-info.yaml @@ -401,3 +401,11 @@ repositories: name: Jingwei Wang organization: iscas email: wangjingwei@iscas.ac.cn + +- repo: + - src-openeuler/HdrHistogram_c + committers: + - gitee_id: Jvle + name: Keke Ming + organization: iscas + email: keke.oerv@isrc.iscas.ac.cn \ No newline at end of file diff --git a/sig/Programming-language/src-openeuler/h/HdrHistogram_c.yaml b/sig/Programming-language/src-openeuler/h/HdrHistogram_c.yaml new file mode 100644 index 000000000..810ce37f1 --- /dev/null +++ b/sig/Programming-language/src-openeuler/h/HdrHistogram_c.yaml @@ -0,0 +1,7 @@ +name: HdrHistogram_c +description: C port of the HdrHistogram. +upstream: https://github.com/HdrHistogram/HdrHistogram_c +branches: +- name: master + type: protected +type: public \ No newline at end of file -- Gitee