Commit Graph

  • d6461a29f0 Update version.go (#2293) Henry Kwan 2020-03-23 13:52:28 +0800
  • 6e6bc3d904 docs: Add 1.6 changelogs (#2290) Bo-Yi Wu 2020-03-22 12:28:46 +0800
  • d6258d1983 Improved the graceful shutdown and restart section and removed… (#2288) Igor H. Vieira 2020-03-21 23:25:35 -0300
  • 54cac35059 Add mutex for protect Context.Keys map (#1391) AcoNCodes 2020-03-16 18:52:02 +0200
  • a25e4708d1 Unix Socket Handling (#2280) Ryan J. Yoder 2020-03-16 07:36:15 -0700
  • 22a881fbd6 removing log injection (#2277) Manuel Alonso 2020-03-07 14:51:33 +0100
  • 99e151e55c FileFromFS (#2112) Nikifor Seryakov 2020-03-07 05:23:33 +0300
  • 0b6be88bf6 fix accept incoming network connections (#2216) kebo 2020-03-07 09:21:02 +0800
  • 5ec9888d85 ci support go1.14 (#2262) thinkerou 2020-02-26 10:27:03 +0800
  • 170d39bd68 Use json marshall in context json to fix breaking new line issue. Fixes #2209 (#2228) Kaushik Neelichetty 2020-02-21 14:45:17 +0530
  • ad711e1da0 docs(badge): add todo badge (#2240) Bo-Yi Wu 2020-02-21 16:33:36 +0800
  • bb79a731e4 chore: upgrade depend version (#2231) thinkerou 2020-02-13 20:23:29 +0800
  • cb605c3550 tree: range over nodes values (#2229) thinkerou 2020-02-09 10:46:22 +0800
  • 5c7a721938 add yaml negotitation (#2220) Erik Bender 2020-02-06 07:50:21 +0100
  • 80d049fd9b tree: remove duplicate assignment (#2222) Bo-Yi Wu 2020-01-28 18:35:47 +0800
  • 952204d65b docs(path): improve comments (#2223) Bo-Yi Wu 2020-01-28 11:38:45 +0800
  • 91b6a51372 Renew README to fit the modification of SetCookie method (#2217) Andy Pan 2020-01-23 07:54:08 +0800
  • 63ac6edae2 chore: upgrade go-isatty and json-iterator/go (#2215) Bo-Yi Wu 2020-01-22 00:24:25 +0800
  • c4651b8f36 Added support for SameSite cookie flag (#1615) ali 2020-01-20 07:12:44 +0000
  • 13c883c25b Use zero-copy approach to convert types between string and byte… (#2206) Andy Pan 2020-01-18 00:32:50 +0800
  • da81f42408 path: sync code with httprouter (#2212) Andy Pan 2020-01-16 22:40:59 +0800
  • b307e53865 Update docs on Context.Done(), Context.Deadline() and Context.Err() (#2196) Andrey Abramov 2020-01-07 20:48:28 +0300
  • cb72121e29 Reuse bytes when cleaning the URL paths (#2179) Andy Pan 2020-01-07 17:37:18 +0800
  • bc12fe0873 Add build tag nomsgpack (#1852) Antoine GIRARD 2020-01-07 04:31:10 +0100
  • 0ca5bb97e5 Fix spelling (#2202) John Bampton 2020-01-07 11:19:49 +1000
  • 24566bb47d Remove broken link from README. (#2198) John Bampton 2019-12-30 23:55:08 +1000
  • bd5ee1aae2
    doc: add pr link (#2298) thinkerou 2020-03-24 22:49:34 +0800
  • 84ac58665e doc: add v1.6.1 release note thinkerou 2020-03-24 22:41:07 +0800
  • 0552b0e076 doc: add pr link thinkerou 2020-03-24 22:04:17 +0800
  • 4afd0574d8 revert guonaihong 2020-03-24 13:39:49 +0800
  • 07a6818d24
    bump to v1.6.1 version (#2295) v1.6.1 Bo-Yi Wu 2020-03-23 18:00:58 +0800
  • b05638d273
    Merge branch 'master' into appleboy-patch-1 thinkerou 2020-03-23 17:50:51 +0800
  • 1bebd9af91
    Revert "fix accept incoming network connections (#2216)" (#2294) Bo-Yi Wu 2020-03-23 17:48:25 +0800
  • 9ba0e9534e Revert "fix accept incoming network connections (#2216)" kebo 2020-03-23 15:45:54 +0800
  • 7a4166c17b Revert "fix accept incoming network connections (#2216)" kebo 2020-03-23 15:36:50 +0800
  • 7828cc9c34
    bump to v1.6.1 version Bo-Yi Wu 2020-03-23 15:35:35 +0800
  • e8e308da7f Revert "fix accept incoming network connections (#2216)" Bo-Yi Wu 2020-03-23 14:08:33 +0800
  • ae88831448
    Update version.go (#2293) Henry Kwan 2020-03-23 13:52:28 +0800
  • dbcc1e2c0f
    Update version.go Henry Kwan 2020-03-23 12:38:53 +0800
  • a412209e60
    docs: Add 1.6 changelogs (#2290) Bo-Yi Wu 2020-03-22 12:28:46 +0800
  • f79d50b29e docs: Add 1.6 changelogs Bo-Yi Wu 2020-03-22 11:24:29 +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
  • f471071001 docs: Improved the graceful shutdown and restart section and removed dead code Zignd 2020-03-21 19:35:02 -0300
  • 6655232d45
    Merge branch 'master' into fix-binding-empty-value Bo-Yi Wu 2020-03-18 21:21:53 +0800
  • 73ccfea3ba
    Add mutex for protect Context.Keys map (#1391) AcoNCodes 2020-03-16 18:52:02 +0200
  • b1d9b1addc
    Merge branch 'master' into master Bo-Yi Wu 2020-03-16 22:59:33 +0800
  • 67008be35f
    Unix Socket Handling (#2280) Ryan J. Yoder 2020-03-16 07:36:15 -0700
  • 5253b8f50d removed useless error checking Ryan J. Yoder 2020-03-13 23:24:11 -0700
  • b4744d33bd added tests for Context GetRequest and GetWriter SPie 2020-03-09 21:37:34 +0100
  • 6126030a9a added getters for Context Request and ResponseWriter SPie 2020-03-09 21:22:37 +0100
  • 142554be4d do not set unix socket permissions. Cleanup unix socket. Ryan J. Yoder 2020-03-08 15:30:54 -0700
  • a71af9c144
    removing log injection (#2277) Manuel Alonso 2020-03-07 14:51:33 +0100
  • e1626059d4
    Merge branch 'master' into master thinkerou 2020-03-07 14:23:33 +0800
  • 1d055af1bc
    FileFromFS (#2112) Nikifor Seryakov 2020-03-07 05:23:33 +0300
  • 009461e580
    Merge branch 'master' into master Bo-Yi Wu 2020-03-07 10:10:26 +0800
  • 2ff2b19e14
    fix accept incoming network connections (#2216) kebo 2020-03-07 09:21:02 +0800
  • 416f370192
    Merge branch 'master' into master Bo-Yi Wu 2020-03-07 09:05:27 +0800
  • 2f01e982ce removing log injection manute 2020-03-03 15:42:30 +0100
  • da350d1d13
    Merge branch 'master' into fix-net-allow kebo 2020-02-28 21:02:31 +0800
  • 5b4ee29a19
    copy #2237 thinkerou 2020-02-26 23:22:32 +0800
  • 6da55aa6ba
    Merge branch 'master' into master Bo-Yi Wu 2020-02-26 21:37:24 +0800
  • 094b3fdb39
    ci support go1.14 (#2262) thinkerou 2020-02-26 10:27:03 +0800
  • 0e85f3b622 chore(golang): add 1.14 version Bo-Yi Wu 2020-02-26 10:22:52 +0800
  • 7dfb084f72 ci support go1.14 thinkerou 2020-02-26 09:06:27 +0800
  • 59f813f696 update 陶辰 2020-02-24 17:59:32 +0800
  • e601e99562 update 陶辰 2020-02-24 17:43:28 +0800
  • 3441ff9e52 update 陶辰 2020-02-24 17:43:09 +0800
  • 6cae8f35bd update 陶辰 2020-02-24 17:16:49 +0800
  • fd14e3c8a5 update 陶辰 2020-02-24 16:48:32 +0800
  • c47ba730cd update 陶辰 2020-02-24 16:45:43 +0800
  • 76be90096f update 陶辰 2020-02-24 16:25:49 +0800
  • 547060b82c update 陶辰 2020-02-24 16:23:11 +0800
  • 1be2d66304 update 陶辰 2020-02-24 16:22:55 +0800
  • 8dfcc62313 update 陶辰 2020-02-24 16:00:14 +0800
  • ba6c121b63 update 陶辰 2020-02-24 15:52:46 +0800
  • ae326bfc8e update 陶辰 2020-02-24 15:28:14 +0800
  • ade290f45e update 陶辰 2020-02-24 15:22:15 +0800
  • 69e8a290c4 update 陶辰 2020-02-24 15:09:08 +0800
  • 7050eed6a9 update 陶辰 2020-02-24 14:37:19 +0800
  • 7516eec5c2 update 陶辰 2020-02-24 14:34:02 +0800
  • aef2121a74 update 陶辰 2020-02-24 11:55:39 +0800
  • b089be1fd1 update 陶辰 2020-02-24 11:05:03 +0800
  • 601a2ed8af update 陶辰 2020-02-24 10:41:58 +0800
  • 67eee91c96 update 陶辰 2020-02-24 09:47:12 +0800
  • 114cdd4772 update 陶辰 2020-02-24 09:43:39 +0800
  • bf3fc50637 Merge branch 'ptgin' of https://github.com/ptechen/gin into ptgin 陶辰 2020-02-22 10:24:28 +0800
  • 299e59abd8 update 陶辰 2020-02-22 10:23:15 +0800
  • 4c9a9c1063
    Merge branch 'master' into ptgin Petechen 2020-02-21 17:41:11 +0800
  • c70c59ee32
    Merge branch 'master' into master thinkerou 2020-02-21 17:15:37 +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
  • 524a6505d0
    Merge branch 'master' into Use-JSON-Marshall-In-ContextJSON-To-Fix-New-Line-Issue thinkerou 2020-02-21 17:10:40 +0800
  • 94a4b64663 update 陶辰 2020-02-21 16:54:51 +0800
  • 747f226c31 update 陶辰 2020-02-21 16:54:07 +0800
  • 7d580e6528 update 陶辰 2020-02-21 16:46:58 +0800
  • fda3fcd1a1 update 陶辰 2020-02-21 16:39:31 +0800
  • b3260d0e3d
    Merge branch 'master' into master thinkerou 2020-02-21 16:35:29 +0800
  • 863ad2d4de
    docs(badge): add todo badge (#2240) Bo-Yi Wu 2020-02-21 16:33:36 +0800
  • 1a2bce48f3 update 陶辰 2020-02-21 16:24:04 +0800
  • 39e551df7b update 陶辰 2020-02-21 16:13:54 +0800
  • 950435a9cd
    Merge branch 'master' into readme Bo-Yi Wu 2020-02-21 15:41:59 +0800