271 Commits

Author SHA1 Message Date
a5ec533a6a Merge pull request #200 from joiggama/feature/content-type-charset
Specify utf-8 as default on content type charset headers on renderers
2015-02-07 14:38:21 +01:00
bdf54b7fa2 Merge branch 'superalsrk-develop' into develop 2015-02-07 14:32:16 +01:00
171efe228d Merge branch 'develop' of git://github.com/superalsrk/gin into superalsrk-develop
Conflicts:
	Godeps/Godeps.json
2015-02-07 14:29:37 +01:00
ed77f7b8fe Merge pull request #209 from RobAWilkinson/develop
Add forms and params example to README.md
2015-02-07 14:24:32 +01:00
651305c0f5 Update README.md 2015-02-06 09:14:12 -08:00
3fbac59e58 Merge pull request #207 from achedeuzot/develop
Minor newline fix
2015-02-05 17:16:59 +01:00
44f024a413 Fixd newline problem with debugPrint in Run* functions 2015-02-05 15:24:22 +01:00
713068594c Update README.md
- Reorganize roadmap for v1.0, done in the bottom, to do at top.
- Added request for #155, swagger support.
2015-02-04 23:00:51 +01:00
d936320e0e Sync master into develop
- Add 265faff4bae38ebfd3c7a82c4fdbefb229f22767
- Update "github.com/julienschmidt/httprouter" version in Godeps
- Add 28b9ff9e3495dabeaea2da86c100effbf1a68346
2015-02-04 12:56:19 +01:00
d2c3699957 Update httprouter version and edit readme about the named parameters 2015-01-31 20:09:44 +08:00
b69dde8e68 Specify utf-8 as content type charset on renderers 2015-01-29 20:14:13 -06:00
2d1291329a Fix #191 outdated documentation 2015-01-05 16:15:42 +01:00
413d0f2296 Fix TestRouteNotOK2 with HTTP 405 2015-01-04 02:28:37 +01:00
7aa51dc393 Solve #164 2015-01-04 02:23:49 +01:00
8622148fd0 Merge branch 'jamie-stackhouse-add_unlink' into develop 2015-01-04 02:00:25 +01:00
d9d83deb25 Apply gofmt to PR #179 2015-01-04 02:00:19 +01:00
ad4d82c65c Merge branch 'add_unlink' of git://github.com/jamie-stackhouse/gin into jamie-stackhouse-add_unlink 2015-01-04 01:58:34 +01:00
852729e90c Fix PR #71 2015-01-04 01:51:41 +01:00
869f114e27 Merge pull request #71 from mopemope/pluggable-renderer-example
Add Pluggable View Renderer Example
2015-01-04 01:38:27 +01:00
c2185a129a Fix some examples in README.md 2015-01-01 17:19:50 +01:00
c8dedf7f39 Merge pull request #168 from dutchcoders/develop
Updated to use SetHTMLTemplate()
2014-12-29 13:03:03 +01:00
e5450a70e9 Migrate to travis new container builds 2014-12-29 12:49:59 +01:00
474eed41c2 Merge pull request #142 from JasonSoft/develop
fix typo in comment
2014-12-29 12:32:25 +01:00
0099840c98 Merge pull request #182 from dutchcoders/forwarded-for-fix
Fixed issue allowing to spoof ClientIP()
2014-12-29 12:31:16 +01:00
613d17fd3d Merge pull request #144 from javierprovecho/develop
Add attribution from httprouter
2014-12-29 12:25:50 +01:00
e4f6e053d0 Fixed issue allowing to spoof ClientIP()
The X-Forwared-For can be used to spoof the real client ip. The middleware
introduced in this patch (which should only be used when having servers
in front of this servers) will filter all defined proxies (or local ip
addresses by default) and replace the RemoteAddr with the real client
ip.
2014-12-21 13:42:48 +01:00
a48f83c9a1 Adding helper functions to router group for LINK and UNLINK. 2014-12-15 13:19:51 -04:00
af9a6bcb4d Fixed typo 2014-12-02 15:39:24 +01:00
b8ab9554dc Updated to use SetHTMLTemplate() 2014-12-02 15:28:38 +01:00
dcad0df8f7 Fix binding.go panic 2014-11-11 08:43:48 +01:00
79c66136e0 Merge pull request #141 from kelcecil/readme-typo
Fix HTML form binding example typo
2014-11-02 13:22:08 +01:00
bd1b400861 Add attribution from httprouter 2014-11-02 12:23:31 +01:00
f35dc49c68 fix typo in comment 2014-10-31 12:30:20 +08:00
1479952fbc Merge pull request #139 from mirzac/fixed-debugPrint
fixed debugPrint
2014-10-28 14:34:55 +01:00
eaefeeb0fd Fix HTML form binding example typo 2014-10-27 20:46:23 -04:00
a57db1a355 fixed debugPrint 2014-10-21 16:48:21 +02:00
aa7b00a083 General refactoring. Part 2. 2014-10-09 01:40:42 +02:00
030706c39a Using absolutePath in static properly 2014-10-08 21:49:08 +02:00
07a3961941 General refactoring 2014-10-08 21:37:26 +02:00
94415333ed Merge pull request #120 from bredov/issue-119
Fix for #119. gin.LoadHTML* incorrectly works in debug mode.
2014-10-08 19:29:03 +02:00
292f1ec6df Merge pull request #132 from smira/develop
Validate should ignore unexported struct fields.
2014-10-08 19:21:04 +02:00
e36f2945bb Validate should ignore unexported struct fields. 2014-10-07 01:52:18 +04:00
e5a7bcd6df fix typo in PR for #119 2014-09-17 07:47:29 +04:00
97ae4a6b65 Fix for #119. gin.LoadHTML* incorrectly works in debug mode. 2014-09-17 07:33:13 +04:00
0808f8a824 Adds logger source code 2014-09-13 20:37:27 +02:00
6fcc0a5b1d Updates logger screenshot 2014-09-13 20:26:47 +02:00
a6ef27d321 Merge branch 'negotiation' into develop 2014-09-13 20:10:09 +02:00
b4a6510edf Enables colored tag for http method in gin.Logger() 2014-09-13 15:51:29 +02:00
e10ed9482d Merge branch 'master' of github.com:se77en/gin into develop 2014-09-13 15:47:26 +02:00
953c589b32 change %4s to %-7s for align 2014-09-13 12:40:37 +08:00