Commit Graph

  • 80d3cc6b75 Adds test for single IP in X-Forwarded-For Manu Mtz-Almeida 2015-05-24 15:28:58 +0200
  • 967e62337a form mapping optimisation Manu Mtz-Almeida 2015-05-24 03:56:11 +0200
  • 208e1f5569 Merge branch 'master' of https://github.com/remerge/gin Manu Mtz-Almeida 2015-05-24 03:33:21 +0200
  • eb91af753d Better debug warning message Manu Mtz-Almeida 2015-05-24 01:21:23 +0200
  • e2adae9003 Solution for Google App Engine? Manu Mtz-Almeida 2015-05-24 01:00:17 +0200
  • a2105ce34c Fast path for setting headers. Manu Mtz-Almeida 2015-05-23 16:39:25 +0200
  • 784d73477d Better bind error messages better-bind-errors Manu Mtz-Almeida 2015-05-23 03:10:15 +0200
  • 35fd7fb480 JSON flags are not longer needed. Manu Mtz-Almeida 2015-05-23 02:01:43 +0200
  • 2ebb6dcb95 Using uint64 for ErrorType Manu Mtz-Almeida 2015-05-23 01:59:36 +0200
  • a373dc0deb Merge pull request #299 from 4gophers/master Manu Mtz.-Almeida 2015-05-23 01:36:15 +0200
  • 68a7a6816c patch for #298 Artem 2015-05-23 02:19:07 +0300
  • 992b00f96a Cosmetic changes Manu Mtz-Almeida 2015-05-22 19:21:35 +0200
  • ffaf49da0e Adds MIT license Manu Mtz-Almeida 2015-05-22 19:21:23 +0200
  • 4eeca21039 Errors conforms to MarshalJSON interface Manu Mtz-Almeida 2015-05-22 18:34:42 +0200
  • 9163ee543d Merge branch 'develop' v1.0rc1 Manu Mtz-Almeida 2015-05-22 17:00:07 +0200
  • 66fa43f9ae Preparing release Gin v1.0rc1 Manu Mtz-Almeida 2015-05-22 16:55:16 +0200
  • 8549810e2e Using "validator.v5" Manu Mtz-Almeida 2015-05-22 16:46:21 +0200
  • 37b6f6c179 Fixing new errors API Manu Mtz-Almeida 2015-05-22 16:39:15 +0200
  • 306da81aaf Cosmetic changes in render Manu Mtz-Almeida 2015-05-22 04:44:29 +0200
  • 71bd9f4500 New JSON error facilities Manu Mtz-Almeida 2015-05-22 04:43:43 +0200
  • b7205a6ec2 Fixes new errors API. Manu Mtz-Almeida 2015-05-22 03:43:39 +0200
  • e94247f9ad New errors API!! Manu Mtz-Almeida 2015-05-22 03:25:21 +0200
  • 5f76ba2022 Context.Engine renamed to Context.engine Manu Mtz-Almeida 2015-05-22 02:24:13 +0200
  • 880dd7f3cf Fixes bug in HTMLDebug Manu Mtz-Almeida 2015-05-21 20:27:25 +0200
  • cac77e04e3 Adds option for listing directory files + better unit tests Manu Mtz-Almeida 2015-05-21 17:01:13 +0200
  • 72f200ac56 Adds StaticFile() Manu Mtz-Almeida 2015-05-21 16:59:58 +0200
  • 66251d1741 Simplifies c.File() Manu Mtz-Almeida 2015-05-21 15:49:10 +0200
  • caa75c6201 Updates CHANGELOG Manu Mtz-Almeida 2015-05-20 13:15:49 +0200
  • 393f723cd0 Merge branch 'develop' of https://github.com/zebozhuang/gin into develop Manu Mtz-Almeida 2015-05-20 11:41:46 +0200
  • c2abae6840 debugPrintRoute() is called in the lowest layer of abstraction Manu Mtz-Almeida 2015-05-20 11:32:39 +0200
  • 138e4b49bf Using WrapH() internally. Manu Mtz-Almeida 2015-05-20 11:30:22 +0200
  • 825737a78c Merge branch 'develop' of github.com:gin-gonic/gin into develop Manu Mtz-Almeida 2015-05-20 10:52:24 +0200
  • 5d3fbc377c Adds StaticFS(path, filesystem) Manu Mtz-Almeida 2015-05-20 10:50:59 +0200
  • da99d3d2d3 Add notifications/webhooks to .travis.yml Javier Provecho Fernandez 2015-05-20 10:37:52 +0200
  • 874061e4d4 Updates godeps manifest Manu Mtz-Almeida 2015-05-20 03:28:51 +0200
  • c4914f0ff7 Adds WrapF() and WrapH() Manu Mtz-Almeida 2015-05-20 00:39:52 +0200
  • e59475c615 Drops LINK and UNLINK shortcuts Manu Mtz-Almeida 2015-05-20 00:32:06 +0200
  • 022304e7d9 Better API for RouteGroup.Handle() Manu Mtz-Almeida 2015-05-19 23:22:35 +0200
  • 53329e4646 Testing new Any routing. Manu Mtz-Almeida 2015-05-19 23:00:55 +0200
  • a91893d22b Fixes auth test Manu Mtz-Almeida 2015-05-19 22:19:25 +0200
  • 4f855faef2 Adds helper function. Wrap(http.HandlerFund) gin.HandlerFun Manu Mtz-Almeida 2015-05-19 22:18:58 +0200
  • f2ab821223 Dropping bsearch in BasicAuth() Manu Mtz-Almeida 2015-05-19 20:35:38 +0200
  • bb98ec0490 Cosmetic changes in auth.go Manu Mtz-Almeida 2015-05-19 20:20:52 +0200
  • 81b08a554e Fixes important bug in Basic Auth when using custom realm. Manu Mtz-Almeida 2015-05-19 20:15:28 +0200
  • 0cb52ccef7 Improves unit test coverage Manu Mtz-Almeida 2015-05-19 02:29:32 +0200
  • 36fb71ff2f Updates README Manu Mtz-Almeida 2015-05-19 01:19:00 +0200
  • 792316b2e4 Fixes .travis.yml Manu Mtz-Almeida 2015-05-19 01:14:42 +0200
  • ac2a29dd73 Testing coveralls Manu Mtz-Almeida 2015-05-19 01:00:17 +0200
  • acf0c2dbb0 Unit tests for errors.Errors() Manu Mtz-Almeida 2015-05-19 00:49:01 +0200
  • eb568d1a0c Removes debug variables Manu Mtz-Almeida 2015-05-19 00:48:19 +0200
  • cd6e95f0e4 Unix sockets support Manu Mtz-Almeida 2015-05-19 00:45:08 +0200
  • f9952b0545 Experimenting with golang.org/x/net/context Manu Mtz-Almeida 2015-05-18 21:26:29 +0200
  • c467186d20 Renames Negotiate.HTMLPath to Negotiate.HTMLName Manu Mtz-Almeida 2015-05-18 20:52:26 +0200
  • 6313545df7 Drops c.Return() API Manu Mtz-Almeida 2015-05-18 20:51:52 +0200
  • afb32ac6ac Adds new unit test: static + middleware Manu Mtz-Almeida 2015-05-18 20:51:08 +0200
  • 9ecb76ef6e Cosmetic changes Manu Mtz-Almeida 2015-05-18 20:50:46 +0200
  • 21b5154fd7 New rendering pipeline Manu Mtz-Almeida 2015-05-18 16:09:15 +0200
  • 947b53d4a2 New Render API Manu Mtz-Almeida 2015-05-18 15:45:24 +0200
  • 3066c35754 Renames RouterGroup.absolutePath to .BasePath Manu Mtz-Almeida 2015-05-16 18:08:19 +0200
  • 05d01d2282 Restored old limits Manu Mtz-Almeida 2015-05-14 22:52:37 +0200
  • e33ea855d7 Message for attackers Manu Mtz-Almeida 2015-05-14 22:49:42 +0200
  • 3db1479acc More changes! Manu Mtz-Almeida 2015-05-14 20:52:45 +0200
  • c3ecb91dbf Trying fmt Manu Mtz-Almeida 2015-05-14 20:50:06 +0200
  • b0aa2e407c Testing.... Manu Mtz-Almeida 2015-05-14 20:46:57 +0200
  • ef93e8beff More aggressive rate limit Manu Mtz-Almeida 2015-05-14 20:43:33 +0200
  • 3f48e0d45c Adds rate limiting Manu Mtz-Almeida 2015-05-14 20:25:55 +0200
  • eed6d93095 Better stats in realtime-advanced Manu Mtz-Almeida 2015-05-14 18:16:00 +0200
  • 286d775de6 Updates realtime-advanced Manu Mtz-Almeida 2015-05-14 17:01:02 +0200
  • 58ceb244e5 Serving on port 80 Manu Mtz-Almeida 2015-05-14 04:43:39 +0200
  • e7adcaf591 Cosmetic changes in realtime-advanced Manu Mtz-Almeida 2015-05-14 04:39:17 +0200
  • 3948dac8c4 Cosmetic change in logger() Manu Mtz-Almeida 2015-05-14 04:38:33 +0200
  • 51a64abe86 Setting "Cache-Control" to "no-cache" in SSE Manu Mtz-Almeida 2015-05-14 02:08:47 +0200
  • 20213d6de3 Go 1.3 is not longer supported Manu Mtz-Almeida 2015-05-13 23:47:39 +0200
  • 662a35d209 Using sse.ContentType instead of hardcoded one Manu Mtz-Almeida 2015-05-13 23:24:56 +0200
  • a8b9e2d8d6 Updates realtime-advanced demo Manu Mtz-Almeida 2015-05-13 20:54:54 +0200
  • b0af2b4c11 Using github.com/manucorporat/sse Manu Mtz-Almeida 2015-05-13 20:27:45 +0200
  • 7149009a84 Fixed some bug in realtime-advanced demo Manu Mtz-Almeida 2015-05-13 17:34:42 +0200
  • 1f11541011 Updates realtime-advanced demo Manu Mtz-Almeida 2015-05-13 16:44:44 +0200
  • 9386d78673 Better rate limiting Manu Mtz-Almeida 2015-05-13 03:45:17 +0200
  • 7e6153dc33 Middleware order changed Manu Mtz-Almeida 2015-05-13 03:36:32 +0200
  • d05b31ed77 Reduced limit Manu Mtz-Almeida 2015-05-13 03:21:10 +0200
  • 313d05ed68 Add rate limitting Manu Mtz-Almeida 2015-05-13 03:19:44 +0200
  • 53d29b14f6 Using bar graph Manu Mtz-Almeida 2015-05-13 02:53:09 +0200
  • 3fb8a25a21 Adds realtime-advanced demo Manu Mtz-Almeida 2015-05-13 02:35:16 +0200
  • 57f6940dba Fixes JSON rendering Manu Mtz-Almeida 2015-05-13 02:34:46 +0200
  • 15b0c49da5 Adds realtime-chat example code Manu Mtz-Almeida 2015-05-12 19:23:54 +0200
  • 470b7e1010 Adds support for Server-Sent Events Manu Mtz-Almeida 2015-05-12 18:33:41 +0200
  • 59c836e1fa Only emit a warning is the status code changes Manu Mtz-Almeida 2015-05-12 18:31:31 +0200
  • 99694bb716 Fixes errors Manu Mtz-Almeida 2015-05-12 15:22:13 +0200
  • 421793bfba Experiments: HTTP streaming render Manu Mtz-Almeida 2015-05-12 15:17:46 +0200
  • e1eb4a1c01 Updated CHANGELOG Manu Mtz-Almeida 2015-05-11 09:15:00 +0200
  • 3df5dfdb7f Faster IndentedJSON + unit tests Manu Mtz-Almeida 2015-05-11 01:04:08 +0200
  • a9dad532ae Performance improvement in renders Manu Mtz-Almeida 2015-05-11 01:02:17 +0200
  • d6771dc4a5 Cosmetic changes Manu Mtz-Almeida 2015-05-09 03:35:31 +0200
  • b690611c38 Better debug logging + unit tests Manu Mtz-Almeida 2015-05-09 03:34:43 +0200
  • c391520654 More unit tests for Context .Set and .Get Manu Mtz-Almeida 2015-05-07 16:00:37 +0200
  • 2d8f0a4801 Performance improvements when rendering Manu Mtz-Almeida 2015-05-07 12:44:52 +0200
  • eb3e9293ed Renames []HandleFunc to HandlersChain Manu Mtz-Almeida 2015-05-07 11:30:01 +0200
  • 79131ac84d Tail call optimization Manu Mtz-Almeida 2015-05-07 11:28:25 +0200
  • f1a2b94b36 Merge branch 'develop' of github.com:gin-gonic/gin into develop Manu Mtz-Almeida 2015-05-06 22:31:19 +0200