Commit Graph

78 Commits

Author SHA1 Message Date
John
982bbec818 完善ghttp.Server文件上传示例,改进ghttp.Response设计 2018-04-30 22:14:14 +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
e6df1c7a58 增加gdb和gredis包的benchmark测试脚本 2018-04-28 11:47:43 +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
721c1091d0 改进静态文件目录安全访问控制 2018-04-23 14:20:41 +08:00
John
0daaea8919 gins单例管理增加配置文件监控功能 2018-04-21 11:20:31 +08:00
John
5fc727a119 完成数据库ORM链式操作的Where参数类型修改:string -> interface{} 2018-04-20 10:53:30 +08:00
John
9406b02fa5 ghttp.Server增加access & error log功能 2018-04-19 19:11:10 +08:00
John
179a4b2710 改进glog & gfilepool 2018-04-19 16:24:48 +08:00
John
3a3c35d28a ghttp.Server文件处理完善 2018-04-19 14:58:25 +08:00
John
6f031a1a72 完善ghttp.Server注释,修复gqueue数量限制功能 2018-04-19 14:29:19 +08:00
John
b3c672b08b ghttp.Server启动失败时增加报错提醒,完善glog backtrace信息,增加g.Map类型 2018-04-19 13:41:06 +08:00
John
e47d92e35c 示例代码完善 2018-04-18 23:01:48 +08:00
John
157d15302c 完成gfsnotify开发 2018-04-18 15:17:07 +08:00
John
c7facf2f65 ghttp包增加pprof支持 2018-04-17 13:54:33 +08:00
John
a9f92d499c 新增garray并发安全数组包,开发中 2018-04-15 22:37:39 +08:00
John
5f2b397895 并发安全容器新增LockFunc/RLockFunc方法,完善Iterator遍历方法注释 2018-04-15 22:02:06 +08:00
John
b1de34ee5b README updates 2018-04-15 10:54:55 +08:00
John
15c5d5b93b 改进gconv功能,完善gconv示例,README updates 2018-04-15 10:30:59 +08:00
John
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +08:00
John
03478fe72d ghttp路由功能改进中 2018-04-12 18:06:42 +08:00
John
7b9813ee76 gjson包改进,功能修复中 2018-04-12 14:09:33 +08:00
John
b0dc9064e0 ghttp路由优先级改进 2018-04-11 16:06:45 +08:00
John
3bb3d27009 ghttp路由功能改进 2018-04-11 12:05:25 +08:00
John
58095ac006 glog日志内容增加毫秒显示 2018-04-10 15:52:58 +08:00
John
067c07903c gvalid新增对运行时对象属性的校验支持 2018-04-10 12:01:17 +08:00
John
24b8c2459e ghttp组件优化 2018-04-10 10:32:37 +08:00
John
fdefc0f822 ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成 2018-04-09 17:55:46 +08:00
John
f40094015c fix bug #IISWI、#IISMY 2018-04-04 22:46:55 +08:00
John
66a71c1a44 组件优化 2018-03-29 13:46:05 +08:00
John
f60c472fe0 gcache增加真对于缓存池大小限制的LRU特性 2018-03-27 23:10:27 +08:00
John
9eb01a395a gcache lru 2018-03-27 17:53:46 +08:00
John
5db721a250 完善gchan和gqueue注释 2018-02-07 09:42:18 +08:00
John
68a66128e6 新增gchan包,对channel进行简单封装,便于优雅的channel操作处理;完善gqueue包功能 2018-02-02 16:56:53 +08:00
John
45bf89b61a gqueue新增Close方法便于队列优雅退出 2018-02-02 14:56:02 +08:00
John
3200e7746c vendor README update 2018-01-30 14:22:23 +08:00
John
75d6a1c175 测试报关联性 2018-01-30 14:02:01 +08:00
John
5b8d54f15e gparser功能修复及测试 2018-01-25 17:43:07 +08:00
John
a66542e8fd 完善gjson和gparser 2018-01-23 16:40:48 +08:00
John
8a59aea6a6 修正gjson数据检索问题 2018-01-23 15:43:16 +08:00
John
84ddf73cb4 初步完善gjson功能,新增gparser包,用于编码/解析json,xml,yaml,toml数据格式内容 2018-01-23 15:02:42 +08:00
John
a0f2916c55 gjson模块支持内容修改特性,开发中 2018-01-22 17:55:12 +08:00
John
61c067c661 新增动态大小的安全队列gqueue,并修正grpool关闭时的数量问题 2018-01-20 11:09:27 +08:00
John
df9fb984e3 yaml,xml,json数据格式封装解析测试 2018-01-19 16:19:48 +08:00
John
5dab00fddb 配置文件管理 2018-01-19 15:26:28 +08:00
John
a16314aa78 完善gbinary示例 2018-01-18 17:40:16 +08:00