Commit Graph

80 Commits

Author SHA1 Message Date
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
e865b46304 add console and env values to change the default values of gtimer 2019-01-23 13:01:58 +08:00
John
72569321fa package comments update 2019-01-16 13:35:16 +08:00
John
80c1a02377 pakage comments update 2019-01-16 09:00:23 +08:00
John
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
John
8ef7155c70 hot fix 2018-12-28 21:46:01 +08:00
John
d7381399aa fix issue of grand.intn in x86 arch; add router group feature for WebServer 2018-12-20 21:04:43 +08:00
John
ef919be587 g.DB can use gdb's configurations, not to force using config.toml 2018-12-19 18:35:44 +08:00
John
74bc36a2dc remove gfile.MainPkgPath check in gcfg/gview default path 2018-12-19 14:51:09 +08:00
John
a86f4f8e23 disable auto adding temp directory to gview/gcfg search path; disable backtrace feature in normal log print with glog; fix issue caused by fmt.Fprintf in gfsnotify 2018-12-18 20:03:23 +08:00
John
e67aa63a50 refract gdb package, add complete unit test cases, almost there 2018-12-15 15:50:39 +08:00
John
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
8f85311332 完善获取数据库配置失败时的错误提示 2018-11-21 00:02:29 +08:00
John
fe753b0bc8 当前工作目录为系统临时目录时,gcfg/gview/ghttp模块默认不添加工作目录到搜索路径 2018-11-18 19:37:42 +08:00
john
008b22e43a 修复gins.Set问题 2018-11-05 18:57:35 +08:00
john
c229573778 修改配置管理、模板引擎、调试模式的环境变量名称为大写下划线标准格式 2018-11-01 09:46:35 +08:00
john
190f2ff27c gform配置文件支持linkinfo字段 2018-11-01 09:00:00 +08:00
John
2d23a18810 框架一些模块的细节改进 2018-10-30 23:58:10 +08:00
John
cb2d40ed1a 去掉gview.HTML 2018-10-29 23:22:01 +08:00
john
18c1d84ff5 完成Web Server路由表打印/获取特性 2018-10-18 13:43:00 +08:00
John
aa4943e606 g.View增加分组名称;模板引擎增加Assign/Assigns方法 2018-10-15 22:39:56 +08:00
John
892317e3dd gredis改进为单例操作方式,每次操作redis服务器时开发者无需显示调用Close方法 2018-10-13 21:13:18 +08:00
John
caffdb143e g.DB/g.Config改进单例缓存键名 2018-10-13 20:43:21 +08:00
John
5204193c58 改进gdb,增加数据库操作自动Close特性(使用链接池),用户无需再defer db.Close(),并增加g.DB数据库对象单例别名 2018-10-13 20:29:27 +08:00
John
46b16374d7 ghttp.Response方法完善,增加ParseTpl/ParseTplContent/TplContent方法,Template修改为Tpl方法 2018-09-04 22:32:43 +08:00
John
6f403d48c2 改进 2018-08-23 21:55:27 +08:00
john
1b69184999 up 2018-08-17 19:01:49 +08:00
John
0f76fc932c 改进ghttp.Server静态文件检索设计,增加开发环境时的main包源码目录查找机制;改进gcfg/gview的main包源码目录查找机制 2018-05-31 12:07:31 +08:00
John
378e01d7f7 修改单例配置管理器及模板引擎对象的启动参数名称 2018-05-03 17:46:40 +08:00
John
1e42e73ba3 gview模板引擎增加多目录检索功能,gfile包增加源码main包目录获取方法 2018-05-03 16:12:01 +08:00
John
ffaebd046a 增加gspath目录检索包管理工具,改进gcfg配置文件检索功能 2018-05-03 13:35:08 +08:00
John
78e511573f 改进gf orm以及redis客户端的封装 2018-04-24 23:09:59 +08:00
John
0daaea8919 gins单例管理增加配置文件监控功能 2018-04-21 11:20:31 +08:00
John
275a7a948b 单例控制器增加SetRedis方法,TODO++ 2018-04-20 19:20:07 +08:00
John
e47d92e35c 示例代码完善 2018-04-18 23:01:48 +08:00
John
9952761761 完成gredis包开发 2018-04-18 18:05:46 +08:00
John
99c9854b1e 模板引擎增加变量暴露接口,修正ghttp RESTful注册问题 2018-04-18 10:15:07 +08:00
John
5419c494f2 简化直接对模板内容的解析方法,完善TODO 2018-04-17 17:36:59 +08:00
John
91bc48efc8 修改框架环境变量都加上gf.前缀 2018-04-17 14:56:14 +08:00
John
8055323bc1 模板引擎增加ParseContent方法,直接解析模板内容 2018-04-17 14:14:14 +08:00
John
38ba66db70 ghttp.Request增加Exit 2018-04-16 16:50:24 +08:00
John
c6bd85d06d WriteString->Write 2018-04-16 11:59:05 +08:00
John
0992343aab 修复gins.SetDatabase方法参数 2018-04-10 15:48:24 +08:00
John
2ff5698845 ghttp增加Init&Shut回调函数注册功能,gmap增加SetWithDefault方法 2018-03-13 17:57:41 +08:00
John
a4ca877126 改进gdb设计 2018-03-12 15:12:38 +08:00
John
a4a42905db 改进gdb Instance和New方法封装 2018-03-05 17:15:11 +08:00
John
2936ed9509 完善注释 2018-02-27 10:51:18 +08:00
John
aff6d0bd30 目录调整,便于文档工具生成 2018-02-26 17:12:48 +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