Commit Graph

341 Commits

Author SHA1 Message Date
zseeker
8a4b9ba7c7 增加glog控制台打印开关 2018-05-24 12:37:55 +08:00
John
4c424eea9e gcfg&gparser包新增Int8/16/32/64,Uint8/16/32/64方法 2018-05-23 20:14:37 +08:00
John
3ca7e4ab60 修正gstr.IsNumeric错误 2018-05-23 20:10:12 +08:00
John
551679d9f8 gjson包新增Int8/16/32/64,Uint8/16/32/64方法 2018-05-23 19:20:38 +08:00
John
7f420dee35 gcfg包增加SetFileName方法设置默认读取的配置文件名称 2018-05-23 18:42:21 +08:00
zseeker
0cbb440a73 修改glog默认换行符初初始值 2018-05-23 18:05:06 +08:00
zseeker
3c06552bca 修改glog换行符为包变量,通过init包初始化,取消不通用的接口 2018-05-23 16:41:21 +08:00
zseeker
e6699d5b83 新增glog对系统换行符的自适配 2018-05-23 15:36:41 +08:00
蚊子
ee467c507c !3 增加对des算法的封装
Merge pull request !3 from 蚊子/master
2018-05-22 21:11:46 +08:00
wenzi1
4e072dd590 修改gdes_test的包名,增加author等细信息 2018-05-22 21:06:26 +08:00
wenzi1
6fd63f69c8 增加对DES算法的封装 2018-05-22 20:43:42 +08:00
John
d093f4093c 完成gproc进程间通信由共享文件改进为TCP/IP方式,并对应改进ghttp.Server热重启机制,完成在Linux及Windows下的功能测试 2018-05-21 10:11:24 +08:00
John
729b632531 改进gproc包进程通信方式为TCP/IP 2018-05-20 13:49:02 +08:00
John
ab0f188caf 改进gproc共享文件机制,去掉通信文件过滤机制 2018-05-19 01:04:20 +08:00
John
56e314e64d 修复gfile.MTimeMillisecond方法,完善gpage自定义分页示例 2018-05-19 00:40:55 +08:00
John
f702039a06 修复由于文件修改时间不及时引起的gproc进程通信问题 2018-05-19 00:18:35 +08:00
John
d65a61f193 增加gstr字符串操作封装包,完善gpage自定义分页示例 2018-05-19 00:02:19 +08:00
John
721503019a 完善ghttp.Server热重启特性示例,gflock示例,gproc示例,并改进gproc通信检测机制,修复写入数据文件指针未关闭问题 2018-05-18 15:45:08 +08:00
John
37e48f6f71 修复服务注册时的控制器及执行对象方法丢失问题 2018-05-18 11:01:22 +08:00
John
6b256fdc41 Merge branch 'master' of http://johnx.cn:6662/John/gf 2018-05-18 08:39:40 +08:00
John
60f13e2785 merge master 2018-05-17 22:54:19 +08:00
John
57f3f2b39d 完成ghttp.Server热重启机制在Linux_amd64及Windows_amd64下的测试 2018-05-17 22:32:50 +08:00
John
25090b430b 修正gdb.Model.Where方法参数处理问题,gdb.Model.Data参数支持更加灵活的map参数 2018-05-17 18:22:50 +08:00
John
29d72cc00e 尝试修复在某些系统上gfsnotify监控问题 2018-05-17 17:10:19 +08:00
John
cc70bbf6a2 ghttp.Server热重启机制在windows系统下的稳定性测试 2018-05-16 23:42:02 +08:00
John
5856605fc3 完成ghttp.Server热重启机制在Windows下的测试 2018-05-16 22:32:56 +08:00
John
5bbf411741 完成ghttp.Server热重启特性的HTTP&HTTPS在Linux下的功能及稳定性测试 2018-05-16 21:27:27 +08:00
John
f71579f9f4 控制器及执行对象注册增加更灵活的动态路由特性 2018-05-16 17:37:40 +08:00
John
6ca634e85b ghttp.Server热重启机制在windows系统下的兼容性测试 2018-05-16 17:19:16 +08:00
John
d4b64a5bcf ghttp.Server热重启稳定性测试 2018-05-15 23:28:44 +08:00
John
c18e274d06 ghttp.Server热重启稳定性测试,功能改进,TODO++ 2018-05-15 18:34:00 +08:00
John
964f8b499b ghttp.Server热重启机制测试中 2018-05-15 15:09:41 +08:00
John
5e4b100def 修复在windows下文件参数中不同文件分隔符引起的热更新机制失效问题。 2018-05-15 15:07:01 +08:00
John
c739dd0ed6 ghttp.Server热重启特性在同一进程多Web Server下的稳定性测试 2018-05-14 17:35:54 +08:00
John
ef9cfcf759 修复gvalid包验证问题:如果值为nil,并且不需要require*验证时,其他验证失效。并增加单元测试项,测试通过。 2018-05-14 14:16:42 +08:00
John
327c22379e ghttp.Server热重启特性测试中 2018-05-13 22:00:10 +08:00
John
d8bd344b66 完成ghttp.Server热重启特性开发以及测试工作 2018-05-13 14:23:14 +08:00
John
85020dfcc2 初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试 2018-05-13 14:04:37 +08:00
John
71fb05ec44 ghttp.Server热重启机制在windows下进行测试中,需要解决一些不同平台的兼容性问题 2018-05-13 00:17:12 +08:00
John
206d200882 完成ghttp.Server在Linux下的功能测试,今天带老婆孩子去摘蓝莓,回来继续完成Windows下的功能测试 2018-05-12 10:37:42 +08:00
John
99403ffc4b 去掉Web Server进程间通信调试代码 2018-05-11 23:31:35 +08:00
John
3c5ed69f23 ghttp.Server热重启特性测试中 2018-05-11 23:17:25 +08:00
John
dabc789113 完成ghttp.Server热重启特性初步开发 2018-05-11 18:34:17 +08:00
John
d2491241a2 ghttp.Server热重启机制开发中 2018-05-11 12:57:05 +08:00
John
b1e3ddce2f ghttp.Server热重启特性开发中 2018-05-10 23:52:09 +08:00
John
806d565a32 ghttp.Server热重启特性开发中 2018-05-10 19:16:41 +08:00
John
d97e8c8204 完成gproc包的测试 2018-05-10 17:48:47 +08:00
John
dc20caeb27 完成gproc进程管理及通信包 & gflock文件锁包开发 2018-05-10 16:07:14 +08:00
John
50a19bba1a 修正gvalid.CheckMap当传递的params参数对应rules的键值对为空时的校验失效问题 2018-05-10 12:55:16 +08:00
John
44b9cb77ec gflock开发中 2018-05-10 12:04:41 +08:00