Commit Graph

  • 1f576fb27c 修改连接错误,修正一些报引用错误 (#1655) 尹宝强 2018-11-23 09:46:41 +08:00
  • 04596d6274
    修改连接错误,修正一些报引用错误 尹宝强 2018-11-23 09:40:17 +08:00
  • 6053156eed add chinese docs (#1588) long-road 2018-11-22 23:42:41 +08:00
  • d0e3d2e61e
    Merge branch 'master' into master thinkerou 2018-11-22 21:36:50 +08:00
  • 64457fbca7 handle nil body for JSON binding (#1638) mllu 2018-11-21 17:55:51 -08:00
  • 1c21314624
    Merge branch 'master' into handle-nil-body Bo-Yi Wu 2018-11-22 09:30:06 +08:00
  • 521d06c81d support bind uri param (#1612) thinkerou 2018-11-22 09:29:48 +08:00
  • 8b6849af70
    Merge branch 'master' into binding Bo-Yi Wu 2018-11-22 09:20:04 +08:00
  • 7ec82ee894 recovery: fix issue about syscall import on google app engine (#1640) thinkerou 2018-11-22 09:17:44 +08:00
  • 628cf2ec2a fix warning thinkerou 2018-11-22 09:16:39 +08:00
  • d9c4346aff
    Merge branch 'master' into hm Bo-Yi Wu 2018-11-22 09:07:42 +08:00
  • 3d44ff82a1 Make sure the debug log contains line breaks (#1650) henrylee2cn 2018-11-22 09:07:00 +08:00
  • 94bfd80595
    Merge branch 'master' into hm Bo-Yi Wu 2018-11-22 08:59:59 +08:00
  • 4fe7ad9d79 fix embedmd error thinkerou 2018-11-20 19:01:24 +08:00
  • a37abf2c05 remove go1.7 support thinkerou 2018-11-20 18:55:50 +08:00
  • 6fecbdff2a WriteJSON check response write error lpxxn 2018-11-20 16:29:14 +08:00
  • fc0685ba5c
    Make sure the debug log contains line breaks henrylee2cn 2018-11-19 16:05:37 +08:00
  • e7f3a0ebbe
    Update json.go Stuart Innes 2018-11-18 19:27:57 +00:00
  • c9302e104d
    Merge 41a00d25e0aa3aa2a32c0286c31837519b39ecbe into d6b2c13b18cc0986e579e100bc47f3704a0d3bcd Frederik Ring 2018-11-16 12:09:33 +00:00
  • 3fc92ae0f0 ci: fix master error thinkerou 2018-11-16 10:22:58 +08:00
  • ae1d1e8546 add cleanPath and use it on request path QianChengLong 2018-11-14 16:12:59 +08:00
  • 2860b8c79e the whole error message thinkerou 2018-11-13 18:33:27 +08:00
  • d6b2c13b18 Fix typo (#1641) Sai 2018-11-12 19:58:24 +09:00
  • 124d5b385c Fix typo sairoutine 2018-11-12 19:43:14 +09:00
  • 34285b75b8 add ToLower() thinkerou 2018-11-12 18:25:37 +08:00
  • e6e3596e1d recovery: fix issue about syscall import on google app engine thinkerou 2018-11-12 18:06:00 +08:00
  • be38d2880d handle nil body for JSON binding mllu 2018-11-10 23:44:49 -08:00
  • c312e62070 cookie SameSite support hochi 2018-11-10 13:52:19 +01:00
  • bb486e7e21 update readme thinkerou 2018-11-07 20:05:18 +08:00
  • 883edea2c1 remove go1.6 support: https://github.com/gin-gonic/gin/pull/1383/commits thinkerou 2018-11-07 20:02:30 +08:00
  • 2b7203f2fe remove todo thinkerou 2018-11-07 19:50:56 +08:00
  • f5542958ad remove build tag thinkerou 2018-11-07 18:59:59 +08:00
  • 68f2786074 remove go1.6 support thinkerou 2018-11-07 11:18:02 +08:00
  • 37854ee10f Fix panic stack trace being printed during recovery of broken pipe (#1089) (#1259) Justin Israel 2018-11-06 18:40:20 +13:00
  • 9cbf651b64
    Merge branch 'master' into 1089_broken_pipe thinkerou 2018-11-06 13:30:17 +08:00
  • 45cf4f07e3 Merge branch 'master' of https://github.com/xiuno/gin-1 axiuno 2018-11-06 11:23:40 +08:00
  • 7d756b19eb Compatible way to enhance context.Param(), support fetch data from Route:key, _GET, _POST, _COOKIE. axiuno 2018-11-06 11:23:21 +08:00
  • a3ab55f33f
    Merge branch 'master' into master xiuno 2018-11-06 11:01:57 +08:00
  • 5e0af193d7 Compatible way to enhance context.Param(), support fetch data from Route:key, _GET, _POST, _COOKIE. axiuno 2018-11-06 10:32:26 +08:00
  • 66b47a8068 feat(server): Implements RunFd method (#1609) Yoshiki Nakagawa 2018-11-06 11:28:51 +09:00
  • 995fc82ba3
    Merge branch 'master' into feature/run-fd thinkerou 2018-11-06 09:56:29 +08:00
  • c6a11b1941 fix conflict thinkerou 2018-11-06 09:54:57 +08:00
  • 8cb390f8fe Yaml binding (#1618) Gordon Tyler 2018-11-05 20:49:45 -05:00
  • bd0e767a97
    Merge branch 'master' into yaml-binding thinkerou 2018-11-06 09:32:11 +08:00
  • 7a374f9a47 Fix typos (#1626) Barnabus 2018-11-05 16:17:04 +10:00
  • 4ef64fef85 Fix typos John Bampton 2018-11-05 14:23:49 +10:00
  • bc7679c70d
    Merge branch 'master' into yaml-binding Gordon Tyler 2018-11-04 22:18:16 -05:00
  • 4f488aca55 Change the doctype to be lowercase to be consistent with the rest of the code base. (#1624) Barnabus 2018-11-05 11:44:00 +10:00
  • b957661d47
    Merge branch 'master' into fix-doctype thinkerou 2018-11-05 09:35:37 +08:00
  • af23ac2256 Remove type attribute from HTML script tag to be consistent with the rest of the codebase. (#1623) Barnabus 2018-11-05 11:35:24 +10:00
  • 5e1ff49cf6
    Merge branch 'master' into patch-3 thinkerou 2018-11-05 09:28:03 +08:00
  • f83cdb357e Fix typos (#1625) Barnabus 2018-11-05 11:13:17 +10:00
  • cb164fb587 Revert accidentally removed import. Gordon Tyler 2018-11-04 07:16:39 -05:00
  • 5af8e566a7 Fix typos John Bampton 2018-11-04 20:20:43 +10:00
  • 2f169c1eae Change the doctype to be lowercase to be consistent with the rest of the code base. John Bampton 2018-11-04 19:32:24 +10:00
  • dffb322c0f Remove type attribute from HTML script tag to be consistent with the rest of the codebase. John Bampton 2018-11-04 15:54:06 +10:00
  • 5aefa32d7f Review fixes. Gordon Tyler 2018-11-03 19:07:36 -04:00
  • 92abfec4d9
    Merge branch 'master' into 1089_broken_pipe Justin Israel 2018-11-04 11:58:17 +13:00
  • a3804b6291 Only build recovery tests for go >=1.7 Justin Israel 2018-11-04 11:56:47 +13:00
  • 17b319b019 Update README.md (#1620) chenyang929 2018-11-01 22:44:49 +08:00
  • 7f6ddf2fb2 Change HTML link tags to use HTML5 syntax. (#1621) Barnabus 2018-11-01 23:48:26 +10:00
  • 6c0566e2b8 Change HTML input tags to use HTML5 syntax. (#1617) Barnabus 2018-11-01 18:05:40 +10:00
  • 58e2fbc264 Added some comments to avoid having golint warnings (#1619) root@andrea:~# 2018-11-01 01:30:19 -06:00
  • 49409835fb FIX r.LoadHTMLGlob("/path/to/templates") (#1616) forging2012 2018-10-31 20:19:58 +08:00
  • c03447e347 Expose HandlerFunc in RouteInfos (#1272) Thomas Schaffer 2018-10-23 04:56:33 +02:00
  • 940d1f53f0 Pass MaxMultipartMemory when FormFile is called (#1600) Ismail Gjevori 2018-10-22 17:01:14 +02:00
  • 64ea6f1b9d add gin user - photoprism (#1601) 田欧 2018-10-19 11:06:23 +08:00
  • de4743e797 add example to set and get cookies (#1599) A. F 2018-10-17 09:40:57 +02:00
  • a5395d57f8 Fix LoadHTML* tests (#1559) Sergey Ponomarev 2018-10-16 03:48:41 +03:00
  • 37c19a7af8 vendor: upgrade some dependency package version (#1596) 田欧 2018-10-15 20:24:32 +08:00
  • d369746664 document: add docs dir and middleware document (#1521) 田欧 2018-10-15 13:01:44 +08:00
  • e3a3b89f97 attempt to support go module (#1569) 田欧 2018-10-15 12:52:51 +08:00
  • 2bcc84ab3c refactor(Makefile): allow overriding default go program (#1593) Bo-Yi Wu 2018-10-14 12:39:16 +08:00
  • cd693b4dcc fix(Makefile): golint to new URL (#1592) Bo-Yi Wu 2018-10-14 11:05:24 +08:00
  • bf400765a2 replace deprecated HeaderMap with Header() (#1585) andriikushch 2018-10-12 01:31:31 +02:00
  • 9a0fc0f2b9 Update README.md (#1583) zesani 2018-10-09 06:14:21 +07:00
  • 5cc05e9119 removed use of sync.pool from HandleContext and added test coverage (#1565) James Pettyjohn 2018-09-30 19:49:39 -07:00
  • e4e4270e14 remove allow fail flag (#1573) Bo-Yi Wu 2018-09-27 09:58:47 +08:00
  • 1ded27a2b4 chore: fix debug test error (#1574) 田欧 2018-09-27 09:42:41 +08:00
  • 331ad88c90 fix: fmt output log to os.Stderr (#1571) Bo-Yi Wu 2018-09-27 08:59:44 +08:00
  • d1b243dfb0 feat: add go version judge when print debug warning log (#1572) 田欧 2018-09-26 13:49:11 +08:00
  • 425f80bae4 Make logger use a yellow background and a darkgray text for legibility (#1570) andrea 2018-09-25 21:28:25 -05:00
  • 946eba9862 ci: fast finish when build failed (#1568) 田欧 2018-09-25 21:52:21 +08:00
  • 5548cc3c53 Don't log requests (#1370) Dustin Decker 2018-09-23 00:15:23 -07:00
  • 1e326a1bb7 add release badge for readme (#1533) 田欧 2018-09-22 11:37:28 +08:00
  • d02ae1eb1a improve panic information when a catch-all wildcard conflict occurs (#1529) 田欧 2018-09-21 10:21:59 +08:00
  • 500ad23339 chore: fix typo and add a little anotation (#1562) 田欧 2018-09-20 11:53:58 +08:00
  • 8a7ccc35cc chore: recover go master build, partial revert #1514 (#1561) Javier Provecho Fernandez 2018-09-20 03:13:04 +02:00
  • 10ba502ec0 feat: replace debug log with fmt package. (#1560) Bo-Yi Wu 2018-09-19 13:57:00 +08:00
  • 076e18224c chore: add a version file includes gin version (#1549) 田欧 2018-09-17 15:08:11 +08:00
  • 0c5519c4f8 add coverage thinkerou 2018-11-03 16:45:01 +08:00
  • eb8befa8c3 remove internal.Params thinkerou 2018-11-03 16:16:22 +08:00
  • 91e3335932 update readme and add test case thinkerou 2018-11-03 08:35:44 +08:00
  • f6e9f3a860
    Merge branch 'master' into master Alex Guerra 2018-11-02 13:48:26 -05:00
  • 619f93a499
    Merge branch 'master' into master ali 2018-11-02 11:22:28 +00:00
  • 06e37a02ba add test for CanSet thinkerou 2018-11-02 14:16:49 +08:00
  • 2355ea14fc fix test function signature thinkerou 2018-11-02 13:35:21 +08:00
  • c4e884050f update function name thinkerou 2018-11-02 13:16:44 +08:00
  • d3cfdcda4b fix code style thinkerou 2018-11-02 12:50:46 +08:00
  • e231bf0c84 fix vet warning: github.com/gin-gonic/gin/internal.Param composite literal uses unkeyed fields thinkerou 2018-11-02 12:48:01 +08:00