Commit Graph

364 Commits

Author SHA1 Message Date
John
76882ac01c update golang.org/x/sys, add reuseport package 2019-01-27 03:13:20 +08:00
John
5dd0a78423 ghttp updates 2019-01-24 14:03:48 +08:00
John
141ea7cc2d ghttp updates 2019-01-24 13:50:26 +08:00
John
a488d1dbf7 ghttp updates 2019-01-24 13:40:48 +08:00
John
9698a7c5be gpool updates 2019-01-23 15:01:21 +08:00
John
7d103c4ee8 gcron updates 2019-01-18 22:02:17 +08:00
John
14fcd0b2f9 move gtime.SetTimeout&gtime.SetInterval to gtimer 2019-01-16 23:23:53 +08:00
John
a4ad301b44 fulfil logics of Exit* funcs of ghttp 2019-01-16 20:27:58 +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
018853e976 optimize WebServer in hook priority handler and request exit mechanism 2019-01-13 00:43:36 +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
eae857bcf7 merge master 2019-01-04 18:39:40 +08:00
John
d604d198ab hot fix 2019-01-04 15:43:56 +08:00
John
a95b1f0dae add more unit test cases 2019-01-02 10:18:00 +08:00
John
6f15adf57f unit test cases++ 2018-12-31 17:46:04 +08:00
John
1966b40d01 ghttp.Client updates; add more unit test cases for web server 2018-12-31 00:50:55 +08:00
John
24ce4d098e ghttp.Client updates; add more unit test cases for web server 2018-12-31 00:22:18 +08:00
John
98619f9bc9 add more unit test cases for web server 2018-12-30 22:02:46 +08:00
John
f5b2556b70 up 2018-12-28 21:44:36 +08:00
John
2cff10e0d2 fix issue in controller interface definition 2018-12-26 10:17:24 +08:00
John
cab78f557d fix issue in controller detection for object parameter, in router group of web server 2018-12-25 23:20:43 +08:00
John
503446afc7 fix issue of ghttp.Request.GetVar 2018-12-22 11:52:12 +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
48328ae52c router group developing 2018-12-19 14:45:39 +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
95db811943 add travis/goreport/golint/govet 2018-12-17 13:02:18 +08:00
John
7434dfe6fa done refacting gdb package 2018-12-16 22:22:07 +08:00
John
09e6f10b60 new version of gdb developing 2018-12-14 10:09:45 +08:00
John
670993f769 remove auto-adding main package path to search path of WebServer in develop environment 2018-12-11 19:30:38 +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
b7a6d257d5 Fix binary decoding issue of gbinary package. 2018-12-08 18:18:05 +08:00
John
b19e47783b ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法 2018-11-30 09:48:57 +08:00
John
aee266eea0 WebServer改进 2018-11-28 20:19:28 +08:00
John
8304769953 代码修正 2018-11-27 20:37:57 +08:00
John
b965dbff70 gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进 2018-11-25 22:18:36 +08:00
John
b3353afe3c WebServer添加RouterCacheExpire配置参数 2018-11-24 11:55:57 +08:00
John
38932f306d 改进gspath缓存数据结构 2018-11-23 16:45:30 +08:00
John
5e7e1077a1 性能改进 2018-11-23 09:20:45 +08:00
John
64a22acf84 WebServer允许同一HOOK事件被多次绑定注册,先注册的回调函数优先级更高 2018-11-19 23:13:12 +08:00
John
4e5877923d dev 2018-11-19 21:49:43 +08:00
John
9e1ad46c90 改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口 2018-11-19 21:11:43 +08:00
John
fe753b0bc8 当前工作目录为系统临时目录时,gcfg/gview/ghttp模块默认不添加工作目录到搜索路径 2018-11-18 19:37:42 +08:00
John
6addd64cf0 glog模块日志前缀输出改进 2018-11-17 22:12:41 +08:00
John
f1b93204ac 改进WebSocket默认支持跨域请求;修复gspath模块Search时带有indexFiles的检索问题 2018-11-17 19:45:15 +08:00
John
c89482c3d6 WebServer性能细节改进 2018-11-17 11:17:02 +08:00
John
b190ee9fe6 初步完成第一阶段的性能改进 2018-11-17 02:39:23 +08:00
John
e8101cb02f 性能改进中 2018-11-16 18:20:09 +08:00
John
383e4858e6 解决没有配置文件时的Config内置变量报错问题 2018-11-09 23:57:20 +08:00
john
61bc9dbd92 改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer 2018-11-06 18:53:25 +08:00
john
d257e554dd 改进grand随机数生成设计,底层使用crypto/rand+缓冲区实现高速的随机数生成;gtime模块增加FuncCost函数执行耗时计算 2018-11-05 13:53:17 +08:00
john
c229573778 修改配置管理、模板引擎、调试模式的环境变量名称为大写下划线标准格式 2018-11-01 09:46:35 +08:00
john
344132dde9 调整服务注册时不符合接口定义的错误日志方式: glog.Warning->glog.Error 2018-11-01 08:37:23 +08:00
John
ee1df4d0e5 服务注册时增加方法定义判断;模板引擎增加strlimit/hidestr/highlight/toupper/tolower/nl2br内置模板函数 2018-10-31 22:39:58 +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
c4ef89eda3 改进gfile在开发环境下的main包绝对路径获取方式;ghttp.Request增加idFileServe属性 2018-10-29 13:59:06 +08:00
john
8315ada9db 修复路由变量匹配到'/'字符的问题 2018-10-26 11:39:17 +08:00
john
a1fbd4a6cc Web Server路由规则支持中文变量值匹配 2018-10-22 17:38:27 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
john
77e13a9a16 修复路由表打印特性时引起的控制器注册方式BindControllerMethod失效问题 2018-10-22 09:31:59 +08:00
john
18c1d84ff5 完成Web Server路由表打印/获取特性 2018-10-18 13:43:00 +08:00
john
4ba6762632 Web Server路由注册项打印特性 2018-10-17 16:56:50 +08:00
john
946e3a9e0d Web Server增加启动时的路由展示特性,开发中 2018-10-17 10:09:42 +08:00
John
4da88f093a 统一使用gview.Params类型作为模板变量类型 2018-10-15 22:45:04 +08:00
john
97032a47c9 模板引擎增加text/html方法,用于过滤html标签及保留html标签 2018-10-15 13:46:51 +08:00
John
0c307a71d2 改进SESSION方法 2018-10-13 22:43:35 +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
845b954d0e gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用 2018-10-09 10:05:55 +08:00
john
a68ee95575 改进gconv对象转换方法,名称修改gconv.MapToStruct -> gconv.Struct 2018-09-28 09:58:01 +08:00
john
fd644fb2a9 修复ghttp.BindParams对@file文件上传标识符的转义问题 2018-09-26 18:44:30 +08:00
john
6730d80469 改进gtcp/gudp超时错误判断机制 2018-09-25 09:43:59 +08:00
john
aff8c87470 merge master 2018-09-20 09:30:05 +08:00
John
0c2679ae1f 修复glog.SetDebug失效问题,关闭ghttp.Server的日志信息终端显示 2018-09-18 21:29:31 +08:00
John
b9eead27e9 gcache改进 2018-09-18 00:01:10 +08:00
John
01c9c165ee 改进gcache/gqueue,提高执行效率,并完善相应的基准测试用例 2018-09-15 16:40:13 +08:00
John
576b6da0f5 修复ghttp.Server日志路径丢失问题 2018-09-14 22:07:19 +08:00
john
2e649e3a63 改进ghttp.Server配置运行时修改错误提示 2018-09-14 13:05:31 +08:00
john
f770c5b614 改进ghttp.Server配置管理 2018-09-14 13:02:13 +08:00
john
a4903f2a6b ghttp.Server完善重启及停止的终端提示信息 2018-09-11 10:32:16 +08:00
john
a0b5ecc33e up 2018-09-05 13:20:52 +08:00
john
736e97de63 up 2018-09-05 09:48:19 +08:00
John
f5ca1ab1a9 完善日志中的内容大小记录;模板引擎新增Config内置变量 2018-09-04 23:40:16 +08:00
John
46b16374d7 ghttp.Response方法完善,增加ParseTpl/ParseTplContent/TplContent方法,Template修改为Tpl方法 2018-09-04 22:32:43 +08:00
john
d3c6830ba3 修复多WebServer下的状态检测问题 2018-09-04 18:54:16 +08:00
John
89e1da4d31 Session增加Contains方法 2018-09-04 00:07:06 +08:00
John
5394884782 Merge branch 'master' of https://gitee.com/johng/gf 2018-09-03 10:13:09 +08:00
John
ca266c1d5e websocket增加消息类型常量 2018-08-31 23:53:57 +08:00
john
786402ca7e ghttp.Request增加获取用户真实IP判断 2018-08-31 18:51:45 +08:00
john
32993c37f6 ghttp.Server URL path严谨性校验 2018-08-31 18:46:45 +08:00
John
a3aa5e7cd7 gdb增加调试模式的自动调试信息输出,开发中 2018-08-27 23:58:32 +08:00
John
a74c9c090c 改进cookie,去掉锁机制 2018-08-27 23:00:47 +08:00
John
75d9e312f3 修复当路由带后缀/时的路由重复注册判断失效问题 2018-08-27 22:44:14 +08:00
John
34e86b839d 修复ghttp.Server在windows下的重启失效问题;去掉gfile.IsExecutable方法 2018-08-27 22:14:06 +08:00
John
569adb7dd6 修复ghttp服务注册与回调注册重复判断问题 2018-08-27 20:53:58 +08:00
John
d46b17f673 gspath改进 2018-08-26 21:36:39 +08:00
John
032d73d016 ghttp.Server/gspath包静态文件检索改进 2018-08-26 20:29:28 +08:00
John
53c86966d9 ghttp.Server静态文件处理改进,增加AddSearchPath方法,可添加自定义的静态文件w搜索路径 2018-08-26 19:42:30 +08:00