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 |
|
John
|
ac7f81849b
|
修改gdb.Value类型的数据结构为[]byte,并改进ORM的Value方法,返回Value数据类型
|
2018-05-01 13:02:20 +08:00 |
|
John
|
32b3c443f6
|
README updates
|
2018-05-01 11:03:53 +08:00 |
|
John
|
41efc6923e
|
gdb增加Value/Record/Result类型,增加对Value类型的系列类型转换方法,gconv包新增Time/TimeDuration类型转换方法
|
2018-05-01 10:09:57 +08:00 |
|
John
|
3dc932a0cb
|
改进ghttp.Server Cookie示例,改进ghttp.Response.Write数据类型转换逻辑
|
2018-04-30 22:34:28 +08:00 |
|
John
|
299db4ebfe
|
改进ghttp.Server Session示例
|
2018-04-30 22:28:01 +08:00 |
|
John
|
982bbec818
|
完善ghttp.Server文件上传示例,改进ghttp.Response设计
|
2018-04-30 22:14:14 +08:00 |
|
John
|
92800a1241
|
ghttp.Request增加请求进入和完成时间记录,并增加到默认日志内容中
|
2018-04-29 23:19:02 +08:00 |
|
John
|
bd7de6e522
|
README updates
|
2018-04-29 22:25:12 +08:00 |
|
John
|
0466f88ebe
|
gconv包增加按照类型名称字符串进行类型转换,gutil增加MapToStruct方法,gjson/gparser改进ToStruct方法实现,gdb.Map类型增加ToStruct方法
|
2018-04-29 21:33:47 +08:00 |
|
John
|
d24b69e584
|
修复ghttp.Server多端口监听特性,增加多端口监听示例
|
2018-04-29 16:52:44 +08:00 |
|
John
|
d16be598f6
|
g包中增加HTTPServer,TCPServer,UDPServer单例对象封装
|
2018-04-28 12:04:00 +08:00 |
|
John
|
e6df1c7a58
|
增加gdb和gredis包的benchmark测试脚本
|
2018-04-28 11:47:43 +08:00 |
|
John
|
9dc43e12b4
|
Merge branch 'master' of http://johnx.cn:6662/John/gf into qiangg_gdb_pools
|
2018-04-28 08:48:33 +08:00 |
|
John
|
d9a7d8a0da
|
修正gconv.Float64方法位大小设置问题
|
2018-04-27 22:21:27 +08:00 |
|
John
|
98ff7cae15
|
ghttp.Server增加对多端口监听特性(HTTP/HTTPS),支持同一Server同时监听多端口的HTTP/HTTPS服务
|
2018-04-27 22:12:11 +08:00 |
|
John
|
3d54b01867
|
gdb增加二级数据库连接池开发中
|
2018-04-27 13:59:02 +08:00 |
|
John
|
08a52d7efd
|
grand,gdb增加benchmark测试,改进grand随机数生成性能,改进gdb.New性能
|
2018-04-27 11:38:26 +08:00 |
|
John
|
f0c424f0fe
|
修复ghttp路由缓存问题
|
2018-04-25 17:11:34 +08:00 |
|
John
|
78e511573f
|
改进gf orm以及redis客户端的封装
|
2018-04-24 23:09:59 +08:00 |
|
John
|
8bc5dc75a6
|
gform增加db.GetCount,tx.GetCount,model.Count数量查询方法
|
2018-04-24 10:38:08 +08:00 |
|
John
|
6826bf9c11
|
完善https示例,README updates
|
2018-04-23 22:03:11 +08:00 |
|
John
|
da2bb36308
|
完成HTTPS支持
|
2018-04-23 19:22:59 +08:00 |
|
John
|
b3f96c587e
|
修正web server目录安全性校验文件分隔符号处理问题
|
2018-04-23 17:06:50 +08:00 |
|