Commit Graph

3045 Commits

Author SHA1 Message Date
John
46bdde9265 revert gvar.Var from interface to struct 2020-06-29 13:40:19 +08:00
John
09eba58927 add more unit testing case for ghttp.Client 2020-06-28 23:23:09 +08:00
John
0e884c78f5 fix issue of https://github.com/gogf/gf/issues/765 2020-06-28 23:03:41 +08:00
John
2f44721086 fix issue in reload feature in ghttp.Server 2020-06-28 20:52:33 +08:00
John
efc0501548 Merge branch 'master' of https://github.com/gogf/gf 2020-06-22 21:56:29 +08:00
John
bb07c60838 rename CopySlice to SliceCopy for package gutil 2020-06-22 21:56:10 +08:00
John Guo
330ea05ca3
Merge pull request #755 from wnstar/master
add SetRedirectLimit function to do HTTP client. #714
2020-06-22 21:21:05 +08:00
John Guo
1f534b48a3
Merge pull request #757 from leoleoasd/patch-1
Fix typo in git ignore
2020-06-22 20:30:35 +08:00
John
aceae5eee3 add todo for package gpool 2020-06-22 20:08:27 +08:00
John
d4d66fd529 improve package gtime 2020-06-22 19:46:39 +08:00
Leo
b97e397354
Fix typo in gitignore 2020-06-22 09:41:02 +08:00
wnstar
ab8fbf171e add SetRedirectLimit function to client 2020-06-21 19:17:39 +08:00
John
2c0cfa24b0 fix issue in package gjson for struct to map converting 2020-06-18 20:40:24 +08:00
John
f28a76d470 merge develop 2020-06-17 23:59:20 +08:00
John
f3525c84a3 fix issue in debug infor for soft deleting feature of package gdb 2020-06-17 23:47:47 +08:00
John
abe9b54112 embarrassing jsoniter of another incompatibility with stdlib json 2020-06-17 21:43:51 +08:00
John
b2aa59d893 import third-party library json-iterator to improve the performance for json operations 2020-06-17 21:16:25 +08:00
John
9e9865afa7 author updates 2020-06-17 18:58:24 +08:00
JianChenMa
ecc439d4e8 author update 2020-06-17 14:44:16 +08:00
John
452f0fc99e add Scan/ScanDeep for package gvar 2020-06-17 11:40:37 +08:00
John
54f47845f6 entity feature developing for package gdb 2020-06-17 11:37:45 +08:00
John
cb238cd6d9 add todo for gconv.Convert 2020-06-16 20:44:57 +08:00
John
897a9f4584 Merge branch 'develop' 2020-06-16 20:42:26 +08:00
John Guo
55f9b121de
Merge pull request #738 from fxk2006/fix_SessionRedis 2020-06-16 20:41:53 +08:00
John
386f38af5e improve gconv.Struct 2020-06-16 20:18:40 +08:00
John
65cea430c2 improva gconv.Struct 2020-06-16 19:30:35 +08:00
John
4d38b508a3 improve gvar by changig gvar.Var from type struct to interface 2020-06-16 17:38:05 +08:00
John
5c774fd391 improve function Structs for package gconv 2020-06-16 11:37:00 +08:00
fangxiaokai
f6d760e90f 1、修复redis存储session时,最大过期时间问题: ttl.Seconds()返回float64在redis中报错 2020-06-16 11:19:08 +08:00
John
c3ffa40bad improve Response/ResponseWriter by implementing http.Flusher for package ghttp 2020-06-15 23:36:20 +08:00
John
5ce5d0e593 improve auto marshal for struct slice for package gredis 2020-06-15 23:19:38 +08:00
John
b83f1efde8 remove panic for stdout error for package glog 2020-06-15 22:57:27 +08:00
John
ca5f14c366 comment updates for package gtcp 2020-06-15 22:51:44 +08:00
John
95a8b51fb4 improve map slice converting for package gconv 2020-06-15 18:59:18 +08:00
John
2b64979730 Merge branch 'master' of https://github.com/gogf/gf 2020-06-15 16:48:17 +08:00
John
508cb7db88 add and improve Scan/ScanDeep feature for package gdb/gvar/gjson/gconv 2020-06-15 16:46:48 +08:00
john
e8d6d96883 fix issue in error field name lost for package gvalid 2020-06-14 17:28:48 +08:00
john
9378a6e7bf readme update 2020-06-13 16:22:49 +08:00
john
1d609fc5c7 fix issue in unit testing case for package ghttp 2020-06-13 14:52:36 +08:00
John
49d1e3dbaf fix issue of attribute name lost in package gvalid 2020-06-12 22:25:58 +08:00
John
b0e9334852 go.mod updates 2020-06-12 14:10:33 +08:00
John
95bd369959 improve function GetClientIp for ghttp.Request 2020-06-11 18:47:56 +08:00
John Guo
a433890097
Merge pull request #721 from kuiye/master
add get client realIp
2020-06-11 18:45:42 +08:00
John
c9c3be517c fix issue in example of package glist 2020-06-11 18:43:35 +08:00
Kui_Ye
89e122cd31 marge getip func 2020-06-11 09:49:16 +08:00
John
27c2a03ea8 add example for package gset 2020-06-10 23:07:07 +08:00
John
b56eb3a948 example update for package garray 2020-06-10 19:50:22 +08:00
John
fb1b0bfd88 example update for package g/garray/gmap/gset/ghttp 2020-06-10 19:47:25 +08:00
John
dd10167ec2 example updates for package garray 2020-06-10 19:09:14 +08:00
Kui_Ye
3138ad10ec add get client realIp 2020-06-10 10:44:41 +08:00