Commit Graph

156 Commits

Author SHA1 Message Date
wenzi1
bd4271cd8c 增加gxml的单元测试 2019-03-31 23:36:11 +08:00
wenzi1
a05361011f 修复并发安全问题,改为如果非UTF8字符集则先做字符集转换 2019-03-30 23:53:42 +08:00
wenzi1
6b34a77251 修复并发安全问题,改为如果非UTF8字符集则先做字符集转换 2019-03-30 23:39:07 +08:00
John
22fa7a37f3 add UseNumber support for gjson; add more unit test cases for gjson 2019-03-28 17:51:05 +08:00
John
c9d2d5e8ab add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson 2019-03-21 00:14:23 +08:00
John
80e0eae6b0 add TLSConfig support for ghttp.Server 2019-03-19 17:48:37 +08:00
John
25a6c53533 add unit test cases for gfsnotify 2019-03-15 14:54:01 +08:00
John
8ae9276732 add disable cache feature option for package gspath 2019-03-12 00:24:31 +08:00
John
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
John
6c6c64bb3b rename category string to text 2019-02-01 20:45:11 +08:00
John
85677b952f fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category 2019-01-30 21:27:03 +08:00
John
72569321fa package comments update 2019-01-16 13:35:16 +08:00
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
f900414e38 add surport for field type auto detection in gform 2019-01-14 22:55:43 +08:00
John
f4644ce685 change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex 2019-01-12 23:36:22 +08:00
John
ccf837b2bf up 2018-12-30 14:53:16 +08:00
John
f5b2556b70 up 2018-12-28 21:44:36 +08:00
John
95db811943 add travis/goreport/golint/govet 2018-12-17 13:02:18 +08:00
John
51e70be04d Add rewrite feature to WebServer; Add Unique for un sorted array of garray; Fix map conversion issue of gjson. 2018-12-10 20:24:20 +08:00
John
80993e9f77 Fix issue of gjson package in map conversion 2018-12-09 22:30:10 +08:00
John
b7a6d257d5 Fix binary decoding issue of gbinary package. 2018-12-08 18:18:05 +08:00
John
d23cdcbe57 改进gcache,完善功能及基准测试;改进gconv.Map对struct转换时默认使用json tag作为键名 2018-12-04 19:26:46 +08:00
John
b19e47783b ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法 2018-11-30 09:48:57 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
john
845b954d0e gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用 2018-10-09 10:05:55 +08:00
john
c3d8ba756b 完善gconv.Struct转换示例代码,改进gjson/gparser/gcfg相关引用方法 2018-10-08 13:38:36 +08:00
john
a68ee95575 改进gconv对象转换方法,名称修改gconv.MapToStruct -> gconv.Struct 2018-09-28 09:58:01 +08:00
John
359b73e61c garray.Slice方法改进,gqueue改进 2018-09-16 10:51:02 +08:00
John
86e77756eb 修复gjson中的errors包被IDE错误引入的问题 2018-09-15 20:30:14 +08:00
john
31cf09b7c8 去掉gfile/glog中的文件指针池使用,修复gjson的Set方法在自己元素为[]interface{}类型下的实效问题 2018-09-14 17:02:07 +08:00
john
e8fd2a52a7 改进gparser,增加NewUnsafe/Append方法 2018-09-14 14:00:06 +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
30255f0316 完善ghtml包,增加多个方法 2018-09-04 13:39:12 +08:00
John
594bd935c7 将gutil.MapToStruct方法迁移到gconv包中,并增加gconv的struct tag支持 2018-08-11 22:11:40 +08:00
john
5ad9b272a6 将加密/解密相关的包从encoding目录迁移到crypto目录下,并改进包中的interface{]参数转换方式 2018-08-08 10:05:16 +08:00
John
9f75d6c764 gregx包名修改为gregex 2018-07-11 17:06:47 +08:00
John
7a1bd0f089 Merge branch 'master' of https://gitee.com/johng/gf into qiangg_gproc2 2018-07-04 19:33:44 +08:00
John
0048cb4eca 增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小 2018-07-04 19:32:51 +08:00
wenzi1
013cfc97cb Merge branch 'master' of https://gitee.com/wenzi1/gf 2018-07-04 11:20:03 +08:00
wenzi1
27733ce7ff 修复当xml中不包含encoding时报错的问题 2018-07-04 11:17:15 +08:00
John
18059838a1 gcfg包增加SetViolenceCheck方法 2018-07-01 00:38:35 +08:00
John
12713b5dc8 修复gparser包SetViolenceCheck方法 2018-07-01 00:33:49 +08:00
John
cd9a25a996 优化框架gmap/gjson/gparser/gcfg包,增加常用的基本数据类型转换获取方法 2018-07-01 00:27:33 +08:00
John
023e1da777 框架部分模块优化 2018-06-30 22:50:21 +08:00
John
adf59ef9f2 增加mahonia第三方字符集编码转换包,完善gcharset及gxml包编码 2018-06-07 08:37:24 +08:00
wenzi1
995c10cf2b 删除gcharset中的getcharset方法 2018-06-06 14:58:50 +08:00
wenzi1
0d15c9f838 修复gxml字符集转换问题 2018-06-06 14:37:38 +08:00
wenzi1
32e4aa8d84 完善gxml中匹配encoding的处理,增加gcharset包的说明 2018-06-06 14:12:40 +08:00
wenzi1
3c610c4111 新增字符集转换 2018-06-04 12:35:20 +08:00
wenzi1
4029e4ab87 增加对字符集转换的封装,gxml包中使用新增的字符集转换包来做处理 2018-06-04 12:32:32 +08:00
wenzi1
5bf65f1476 增加gzip方法的封装,修改gxml能够支持GBK/GB18030自动转UTF-8 2018-06-01 21:10:28 +08:00
wenzi1
1c3e8cb9e9 支持GBK/GB18030的字符集转换 2018-06-01 20:52:17 +08:00
wenzi1
0e88987709 修复当xml中encoding字符集为非UTF-8字符集时报错的问题 2018-05-29 23:23:49 +08:00
John
4c424eea9e gcfg&gparser包新增Int8/16/32/64,Uint8/16/32/64方法 2018-05-23 20:14:37 +08:00
John
551679d9f8 gjson包新增Int8/16/32/64,Uint8/16/32/64方法 2018-05-23 19:20:38 +08:00
John
7f420dee35 gcfg包增加SetFileName方法设置默认读取的配置文件名称 2018-05-23 18:42:21 +08:00
蚊子
ee467c507c !3 增加对des算法的封装
Merge pull request !3 from 蚊子/master
2018-05-22 21:11:46 +08:00
wenzi1
4e072dd590 修改gdes_test的包名,增加author等细信息 2018-05-22 21:06:26 +08:00
wenzi1
6fd63f69c8 增加对DES算法的封装 2018-05-22 20:43:42 +08:00
John
d65a61f193 增加gstr字符串操作封装包,完善gpage自定义分页示例 2018-05-19 00:02:19 +08:00
John
0466f88ebe gconv包增加按照类型名称字符串进行类型转换,gutil增加MapToStruct方法,gjson/gparser改进ToStruct方法实现,gdb.Map类型增加ToStruct方法 2018-04-29 21:33:47 +08:00
John
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +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
3b31fda887 完善gcfg包使用示例 2018-04-10 15:36:35 +08:00
John
2936ed9509 完善注释 2018-02-27 10:51:18 +08:00
John
aff6d0bd30 目录调整,便于文档工具生成 2018-02-26 17:12:48 +08:00
John
3e9d075dc0 新增ghash性能测试 2018-02-24 17:24:12 +08:00
John
5a34897faa gparser增加变量与struct相互转换特性 2018-01-27 09:18:33 +08:00
John
03e100b4a5 gparse新增Remove方法,取消通过Set+nil来删除变量的方式 2018-01-26 17:42:14 +08:00
John
e632ae7401 gparser功能完善,添加单元测试 2018-01-26 16:36:07 +08:00
John
32d7d903fa gparser修复 2018-01-25 18:57:21 +08:00
John
5b8d54f15e gparser功能修复及测试 2018-01-25 17:43:07 +08:00
John
e5cb42bd74 修正gparser对Go变量的类型处理问题 2018-01-25 10:09:52 +08:00
John
ba35d1c92e 完善gparser示例 2018-01-23 18:23:05 +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
a6ace7ff53 完成gbinary示例,完善README 2018-01-18 22:14:12 +08:00
John
a16314aa78 完善gbinary示例 2018-01-18 17:40:16 +08:00
John
4911fd58eb gbinary示例 2018-01-18 12:02:56 +08:00
John
83664d0032 完善gbinary示例 2018-01-17 18:13:15 +08:00
John
48b4d25362 修正gjson解析bug,初步完成框架手册 2018-01-11 18:02:56 +08:00
John
7e38b98c6f 完善包注释,便于godoc管理 2018-01-03 10:53:45 +08:00
John
05b76a14c0 完善包注释,便于godoc管理 2018-01-03 10:38:53 +08:00
John
59a7510edb 完善注释 2017-12-31 18:19:58 +08:00
John
2e6f4f41ed 新增gconv基本类型强制转换包 2017-12-31 11:09:16 +08:00
John
b3411a95b2 MIT 2017-12-29 16:03:30 +08:00
John
4db0034047 完成单数据校验规则开发 2017-12-29 15:42:42 +08:00
John
0df40febf1 新增gxml解析xml,开发中 2017-12-29 00:03:32 +08:00
John
9a2c812bf8 json封装方法参数统一由string改为[]byte 2017-12-25 17:04:54 +08:00
John
ef59098989 新增环境变量管理工具genv,完善gmvc配置管理功能 2017-12-18 11:07:44 +08:00
John
3ab3a61dfa MVC继承层级调整,配置管理、数据库管理核心组件封装 2017-12-14 17:32:51 +08:00
John
37523e1bb4 配置管理工具设计 2017-12-13 17:35:43 +08:00