Commit Graph

481 Commits

Author SHA1 Message Date
John
d436628ae1 README updates 2018-04-14 12:37:39 +08:00
John
96ab3b9b37 README updates 2018-04-14 12:36:41 +08:00
John
1905337b4f GetQueryString->Get 2018-04-14 12:34:11 +08:00
John
48a9e4e87a REAME updates 2018-04-14 12:26:14 +08:00
John
13cc2e900c ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates 2018-04-14 12:20:14 +08:00
John
8eff3fea81 0.96 beta 2018-04-14 01:06:12 +08:00
John
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +08:00
John
e84420f894 todo++ 2018-04-13 19:08:21 +08:00
John
0deccb98d3 完成ghttp.Server服务注册与事件回调注册的动态路由规则特性 2018-04-13 18:48:19 +08:00
John
6bd1089dc3 完成ghttp.Server动态路由规则特性,修复带HTTPMethod的服务注册规则问题 2018-04-13 16:16:12 +08:00
John
9b61727a00 初步完成ghttp动态路由特性 2018-04-13 15:19:31 +08:00
John
03478fe72d ghttp路由功能改进中 2018-04-12 18:06:42 +08:00
John
cfa4dee929 完善删除操作,完善gparser功能 2018-04-12 17:34:03 +08:00
John
ba97eeb9c0 初步改进gjson包功能 2018-04-12 17:22:12 +08:00
John
7b9813ee76 gjson包改进,功能修复中 2018-04-12 14:09:33 +08:00
John
9d7bfa5b6d Merge branch 'master' of http://johnx.cn:6662/John/gf into qiangg_router 2018-04-12 09:25:59 +08:00
John
0f0710e2f4 修复gdb条件参数转字符串问题 2018-04-11 17:57:54 +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
3c43f98a78 改进gvalid输入参数类型map[string]string -> map[string]interface{} 2018-04-10 16:41:56 +08:00
John
58095ac006 glog日志内容增加毫秒显示 2018-04-10 15:52:58 +08:00
John
0992343aab 修复gins.SetDatabase方法参数 2018-04-10 15:48:24 +08:00
John
3b31fda887 完善gcfg包使用示例 2018-04-10 15:36:35 +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
c4b9144d45 改进ghttp事件回调名称 2018-04-09 18:51:46 +08:00
John
88cde11fb5 改进ghttp.Request.parsedPost为*gtype.Bool类型,以保证并发安全性 2018-04-09 18:00:39 +08:00
John
fdefc0f822 ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成 2018-04-09 17:55:46 +08:00
John
0b877184a4 ghttp.Server事件整理开发 2018-04-09 00:06:09 +08:00
John
d5a35164e5 改进ghttp回调检索方法,域名对象增加Hook方法 2018-04-08 23:47:40 +08:00
John
ed61a7e86a README updates 2018-04-08 22:45:15 +08:00
John
f40094015c fix bug #IISWI、#IISMY 2018-04-04 22:46:55 +08:00
John
545fc68481 gcache增加内存锁 2018-03-29 14:31:45 +08:00
John
66a71c1a44 组件优化 2018-03-29 13:46:05 +08:00
John
d89e7183c5 完善gtype性能测试 2018-03-28 10:46:19 +08:00
John
36b9f06062 调整gtype中类型值的获取访问名 Get() -> Val() 2018-03-27 23:24:45 +08:00
John
f3c8d6059b 调整gcache包中部分结构体类型为非公开 2018-03-27 23:13:35 +08:00
John
f60c472fe0 gcache增加真对于缓存池大小限制的LRU特性 2018-03-27 23:10:27 +08:00
John
889dd1b19b gcache注释完善,修复Values方法 2018-03-27 18:01:18 +08:00
John
9eb01a395a gcache lru 2018-03-27 17:53:46 +08:00
John
6dfa35c533 Merge branch 'master' into qiangg_gcache_lru 2018-03-27 15:15:17 +08:00
John
41f6700fba 完善B树注释 2018-03-27 15:13:48 +08:00
John
38ad2d9bc6 新增gtype包,并发安全的基本类型封装 2018-03-27 15:09:17 +08:00
John
dbc7ba1290 gcache注释完善 2018-03-26 22:53:17 +08:00
John
9ae62ee0cf 改进并优化ghttp hook封装 2018-03-14 22:25:36 +08:00
John
2ff5698845 ghttp增加Init&Shut回调函数注册功能,gmap增加SetWithDefault方法 2018-03-13 17:57:41 +08:00
John
1f78e1602b 修正gqueue并发安全问题 2018-03-13 15:54:56 +08:00
John
5ea70888fe 改进ghttp请求处理,将请求资源关闭操作机制改进为异步队列处理 2018-03-13 14:41:49 +08:00
John
7497c37204 完善gdb包事务封装方法注释 2018-03-12 15:38:27 +08:00
John
a4ca877126 改进gdb设计 2018-03-12 15:12:38 +08:00