Commit Graph

  • 3fbd719a88
    Update pr-check.yml kezhenxu94 2022-07-08 21:23:27 +0800
  • 98b0ffc446 feat: add option to remove hijackConnPool gaowenju 2022-07-08 20:36:29 +0800
  • 8c6c6a4284 feat: update for tempalte 范广宇 2022-07-05 18:13:20 +0800
  • 9bc15a5f99 test: impl benchmark for refreshServerDate lgbgbl 2022-07-04 11:48:12 +0800
  • 2fb2dc231d
    feat: parse post args in bodystream (#112) Xuran 2022-07-04 11:44:17 +0800
  • 5e16a1f72b optimize: pre-allocate slice when calling bytesconv.AppendHTTPDate lgbgbl 2022-07-02 00:34:37 +0800
  • 509b011bbf
    feat: client abstracts hostclient layer (#105) Xuran 2022-06-30 15:24:39 +0800
  • c791d58825
    Merge pull request #92 from FGYFFFF/feat/hz_support_windows GuangyuFan 2022-06-30 15:12:08 +0800
  • ba7a185fd9 feat: hz support windows 范广宇 2022-06-22 20:09:04 +0800
  • 3fd8df82d3
    optimize: avoid parsing regular expression repeatedly#108 Wenju Gao 2022-06-28 17:26:45 +0800
  • 10aca07a6c optimize: avoid parsing regular expression repeatly lgbgbl 2022-06-28 12:21:17 +0800
  • 18e71d6dd7
    feat: client removes default retry logic (#102) Xuran 2022-06-27 15:56:33 +0800
  • a1bdfee148
    fix: use defer to guarantee that mutex will be unlocked #104 Wenju Gao 2022-06-27 10:41:30 +0800
  • 0b0e801515 fix: use defer to guarantee that mutex will be unlocked lgbgbl 2022-06-25 11:23:37 +0800
  • ed1a1b1780
    style: fixed the typo "ungzipped" to "gunzipped" #103 Wenju Gao 2022-06-24 18:07:10 +0800
  • 3d7974735e Fixed the typo "ungzipped" to "gunzipped" Ai, Zi-Xun 2022-06-24 16:21:08 +0800
  • 7df34cf218
    fix: ci exec /bin/license-eye: exec format error (#96) Xuran 2022-06-24 15:38:19 +0800
  • 88075d60c3
    docs: use comma to separate && remove extra space #97 Wenju Gao 2022-06-23 17:58:00 +0800
  • b3b48e0250
    refactor(cookie): use appendCookiePart to simpify code #94 Wenju Gao 2022-06-23 17:55:12 +0800
  • 9cff137fd2 fix company typo likzn 2022-06-23 11:58:02 +0800
  • 1822e0c483 doc: use comma to seperate && remove extra space likzn 2022-06-23 11:50:29 +0800
  • 0d33eac6c5 refactor: use appendCookiePart to simpify code lgbgbl 2022-06-23 10:51:59 +0800
  • f54c24aa5f
    style(client): use const var and removed duplicate type conversions #90 Wenju Gao 2022-06-22 18:25:02 +0800
  • 3d99a461a2 style: use const var and removed duplicate type conversions zhoulilily 2022-06-22 18:00:29 +0800
  • 9ed1a2f7cb style: use const var and removed duplicate type conversions zhoulilily 2022-06-22 17:23:29 +0800
  • 39b7294394
    Merge pull request #76 from cloudwego/main Wenju Gao 2022-06-20 21:05:26 +0800
  • bacbb8fba9
    Merge pull request #75 from cloudwego/release/v0.1.0 v0.1.0 Wenju Gao 2022-06-20 21:02:56 +0800
  • 6e9dcfa53b chore: update version v0.1.0 alice 2022-06-20 21:00:01 +0800
  • b625820b8b
    feat(hz): add code generator (#70) GuangyuFan 2022-06-20 20:49:26 +0800
  • 2f87bc552a
    feat: add net/http adaptor (#64) Xuran 2022-06-20 18:17:08 +0800
  • 749adbdb74
    feat: close connection after responding the short-connection request (#31) Wenju Gao 2022-06-20 18:02:04 +0800
  • 2422257c9b
    docs: remove extra spaces Wenju Gao 2022-06-20 18:00:14 +0800
  • eeda87137b
    feat: add ctx.Body() API Xuran 2022-06-20 14:52:10 +0800
  • 0052c27cd9
    feat: support windows (#59) Xuran 2022-06-20 11:51:48 +0800
  • ddd02f12ac
    feat: add VisitAllCustomHeader method for header(#44) Xuran 2022-06-17 16:20:51 +0800
  • 043dbe48de
    refactor: unify the entry to set request options (#37) Xuran 2022-06-17 15:05:37 +0800
  • ce28dd9dd7
    refactor: use http.TimeFormat as layout for http date (#57) lgbgbl 2022-06-16 16:58:08 +0800
  • a0aa8b21ac
    feat: add remote address in the error log (#58) QihengZhou 2022-06-16 14:58:53 +0800
  • 557aebd375
    docs: add icon in README.md and README_cn.md (#60) kinggo 2022-06-16 14:42:42 +0800
  • cbb35589cb
    Update README.md (#54) CloudWeGo.ice () 2022-06-14 11:26:15 +0800
  • 80938c27b4
    refactor: omit redundant nil check around loop (#52) lgbgbl 2022-06-10 10:38:32 +0800
  • e1bed8a1c8
    Merge pull request #47 from baiyutang/develop Xuran 2022-06-08 18:12:50 +0800
  • b8a2a5b479 docs(readme.md):add wechat-group-qrcode image baiyutang 2022-06-08 12:16:35 +0800
  • 753ef4fc33
    optimize(recovery):use CtxErrorf instead of Errorf when server panic (#41) kinggo 2022-06-06 14:43:36 +0800
  • ce6e93c30b
    style:delete redundant type conversion (#42) zhoulilily 2022-06-06 14:41:47 +0800
  • 827821151a
    Merge pull request #33 from lgbgbl/optimize-AddMissingPort Xuran 2022-06-06 11:51:09 +0800
  • f88960b753 refactor: simplify code in AddMissingPort lgbgbl 2022-06-02 09:59:54 +0800
  • 0369d93d08
    fix: remove fshandler and related tests (#34) byene0923 2022-06-06 11:45:31 +0800
  • 48fb76f90e
    Merge pull request #29 from bodhisatan/fix_typos Wenju Gao 2022-06-02 11:26:00 +0800
  • b87da249f3
    Merge pull request #27 from lgbgbl/optimize-fmt Wenju Gao 2022-06-02 11:25:31 +0800
  • 12e49108e7 chore(*): fix typos yaoxianjie.dev 2022-06-01 16:11:46 +0800
  • 7e2ff31d1e refactor: use errors.NewPublic rather than fmt.Errorf lgbgbl 2022-06-01 12:58:30 +0800
  • 0dfec03b68 chore(*): fix typos yaoxianjie.dev 2022-06-01 12:11:10 +0800
  • 9ced80f0fd Initial commit v0.0.1 gaowenju 2022-05-31 15:34:58 +0800