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 |
|
John
|
aff6d0bd30
|
目录调整,便于文档工具生成
|
2018-02-26 17:12:48 +08:00 |
|
John
|
84ddf73cb4
|
初步完善gjson功能,新增gparser包,用于编码/解析json,xml,yaml,toml数据格式内容
|
2018-01-23 15:02:42 +08:00 |
|
John
|
36ab7a0b05
|
完成ghttp客户端测试,文件上传客户端及服务端测试,version 0.90beta -> 0.91beta
|
2018-01-11 16:06:42 +08:00 |
|
John
|
93d0c1d4c5
|
ghttp post及文件上传调试
|
2018-01-10 18:20:32 +08:00 |
|
John
|
86440dfe59
|
完善ghttp服务注册
|
2018-01-08 11:38:31 +08:00 |
|
John
|
ce3b573c67
|
改进路由解析优先级设计,完善MVC示例代码
|
2018-01-03 15:27:43 +08:00 |
|
John
|
db71e4c1d1
|
完善包注释,便于godoc管理
|
2018-01-03 11:04:47 +08:00 |
|
John
|
05b76a14c0
|
完善包注释,便于godoc管理
|
2018-01-03 10:38:53 +08:00 |
|
John
|
0092365481
|
类型转换包完善
|
2018-01-03 10:23:37 +08:00 |
|
John
|
7279eb7687
|
改进Service Response命名
|
2018-01-02 16:35:13 +08:00 |
|
John
|
76efde479a
|
调整cookie默认过期时间为1年,修正自动更新sessionid的bug
|
2018-01-02 16:10:33 +08:00 |
|
John
|
d4f992bfc4
|
改进ghttp传递给注册函数的参数,简化使用
|
2018-01-02 15:52:32 +08:00 |
|
John
|
762e2c8dea
|
完善示例,改进ghttp控制器方法注册
|
2017-12-31 23:44:10 +08:00 |
|
John
|
59a7510edb
|
完善注释
|
2017-12-31 18:19:58 +08:00 |
|
John
|
31d29789a3
|
示例更新
|
2017-12-31 18:18:00 +08:00 |
|
John
|
a88d609901
|
cookie,session解耦
|
2017-12-31 12:15:04 +08:00 |
|
John
|
2e6f4f41ed
|
新增gconv基本类型强制转换包
|
2017-12-31 11:09:16 +08:00 |
|
John
|
63694dc7e7
|
改进cookie, session, ghttp关系,便于调用管理
|
2017-12-30 23:49:55 +08:00 |
|
John
|
a2c5b4617b
|
完善控制器demo
|
2017-12-30 18:35:24 +08:00 |
|
John
|
f50059f584
|
http/tcp/udp server封装结构优化
|
2017-12-30 17:09:00 +08:00 |
|
John
|
ea40de659e
|
框架结构优化
|
2017-12-29 22:11:03 +08:00 |
|
John
|
b3411a95b2
|
MIT
|
2017-12-29 16:03:30 +08:00 |
|
John
|
4db0034047
|
完成单数据校验规则开发
|
2017-12-29 15:42:42 +08:00 |
|
John
|
7fdf2ca870
|
表单验证类开发中
|
2017-12-28 17:28:32 +08:00 |
|
John
|
6fb3366edd
|
完成路由管理器
|
2017-12-28 15:21:25 +08:00 |
|
John
|
ae858149bb
|
改进ghttp client request 和server response封装方法
|
2017-12-26 15:41:10 +08:00 |
|
John
|
165eccede6
|
ghttp server 回调函数调用后自动输出缓冲区数据
|
2017-12-26 13:31:07 +08:00 |
|
John
|
3248234067
|
ghttp支持绑定实例化对象
|
2017-12-26 11:46:48 +08:00 |
|
John
|
0dbd904dfb
|
改进ghttp server方法注册设计
|
2017-12-26 10:13:49 +08:00 |
|
John
|
f9d09b5f7a
|
ghttp server增加SetAddr方法
|
2017-12-25 17:29:06 +08:00 |
|
John
|
03109055c1
|
gmvc配置管理开发
|
2017-12-19 17:33:12 +08:00 |
|
John
|
6ee93e7414
|
新增环境变量管理工具genv,完善gmvc配置管理功能
|
2017-12-18 10:42:59 +08:00 |
|
John
|
3ab3a61dfa
|
MVC继承层级调整,配置管理、数据库管理核心组件封装
|
2017-12-14 17:32:51 +08:00 |
|
John
|
a579d1715d
|
完成mvc视图功能的开发及基本测试
|
2017-12-13 16:45:00 +08:00 |
|
John
|
c205e5a335
|
完成cookie和session功能调试
|
2017-12-13 14:13:36 +08:00 |
|
John
|
e228ca5713
|
完成控制器反射功能测试
|
2017-12-13 11:36:29 +08:00 |
|
John
|
20511c5bcd
|
ghttp cookie开发,控制器增加反射,正在调试控制器指针对象反射功能
|
2017-12-12 17:25:50 +08:00 |
|
John
|
ed8356c942
|
gsession开发
|
2017-12-11 18:21:30 +08:00 |
|
John
|
578dc19411
|
ghttp server增加多域名支持,gmvc增加视图支持
|
2017-12-11 17:16:59 +08:00 |
|
John
|
3155439f15
|
ghttp server易用性完善
|
2017-12-08 12:03:21 +08:00 |
|
John
|
a243fea88b
|
mvc框架结构完善
|
2017-12-08 09:50:11 +08:00 |
|
John
|
44e3877a71
|
改进ghttp接口
|
2017-12-07 17:34:51 +08:00 |
|
John
|
42cf55eee8
|
完善ghttp,gcache功能
|
2017-12-07 14:57:16 +08:00 |
|
John
|
c4cd34574d
|
修正文件指针池并发安全问题,完善README
|
2017-12-07 09:53:35 +08:00 |
|
John
|
0f78e7b17d
|
将所有gf框架报名改为gitee地址
|
2017-11-27 13:49:23 +08:00 |
|
John
|
5878be1e03
|
目录结构调整,内部包引用调整为相对路径
|
2017-11-27 12:08:43 +08:00 |
|
John
|
c210bfcbdf
|
目录结构调整
|
2017-11-23 10:21:28 +08:00 |
|
John
|
83b9748ab8
|
目录调整
|
2017-11-22 16:11:20 +08:00 |
|
John
|
d2bc721fb9
|
项目目录调整,开源协议修改 GPLv3 -> MIT
|
2017-11-22 16:02:50 +08:00 |
|