Commit Graph

127 Commits

Author SHA1 Message Date
John
718997327a add default value for gcfg.Get* functions; rename gconv.TimeDuration to gconv.Duration, and do corresponding changes to caller packages 2019-05-09 17:14:24 +08:00
John
fdfefbb94d add default value feature for gjson/gparser; update default value type for ghttp.Request 2019-05-09 14:19:27 +08:00
John
2b865a55ac update gjson/gparser 2019-05-08 22:04:36 +08:00
John
c9537af062 add package feature for gudp; gtcp updates 2019-04-29 23:54:47 +08:00
wenzi1
07ab1d60e8 add encoding package unit test 2019-04-19 17:04:43 +08:00
wenzi1
0fc825dac1 add gcompress packge unit test 2019-04-18 12:34:01 +08:00
wenzi
8300885ab6
Merge pull request #5 from gogf/master
update gtest
2019-04-12 17:59:02 +08:00
John
08785cb272 update unit test cases of gjson 2019-04-10 08:54:49 +08:00
John
6fad737617 update unit test cases of gjson/gparser 2019-04-10 01:00:51 +08:00
wenzi1
053a3c1a53 add unit test 2019-04-09 19:12:48 +08:00
wenzi1
b3d5fc149e add unit test 2019-04-09 17:27:11 +08:00
wenzi1
43886511b9 add unit test 2019-04-09 12:28:21 +08:00
wenzi1
fd63a2209b 增加单元测试 2019-04-04 23:31:17 +08:00
wenzi
a26ec37f59
Merge pull request #3 from gogf/master
更新
2019-04-04 23:17:09 +08:00
wenzi1
779ad93bcb 参数为nil时的特殊处理 2019-04-04 23:02:00 +08:00
wenzi1
1ec0219473 add gbinary unit tests 2019-04-04 23:00:21 +08:00
John
aa4dca11f0 fix issue in gtime; update comment for g/gtest 2019-04-04 22:52:56 +08:00
John
0e0f297a3f add consurrent safety parameter for gjson.Load/LoadContent; fulfil data type auto-check logics for gjson.LoadConetnt; update comment of gjson/gparser 2019-04-02 23:33:27 +08:00
John Guo
fd2c0f2b24
Merge pull request #59 from wenzi1/master
修复gxml字符集转换的并发安全问题
2019-04-02 17:43:19 +08:00
John
07476a4349 add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check 2019-04-02 14:37:46 +08:00
wenzi1
817148f3a1 增加单元测试 2019-04-01 18:32:37 +08:00
wenzi1
bd4271cd8c 增加gxml的单元测试 2019-03-31 23:36:11 +08:00
wenzi1
a05361011f 修复并发安全问题,改为如果非UTF8字符集则先做字符集转换 2019-03-30 23:53:42 +08:00
wenzi1
6b34a77251 修复并发安全问题,改为如果非UTF8字符集则先做字符集转换 2019-03-30 23:39:07 +08:00
John
22fa7a37f3 add UseNumber support for gjson; add more unit test cases for gjson 2019-03-28 17:51:05 +08:00
John
c9d2d5e8ab add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson 2019-03-21 00:14:23 +08:00
John
80e0eae6b0 add TLSConfig support for ghttp.Server 2019-03-19 17:48:37 +08:00
John
25a6c53533 add unit test cases for gfsnotify 2019-03-15 14:54:01 +08:00
John
8ae9276732 add disable cache feature option for package gspath 2019-03-12 00:24:31 +08:00
John
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
John
6c6c64bb3b rename category string to text 2019-02-01 20:45:11 +08:00
John
85677b952f fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category 2019-01-30 21:27:03 +08:00
John
72569321fa package comments update 2019-01-16 13:35:16 +08:00
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
f900414e38 add surport for field type auto detection in gform 2019-01-14 22:55:43 +08:00
John
f4644ce685 change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex 2019-01-12 23:36:22 +08:00
John
ccf837b2bf up 2018-12-30 14:53:16 +08:00
John
f5b2556b70 up 2018-12-28 21:44:36 +08:00
John
95db811943 add travis/goreport/golint/govet 2018-12-17 13:02:18 +08:00
John
51e70be04d Add rewrite feature to WebServer; Add Unique for un sorted array of garray; Fix map conversion issue of gjson. 2018-12-10 20:24:20 +08:00
John
80993e9f77 Fix issue of gjson package in map conversion 2018-12-09 22:30:10 +08:00
John
b7a6d257d5 Fix binary decoding issue of gbinary package. 2018-12-08 18:18:05 +08:00
John
d23cdcbe57 改进gcache,完善功能及基准测试;改进gconv.Map对struct转换时默认使用json tag作为键名 2018-12-04 19:26:46 +08:00
John
b19e47783b ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法 2018-11-30 09:48:57 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
john
845b954d0e gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用 2018-10-09 10:05:55 +08:00
john
c3d8ba756b 完善gconv.Struct转换示例代码,改进gjson/gparser/gcfg相关引用方法 2018-10-08 13:38:36 +08:00
john
a68ee95575 改进gconv对象转换方法,名称修改gconv.MapToStruct -> gconv.Struct 2018-09-28 09:58:01 +08:00
John
359b73e61c garray.Slice方法改进,gqueue改进 2018-09-16 10:51:02 +08:00
John
86e77756eb 修复gjson中的errors包被IDE错误引入的问题 2018-09-15 20:30:14 +08:00