|
|
ed6c85d0d3
|
新增go modules支持,自行管理第三方包依赖,方便开发者使用
|
2018-10-22 11:13:00 +08:00 |
|
|
|
e322cc2253
|
完成Web Server路由表打印/获取特性
|
2018-10-18 13:43:00 +08:00 |
|
|
|
e4813761d6
|
Web Server路由注册项打印特性
|
2018-10-17 16:56:50 +08:00 |
|
|
|
aadc84ff72
|
Web Server增加启动时的路由展示特性,开发中
|
2018-10-17 10:09:42 +08:00 |
|
|
|
d9d544cf35
|
改进glog的backtrace skip功能,g模块增加错误日志信息提示
|
2018-10-10 18:39:57 +08:00 |
|
|
|
e3f9ee7629
|
merge master
|
2018-09-20 09:30:05 +08:00 |
|
|
|
d1b0a5702a
|
修复glog.SetDebug失效问题,关闭ghttp.Server的日志信息终端显示
|
2018-09-18 21:29:31 +08:00 |
|
|
|
73a6293845
|
gcache改进
|
2018-09-18 00:01:10 +08:00 |
|
|
|
2672385a0d
|
改进ghttp.Server配置管理
|
2018-09-14 13:02:13 +08:00 |
|
|
|
e1e00baf11
|
修复多WebServer下的状态检测问题
|
2018-09-04 18:54:16 +08:00 |
|
|
|
051c9581ea
|
websocket增加消息类型常量
|
2018-08-31 23:53:57 +08:00 |
|
|
|
c06805df45
|
gdb增加调试模式的自动调试信息输出,开发中
|
2018-08-27 23:58:32 +08:00 |
|
|
|
1767dd575b
|
改进cookie,去掉锁机制
|
2018-08-27 23:00:47 +08:00 |
|
|
|
b69dd9d2c7
|
修复ghttp.Server在windows下的重启失效问题;去掉gfile.IsExecutable方法
|
2018-08-27 22:14:06 +08:00 |
|
|
|
8de8cdad99
|
修复ghttp服务注册与回调注册重复判断问题
|
2018-08-27 20:53:58 +08:00 |
|
|
|
49f6f00bce
|
ghttp.Server/gspath包静态文件检索改进
|
2018-08-26 20:29:28 +08:00 |
|
|
|
f19857d4da
|
ghttp.Server静态文件处理改进,增加AddSearchPath方法,可添加自定义的静态文件w搜索路径
|
2018-08-26 19:42:30 +08:00 |
|
|
|
43ebcf9e36
|
ghttp gzip特性开发中
|
2018-08-22 19:56:01 +08:00 |
|
|
|
db345f0401
|
ghttp对象路由注册增加Init&Shut自动回调方法;ghttp增加重复路由注册检测功能;gfsnotify增加默认递归Add/Remove特性
|
2018-08-19 11:25:15 +08:00 |
|
|
|
492306bddc
|
up
|
2018-08-17 19:01:49 +08:00 |
|
|
|
2c1129f28f
|
改进
|
2018-08-16 18:17:47 +08:00 |
|
|
|
cc2925e40c
|
优化ghttp.ServerConfig配置,增加struct/method名称到uri的转换规则,通过SetNameToUri方法进行灵活配置
|
2018-08-12 12:22:02 +08:00 |
|
|
|
7d22d02300
|
完成事件回调注册功能的改进
|
2018-08-03 15:22:31 +08:00 |
|
|
|
3a7d4c782e
|
ghttp路由功能改进中
|
2018-08-02 15:23:14 +08:00 |
|
|
|
59ad7d7727
|
改进ghttp.Server退出机制处理
|
2018-08-01 13:04:15 +08:00 |
|
|
|
b095b17b3e
|
修正ghttp包没有使用Server仍然初始化相关异步goroutine的问题
|
2018-07-31 22:55:54 +08:00 |
|
|
|
4f71af7a01
|
ghttp路由功能改进中
|
2018-07-29 22:01:29 +08:00 |
|
|
|
b3d5a57eb7
|
ghttp路由功能改进中
|
2018-07-27 19:03:32 +08:00 |
|
|
|
6b3b2ff337
|
ghttp.Server路由改进
|
2018-07-26 10:26:34 +08:00 |
|
|
|
b2901b4356
|
增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小
|
2018-07-04 19:32:51 +08:00 |
|
|
|
4fcde33eb4
|
改进ghttp.Server平滑重启进程间通信机制
|
2018-06-29 17:26:34 +08:00 |
|
|
|
5c22115c65
|
完成ghttp.Server对WebSocket的支持,并完成测试以及对应示例
|
2018-06-02 23:47:16 +08:00 |
|
|
|
228fbb11f1
|
完成ghttp.Server平滑重启机制改进
|
2018-06-01 18:19:54 +08:00 |
|
|
|
87955876bc
|
ghttp.Server平滑重启机制改进中
|
2018-06-01 00:11:45 +08:00 |
|
|
|
104d08db6b
|
改进ghttp.Server静态文件检索设计,增加开发环境时的main包源码目录查找机制;改进gcfg/gview的main包源码目录查找机制
|
2018-05-31 12:07:31 +08:00 |
|
|
|
28b6f10908
|
完成ghttp.Server热重启机制在Linux_amd64及Windows_amd64下的测试
|
2018-05-17 22:32:50 +08:00 |
|
|
|
c68d74d851
|
ghttp.Server热重启机制在windows系统下的稳定性测试
|
2018-05-16 23:42:02 +08:00 |
|
|
|
730664ee11
|
完成ghttp.Server热重启机制在Windows下的测试
|
2018-05-16 22:32:56 +08:00 |
|
|
|
7ecf111c5e
|
完成ghttp.Server热重启特性的HTTP&HTTPS在Linux下的功能及稳定性测试
|
2018-05-16 21:27:27 +08:00 |
|
|
|
068e9f3802
|
ghttp.Server热重启稳定性测试
|
2018-05-15 23:28:44 +08:00 |
|
|
|
85cec89da6
|
ghttp.Server热重启稳定性测试,功能改进,TODO++
|
2018-05-15 18:34:00 +08:00 |
|
|
|
8887488f92
|
ghttp.Server热重启特性在同一进程多Web Server下的稳定性测试
|
2018-05-14 17:35:54 +08:00 |
|
|
|
f5d51d7960
|
ghttp.Server热重启特性测试中
|
2018-05-13 22:00:10 +08:00 |
|
|
|
718845def8
|
初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试
|
2018-05-13 14:04:37 +08:00 |
|
|
|
5c31f05ce4
|
ghttp.Server热重启机制在windows下进行测试中,需要解决一些不同平台的兼容性问题
|
2018-05-13 00:17:12 +08:00 |
|
|
|
1ac6de9627
|
ghttp.Server热重启特性测试中
|
2018-05-11 23:17:25 +08:00 |
|
|
|
6f6a5debde
|
完成ghttp.Server热重启特性初步开发
|
2018-05-11 18:34:17 +08:00 |
|
|
|
79d56bfcba
|
ghttp.Server热重启机制开发中
|
2018-05-11 12:57:05 +08:00 |
|
|
|
7ed17b5eb1
|
ghttp.Server热重启特性开发中
|
2018-05-10 23:52:09 +08:00 |
|
|
|
51afecd675
|
ghttp.Server热重启特性开发中
|
2018-05-10 19:16:41 +08:00 |
|