|
|
5aa3212fe1
|
gofmt geg/third
|
2019-06-12 21:06:57 +08:00 |
|
|
|
6fecf8bb01
|
update example
|
2019-06-05 18:41:11 +08:00 |
|
|
|
6d44f02a38
|
fix issue in internal/empty
|
2019-06-05 18:40:26 +08:00 |
|
|
|
dc29822e69
|
improve gtcp; add tls support for gtcp
|
2019-06-04 23:33:46 +08:00 |
|
|
|
66e40155a9
|
add http/https scheme for log of ghttp.Server; add transport setting to ignore tls cert for ghttp.Client; version updates
|
2019-05-06 09:35:39 +08:00 |
|
|
|
34cb222b33
|
remove temprary function map parameter for gview when parsing template file and content
|
2019-04-25 22:14:20 +08:00 |
|
|
|
d29b27a5df
|
add Merge/Sum functions for gset
|
2019-04-24 18:15:50 +08:00 |
|
|
|
75ada78f8f
|
remove parameter bind from ghttp.RouterGroup.Bind
|
2019-04-23 19:39:35 +08:00 |
|
|
|
c4c7e6caf4
|
gofmt
|
2019-04-03 00:03:46 +08:00 |
|
|
|
07476a4349
|
add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check
|
2019-04-02 14:37:46 +08:00 |
|
|
|
f258b5bf1c
|
change logging level from error to debug in route regitsry for struct for ghttp package; handle possible overrange usage of r.URL.Path in ghttp.Server
|
2019-03-31 20:52:30 +08:00 |
|
|
|
83db8e4b15
|
add wss example for websocket
|
2019-03-22 17:26:39 +08:00 |
|
|
|
9bc49c0b29
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
|
|
|
11c89c4090
|
fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions
|
2019-03-21 18:20:20 +08:00 |
|
|
|
80e0eae6b0
|
add TLSConfig support for ghttp.Server
|
2019-03-19 17:48:37 +08:00 |
|
|
|
83be1de04c
|
remove error returns from router registry functions of WebServer; add more unit test cases for WebServer
|
2019-03-06 15:21:00 +08:00 |
|
|
|
975da97b4a
|
fix issue in empty check for nil attribute of struct in package 'empty';add set-cookie support for 302 status in ghttp.Server
|
2019-03-05 17:06:37 +08:00 |
|
|
|
f92c1fc527
|
update CORS feature of ghttp.Response; add more unit cases for ghttp.Server
|
2019-03-01 23:45:55 +08:00 |
|
|
|
66287c2d0e
|
update the admin feature and unit test cases of ghttp
|
2019-02-28 23:57:20 +08:00 |
|
|
|
fa256aec9f
|
add example for layout using template engine; fix issue with config error output in gview when no config used
|
2019-02-27 22:53:39 +08:00 |
|
|
|
6f02ad60eb
|
hot fix issue in tpl auto update
|
2019-02-14 13:38:52 +08:00 |
|
|
|
76c49170bd
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
|
|
|
ba050d4c86
|
merge qiangg_reuseport
|
2019-02-01 20:51:02 +08:00 |
|
|
|
85677b952f
|
fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category
|
2019-01-30 21:27:03 +08:00 |
|
|
|
0ac13c2b81
|
reuseport updates
|
2019-01-27 14:14:59 +08:00 |
|
|
|
94ef38e3cc
|
reuseport updates
|
2019-01-27 03:28:55 +08:00 |
|
|
|
76882ac01c
|
update golang.org/x/sys, add reuseport package
|
2019-01-27 03:13:20 +08:00 |
|
|
|
018853e976
|
optimize WebServer in hook priority handler and request exit mechanism
|
2019-01-13 00:43:36 +08:00 |
|
|
|
2cff10e0d2
|
fix issue in controller interface definition
|
2018-12-26 10:17:24 +08:00 |
|
|
|
2063f662d3
|
fix silly issue in binary search of garray package, and add unit-test file for garray
|
2018-12-20 21:55:05 +08:00 |
|
|
|
d7381399aa
|
fix issue of grand.intn in x86 arch; add router group feature for WebServer
|
2018-12-20 21:04:43 +08:00 |
|
|
|
b19e47783b
|
ghttp增加静态文件目录映射功能;改进gspath目录管理功能;改进gconv的slice转换功能,并增加gconv.Map方法
|
2018-11-30 09:48:57 +08:00 |
|
|
|
8304769953
|
代码修正
|
2018-11-27 20:37:57 +08:00 |
|
|
|
914a74bca9
|
完善代码示例
|
2018-11-26 09:33:45 +08:00 |
|
|
|
5e7e1077a1
|
性能改进
|
2018-11-23 09:20:45 +08:00 |
|
|
|
64a22acf84
|
WebServer允许同一HOOK事件被多次绑定注册,先注册的回调函数优先级更高
|
2018-11-19 23:13:12 +08:00 |
|
|
|
4e5877923d
|
dev
|
2018-11-19 21:49:43 +08:00 |
|
|
|
9e1ad46c90
|
改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口
|
2018-11-19 21:11:43 +08:00 |
|
|
|
f1b93204ac
|
改进WebSocket默认支持跨域请求;修复gspath模块Search时带有indexFiles的检索问题
|
2018-11-17 19:45:15 +08:00 |
|
|
|
c89482c3d6
|
WebServer性能细节改进
|
2018-11-17 11:17:02 +08:00 |
|
|
|
b190ee9fe6
|
初步完成第一阶段的性能改进
|
2018-11-17 02:39:23 +08:00 |
|
|
|
e8101cb02f
|
性能改进中
|
2018-11-16 18:20:09 +08:00 |
|
|
|
72a18c0a10
|
glog增加文件指针池使用
|
2018-11-11 14:21:22 +08:00 |
|
|
|
9c4b454dbe
|
Merge branch 'develop' of https://gitee.com/johng/gf into develop
|
2018-11-11 13:55:37 +08:00 |
|
|
|
b303bf12b5
|
增加ghttp下载文件示例
|
2018-11-11 13:55:32 +08:00 |
|
|
|
882c69cb08
|
改进gfsnotify,支持编辑器对文件非标准编辑时(RENAME+CHMOD)的热更新问题
|
2018-11-11 11:26:03 +08:00 |
|
|
|
6ff44ad123
|
增加HTTP下载文件示例程序
|
2018-11-10 16:18:50 +08:00 |
|
|
|
0d5d357857
|
添加模板测试代码
|
2018-11-09 17:48:57 +08:00 |
|
|
|
871b7b87d0
|
ghttp.Request.Exit示例代码更新
|
2018-11-06 19:02:11 +08:00 |
|
|
|
61bc9dbd92
|
改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer
|
2018-11-06 18:53:25 +08:00 |
|