Commit Graph

  • 9221381443
    remove a unused type SecureJSONPrefix (#2391) bestgopher 2020-05-24 10:58:28 +0800
  • 2773ce6e60
    add copyright (#2388) thinkerou 2020-05-23 22:52:01 +0800
  • 7bffae1d3d
    Remove some functions that have the same effect as the bytes package (#2387) bestgopher 2020-05-23 22:19:37 +0800
  • acbb3d4f42
    Broken link repo typo fix (#2381) Sudhir Mishra 2020-05-18 13:20:35 +0530
  • b4c8bf1bbe
    chore(performance): improve countParams (#2378) Bo-Yi Wu 2020-05-17 18:11:22 +0800
  • 1d5b9badd9
    chore: rename getQueryCache/getFormCache to initQueryCache/initFormCache (#2375) thinkerou 2020-05-14 11:35:14 +0800
  • a6e8665e42
    fix(tree): reassign fullpath when register new node which the same current node (#2366) vinhha96 2020-05-11 12:25:49 +0700
  • d17270dd90
    Sync route tree to httprouter latest code (#2368) Bo-Yi Wu 2020-05-10 13:22:25 +0800
  • 6f3d96ccff
    chore: improve render string performance (#2365) Bo-Yi Wu 2020-05-09 17:41:00 +0800
  • 82b284fd77
    uncomment the code (#2362) Anup Kumar Panwar 2020-05-08 06:20:26 +0530
  • 235898e642
    Fix typo (#2358) bn4t 2020-05-05 15:20:00 +0000
  • 05464a8f6b
    docs: update benchmark result v1.6.3 (#2355) Bo-Yi Wu 2020-05-05 16:37:40 +0800
  • 747efffd2a
    chore: update godoc address (#2357) thinkerou 2020-05-05 14:06:42 +0800
  • 6ac7f194c4
    chore: update some code style (#2356) thinkerou 2020-05-05 13:55:57 +0800
  • 54175dbe72
    chore: update the result of CR (#2354) thinkerou 2020-05-04 11:40:41 +0800
  • 6a8b8b6651 Release v1.6.3 version (#2353) v1.6.3 Bo-Yi Wu 2020-05-03 21:12:07 +0800
  • 16c91a8057 chore(performance): Change *sync.RWMutex to sync.RWMutex (#2351) Bo-Yi Wu 2020-05-03 20:39:34 +0800
  • 724a883f24 update: CHANGELOG.md add log for version 1.6.2 (#2329) Qt 2020-04-20 20:07:36 +0800
  • abc4fa0718
    Release v1.6.3 version (#2353) Bo-Yi Wu 2020-05-03 21:12:07 +0800
  • 2c43278080
    chore(performance): Change *sync.RWMutex to sync.RWMutex (#2351) Bo-Yi Wu 2020-05-03 20:39:34 +0800
  • 4427ca4a60
    Update gin_integration_test.go (#2341) Ronald Petty 2020-04-27 18:36:04 -0700
  • be4ba7d9df
    update: CHANGELOG.md add log for version 1.6.2 (#2329) Qt 2020-04-20 20:07:36 +0800
  • 90fff292d7
    fix typo in the PR template and CONTRIBUTING files (#2323) Johnny Dallas 2020-04-16 21:26:42 -0700
  • a4e947a356
    update:SetMode function (#2321) bestgopher 2020-04-16 22:31:58 +0800
  • 4f208887e1
    update set cookie example (#2312) Shilin Wang 2020-04-08 23:31:31 +0800
  • 3315353c20
    Update version.go (#2307) Henry Kwan 2020-03-27 21:39:11 +0800
  • 298ebca691
    fix missing initial sync.RWMutex (#2305) v1.6.2 Bo-Yi Wu 2020-03-27 10:57:36 +0800
  • 57f99ca50f
    Add set samesite in cookie. (#2306) Bo-Yi Wu 2020-03-27 10:47:22 +0800
  • bd5ee1aae2
    doc: add pr link (#2298) thinkerou 2020-03-24 22:49:34 +0800
  • 07a6818d24
    bump to v1.6.1 version (#2295) v1.6.1 Bo-Yi Wu 2020-03-23 18:00:58 +0800
  • 1bebd9af91
    Revert "fix accept incoming network connections (#2216)" (#2294) Bo-Yi Wu 2020-03-23 17:48:25 +0800
  • ae88831448
    Update version.go (#2293) Henry Kwan 2020-03-23 13:52:28 +0800
  • a412209e60
    docs: Add 1.6 changelogs (#2290) Bo-Yi Wu 2020-03-22 12:28:46 +0800
  • c4fd2489ce
    Improved the graceful shutdown and restart section and removed… (#2288) v1.6.0 Igor H. Vieira 2020-03-21 23:25:35 -0300
  • 73ccfea3ba
    Add mutex for protect Context.Keys map (#1391) AcoNCodes 2020-03-16 18:52:02 +0200
  • 67008be35f
    Unix Socket Handling (#2280) Ryan J. Yoder 2020-03-16 07:36:15 -0700
  • a71af9c144
    removing log injection (#2277) Manuel Alonso 2020-03-07 14:51:33 +0100
  • 1d055af1bc
    FileFromFS (#2112) Nikifor Seryakov 2020-03-07 05:23:33 +0300
  • 2ff2b19e14
    fix accept incoming network connections (#2216) kebo 2020-03-07 09:21:02 +0800
  • 094b3fdb39
    ci support go1.14 (#2262) thinkerou 2020-02-26 10:27:03 +0800
  • 5f56109bcf
    Use json marshall in context json to fix breaking new line issue. Fixes #2209 (#2228) Kaushik Neelichetty 2020-02-21 14:45:17 +0530
  • 863ad2d4de
    docs(badge): add todo badge (#2240) Bo-Yi Wu 2020-02-21 16:33:36 +0800
  • 0d12918b0a
    chore: upgrade depend version (#2231) thinkerou 2020-02-13 20:23:29 +0800
  • acac7b1210
    tree: range over nodes values (#2229) thinkerou 2020-02-09 10:46:22 +0800
  • 731c827892
    add yaml negotitation (#2220) Erik Bender 2020-02-06 07:50:21 +0100
  • 0e4d8eaf07
    tree: remove duplicate assignment (#2222) Bo-Yi Wu 2020-01-28 18:35:47 +0800
  • 64e6a7654f docs(path): improve comments (#2223) Bo-Yi Wu 2020-01-28 11:38:45 +0800
  • 07c0f05f24 Renew README to fit the modification of SetCookie method (#2217) Andy Pan 2020-01-23 07:54:08 +0800
  • 69a202dbbd chore: upgrade go-isatty and json-iterator/go (#2215) Bo-Yi Wu 2020-01-22 00:24:25 +0800
  • f94406a087 Added support for SameSite cookie flag (#1615) ali 2020-01-20 07:12:44 +0000
  • 982daeb1ec Use zero-copy approach to convert types between string and byte… (#2206) Andy Pan 2020-01-18 00:32:50 +0800
  • ace6e4c2ea path: sync code with httprouter (#2212) Andy Pan 2020-01-16 22:40:59 +0800
  • 424e9685be Update docs on Context.Done(), Context.Deadline() and Context.Err() (#2196) Andrey Abramov 2020-01-07 20:48:28 +0300
  • 025950afe9 Reuse bytes when cleaning the URL paths (#2179) Andy Pan 2020-01-07 17:37:18 +0800
  • fd8a65b252 Add build tag nomsgpack (#1852) Antoine GIRARD 2020-01-07 04:31:10 +0100
  • b8a7b6d194 Fix spelling (#2202) John Bampton 2020-01-07 11:19:49 +1000
  • 59ab588bf5 Remove broken link from README. (#2198) John Bampton 2019-12-30 23:55:08 +1000
  • 9b3477ef9d Update validator to v10 (#2190) Lin Kao-Yuan 2019-12-20 14:01:58 +0800
  • cc14a770cd upgrade go-validator to v10 for README (#2189) 飞雪无情 2019-12-19 11:21:58 +0800
  • 1b480ed294 Update to currently output (#2188) Lin Kao-Yuan 2019-12-18 21:08:58 +0800
  • d6143d8d7c tree: remove one else statement (#2177) thinkerou 2019-12-18 16:58:38 +0800
  • aee83e040b Fix "Custom Validators" example (#2186) Lin Kao-Yuan 2019-12-18 09:44:33 +0800
  • 168fa94516
    tree: sync httprouter update (#2173) thinkerou 2019-12-09 15:04:35 +0800
  • 6e16da8683
    tree: sync httprouter update (#2172) thinkerou 2019-12-08 19:34:05 +0800
  • c6544855d7 tree: sync httprouter update (#2171) thinkerou 2019-12-08 18:35:08 +0800
  • 7c21e04f62
    fix maxParams bug (#2166) thinkerou 2019-12-04 07:56:01 +0800
  • 77b8344169 Add project to README (#2165) Victor Castell 2019-12-02 13:59:56 +0100
  • 3abc96e3cd
    tree: sync part httprouter codes and reduce if/else (#2163) thinkerou 2019-12-01 19:53:03 +0800
  • 3957f6bb4b docs(benchmarks): for gin v1.5 (#2153) Bo-Yi Wu 2019-11-29 13:07:19 +0800
  • d5f12ac6d7
    use http method constant (#2155) thinkerou 2019-11-29 07:50:49 +0800
  • 352d69c71f
    chore(performance): Improve performance for adding RemoveExtraS… (#2159) Bo-Yi Wu 2019-11-29 00:02:02 +0800
  • 231ff00d1f Refactor redirect request in gin.go (#1970) Ngalim Siregar 2019-11-26 07:19:30 +0700
  • 3c8e29b53c
    drop support govendor (#2148) thinkerou 2019-11-25 15:42:23 +0800
  • e90e2ba9b3 upgrade go-validator to v10 (#2149) Xudong Cai 2019-11-25 14:49:45 +0800
  • 3737520f17 Changed wording for clarity in README.md (#2122) BradyBromley 2019-11-24 19:03:36 -0800
  • b52a1a1588 allow empty headers on DataFromReader (#2121) Dmitry Kutakov 2019-11-25 03:45:53 +0100
  • 2ee0e96394 Drop support go1.10 (#2147) thinkerou 2019-11-24 23:07:56 +0800
  • 70ca31bc11 fix comment in `mode.go` (#2129) Ivan Chen 2019-11-24 16:22:18 +0800
  • 15ced05c53
    ready to release v1.5.0 (#2109) v1.5.0 thinkerou 2019-11-24 10:25:21 +0800
  • db9174ae0c fix ignore walking on form mapping (#1942) (#1943) Dmitry Kutakov 2019-11-01 03:47:40 +0100
  • 0f951956d0 [FIX] c.Request.FormFile maybe file, need close (#2114) linfangrong 2019-10-31 23:17:12 +0800
  • aabaccbba2 Close files opened in static file handler (#2118) Shamus Taylor 2019-10-31 09:52:02 -0500
  • 517eacb4f9 Update gin.go (#2110) ishanray 2019-10-30 23:13:39 -0400
  • 393a63f3b0 Fix 'errcheck' linter warnings (#2093) Dmitry Kutakov 2019-10-27 06:58:59 +0100
  • 8a1bfcfd3b format errUnknownType (#2103) ZhangYunHao 2019-10-26 14:20:35 +0800
  • 089016a092 Update README.md (#2106) Ildar1111 2019-10-25 05:03:53 +0300
  • 0ce4661029 Use Writer in Context.Status (#1606) willnewrelic 2019-10-16 19:14:44 -0700
  • 1a1cf655bd add details in issue template (#2085) Dmitry Kutakov 2019-10-15 08:25:55 +0200
  • 3cea16cc6c Update go.sum file (#2094) Dmitry Kutakov 2019-10-15 05:04:25 +0200
  • f7becac7bc Relocate binding body tests (#2086) Dmitry Kutakov 2019-10-10 10:58:31 +0200
  • 4fd3234840 Fix spelling. (#2080) John Bampton 2019-10-03 09:46:41 +1000
  • beb879e475 Change Writter to Writer. (#2079) John Bampton 2019-09-30 16:22:12 +1000
  • 79840bc1c6 support run HTTP server with specific net.Listener (#2023) Manjusaka 2019-09-30 09:12:22 +0800
  • 9b9f4fab34 Updated Readme.md: file.Close() for template read (#2068) bullgare 2019-09-24 17:18:41 +0300
  • d6eafcf48a add TestDisableBindValidation (#2071) Gaozhen Ying 2019-09-24 21:44:15 +0800
  • 2e5a7196cc use url.URL.Query instead of parsing query (#2063) Santhosh Kumar 2019-09-24 07:31:57 +0530
  • f45c83c70c Updated Readme.md for serving multiple services (#2067) bullgare 2019-09-23 18:48:10 +0300
  • 0b96dd8ae5 chore: remove env var for go master branch (#2056) thinkerou 2019-09-22 15:35:34 +0800
  • b562fed3aa Make countParams more readable (#2052) ZYunH 2019-09-11 18:10:39 +0800
  • 9aa870f108 Adjust Render.Redirect test case (#2053) Gaozhen Ying 2019-09-10 17:16:37 +0800