Commit Graph

128 Commits

Author SHA1 Message Date
John
b02205f7cd gpool updates 2019-01-23 17:27:30 +08:00
John
494f96495e fulfil unit test cases of gtimer 2019-01-23 11:28:57 +08:00
John
24990e26c8 gcron, gtimer updates 2019-01-21 22:09:51 +08:00
John
616539ecb0 update unit test cases of gmlock, concurrent safe reason 2019-01-18 15:03:45 +08:00
John
9e99e88d27 gmlock updates, add more unit test cases for gmlock 2019-01-18 11:30:52 +08:00
John
efe2535977 README updates 2019-01-17 20:04:17 +08:00
John
bf25a3a601 gtimer updates; grand updates, change buffer slice type from uint64 to uint32 2019-01-17 14:15:23 +08:00
John
432c16c89f complete pckage gtimer development, a levelled timing wheel for interval/delayed jobs running and management 2019-01-12 22:41:12 +08:00
John
241706cbbf up 2019-01-12 20:20:30 +08:00
John
33dd0f9922 timing wheel up 2019-01-11 13:46:40 +08:00
John
1c9cb8286f up 2019-01-09 12:54:37 +08:00
John
1966b40d01 ghttp.Client updates; add more unit test cases for web server 2018-12-31 00:50:55 +08:00
John
e558863743 up 2018-12-30 11:08:07 +08:00
John
f5b2556b70 up 2018-12-28 21:44:36 +08:00
John
fff31e0f4f add Charset support for mysql of gdb package; fix issue for glog for log writing failed when the folder path wa deleted 2018-12-19 18:15:22 +08:00
John
83f5a9d34e Package gview: build-in function 'date' supports printing current datetime. 2018-12-05 15:48:15 +08:00
John
8481de2b47 Add method for gcache package, to show all map datas of the cache. 2018-12-04 20:23:48 +08:00
John
c973f133de hot fix 2018-12-04 19:50:24 +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
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
38932f306d 改进gspath缓存数据结构 2018-11-23 16:45:30 +08:00
John
5e7e1077a1 性能改进 2018-11-23 09:20:45 +08:00
John
8f85311332 完善获取数据库配置失败时的错误提示 2018-11-21 00:02:29 +08:00
John
b190ee9fe6 初步完成第一阶段的性能改进 2018-11-17 02:39:23 +08:00
John
e8101cb02f 性能改进中 2018-11-16 18:20:09 +08:00
John
7f640da9a1 修复gtime.StrToTime的日期解析问题 2018-11-13 22:47:08 +08:00
John
e4b1b03b7f 改进gfsnotify在windows系统下的监控 2018-11-11 13:59:40 +08:00
John
882c69cb08 改进gfsnotify,支持编辑器对文件非标准编辑时(RENAME+CHMOD)的热更新问题 2018-11-11 11:26:03 +08:00
john
5dc8e93936 third package updates 2018-11-07 15:38:54 +08:00
john
97c8ad2526 完善gfsnotify callback特性 2018-11-06 10:08:08 +08:00
john
e2111ceb3e 初步完成对gfsnotify的改进,增加对特定回调的取消注册功能 2018-11-05 16:26:08 +08:00
john
66a73042d2 Merge branch 'master' of https://gitee.com/johng/gf 2018-11-03 17:50:15 +08:00
john
276bae7ef1 改进gfsnotify模块,去掉与gfile模块的依赖;改进gfpool文件指针池,加上对gfsnotify模块的依赖,使用全局文件监控对象 2018-11-03 17:50:00 +08:00
John
7d79ab5690 增加模板对象变量示例程序 2018-11-03 15:59:24 +08:00
john
a9f03fe9cb 改进gfpool文件指针池,增加对文件mv/rm后的指针池重建;改进gtime,增加对时间字符串更多的默认时间格式支持,新增gtime.ParseTimeFromContent方法 2018-11-01 17:22:55 +08:00
john
b2cb4486cb Merge branch 'master' of https://gitee.com/johng/gf into qiangg_gfpool20181031 2018-11-01 10:22:25 +08:00
John
ee1df4d0e5 服务注册时增加方法定义判断;模板引擎增加strlimit/hidestr/highlight/toupper/tolower/nl2br内置模板函数 2018-10-31 22:39:58 +08:00
john
f3f7398ed8 gfpool改进中 2018-10-31 19:00:28 +08:00
john
df1b52d5d7 改进gtime.StrToTime对常用时间格式匹配模式 2018-10-31 16:57:13 +08:00
John
cb2d40ed1a 去掉gview.HTML 2018-10-29 23:22:01 +08:00
John
ddf979e65b 模板引擎新增若干内置函数;gstr增加对中文截取方法 2018-10-29 22:58:30 +08:00
John
b6782a5e7d gcfg增加获取配置变量为*gvar.Var; gfsnotify修复'假删除'处理逻辑 2018-10-27 16:05:36 +08:00
john
e0c93a9429 改进gtype.Set方法,增加Set原子操作返回旧的变量值;改进gcron,增加自定义的Cron管理对象,增加New/Start/Stop方法;TODO++ 2018-10-25 10:08:08 +08:00
john
9b214fa489 改进gcron,增加定时任务名称特性,并可根据名称执行检索和删除 2018-10-24 09:06:29 +08:00
john
695140a1ab 完成gfile文件内容操作方法改进 2018-10-23 14:55:52 +08:00
john
648bc400dc gfile改进中 2018-10-22 18:58:11 +08:00
john
c5a03fca83 新增gcron定时任务包 2018-10-22 16:53:43 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
john
3e10d301ee 增加gtime.StrToTimeFormat方法示例程序 2018-10-16 16:09:36 +08:00