|
|
2b46e765c4
|
change function time.Duration.Milliseconds to time.Duration.Nanoseconds for compatibility of Golang version < 1.13
|
2020-03-16 23:03:37 +08:00 |
|
|
|
c7f911cae2
|
change function time.Duration.Milliseconds to time.Duration.Nanoseconds for compatibility of Golang version < 1.13
|
2020-03-16 23:03:35 +08:00 |
|
|
|
9f0548c03d
|
improve testdata directory retrieving for unit testing cases
|
2020-03-16 22:47:39 +08:00 |
|
|
|
c578df06a3
|
fix issue in unit testing case of package gfile
|
2020-03-16 20:51:19 +08:00 |
|
|
|
8ed3cf9c97
|
fix issue in unit testing case of package gcdg
|
2020-03-16 20:46:03 +08:00 |
|
|
|
d716037caa
|
improve package gcfg adding default configuration file searching for instance
|
2020-03-15 19:56:07 +08:00 |
|
|
|
74be9fac18
|
add file rotation feature for package glog; improve gpool/gfpool; fix issue in gfile.MTimeMillisecond
|
2020-03-15 19:32:26 +08:00 |
|
|
|
0a92df691b
|
improve package gpool/gfpool; donator updates
|
2020-03-14 17:12:44 +08:00 |
|
|
|
4732bf46ad
|
add Context map for internal context workflow parameter exchanges for ghttp.Request
|
2020-03-08 22:53:20 +08:00 |
|
|
|
6665d62e7e
|
improve package gfile
|
2020-03-07 20:28:00 +08:00 |
|
|
|
a34ca0ff4b
|
improve uploading file feature for ghttp.Server; improve package gfile/gstr/gdebug
|
2020-03-07 19:31:33 +08:00 |
|
|
|
93d0760898
|
add GetPage function for ghttp.Request
|
2020-03-06 11:01:03 +08:00 |
|
|
|
d8a7e36478
|
improve router feature for ghttp.Server
|
2020-03-04 17:29:23 +08:00 |
|
|
|
bb1c27c36a
|
add more unit testing cases for glog
|
2020-02-26 23:26:24 +08:00 |
|
|
|
42fd583bfd
|
add more inernal logging points for core components
|
2020-02-24 21:09:19 +08:00 |
|
|
|
d8ef8a1f5d
|
add gf.debug options and GF_DEBUG env control params for internal logging feature
|
2020-02-22 14:51:44 +08:00 |
|
|
|
34e7c5f809
|
rename grand.Str to grand.S; add different function Str for grand
|
2020-02-21 00:01:27 +08:00 |
|
|
|
89f869dd44
|
remove internal logging for gsession.StorageFile; improve example codes for CORS feature of ghttp.Server
|
2020-02-16 23:00:42 +08:00 |
|
|
|
7443246e05
|
add gtime.TimeWrapper
|
2020-02-16 18:07:05 +08:00 |
|
|
|
36403fdc08
|
improve configuration for mssql
|
2020-02-16 16:25:03 +08:00 |
|
|
|
0317f6812e
|
add more unit testing cases for gtime
|
2020-02-16 15:11:21 +08:00 |
|
|
|
19755ad233
|
improve gcfg
|
2020-02-14 21:57:35 +08:00 |
|
|
|
88684ca00a
|
add panic if internal watcher creation fails for gfsnotify; improve codes and change comment from chinese to english for gdb
|
2020-02-10 20:37:53 +08:00 |
|
|
|
1e45bf93d8
|
remove error printing when decoding error in communication feature of gproc
|
2020-02-06 19:21:17 +08:00 |
|
|
|
e8dd3979b6
|
add more unit testing cases for ghttp/gview
|
2020-02-06 15:17:10 +08:00 |
|
|
|
4d2b244319
|
fix issue in gres.UnpackContent; fix issue in gtime.NewFromTimeStamp
|
2020-02-04 17:09:18 +08:00 |
|
|
|
4c3af63076
|
improve time string parsing for invalid datetime
|
2020-02-01 20:14:24 +08:00 |
|
|
|
7d7b242968
|
Merge branch 'master' of https://github.com/gogf/gf
|
2020-01-21 15:42:19 +08:00 |
|
|
|
202419202f
|
improve logger feautre, add unit testing cases for ghttp.Server; add SetDefaultLogger function for glog
|
2020-01-21 15:42:08 +08:00 |
|
|
|
55078beed1
|
Merge pull request #484 from chikaku/remove_redundant
Remove redundant code in gsession
|
2020-01-21 15:40:35 +08:00 |
|
|
|
d9f4e6eaa6
|
remove redundant code in gsession
|
2020-01-21 14:55:08 +08:00 |
|
|
|
2ba0913bea
|
comment update for gtimer
|
2020-01-21 14:46:23 +08:00 |
|
|
|
7df53ff55e
|
rename all timestamp function names from *Second to Timestamp*
|
2020-01-20 14:14:11 +08:00 |
|
|
|
f2af08270b
|
improve gproc
|
2020-01-19 20:42:21 +08:00 |
|
|
|
d9c7224861
|
readme updates
|
2020-01-18 22:21:37 +08:00 |
|
|
|
872d674182
|
fix issue in database 'time' type support in package gdb
|
2020-01-15 21:23:40 +08:00 |
|
|
|
b7d194cf52
|
improva gcmd.Parser/gres
|
2020-01-15 09:36:58 +08:00 |
|
|
|
edf2366296
|
improve gzip feature for gcompress; add gzip compression for package gres
|
2020-01-15 00:15:56 +08:00 |
|
|
|
f662ff8051
|
add pprof unit testing case for ghttp; reame updates
|
2020-01-12 22:26:07 +08:00 |
|
|
|
afadbc6621
|
improve genv.Remove/gproc.Kill
|
2020-01-10 22:32:07 +08:00 |
|
|
|
ca546fc30b
|
why the goland auto removed my genv import?
|
2020-01-10 09:39:54 +08:00 |
|
|
|
7c7c168c3d
|
improve gproc.SearchBinary
|
2020-01-09 23:05:03 +08:00 |
|
|
|
16f0bb96db
|
improve strict parsing feature for gcmd
|
2020-01-08 23:06:01 +08:00 |
|
|
|
81fd3d06bb
|
make parser default unstrict for gcmd
|
2020-01-08 19:30:56 +08:00 |
|
|
|
f2190e50b2
|
improve unit testing for gdb
|
2020-01-06 20:43:59 +08:00 |
|
|
|
167d58490b
|
Merge pull request #455 from gnever/191229_gfile_add_readline_mst
Add ReadLines and ReadByteLines read file content line by line
|
2020-01-06 17:52:41 +08:00 |
|
|
|
bec9f5a847
|
add buildin function 'concat' for gview
|
2020-01-05 19:55:17 +08:00 |
|
|
|
344f232c36
|
add Timestamp*Str functions for gtime; improve unit testing cases for gfile
|
2020-01-02 21:29:06 +08:00 |
|
|
|
27b677b0c0
|
improve Map converting feature for gconv; improve package gproc for local shell searching; improve JSON/XML response for ghttp.Response
|
2020-01-02 19:45:41 +08:00 |
|
|
|
fe5d2e5685
|
improve parameter parsing feature for ghttp.Request
|
2020-01-01 14:18:00 +08:00 |
|