Commit Graph

278 Commits

Author SHA1 Message Date
John
0c307a71d2 改进SESSION方法 2018-10-13 22:43:35 +08:00
John
5204193c58 改进gdb,增加数据库操作自动Close特性(使用链接池),用户无需再defer db.Close(),并增加g.DB数据库对象单例别名 2018-10-13 20:29:27 +08:00
john
e3a491a16b gspath添加debug信息,改进glog链式操作方法 2018-10-11 09:56:01 +08:00
john
0733164af1 改进glog的backtrace skip功能,g模块增加错误日志信息提示 2018-10-10 18:39:57 +08:00
john
f0c4068448 完成gvar包的开发,并改进相关依赖包 2018-10-09 13:33:00 +08:00
john
ddd1e71c4f merge master 2018-10-08 09:44:53 +08:00
john
16dd4a92c1 去掉garray排序数组的length属性 2018-09-30 16:49:34 +08:00
john
0be5cd590b 修复garray排序数组Add可变参数问题 2018-09-30 16:32:12 +08:00
john
bd0df135c8 修复garray排序数组Add变参时的死锁问题 2018-09-30 15:44:48 +08:00
john
94651d1f5c 改进glog backtrace输出判断 2018-09-29 18:25:20 +08:00
john
5f73334930 gconv.Struct改进 2018-09-29 18:06:04 +08:00
john
d7d3e6a50d gconv改进 2018-09-28 13:33:41 +08:00
john
91b316eabf 改进gfpool 2018-09-25 17:25:38 +08:00
john
9205d5d06c 改进gfpool 2018-09-25 15:40:36 +08:00
john
cb8c05086c 去掉调试代码 2018-09-25 13:09:11 +08:00
john
8b0a0ee272 kafka第三方库sarama-cluster调整为johng-cn/sarama-cluster 2018-09-19 15:08:33 +08:00
john
82993a1813 gfpool改进,gkafka测试,gcache基准测试 2018-09-18 18:57:34 +08:00
John
b9eead27e9 gcache改进 2018-09-18 00:01:10 +08:00
John
c929a2f32e 完善gcache示例 2018-09-17 09:52:24 +08:00
John
01c9c165ee 改进gcache/gqueue,提高执行效率,并完善相应的基准测试用例 2018-09-15 16:40:13 +08:00
john
31cf09b7c8 去掉gfile/glog中的文件指针池使用,修复gjson的Set方法在自己元素为[]interface{}类型下的实效问题 2018-09-14 17:02:07 +08:00
john
ab688d8203 gjson增加Append方法,gconv增加Ints/Uints/Strings方法 2018-09-14 13:56:01 +08:00
john
edc94e8c0f gfile/genv/gcmd/gjson/gparser改进,待测试 2018-09-13 18:40:04 +08:00
john
c936f44a61 gcache增加GetOrSet/GetOrSetFunc方法 2018-09-07 19:08:42 +08:00
john
0cec53fe8d 完善gring包,增加约瑟夫问题代码作为gring示例程序 2018-09-07 17:48:19 +08:00
john
ebc10f7779 数据结构容器增加并发安全特性开启/关闭功能,当关闭后和普通的数据结构无异,非并发安全模式下性能会得到提高 2018-09-05 18:34:41 +08:00
John
84ac08fa99 改进garray包,gcache新增Contains/SetIfNotExist方法 2018-09-03 23:28:02 +08:00
John
d0a94674ad gvalid增加Error对象,用以管理校验错误信息 2018-08-31 00:07:48 +08:00
John
5a0b447d35 新增gmlock内存锁组件,改进glog日志写文件时的文件锁机制 2018-08-30 00:00:15 +08:00
John
75d9e312f3 修复当路由带后缀/时的路由重复注册判断失效问题 2018-08-27 22:44:14 +08:00
John
032d73d016 ghttp.Server/gspath包静态文件检索改进 2018-08-26 20:29:28 +08:00
john
f2d03c417e gproc增加执行shell命令方法 2018-08-24 17:11:50 +08:00
john
6f88fee9ab 修复garray锁机制问题 2018-08-23 15:07:56 +08:00
john
13d6fc00a2 ghttp gzip特性开发中 2018-08-22 19:56:01 +08:00
john
7ce4f02533 增加gfcache包,改进gcfg/gview包 2018-08-21 21:18:56 +08:00
John
21a758b3a2 调整BindControllerMethod及BindObjectMethod逻辑为绑定路由到指定的方法执行 2018-08-16 21:33:47 +08:00
john
94256ce393 优化 2018-08-14 19:53:31 +08:00
John
d1c05ad71d gvalid增加字段校验别名,用于自定义返回结果字段,并更新WebServer中相关使用的模块 2018-08-12 17:17:17 +08:00
John
25e3e0433c gvalid包增加struct tag的校验规则、自定义错误提示信息绑定的支持特性 2018-08-11 21:09:42 +08:00
john
9bb481ea96 调整orm示例代码目录,sqlite增加todo提示 2018-08-09 09:49:57 +08:00
john
44c615ffae 增加调试模式下的SQL列表打印方法PrintQueriedSqls;改进gtime.NewFromTimeStamp方法,支持纳秒级的时间戳参数 2018-08-08 20:37:15 +08:00
John
9631ff5ea0 完善gpage静态分页示例程序 2018-08-06 22:38:55 +08:00
john
e80ded0e92 gview增加模板变量分隔符设置方法SetDelimiters; bug fix: ILUUA 2018-08-06 12:39:55 +08:00
john
da6b9ac4bb 去掉gpool中math.MAXINT64常量的使用,以修复int64到int类型的转换错误,兼容32位系统 2018-07-30 11:22:21 +08:00
john
9815a7d36a 增加gmap.Map对象;改进gfilepool文件指针池设计;改进gfile文本内容写入,增加指针池使用 2018-07-26 13:00:04 +08:00
john
4a0749c209 优化gkafka消费端 2018-07-26 11:01:17 +08:00
John
4af0343851 完成ghttp.Server路由改进工作,增加字段匹配规则特性 2018-07-24 22:00:51 +08:00
John
c51a9e8087 修复gpool数据过期处理问题 2018-07-21 15:23:16 +08:00
John
a12baaaaf2 完善gtcp包示例,修复由于缓存组件改动引起的ghttp.Session缓存问题 2018-07-21 12:32:03 +08:00
John
ae1766fe29 gdb增加查询缓存特性,并增加测试示例程序 2018-07-19 22:11:05 +08:00
John
61a0a163b7 完成gtcp/gudp包的改进 2018-07-18 11:43:30 +08:00
john
261ce9fcc9 gtime增加自定义格式支持 2018-07-11 13:51:03 +08:00
John
db06c6acd3 增加gring并发安全环;gdb包增加调试模式特性并增加了获得在调试模式下已执行的SQL列表结果 2018-07-05 19:36:35 +08:00
John
0048cb4eca 增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小 2018-07-04 19:32:51 +08:00
John
023e1da777 框架部分模块优化 2018-06-30 22:50:21 +08:00
john
4011eb4868 gproc多进程通信功能增加CommEnabled属性控制 2018-06-29 13:03:29 +08:00
john
902d761282 修正gconv包float32->float64精度问题 2018-06-27 20:58:28 +08:00
john
ee15689699 改进gtime.StrToTime方法,新增对常见标准时间日期的自动转换,以及对时区的自动识别支持,并调整gconv,gvalid对该包的引用 2018-06-21 11:44:58 +08:00
John
c51d9b9359 增加docker测试脚本 2018-06-12 19:24:40 +08:00
John
adf59ef9f2 增加mahonia第三方字符集编码转换包,完善gcharset及gxml包编码 2018-06-07 08:37:24 +08:00
John
7ba6ccd2fb gredis增加密码支持 2018-06-05 21:18:41 +08:00
John
c78fa84a8f 完成ghttp.Server平滑重启机制改进 2018-06-01 18:19:54 +08:00
John
f0668bfe73 gfile包增加GoRootOfBuild方法,用于获取编译时的GOROOT数值;并改进glog包中backtrace的GOROOT路径过滤处理;TODO++ 2018-05-29 13:40:36 +08:00
John
b4711a587f gf/beego/gin性能测试对比 2018-05-27 22:07:46 +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
721503019a 完善ghttp.Server热重启特性示例,gflock示例,gproc示例,并改进gproc通信检测机制,修复写入数据文件指针未关闭问题 2018-05-18 15:45:08 +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
c18e274d06 ghttp.Server热重启稳定性测试,功能改进,TODO++ 2018-05-15 18:34:00 +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
85020dfcc2 初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试 2018-05-13 14:04:37 +08:00
John
3c5ed69f23 ghttp.Server热重启特性测试中 2018-05-11 23:17:25 +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
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
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
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
ffaebd046a 增加gspath目录检索包管理工具,改进gcfg配置文件检索功能 2018-05-03 13:35:08 +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
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
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
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