John
|
8a7232357d
|
改进gdb.Map/List及g.Map/List的类型定义,改用别名特性以便支持原生类型输入(map/slice),并修复gdb.Model.Update方法参数处理问题
|
2018-05-25 18:20:40 +08:00 |
|
John
|
85c73d93f1
|
goroutine池改进中
|
2018-05-25 08:27:17 +08:00 |
|
John
|
7f420dee35
|
gcfg包增加SetFileName方法设置默认读取的配置文件名称
|
2018-05-23 18:42:21 +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
|
56e314e64d
|
修复gfile.MTimeMillisecond方法,完善gpage自定义分页示例
|
2018-05-19 00:40:55 +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
|
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
|
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
|
9ce65c195a
|
完善模板引擎热更新机制测试
|
2018-05-15 13:53:13 +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
|
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
|
d97e8c8204
|
完成gproc包的测试
|
2018-05-10 17:48:47 +08:00 |
|
John
|
dc20caeb27
|
完成gproc进程管理及通信包 & gflock文件锁包开发
|
2018-05-10 16:07:14 +08:00 |
|
John
|
44b9cb77ec
|
gflock开发中
|
2018-05-10 12:04:41 +08:00 |
|
John
|
e905677b66
|
增加gflock包用于文件锁特性,gproc包进程间通信功能开发中
|
2018-05-09 18:29:46 +08:00 |
|
John
|
6b7d24ba98
|
ghttp.Server热重启/热编译特性开发中
|
2018-05-08 23:38:09 +08:00 |
|
John
|
7ebf6825b6
|
热重启特性开发中
|
2018-05-08 18:41:29 +08:00 |
|
John
|
6f2e265a65
|
ghttp.Server热重启特性开发中
|
2018-05-07 18:44:58 +08:00 |
|
John
|
946c6ddd65
|
Merge branch 'master' into qiangg_ghttp_graceful
|
2018-05-07 17:50:11 +08:00 |
|
John
|
5db50ef2f2
|
修复gdb.Model.And/Or方法
|
2018-05-07 16:22:22 +08:00 |
|
John
|
7d91986931
|
改进ghttp包文件命名,增加gbase64示例,ghttp.Server热重启特性开发中
|
2018-05-06 22:35:08 +08:00 |
|
Guo Qiang
|
bb37ce86a1
|
测试合并请求
|
2018-05-04 23:28:51 +08:00 |
|
John
|
554ba27263
|
test merge
|
2018-05-04 22:29:44 +08:00 |
|
John
|
5967af8cd3
|
修复gdb.GetAll针对返回数据列表的for..range...的返回结果slice相同指针问题
|
2018-05-04 17:59:37 +08:00 |
|
John
|
2c604a62cf
|
完善ghttp.Server自定义错误状态码回调函数处理示例代码
|
2018-05-04 16:50:54 +08:00 |
|
John
|
7370278da5
|
改进ghttp.Server自定义错误状态码设计
|
2018-05-04 16:07:50 +08:00 |
|
John
|
fa897c25bc
|
ghttp.Server增加自定义状态码回调函数注册处理
|
2018-05-04 14:35:20 +08:00 |
|
John
|
fc80e2831f
|
修复gconv.Int64(float64(xxx))问题
|
2018-05-03 18:30:16 +08:00 |
|
John
|
1e42e73ba3
|
gview模板引擎增加多目录检索功能,gfile包增加源码main包目录获取方法
|
2018-05-03 16:12:01 +08:00 |
|
John
|
ffaebd046a
|
增加gspath目录检索包管理工具,改进gcfg配置文件检索功能
|
2018-05-03 13:35:08 +08:00 |
|
John
|
cc42a572fe
|
改进gdb.Result与gdb.List, gdb.Record与gdb.Map之间的类型转换,便于业务层数据编码处理(如json/xml)
|
2018-05-02 18:52:04 +08:00 |
|