Commit Graph

3194 Commits

Author SHA1 Message Date
Jack
32e4d64ddb improve package gjson for automatic content type checking 2020-08-12 00:11:25 +08:00
Jack
46e45ca84b improve package gjson for automatic content type checking 2020-08-11 23:46:21 +08:00
Jack
fcb13bd8ee improve package gjson for automatic content type checking 2020-08-11 23:36:40 +08:00
Jack
eacad9b453 improve package gjson for automatic content type checking 2020-08-11 23:22:09 +08:00
Jack
ed479e2a13 improve package gjson for automatic content type checking 2020-08-11 23:20:22 +08:00
Jack
19937cb75d improve MapDeep for package gconv 2020-08-11 20:13:47 +08:00
Jack
a95093222c add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
Jack
7b599d1882 Merge branch 'master' of https://github.com/gogf/gf 2020-08-10 23:04:28 +08:00
Jack
4d501fd2f4 improve function Set for package gjson 2020-08-10 23:03:35 +08:00
john
c3d3053ded improve GetOrSetFunc for package gcache 2020-08-09 21:28:31 +08:00
Jack
14d5fd3e11 add translation format feature for package gi18n 2020-08-08 16:46:52 +08:00
Jack
9f79453334 improve ghttp.Server by closing the request and response body to release the file descriptor in time 2020-08-08 11:09:58 +08:00
John Guo
c7f1c881c0
Merge pull request #850 from coderzhuang/master
fix: Access-Control-Request-Headers
2020-08-08 09:59:45 +08:00
John Guo
c39c032b4e
Merge pull request #844 from qinyuguang/scan
gcmd.Scan supports read line that contains whitespace
2020-08-08 09:58:32 +08:00
Jack
fa96c18308 add function MapOmitEmpty for package gutil 2020-08-08 09:53:32 +08:00
Jack
d90145a47f add goroutine id retrieving feature for package gdebug 2020-08-08 09:42:24 +08:00
Athos
12b4fdd692
fix: Access-Control-Request-Headers 2020-08-04 11:57:42 +08:00
Jack
3d8451d5d0 comment update for gdb.Model.Page 2020-08-04 09:22:21 +08:00
qinyuguang
cf88f28519 gcmd.Scanf supports read line that contains whitespace 2020-08-03 21:00:02 +08:00
Jack
15d99eee46 add more unit testing case for ghttp.Server 2020-08-03 20:49:19 +08:00
Jack
6d68277db8 improve cookie feature for ghttp.Server 2020-08-03 20:00:00 +08:00
Jack
3e3b5557f7 readme updates 2020-08-03 18:58:43 +08:00
qinyuguang
ba1a9d9f8e gcmd.Scan supports read line that contains whitespace 2020-08-01 02:13:42 +08:00
Jack
3e1a7953ec Merge branch 'master' of https://github.com/gogf/gf 2020-07-31 09:57:45 +08:00
Jack
073fb2d717 improve sql logging structure for package gdb 2020-07-31 09:57:26 +08:00
John Guo
7f33021184
Merge pull request #825 from chenall/gjson-support-utf8-with-bom
fix configfile with UTF8-BOM issue
2020-07-31 00:08:05 +08:00
Jack
b396096721 improve dry-run feature by adding global dry-run variable reading from environment or command options 2020-07-30 23:08:27 +08:00
Jack
0a5c6d832f add configration group name for logging content for package gdb 2020-07-30 23:00:20 +08:00
John Guo
d279566114
Merge pull request #769 from fxk2006/master 2020-07-30 22:55:39 +08:00
Jack
2693cbb136 add more unit testing case for ghttp.Server 2020-07-30 22:45:50 +08:00
Jack
f7a9be4292 improve package glog for rotation feature 2020-07-30 21:09:45 +08:00
Jack
a926033b66 move Separator from const to variable for package gfile 2020-07-30 20:57:08 +08:00
Jack
dbcdd06b19 Merge branch 'master' of https://github.com/gogf/gf 2020-07-30 20:49:32 +08:00
Jack
ff5dab5c70 improve package glog for rotation feature 2020-07-30 20:49:11 +08:00
John Guo
84b576418f
Merge pull request #835 from XWR940711/master
add func gtimer.Entry.Reset()
2020-07-30 20:20:50 +08:00
Jack
253b124903 fix issue in database configuration for package gind 2020-07-30 20:18:18 +08:00
Jack
33dc5ddf79 fix issue in database configuration for package gind 2020-07-30 18:52:27 +08:00
Jack
a456fa537c fix logger configure issue for package gdb 2020-07-30 17:16:29 +08:00
糖水不加糖
9e1fb93e08 adjust gtimer.Entry.Reset() Test Code. 2020-07-30 11:00:19 +08:00
糖水不加糖
5d24f702be adjust gtimer.Entry.Reset() Test Code. 2020-07-30 10:37:48 +08:00
Jack
ca8e2c2986 version updates 2020-07-29 23:19:59 +08:00
Jack
2f0e5a45c5 improve package gcron 2020-07-29 23:03:31 +08:00
john
c4b28b0bc4 improve gtime.ParseDuration 2020-07-29 11:44:58 +08:00
糖水不加糖
6cc4747965 add func gtimer.Entry.Reset() 2020-07-29 11:22:46 +08:00
john
91cd34b26a improve multiple seperator chars handling for router of ghttp.Server 2020-07-29 00:32:54 +08:00
john
e35a2f028c add timeout feature for Do/Receive functions of package gredis 2020-07-28 23:48:12 +08:00
john
9cff2bd10f add function ParseDuration and time unit 'd' support for package gtime 2020-07-28 22:46:15 +08:00
john
6d406498db improve result data type converting for package gdb 2020-07-28 20:31:50 +08:00
john
939ae37baf example codes update for package gdb 2020-07-28 19:55:13 +08:00
john
4d6c8744e5 upgrade mxj 2020-07-25 15:31:51 +08:00