Commit Graph

364 Commits

Author SHA1 Message Date
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
John
1f6cfcc466 gfile增加IsExecutable方法 2018-08-26 19:01:53 +08:00
john
0af28470aa *any/:name路由匹配路由改进支持不带名字的*/:路由规则 2018-08-24 18:33:28 +08:00
john
6c4cf446a0 ghttp.Request增加服务端BasicAuth功能 2018-08-24 18:23:26 +08:00
john
19530a0ed7 ghttp.Server修复hook与serve方法的路由影响,并新增跳转方法 2018-08-24 14:57:49 +08:00
John
6f403d48c2 改进 2018-08-23 21:55:27 +08:00
john
453d8fd374 修复ghttp.Request获取参数问题 2018-08-23 10:24:14 +08:00
John
684e6d2940 改进Web Server静态文件与服务的优先级判断 2018-08-23 00:31:14 +08:00
john
13d6fc00a2 ghttp gzip特性开发中 2018-08-22 19:56:01 +08:00
john
7ce4f02533 增加gfcache包,改进gcfg/gview包 2018-08-21 21:18:56 +08:00
John
c3b1105257 up 2018-08-19 22:45:23 +08:00
John
368105a877 ghttp.Response增加ServiceFile方法 2018-08-19 13:48:56 +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
4315dd3646 up 2018-08-17 18:21:10 +08:00
john
c3aa421c98 修复gvalid.CheckStruct自定义错误提示失效问题 2018-08-17 16:47:55 +08:00
John
21a758b3a2 调整BindControllerMethod及BindObjectMethod逻辑为绑定路由到指定的方法执行 2018-08-16 21:33:47 +08:00
john
2337b86815 改进 2018-08-16 18:17:47 +08:00
john
94256ce393 优化 2018-08-14 19:53:31 +08:00
John
4147a039ff SetNameToUri增加驼峰命名规则的名称转换方式 2018-08-12 12:36:02 +08:00
John
84a423329c 优化ghttp.ServerConfig配置,增加struct/method名称到uri的转换规则,通过SetNameToUri方法进行灵活配置 2018-08-12 12:22:02 +08:00
John
67855a5b79 ghttp增加输入参数与struct的绑定机制,并增加对应params标签支持 2018-08-12 10:50:03 +08:00
John
594bd935c7 将gutil.MapToStruct方法迁移到gconv包中,并增加gconv的struct tag支持 2018-08-11 22:11:40 +08:00
john
e6d1a89d9f 修复控制器和执行对象绑定'/'路由的问题 2018-08-08 19:03:48 +08:00
John
ecfcd70352 修复gtcp.PoolConn方法覆盖问题 2018-08-06 21:26:25 +08:00
John
0ba700982b 修复gtcp.PoolConn方法覆盖问题 2018-08-06 21:19:48 +08:00
john
b4b4707cb3 ghttp.Response增加Writef、Writefln方法 2018-08-06 12:48:15 +08:00
john
cb1c54d843 完成事件回调注册功能的改进 2018-08-03 15:22:31 +08:00
john
b53ee61f17 ghttp路由功能改进中 2018-08-02 15:23:14 +08:00
john
6c667865f3 修改Domain参数名称 2018-08-01 21:08:46 +08:00
john
4d9d531649 ghttp域名对象服务注册控制器和执行对象注册支持第三个方法参数 2018-08-01 13:58:04 +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
c1d84c2a67 ghttp.Request增加对GET/POST/Router参数的设置功能 2018-07-31 21:05:02 +08:00
john
6acd228fde ghttp优化 2018-07-31 14:28:41 +08:00
john
da6093a900 完善服务注册示例代码 2018-07-30 21:01:19 +08:00
john
fb9f7ea3b2 完成ghttp新版本路由改进工作 2018-07-30 13:50:48 +08:00
john
978a1273ad gpage分页改进中 2018-07-30 10:28:07 +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
b9264746bd ghttp router改进中 2018-07-27 11:06:30 +08:00
John
2b31165a00 ghttp.Server路由改进 2018-07-26 10:26:34 +08:00
John
eccab347f9 完善ghttp.Server路由控制示例程序 2018-07-24 23:43:00 +08:00
John
4af0343851 完成ghttp.Server路由改进工作,增加字段匹配规则特性 2018-07-24 22:00:51 +08:00
John
0ddfdae20c 修复gdb查询缓存失效问题 2018-07-23 19:17:17 +08:00
John
7a98f3e442 ghttp.Client增加HTTP账号密码验证功能 2018-07-23 11:16:21 +08:00
John
505003124e 完善gudp功能,并增加gudp服务端示例文件 2018-07-21 13:02:37 +08:00
John
a12baaaaf2 完善gtcp包示例,修复由于缓存组件改动引起的ghttp.Session缓存问题 2018-07-21 12:32:03 +08:00
John
a03fa624f7 gtcp读取功能改进 2018-07-20 18:14:21 +08:00
John
a5b1f7d39b 完善gtcp示例程序 2018-07-20 11:41:23 +08:00
John
9ebf00c455 修复gtcp连接池问题 2018-07-18 12:39:59 +08:00
John
61a0a163b7 完成gtcp/gudp包的改进 2018-07-18 11:43:30 +08:00
John
7601edecb9 完善gtcp连接池示例代码 2018-07-12 20:32:56 +08:00
John
9eab2ea49d 完善gtcp.Server示例,修改gtime.StrToTime调用端 2018-07-11 21:21:30 +08:00
John
9f75d6c764 gregx包名修改为gregex 2018-07-11 17:06:47 +08:00
John
0048cb4eca 增加gpool对象池;增加gtcp.Conn连接池对象;改进gproc进程间通信机制,增加进程消息分组特性,并限定队列大小 2018-07-04 19:32:51 +08:00
John
023e1da777 框架部分模块优化 2018-06-30 22:50:21 +08:00
John
373264da3f 改进ghttp.Server平滑重启进程间通信机制 2018-06-29 17:26:34 +08:00
john
f2a47a4c9e 修复Linux下的平滑重启功能 2018-06-29 13:53:14 +08:00
john
a6026cc684 修复ghttp.BuildParams参数方法构造问题 2018-06-19 10:03:44 +08:00
John
1399a710da 调整ghttp包示例代码目录结构,增加ghttp.Client自定义Header方法,ghttp.Cookie增加Map方法用于获得客户端提交的所有cookie值,构造成map返回 2018-06-07 09:30:21 +08:00
John
b2c4336a4a 完成ghttp.Server对WebSocket的支持,并完成测试以及对应示例 2018-06-02 23:47:16 +08:00
John
111cdb9e42 ghttp.Server.EnableAdmin页面Restart接口支持GET参数newExeFilePath支持 2018-06-01 19:49:05 +08:00
John
5b6bb4bdee ghttp.Server平滑重启机制增加可自定义重启可执行文件路径,特别是针对windows系统特别有用(因为windows下不支持可执行文件覆盖更新) 2018-06-01 18:29:26 +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
046d1c4a5b gf/gin/beego性能测试 2018-05-28 17:02:53 +08:00
John
9ec69a6d1f gf/beego性能测试 2018-05-28 13:21:59 +08:00
John
94cdc8b8a0 去掉ghttp客户端调试语句 2018-05-27 22:09:19 +08:00
John
d093f4093c 完成gproc进程间通信由共享文件改进为TCP/IP方式,并对应改进ghttp.Server热重启机制,完成在Linux及Windows下的功能测试 2018-05-21 10:11:24 +08:00
John
729b632531 改进gproc包进程通信方式为TCP/IP 2018-05-20 13:49:02 +08:00
John
d65a61f193 增加gstr字符串操作封装包,完善gpage自定义分页示例 2018-05-19 00:02:19 +08:00
John
37e48f6f71 修复服务注册时的控制器及执行对象方法丢失问题 2018-05-18 11:01:22 +08:00
John
60f13e2785 merge master 2018-05-17 22:54:19 +08:00
John
57f3f2b39d 完成ghttp.Server热重启机制在Linux_amd64及Windows_amd64下的测试 2018-05-17 22:32:50 +08:00
John
29d72cc00e 尝试修复在某些系统上gfsnotify监控问题 2018-05-17 17:10:19 +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
John
f71579f9f4 控制器及执行对象注册增加更灵活的动态路由特性 2018-05-16 17:37:40 +08:00
John
6ca634e85b ghttp.Server热重启机制在windows系统下的兼容性测试 2018-05-16 17:19:16 +08:00
John
d4b64a5bcf ghttp.Server热重启稳定性测试 2018-05-15 23:28:44 +08:00
John
c18e274d06 ghttp.Server热重启稳定性测试,功能改进,TODO++ 2018-05-15 18:34:00 +08:00
John
964f8b499b ghttp.Server热重启机制测试中 2018-05-15 15:09:41 +08:00
John
c739dd0ed6 ghttp.Server热重启特性在同一进程多Web Server下的稳定性测试 2018-05-14 17:35:54 +08:00
John
327c22379e ghttp.Server热重启特性测试中 2018-05-13 22:00:10 +08:00
John
d8bd344b66 完成ghttp.Server热重启特性开发以及测试工作 2018-05-13 14:23:14 +08:00
John
85020dfcc2 初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试 2018-05-13 14:04:37 +08:00
John
71fb05ec44 ghttp.Server热重启机制在windows下进行测试中,需要解决一些不同平台的兼容性问题 2018-05-13 00:17:12 +08:00
John
206d200882 完成ghttp.Server在Linux下的功能测试,今天带老婆孩子去摘蓝莓,回来继续完成Windows下的功能测试 2018-05-12 10:37:42 +08:00
John
99403ffc4b 去掉Web Server进程间通信调试代码 2018-05-11 23:31:35 +08:00
John
3c5ed69f23 ghttp.Server热重启特性测试中 2018-05-11 23:17:25 +08:00
John
dabc789113 完成ghttp.Server热重启特性初步开发 2018-05-11 18:34:17 +08:00
John
d2491241a2 ghttp.Server热重启机制开发中 2018-05-11 12:57:05 +08:00
John
b1e3ddce2f ghttp.Server热重启特性开发中 2018-05-10 23:52:09 +08:00
John
806d565a32 ghttp.Server热重启特性开发中 2018-05-10 19:16:41 +08:00
John
d97e8c8204 完成gproc包的测试 2018-05-10 17:48:47 +08:00
John
e905677b66 增加gflock包用于文件锁特性,gproc包进程间通信功能开发中 2018-05-09 18:29:46 +08:00
John
6b7d24ba98 ghttp.Server热重启/热编译特性开发中 2018-05-08 23:38:09 +08:00
John
7ebf6825b6 热重启特性开发中 2018-05-08 18:41:29 +08:00