Commit Graph

299 Commits

Author SHA1 Message Date
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
John
6f2e265a65 ghttp.Server热重启特性开发中 2018-05-07 18:44:58 +08:00
John
7d91986931 改进ghttp包文件命名,增加gbase64示例,ghttp.Server热重启特性开发中 2018-05-06 22:35:08 +08:00
John
6c0e4bd9a7 改进ghttp.Server自定义错误状态码返回 2018-05-04 16:59:00 +08:00
John
2c604a62cf 完善ghttp.Server自定义错误状态码回调函数处理示例代码 2018-05-04 16:50:54 +08:00
John
7370278da5 改进ghttp.Server自定义错误状态码设计 2018-05-04 16:07:50 +08:00
John
fa897c25bc ghttp.Server增加自定义状态码回调函数注册处理 2018-05-04 14:35:20 +08:00
John
3dc932a0cb 改进ghttp.Server Cookie示例,改进ghttp.Response.Write数据类型转换逻辑 2018-04-30 22:34:28 +08:00
John
299db4ebfe 改进ghttp.Server Session示例 2018-04-30 22:28:01 +08:00
John
982bbec818 完善ghttp.Server文件上传示例,改进ghttp.Response设计 2018-04-30 22:14:14 +08:00
John
856d3424d6 ghttp.Server事件回调之间支持通过ghttp.Request.Param自定义参数进行流程传参 2018-04-30 08:37:20 +08:00
John
92800a1241 ghttp.Request增加请求进入和完成时间记录,并增加到默认日志内容中 2018-04-29 23:19:02 +08:00
John
d24b69e584 修复ghttp.Server多端口监听特性,增加多端口监听示例 2018-04-29 16:52:44 +08:00
John
d16be598f6 g包中增加HTTPServer,TCPServer,UDPServer单例对象封装 2018-04-28 12:04:00 +08:00
John
98ff7cae15 ghttp.Server增加对多端口监听特性(HTTP/HTTPS),支持同一Server同时监听多端口的HTTP/HTTPS服务 2018-04-27 22:12:11 +08:00
John
f0c424f0fe 修复ghttp路由缓存问题 2018-04-25 17:11:34 +08:00
John
da2bb36308 完成HTTPS支持 2018-04-23 19:22:59 +08:00
John
b3f96c587e 修正web server目录安全性校验文件分隔符号处理问题 2018-04-23 17:06:50 +08:00
John
721c1091d0 改进静态文件目录安全访问控制 2018-04-23 14:20:41 +08:00
John
b0a261cb02 完善gpage示例,README updates 2018-04-23 11:20:48 +08:00
John
654bfe44a3 完成gpage分页包开发以及示例代码测试 2018-04-22 22:17:20 +08:00
John
16be73a5c1 改进ORM操作 2018-04-20 23:23:42 +08:00
John
0b6dbf524e ghttp.Server 日志功能完善 2018-04-20 18:52:04 +08:00
John
e42bbb46f9 ghttp.Server 日志功能完善 2018-04-20 18:12:47 +08:00
John
1c29ae66be ghttp.Server 日志功能完善 2018-04-20 17:53:34 +08:00
John
3039aaf78e ghttp.Server 日志功能完善 2018-04-20 15:43:02 +08:00
John
79ed4165ed ghttp.Server log功能完善 2018-04-20 11:45:47 +08:00
John
9406b02fa5 ghttp.Server增加access & error log功能 2018-04-19 19:11:10 +08:00
John
3a3c35d28a ghttp.Server文件处理完善 2018-04-19 14:58:25 +08:00
John
6f031a1a72 完善ghttp.Server注释,修复gqueue数量限制功能 2018-04-19 14:29:19 +08:00
John
b3c672b08b ghttp.Server启动失败时增加报错提醒,完善glog backtrace信息,增加g.Map类型 2018-04-19 13:41:06 +08:00
John
12f3762f0a 完善代码 2018-04-18 10:17:05 +08:00
John
99c9854b1e 模板引擎增加变量暴露接口,修正ghttp RESTful注册问题 2018-04-18 10:15:07 +08:00
John
23cbfda066 ghttp.Cookie增加对httpOnly属性的支持 2018-04-18 09:02:12 +08:00
John
5419c494f2 简化直接对模板内容的解析方法,完善TODO 2018-04-17 17:36:59 +08:00
John
712a92edd0 ghttp包增加pprof支持 2018-04-17 14:08:45 +08:00
John
c7facf2f65 ghttp包增加pprof支持 2018-04-17 13:54:33 +08:00
John
eb2179bee8 修正模糊匹配规则 2018-04-16 21:37:16 +08:00
John
98542cefaa 修复模糊匹配路由规则 2018-04-16 18:26:35 +08:00
John
8a0bee1ac7 jsonp does not need Content-Type of application/json 2018-04-16 17:15:06 +08:00
John
77f42cccc4 gscanner修正gip包名称 2018-04-16 17:01:05 +08:00
John
2412b23906 ghttp.Request增加Exit 2018-04-16 16:50:26 +08:00
John
38ba66db70 ghttp.Request增加Exit 2018-04-16 16:50:24 +08:00
John
83988d4a2b 路由规则完善 2018-04-16 16:23:34 +08:00
John
b3eccd0633 ghttp.Response增加WriteJsonP及SetAllowCrossDomainRequest方法 2018-04-16 14:33:25 +08:00
John
15c5d5b93b 改进gconv功能,完善gconv示例,README updates 2018-04-15 10:30:59 +08:00
John
1905337b4f GetQueryString->Get 2018-04-14 12:34:11 +08:00
John
13cc2e900c ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates 2018-04-14 12:20:14 +08:00
John
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +08:00
John
0deccb98d3 完成ghttp.Server服务注册与事件回调注册的动态路由规则特性 2018-04-13 18:48:19 +08:00
John
6bd1089dc3 完成ghttp.Server动态路由规则特性,修复带HTTPMethod的服务注册规则问题 2018-04-13 16:16:12 +08:00
John
9b61727a00 初步完成ghttp动态路由特性 2018-04-13 15:19:31 +08:00
John
03478fe72d ghttp路由功能改进中 2018-04-12 18:06:42 +08:00
John
7b9813ee76 gjson包改进,功能修复中 2018-04-12 14:09:33 +08:00
John
b0dc9064e0 ghttp路由优先级改进 2018-04-11 16:06:45 +08:00
John
3bb3d27009 ghttp路由功能改进 2018-04-11 12:05:25 +08:00
John
24b8c2459e ghttp组件优化 2018-04-10 10:32:37 +08:00
John
c4b9144d45 改进ghttp事件回调名称 2018-04-09 18:51:46 +08:00
John
88cde11fb5 改进ghttp.Request.parsedPost为*gtype.Bool类型,以保证并发安全性 2018-04-09 18:00:39 +08:00
John
fdefc0f822 ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成 2018-04-09 17:55:46 +08:00
John
0b877184a4 ghttp.Server事件整理开发 2018-04-09 00:06:09 +08:00
John
d5a35164e5 改进ghttp回调检索方法,域名对象增加Hook方法 2018-04-08 23:47:40 +08:00
John
9ae62ee0cf 改进并优化ghttp hook封装 2018-03-14 22:25:36 +08:00
John
2ff5698845 ghttp增加Init&Shut回调函数注册功能,gmap增加SetWithDefault方法 2018-03-13 17:57:41 +08:00
John
5ea70888fe 改进ghttp请求处理,将请求资源关闭操作机制改进为异步队列处理 2018-03-13 14:41:49 +08:00
John
2936ed9509 完善注释 2018-02-27 10:51:18 +08:00