|
|
9698a7c5be
|
gpool updates
|
2019-01-23 15:01:21 +08:00 |
|
|
|
7d103c4ee8
|
gcron updates
|
2019-01-18 22:02:17 +08:00 |
|
|
|
14fcd0b2f9
|
move gtime.SetTimeout>ime.SetInterval to gtimer
|
2019-01-16 23:23:53 +08:00 |
|
|
|
a4ad301b44
|
fulfil logics of Exit* funcs of ghttp
|
2019-01-16 20:27:58 +08:00 |
|
|
|
72569321fa
|
package comments update
|
2019-01-16 13:35:16 +08:00 |
|
|
|
0c41909454
|
pakage comments updates
|
2019-01-15 23:27:47 +08:00 |
|
|
|
f900414e38
|
add surport for field type auto detection in gform
|
2019-01-14 22:55:43 +08:00 |
|
|
|
018853e976
|
optimize WebServer in hook priority handler and request exit mechanism
|
2019-01-13 00:43:36 +08:00 |
|
|
|
f4644ce685
|
change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex
|
2019-01-12 23:36:22 +08:00 |
|
|
|
eae857bcf7
|
merge master
|
2019-01-04 18:39:40 +08:00 |
|
|
|
d604d198ab
|
hot fix
|
2019-01-04 15:43:56 +08:00 |
|
|
|
a95b1f0dae
|
add more unit test cases
|
2019-01-02 10:18:00 +08:00 |
|
|
|
6f15adf57f
|
unit test cases++
|
2018-12-31 17:46:04 +08:00 |
|
|
|
1966b40d01
|
ghttp.Client updates; add more unit test cases for web server
|
2018-12-31 00:50:55 +08:00 |
|
|
|
24ce4d098e
|
ghttp.Client updates; add more unit test cases for web server
|
2018-12-31 00:22:18 +08:00 |
|
|
|
98619f9bc9
|
add more unit test cases for web server
|
2018-12-30 22:02:46 +08:00 |
|
|
|
f5b2556b70
|
up
|
2018-12-28 21:44:36 +08:00 |
|
|
|
2cff10e0d2
|
fix issue in controller interface definition
|
2018-12-26 10:17:24 +08:00 |
|
|
|
cab78f557d
|
fix issue in controller detection for object parameter, in router group of web server
|
2018-12-25 23:20:43 +08:00 |
|
|
|
503446afc7
|
fix issue of ghttp.Request.GetVar
|
2018-12-22 11:52:12 +08:00 |
|
|
|
d7381399aa
|
fix issue of grand.intn in x86 arch; add router group feature for WebServer
|
2018-12-20 21:04:43 +08:00 |
|
|
|
48328ae52c
|
router group developing
|
2018-12-19 14:45:39 +08:00 |
|
|
|
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 |
|
|
|
95db811943
|
add travis/goreport/golint/govet
|
2018-12-17 13:02:18 +08:00 |
|
|
|
7434dfe6fa
|
done refacting gdb package
|
2018-12-16 22:22:07 +08:00 |
|
|
|
09e6f10b60
|
new version of gdb developing
|
2018-12-14 10:09:45 +08:00 |
|
|
|
670993f769
|
remove auto-adding main package path to search path of WebServer in develop environment
|
2018-12-11 19:30:38 +08:00 |
|
|
|
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 |
|
|
|
b7a6d257d5
|
Fix binary decoding issue of gbinary package.
|
2018-12-08 18:18:05 +08:00 |
|
|
|
b19e47783b
|
ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法
|
2018-11-30 09:48:57 +08:00 |
|
|
|
aee266eea0
|
WebServer改进
|
2018-11-28 20:19:28 +08:00 |
|
|
|
8304769953
|
代码修正
|
2018-11-27 20:37:57 +08:00 |
|
|
|
b965dbff70
|
gvar调用端改进,去掉不必要的并发安全参数;错误提示细节改进
|
2018-11-25 22:18:36 +08:00 |
|
|
|
b3353afe3c
|
WebServer添加RouterCacheExpire配置参数
|
2018-11-24 11:55:57 +08:00 |
|
|
|
38932f306d
|
改进gspath缓存数据结构
|
2018-11-23 16:45:30 +08:00 |
|
|
|
5e7e1077a1
|
性能改进
|
2018-11-23 09:20:45 +08:00 |
|
|
|
64a22acf84
|
WebServer允许同一HOOK事件被多次绑定注册,先注册的回调函数优先级更高
|
2018-11-19 23:13:12 +08:00 |
|
|
|
4e5877923d
|
dev
|
2018-11-19 21:49:43 +08:00 |
|
|
|
9e1ad46c90
|
改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口
|
2018-11-19 21:11:43 +08:00 |
|
|
|
fe753b0bc8
|
当前工作目录为系统临时目录时,gcfg/gview/ghttp模块默认不添加工作目录到搜索路径
|
2018-11-18 19:37:42 +08:00 |
|
|
|
6addd64cf0
|
glog模块日志前缀输出改进
|
2018-11-17 22:12:41 +08:00 |
|
|
|
f1b93204ac
|
改进WebSocket默认支持跨域请求;修复gspath模块Search时带有indexFiles的检索问题
|
2018-11-17 19:45:15 +08:00 |
|
|
|
c89482c3d6
|
WebServer性能细节改进
|
2018-11-17 11:17:02 +08:00 |
|
|
|
b190ee9fe6
|
初步完成第一阶段的性能改进
|
2018-11-17 02:39:23 +08:00 |
|
|
|
e8101cb02f
|
性能改进中
|
2018-11-16 18:20:09 +08:00 |
|
|
|
383e4858e6
|
解决没有配置文件时的Config内置变量报错问题
|
2018-11-09 23:57:20 +08:00 |
|
|
|
61bc9dbd92
|
改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer
|
2018-11-06 18:53:25 +08:00 |
|
|
|
d257e554dd
|
改进grand随机数生成设计,底层使用crypto/rand+缓冲区实现高速的随机数生成;gtime模块增加FuncCost函数执行耗时计算
|
2018-11-05 13:53:17 +08:00 |
|
|
|
c229573778
|
修改配置管理、模板引擎、调试模式的环境变量名称为大写下划线标准格式
|
2018-11-01 09:46:35 +08:00 |
|
|
|
344132dde9
|
调整服务注册时不符合接口定义的错误日志方式: glog.Warning->glog.Error
|
2018-11-01 08:37:23 +08:00 |
|