Commit Graph

  • c275770272
    Merge branch 'master' into feature/array_support_for_json_bind Bo-Yi Wu 2020-11-11 22:03:44 +0800
  • b4851c4607 Change from log.Fatalf to log.Printf to ensure the graceful shutdown actually works J. J. Bigorra 2020-11-11 09:00:41 +0100
  • b282d369e3 Change error comparison to use errors.Is() and add a line of whitespace before the if statement on graceful shutdown J. J. Bigorra 2020-11-11 08:37:00 +0100
  • 7742ff50e0
    Fix typos in context.go (#2551) An Xiao (Luffy) 2020-11-11 09:41:35 +0800
  • 4a2e6fb3cd
    Fix typos in context.go An Xiao (Luffy) 2020-11-10 19:55:39 +0800
  • 1504360d35 format code from conflict merging wuhuizuo 2020-11-09 13:16:23 +0000
  • 0475d398c6 [FIX] SYNTAX error from conflicted merging. wuhuizuo 2020-11-09 12:00:27 +0000
  • bfbe3c317b sample requests are more realistic (not including the scheme/authority part of the URL) Rick 2020-11-07 10:40:34 +0000
  • 652faa23c2 refactored Engine.handleHTTPRequest so that two passes are made if the request is HEAD and there isn't a matching HEAD handler Rick 2020-11-05 23:34:33 +0000
  • 8ecfac8427
    Merge branch 'master' into feature/array_support_for_json_bind wuhuizuo 2020-11-02 19:52:30 +0800
  • 91ba31ef65
    Merge branch 'master' into BindPlain Bo-Yi Wu 2020-10-31 07:22:14 +0800
  • 65ed60ed13
    Allow bind with a map[string]string (#2484) Alessandro (Ale) Segala 2020-10-30 23:20:47 +0000
  • 534b40ab6f
    Merge branch 'master' into BindPlain thinkerou 2020-10-27 10:16:54 +0800
  • c078ab8293
    Merge branch 'master' into feature/array_support_for_json_bind thinkerou 2020-10-27 10:15:29 +0800
  • 0a6aad1f4a
    Merge branch 'master' into bind-map thinkerou 2020-10-27 10:12:43 +0800
  • 16cd8cdd4e
    ci: romove go1.11 for gin1.7 (#2540) thinkerou 2020-10-25 17:08:30 +0800
  • 345c64903a
    Merge branch 'master' into BindPlain thinkerou 2020-10-22 20:12:37 +0800
  • e6a70fcc51
    Merge branch 'master' into master thinkerou 2020-10-22 20:10:14 +0800
  • a62b9b57db
    Update README.md thinkerou 2020-10-22 09:30:15 +0800
  • 4ae57598ed
    ci: romove go1.11 for gin1.7 thinkerou 2020-10-22 09:29:30 +0800
  • fab69a93f4
    Merge branch 'master' into utree thinkerou 2020-10-21 23:13:23 +0800
  • afe25c0553 Adding ppc64le architecture support on travis-ci kishorkunal-raj 2020-10-21 09:43:39 +0000
  • 7e444c6f59
    upgrade go-validator to v10.4.1 (#2536) Peperoncino 2020-10-21 10:36:01 +0900
  • 13ab0adab9 upgrade go-validator to v10.4.1 peperoncino 2020-10-21 05:44:29 +0900
  • d2cb1cdaa3 change module name rifki 2020-10-19 16:11:10 +0700
  • ffaca1f70b
    Merge branch 'master' into bind-map thinkerou 2020-10-19 09:50:01 +0800
  • 1fd4868074 Changed as requested Alessandro (Ale) Segala 2020-10-18 00:36:23 +0000
  • f969bfaf50
    implement ".Unwrap() error" on Error type (#2525) (#2526) Georges Varouchas 2020-10-17 15:22:37 +0200
  • 41c0dff1ed
    Merge branch 'master' into legec-errors-unwrap thinkerou 2020-10-17 08:22:18 +0800
  • c83a1cca0a
    reduce allocs and improve the render `WriteString` (#2508) xyb 2020-10-16 18:32:33 +0800
  • 2fc291c789
    Merge branch 'master' into optrender thinkerou 2020-10-16 18:09:37 +0800
  • 4c44b661a4
    Update json.go lihang212010 2020-10-16 14:59:45 +0800
  • 1473b34fd4
    Update json.go lihang212010 2020-10-16 14:38:13 +0800
  • dccd4e3b72
    Update json.go lihang212010 2020-10-16 14:17:48 +0800
  • d541085b59
    Add some missing dots on README (#2519) Zasda Yusuf Mikail 2020-10-16 08:32:10 +0700
  • 30102ae235
    Merge branch 'master' into add-dots-docs Bo-Yi Wu 2020-10-15 23:17:08 +0800
  • 73a8879fa7
    Merge branch 'master' into legec-errors-unwrap Bo-Yi Wu 2020-10-15 22:46:26 +0800
  • d73c13e2c2
    Merge branch 'master' into optrender Bo-Yi Wu 2020-10-15 22:46:13 +0800
  • a7a6986d73
    fix: print headers without Authorization header on broken pipe (#2528) Zach Newburgh 2020-10-15 10:41:35 -0400
  • aa866a4304
    Merge branch 'master' into legec-errors-unwrap Bo-Yi Wu 2020-10-15 22:41:06 +0800
  • cdfc0b22e8
    Merge branch 'master' into optrender Bo-Yi Wu 2020-10-15 14:22:28 +0800
  • e0196eacf9
    Merge branch 'master' into patch-1 thinkerou 2020-10-15 13:56:38 +0800
  • 1297966100
    use IndexByte replace Split to improve performance (#2500) xyb 2020-10-15 13:55:57 +0800
  • a76fb5d14c
    Merge branch 'master' into feature/opt-split Bo-Yi Wu 2020-10-15 12:05:03 +0800
  • 8dba11b0f2 use IndexByte replace Split to improve performance yonbiaoxiao 2020-09-17 19:44:29 +0800
  • 573449b707 implement ".Unwrap() error" on Error type (#2525) Georges Varouchas 2020-10-09 19:02:59 +0200
  • 3835202094
    Print headers without Authorization on broken pipe Zach Newburgh 2020-10-13 14:29:00 -0400
  • 41fe9d0cf1 Add some missing dots on README Zasda Yusuf Mikail 2020-10-03 17:31:03 +0700
  • 76811fa6f3 Return HandlerChain from Routes() superatrain 2020-10-02 11:24:59 -0400
  • 7772aa912e fix #2505, quick more naive version Tomasz Gałkowski 2020-10-01 22:58:34 +0200
  • e425b26cee
    Merge branch 'master' into master thinkerou 2020-09-28 16:40:08 +0800
  • 24191b20c4 retry to Unmarshal form value with quoted and add test LaysDragon 2020-09-23 15:40:46 +0800
  • 540b1eff70
    update content-disposition header to MIME-style (#2512) eudore 2020-09-25 09:45:17 +0800
  • 57829e5411 update content-disposition header to MIME-style eudore 2020-09-25 00:07:11 +0800
  • 87b65d0dd6 reduce allocs and improve the render `WriteString` yonbiaoxiao 2020-09-21 23:41:44 +0800
  • 7ed05912ec reduce allocs and improve the render `WriteString` yonbiaoxiao 2020-09-21 23:38:23 +0800
  • 5d5b60cf0a Fix ShouldBindBodyWith method Shintaro Ikeda 2020-09-18 17:22:12 +0900
  • 8a66b72613 use IndexByte replace Split to improve performance yonbiaoxiao 2020-09-17 19:44:29 +0800
  • 3100b7cb05
    Fix spelling (#2498) John Bampton 2020-09-14 12:40:20 +1000
  • 77e2039bd7 Fix spelling John Bampton 2020-09-14 01:09:03 +1000
  • 1f232c7f47
    docs:close the body of the response (#2494) yugu 2020-09-09 20:00:44 +0800
  • 9f7736afc4 docs:close the body of the response chenzilong 2020-09-09 19:09:08 +0800
  • ad74c1f68d
    Update go.mod susanDao 2020-09-08 21:06:36 +0800
  • 81a06fc629 Method initQueryCache is only called once bestgopher 2020-09-07 10:05:43 +0800
  • 29568a5ecf friendly error handling LiangXianSen 2020-09-04 17:27:41 +0800
  • b860d8672d
    Fix typo (#2489) Dennis Cho 2020-09-03 00:15:25 +0900
  • 896d29b817 Fix typo forest747 2020-09-02 23:00:12 +0900
  • 0304ee96ed
    Add GetUint and GetUint64 method on gin.context (#2487) kaiiak 2020-09-01 09:33:54 +0800
  • 1537b1c38f Add GetUint and GetUint64 method on gin.context kaiiak 2020-09-01 00:16:52 +0800
  • 94e50b3e1f
    Allow bind with a map[string]string ItalyPaleAle 2020-08-28 20:23:57 -0700
  • fd6ffcc01e support c.Error(nil) fwhez 2020-08-28 10:44:41 +0800
  • b154fc8037 #2480 c.Error(nil) fwhez 2020-08-28 10:39:03 +0800
  • 22b88e0ed1 AutoRedirect API to handle before auto redirection Helios 2020-08-23 00:41:04 +0800
  • de0f9eb338 X-Forwarded-For handling is unsafe Søren L. Hansen 2020-08-20 23:51:33 +0200
  • 326ed438d4 Fix Allow header according to RFC 7231 Helios 2020-08-22 16:10:18 +0800
  • b4789d32c1
    Merge branch 'master' into utree thinkerou 2020-08-17 09:25:01 +0800
  • 8321affbca Fix for issue #2460 lihaowei 2020-08-15 12:00:40 +0800
  • 37edf23d10 Fix for issue #2454 lihaowei 2020-08-14 11:39:40 +0800
  • 49c46f549a Fix GetUint64 comment type error kaiiak 2020-08-12 21:44:59 +0800
  • b94d23d1b4
    support go 1.15 (#2463) AllinGo 2020-08-12 09:28:51 +0800
  • 1a9ce3ff0d
    support go 1.15 AllinGo 2020-08-12 08:25:55 +0800
  • 30d395aae0
    Merge pull request #4 from gin-gonic/master AllinGo 2020-08-12 08:23:29 +0800
  • 815e1ce281
    Prevent panic in Context.GetQuery() when there is no Request (#2412) Florian Polster 2020-08-08 14:32:19 +0200
  • b453ed1ab9
    Merge branch 'master' into patch-1 thinkerou 2020-08-08 17:35:49 +0800
  • 30b5f7e2d7
    binding: avoid 2038 problem on 32-bit architectures (#2450) lantw44 2020-08-08 17:31:08 +0800
  • 62af3c6175
    Merge branch 'master' into wip/lantw/binding-avoid-2038-problem-on-32-bit-architectures thinkerou 2020-08-08 17:08:46 +0800
  • 03f80814ac
    Rename README.md to READM Angela May 2020-08-07 01:34:27 +0000
  • d6d43c4e05 delete unused const MINEXML2 deepoil 2020-08-06 15:57:59 +0900
  • cf8b583db4
    Fix spelling (#2451) John Bampton 2020-08-04 09:04:06 +1000
  • f3c94c42d4 Fix spelling John Bampton 2020-08-04 01:57:05 +1000
  • 16a29c4a08 binding: avoid 2038 problem on 32-bit architectures Ting-Wei Lan 2020-08-03 15:58:50 +0800
  • 84ac5a06d7
    Merge 6655232d45 into c6d6df6d5a guonaihong 2020-08-03 14:34:43 +0800
  • c6d6df6d5a
    Docs: Update README.md Custom Validator sample code (#2448) 森 優太 2020-08-01 16:26:29 +0900
  • a3e272373b
    Merge branch 'master' into patch-1 Bo-Yi Wu 2020-08-01 15:11:06 +0800
  • 44e78a78d4
    README: Change badge to pkg.go.dev (#2449) Hiroyuki Tanaka 2020-08-01 16:03:33 +0900
  • b7b5fee55f Change badge to pkg.go.dev Hiroyuki Tanaka 2020-08-01 13:49:54 +0900
  • a71fd3561f
    Update README.md 森 優太 mori 2020-07-30 13:38:34 +0900
  • 7b682a186a
    Update README.md 森 優太 mori 2020-07-30 13:16:42 +0900
  • eec8d21189
    Update README.md Custom Validator sample code 森 優太 mori 2020-07-30 09:57:03 +0900
  • a7fb062aeb Add a method Finish(),which can stop the current handler immediately. xxx 2020-07-25 08:28:59 +0800