Commit Graph

2422 Commits

Author SHA1 Message Date
John
734728fa9c improve time handling for gdb 2019-10-25 19:54:02 +08:00
John
b373ace065 update comment for gqueue.Len 2019-10-25 17:32:03 +08:00
John
bc7b5c8626 fix issue in status checks for static file serving 2019-10-25 17:04:17 +08:00
John
f2b45622d6 add debug for domain group testing 2019-10-25 16:57:54 +08:00
John
77cb219057 enable route map printing for domain group testing 2019-10-25 16:44:54 +08:00
John
cf34d7bd56 fix issue in gconv.Interfaces; improve storage interface for gsession 2019-10-25 13:49:03 +08:00
John
5adc9be0d9 gofmt 2019-10-25 10:43:59 +08:00
John
58b2efc900 version update 2019-10-24 21:05:23 +08:00
John
28326606f5 fix issue in resource file handler for ghttp.Server 2019-10-24 20:22:37 +08:00
John
91c98bbb60 fix issue in group router feature for domain 2019-10-24 19:44:30 +08:00
John
c0236d7dfa improve gstr.SplitAndTrim 2019-10-22 13:57:21 +08:00
John
d4051df5b6 improve gdb/gstr/gconv/garray 2019-10-21 19:13:25 +08:00
John
88045417ff fix issue in field type check for gdb 2019-10-17 20:57:49 +08:00
John
500efb5601 fix issue in template for ghttp.Server 2019-10-17 20:31:03 +08:00
John
97fe8235da fix issue in session expiring for file storage of gsession; add Pop/Pops functions for gset/gmap 2019-10-16 23:33:06 +08:00
John
e1164e935b improve configuration for gdb; add more unit test case for ghttp.Server 2019-10-15 21:20:38 +08:00
John
b26330aee1 rename cacheTime to cacheExpire and change its type from int to time.Duration for gdb.Model; fix issue in string support of function Data for gdb 2019-10-15 17:44:47 +08:00
John
2b083709b5 add gmap.ListMap/TreeMap support for gdb.Where 2019-10-14 23:27:48 +08:00
John
0ac45dc379 rename file name from link_map to list_map for package gmap 2019-10-14 22:43:31 +08:00
John
650916c22a version updates 2019-10-14 13:46:45 +08:00
John
2804183325 fix issue in content-type response for ghttp.Server 2019-10-14 13:46:16 +08:00
John
2dc2610621 improve gdb; README update 2019-10-13 23:05:48 +08:00
John
1736e71e6b add debug for unit test case of 2019-10-13 22:40:23 +08:00
John
69ee5375b9 improve Join/String functions for garray/gset/gmap; add AddIfNotExistFunc/AddIfNotExistFuncLock functions for gset 2019-10-13 22:31:28 +08:00
John
3ac0a66887 improve unit test cases for gspath 2019-10-13 21:42:04 +08:00
John
20e873a1fc version updates 2019-10-13 00:40:06 +08:00
John
142484d89c add support for like statement in map key for Where function, improve error format for gdb 2019-10-13 00:37:25 +08:00
John
76a9f4ca14 fix security issue in static file feature for ghttp.Server 2019-10-12 23:56:03 +08:00
John
c4e5679d5c fix issue in missing passing MaxIdle/MaxActive configuration to underlying redis pool for gredis; add extra output for unit test cases of ghttp.Server 2019-10-11 23:33:21 +08:00
John
b08d7c3c38 change Join function feature for garray 2019-10-11 23:17:29 +08:00
John
5092d8e6c5 improve status handling and add error logger for ghttp.Server; fix issue in defer error warpping for some packages 2019-10-11 22:54:25 +08:00
John
74d625ff97 add Get*Int32/Get*Int64/Get*Uint32/Get*Uint64 functions for ghttp.Request 2019-10-10 10:40:38 +08:00
John
f1119e28e8 add Get*Int32/Get*Int64/Get*Uint32/Get*Uint64 functions for ghttp.Request 2019-10-10 10:33:14 +08:00
John
3082c7f761 fix issue in StrLimit for gstr 2019-10-10 00:04:38 +08:00
John
5f36614dd7 remove UseNumber for json decoding in package gjson 2019-10-09 20:33:26 +08:00
John
1dcc7a4887 improve http status handling for middleware of ghttp.Server 2019-10-09 15:26:50 +08:00
John
41e9d35487 improve middleware feature for ghttp.Server; fix issue memory usage in big file downloading 2019-10-09 00:33:58 +08:00
John
977c8b7ee3 version updates 2019-10-01 17:54:29 +08:00
John
939e6244ee comment update for gtcp/gudp 2019-10-01 17:53:49 +08:00
John
e764b2393d change params order of Insert* functions for glist; improve gstr.IsNumber 2019-10-01 16:35:44 +08:00
John
6384e75ed9 improva container for json marshal/unmarshal interface 2019-10-01 16:03:18 +08:00
John
195cae6577 add new functions and mark deprecated for some functions for gdb 2019-10-01 11:29:02 +08:00
John
c8cf46a5a7 add Create function for gvar; add Uints/SliceUint function for gconv 2019-10-01 10:42:34 +08:00
John
eba97277b2 add more unit test cases for ghttp 2019-10-01 09:33:26 +08:00
John
4e19fbc5fb add separate put/delete functions for ghttp.Request 2019-10-01 09:06:35 +08:00
John
494b5bbae2 fix issue in unit test case for gvar 2019-09-30 17:30:24 +08:00
John
987ce709e5 add UnmarshalJSON for gtime; add ineterface MapStrAny support for gjson.New 2019-09-30 17:23:23 +08:00
John
35ad4d869f fix issue in cycle import for gtime 2019-09-30 15:51:15 +08:00
John
39d654e3f2 update comment for gtime 2019-09-30 15:26:32 +08:00
John
7fe9c641f4 add UnmarshalJSON func tion for gset 2019-09-30 14:37:05 +08:00