Commit Graph

278 Commits

Author SHA1 Message Date
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
d0e5f819ba map测试 2018-04-18 11:08:40 +08:00
John
847cfc6d91 完善geg示例 2018-04-17 14:20:02 +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
John
1100d0ff86 grpool测试 2018-01-17 12:49:36 +08:00
John
2ae3e21555 改进groutine设计,初步完成性能测试 2018-01-15 23:26:56 +08:00
John
f80b199d24 groutine性能测试 2018-01-15 22:42:58 +08:00
John
4b5ad193c1 改进和完善并发安全容器部分方法,初步完成goroutine池包,待测试 2018-01-15 17:23:22 +08:00
John
48b4d25362 修正gjson解析bug,初步完成框架手册 2018-01-11 18:02:56 +08:00
John
36ab7a0b05 完成ghttp客户端测试,文件上传客户端及服务端测试,version 0.90beta -> 0.91beta 2018-01-11 16:06:42 +08:00
John
58fb9e94de 去掉glog backtrace标准库调用记录 2018-01-09 14:06:39 +08:00
John
86440dfe59 完善ghttp服务注册 2018-01-08 11:38:31 +08:00
John
855cb59caf 完善模板引擎功能,完善gvalid示例 2018-01-04 18:04:11 +08:00
John
d4f992bfc4 改进ghttp传递给注册函数的参数,简化使用 2018-01-02 15:52:32 +08:00
John
63694dc7e7 改进cookie, session, ghttp关系,便于调用管理 2017-12-30 23:49:55 +08:00
John
4db0034047 完成单数据校验规则开发 2017-12-29 15:42:42 +08:00
John
7fdf2ca870 表单验证类开发中 2017-12-28 17:28:32 +08:00
John
6fb3366edd 完成路由管理器 2017-12-28 15:21:25 +08:00
John
e35aea0dae 未完成的模块新建分支管理,从master分支中剔除掉 2017-12-28 10:54:36 +08:00
John
3248234067 ghttp支持绑定实例化对象 2017-12-26 11:46:48 +08:00
John
4af5a2e7a3 新增gmq消息队列模块,开发中 2017-12-22 17:32:18 +08:00
John
aacb6abb9a 完成gmvc基本开发及测试 2017-12-20 12:05:36 +08:00
John
6ee93e7414 新增环境变量管理工具genv,完善gmvc配置管理功能 2017-12-18 10:42:59 +08:00
John
3ab3a61dfa MVC继承层级调整,配置管理、数据库管理核心组件封装 2017-12-14 17:32:51 +08:00
John
a579d1715d 完成mvc视图功能的开发及基本测试 2017-12-13 16:45:00 +08:00
John
c205e5a335 完成cookie和session功能调试 2017-12-13 14:13:36 +08:00
John
e228ca5713 完成控制器反射功能测试 2017-12-13 11:36:29 +08:00
John
20511c5bcd ghttp cookie开发,控制器增加反射,正在调试控制器指针对象反射功能 2017-12-12 17:25:50 +08:00
John
ed8356c942 gsession开发 2017-12-11 18:21:30 +08:00
John
578dc19411 ghttp server增加多域名支持,gmvc增加视图支持 2017-12-11 17:16:59 +08:00
John
dee4941760 调整gtime的分类 2017-12-07 10:42:37 +08:00
John
c4cd34574d 修正文件指针池并发安全问题,完善README 2017-12-07 09:53:35 +08:00
John
0f78e7b17d 将所有gf框架报名改为gitee地址 2017-11-27 13:49:23 +08:00
John
5878be1e03 目录结构调整,内部包引用调整为相对路径 2017-11-27 12:08:43 +08:00