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 |
|