Commit Graph

66 Commits

Author SHA1 Message Date
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
61bc9dbd92 改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer 2018-11-06 18:53:25 +08:00
john
c229573778 修改配置管理、模板引擎、调试模式的环境变量名称为大写下划线标准格式 2018-11-01 09:46:35 +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
c4ef89eda3 改进gfile在开发环境下的main包绝对路径获取方式;ghttp.Request增加idFileServe属性 2018-10-29 13:59:06 +08:00
john
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +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
0733164af1 改进glog的backtrace skip功能,g模块增加错误日志信息提示 2018-10-10 18:39:57 +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
f770c5b614 改进ghttp.Server配置管理 2018-09-14 13:02:13 +08:00
john
d3c6830ba3 修复多WebServer下的状态检测问题 2018-09-04 18:54:16 +08:00
John
ca266c1d5e websocket增加消息类型常量 2018-08-31 23:53:57 +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
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
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
john
13d6fc00a2 ghttp gzip特性开发中 2018-08-22 19:56:01 +08:00
John
85157c8708 ghttp对象路由注册增加Init&Shut自动回调方法;ghttp增加重复路由注册检测功能;gfsnotify增加默认递归Add/Remove特性 2018-08-19 11:25:15 +08:00
john
1b69184999 up 2018-08-17 19:01:49 +08:00
john
2337b86815 改进 2018-08-16 18:17:47 +08:00
John
84a423329c 优化ghttp.ServerConfig配置,增加struct/method名称到uri的转换规则,通过SetNameToUri方法进行灵活配置 2018-08-12 12:22:02 +08:00
john
cb1c54d843 完成事件回调注册功能的改进 2018-08-03 15:22:31 +08:00
john
b53ee61f17 ghttp路由功能改进中 2018-08-02 15:23:14 +08:00
john
2a7ea92c2e 改进ghttp.Server退出机制处理 2018-08-01 13:04:15 +08:00
John
711ef1e2cf 修正ghttp包没有使用Server仍然初始化相关异步goroutine的问题 2018-07-31 22:55:54 +08:00
John
19606b8638 ghttp路由功能改进中 2018-07-29 22:01:29 +08:00
john
0be2ddbbcb ghttp路由功能改进中 2018-07-27 19:03:32 +08:00
John
2b31165a00 ghttp.Server路由改进 2018-07-26 10:26:34 +08:00
John
0048cb4eca 增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小 2018-07-04 19:32:51 +08:00
John
373264da3f 改进ghttp.Server平滑重启进程间通信机制 2018-06-29 17:26:34 +08:00
John
b2c4336a4a 完成ghttp.Server对WebSocket的支持,并完成测试以及对应示例 2018-06-02 23:47:16 +08:00
John
c78fa84a8f 完成ghttp.Server平滑重启机制改进 2018-06-01 18:19:54 +08:00
John
0eafa1edc6 ghttp.Server平滑重启机制改进中 2018-06-01 00:11:45 +08:00
John
0f76fc932c 改进ghttp.Server静态文件检索设计,增加开发环境时的main包源码目录查找机制;改进gcfg/gview的main包源码目录查找机制 2018-05-31 12:07:31 +08:00
John
57f3f2b39d 完成ghttp.Server热重启机制在Linux_amd64及Windows_amd64下的测试 2018-05-17 22:32:50 +08:00
John
cc70bbf6a2 ghttp.Server热重启机制在windows系统下的稳定性测试 2018-05-16 23:42:02 +08:00
John
5856605fc3 完成ghttp.Server热重启机制在Windows下的测试 2018-05-16 22:32:56 +08:00
John
5bbf411741 完成ghttp.Server热重启特性的HTTP&HTTPS在Linux下的功能及稳定性测试 2018-05-16 21:27:27 +08:00