thinkerou
54175dbe72
chore: update the result of CR ( #2354 )
...
* chore: update the result of CR
* Update utils.go
* Update utils.go
* Update context.go
* Update context.go
2020-05-04 11:40:41 +08:00
Bo-Yi Wu
abc4fa0718
Release v1.6.3 version ( #2353 )
...
* chore: update version to v1.6.3
* update changelog
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-03 21:12:07 +08:00
Bo-Yi Wu
2c43278080
chore(performance): Change *sync.RWMutex to sync.RWMutex ( #2351 )
2020-05-03 20:39:34 +08:00
Ronald Petty
4427ca4a60
Update gin_integration_test.go ( #2341 )
...
* Update gin_integration_test.go
TestUnixSocket fails if you run it twice in a row. This is due to the unix socket file persisting. Added defer to clean up.
Whats unclear is the following test TestBadUnixSocket I suspect is just looking for cruft maybe from a prior test or defaults not working, I have not enough background to say.
* Update gin_integration_test.go
I believe there is some tab issue here, tried to manual overwrite it now.
* Update gin_integration_test.go
squash you dang spaces!!!
2020-04-28 09:36:04 +08:00
Qt
be4ba7d9df
update: CHANGELOG.md add log for version 1.6.2 ( #2329 )
2020-04-20 20:07:36 +08:00
Johnny Dallas
90fff292d7
fix typo in the PR template and CONTRIBUTING files ( #2323 )
...
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-04-17 12:26:42 +08:00
bestgopher
a4e947a356
update:SetMode function ( #2321 )
2020-04-16 22:31:58 +08:00
Shilin Wang
4f208887e1
update set cookie example ( #2312 )
...
fix #2308
2020-04-08 23:31:31 +08:00
Henry Kwan
3315353c20
Update version.go ( #2307 )
...
sync to tag v1.6.2
2020-03-27 21:39:11 +08:00
Bo-Yi Wu
298ebca691
fix missing initial sync.RWMutex ( #2305 )
...
* fix missing initial sync.RWMutex
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Add unit testing.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-03-27 10:57:36 +08:00
Bo-Yi Wu
57f99ca50f
Add set samesite in cookie. ( #2306 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-03-27 10:47:22 +08:00
thinkerou
bd5ee1aae2
doc: add pr link ( #2298 )
...
* doc: add pr link
* doc: add v1.6.1 release note
2020-03-24 22:49:34 +08:00
Bo-Yi Wu
07a6818d24
bump to v1.6.1 version ( #2295 )
...
Co-authored-by: thinkerou <thinkerou@gmail.com>
2020-03-23 18:00:58 +08:00
Bo-Yi Wu
1bebd9af91
Revert "fix accept incoming network connections ( #2216 )" ( #2294 )
...
This reverts commit 2ff2b19e14
.
2020-03-23 17:48:25 +08:00
Henry Kwan
ae88831448
Update version.go ( #2293 )
...
to sync with tag v1.6.0
2020-03-23 13:52:28 +08:00
Bo-Yi Wu
a412209e60
docs: Add 1.6 changelogs ( #2290 )
2020-03-22 12:28:46 +08:00
Igor H. Vieira
c4fd2489ce
Improved the graceful shutdown and restart section and removed… ( #2288 )
2020-03-22 10:25:35 +08:00
AcoNCodes
73ccfea3ba
Add mutex for protect Context.Keys map ( #1391 )
...
* Add mutex for protect Context.Keys map
* Fix tests
Co-authored-by: Nikolay Tolkachov <nik.tolkachov@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-03-17 00:52:02 +08:00
Ryan J. Yoder
67008be35f
Unix Socket Handling ( #2280 )
...
* do not set unix socket permissions. Cleanup unix socket.
* removed useless error checking
2020-03-16 22:36:15 +08:00
Manuel Alonso
a71af9c144
removing log injection ( #2277 )
...
Co-authored-by: thinkerou <thinkerou@gmail.com>
2020-03-07 21:51:33 +08:00
Nikifor Seryakov
1d055af1bc
FileFromFS ( #2112 )
...
* Context.FileFromFS added
* Context File and FileFromFS examples at README
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-03-07 10:23:33 +08:00
kebo
2ff2b19e14
fix accept incoming network connections ( #2216 )
2020-03-07 09:21:02 +08:00
thinkerou
094b3fdb39
ci support go1.14 ( #2262 )
2020-02-26 10:27:03 +08:00
Kaushik Neelichetty
5f56109bcf
Use json marshall in context json to fix breaking new line issue. Fixes #2209 ( #2228 )
...
* ignore IntelliJ idea generated files
* update JSON renderer to use Marshall() instead of Encode(). Fix #2209
* Revert "ignore IntelliJ idea generated files"
This reverts commit e7bd017227
.
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: thinkerou <thinkerou@gmail.com>
2020-02-21 17:15:17 +08:00
Bo-Yi Wu
863ad2d4de
docs(badge): add todo badge ( #2240 )
...
fix https://github.com/gin-gonic/gin/issues/2236
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-02-21 16:33:36 +08:00
thinkerou
0d12918b0a
chore: upgrade depend version ( #2231 )
2020-02-13 20:23:29 +08:00
thinkerou
acac7b1210
tree: range over nodes values ( #2229 )
2020-02-09 10:46:22 +08:00
Erik Bender
731c827892
add yaml negotitation ( #2220 )
...
Co-authored-by: thinkerou <thinkerou@gmail.com>
2020-02-06 14:50:21 +08:00
Bo-Yi Wu
0e4d8eaf07
tree: remove duplicate assignment ( #2222 )
...
copy from cfa3cb764b
Co-authored-by: thinkerou <thinkerou@gmail.com>
2020-01-28 18:35:47 +08:00
Bo-Yi Wu
64e6a7654f
docs(path): improve comments ( #2223 )
...
* chore(path): improve comments
copy from 15782a78c6
* fix typo
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-01-28 11:38:45 +08:00
Andy Pan
07c0f05f24
Renew README to fit the modification of SetCookie method ( #2217 )
...
fix #2214
2020-01-23 07:54:08 +08:00
Bo-Yi Wu
69a202dbbd
chore: upgrade go-isatty and json-iterator/go ( #2215 )
2020-01-22 00:24:25 +08:00
ali
f94406a087
Added support for SameSite cookie flag ( #1615 )
...
* Added support for SameSite cookie flag
* fixed tests.
* Update context.go
* Update context_test.go
* Update context_test.go
Co-authored-by: thinkerou <thinkerou@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-01-20 15:12:44 +08:00
Andy Pan
982daeb1ec
Use zero-copy approach to convert types between string and byte… ( #2206 )
...
* Use zero-copy approach to convert types between string and byte slice
* Rename argument to a eligible one
Benchmark:
BenchmarkBytesConvBytesToStrRaw-4 21003800 70.9 ns/op 96 B/op 1 allocs/op
BenchmarkBytesConvBytesToStr-4 1000000000 0.333 ns/op 0 B/op 0 allocs/op
BenchmarkBytesConvStrToBytesRaw-4 18478059 59.3 ns/op 96 B/op 1 allocs/op
BenchmarkBytesConvStrToBytes-4 1000000000 0.373 ns/op 0 B/op 0 allocs/op
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-01-18 00:32:50 +08:00
Andy Pan
ace6e4c2ea
path: sync code with httprouter ( #2212 )
2020-01-16 22:40:59 +08:00
Andrey Abramov
424e9685be
Update docs on Context.Done(), Context.Deadline() and Context.Err() ( #2196 )
...
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-01-08 01:48:28 +08:00
Andy Pan
025950afe9
Reuse bytes when cleaning the URL paths ( #2179 )
...
* path: use stack buffer in CleanPath to avoid allocs in common case
Sync from 8222db13db
* path: sync test code from httprouter
* path: update path_test.go to the latest code
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-01-07 17:37:18 +08:00
Antoine GIRARD
fd8a65b252
Add build tag nomsgpack ( #1852 )
...
* add build tag nomsgpack
* Update copyright
* Update copyright
2020-01-07 11:31:10 +08:00
John Bampton
b8a7b6d194
Fix spelling ( #2202 )
2020-01-07 09:19:49 +08:00
John Bampton
59ab588bf5
Remove broken link from README. ( #2198 )
2019-12-30 21:55:08 +08:00
Lin Kao-Yuan
9b3477ef9d
Update validator to v10 ( #2190 )
...
Passed my manual test, output nothing different.
2019-12-20 14:01:58 +08:00
飞雪无情
cc14a770cd
upgrade go-validator to v10 for README ( #2189 )
2019-12-19 11:21:58 +08:00
Lin Kao-Yuan
1b480ed294
Update to currently output ( #2188 )
...
Excuse me, I forgot change output in #2186
2019-12-18 21:08:58 +08:00
thinkerou
d6143d8d7c
tree: remove one else statement ( #2177 )
2019-12-18 16:58:38 +08:00
Lin Kao-Yuan
aee83e040b
Fix "Custom Validators" example ( #2186 )
...
* Update fixed error code from merged commit
According to [this](874dcfa6c4
) merged commit.
* Fixed incorrect testing date.
Original testing date incompatible demo require, can't get expect result.
check_in date need NOT AFTER check_out date.
2019-12-18 09:44:33 +08:00
thinkerou
168fa94516
tree: sync httprouter update ( #2173 )
2019-12-09 15:04:35 +08:00
thinkerou
6e16da8683
tree: sync httprouter update ( #2172 )
2019-12-08 19:34:05 +08:00
thinkerou
c6544855d7
tree: sync httprouter update ( #2171 )
2019-12-08 18:35:08 +08:00
thinkerou
7c21e04f62
fix maxParams bug ( #2166 )
2019-12-04 07:56:01 +08:00
Victor Castell
77b8344169
Add project to README ( #2165 )
...
Add Dkron as user of Gin in the README
2019-12-02 20:59:56 +08:00