|
|
49a1308875
|
ghttp.Session updates
|
2019-02-25 23:08:26 +08:00 |
|
|
|
4332580c01
|
disable build-in session variable in template parsing, when it's not necessary
|
2019-02-25 15:20:57 +08:00 |
|
|
|
6aa1c5b1eb
|
ghttp updates
|
2019-02-20 16:07:11 +08:00 |
|
|
|
9797701881
|
remove Search/InArray functions from gstr package; update custom http status handling logics of web server
|
2019-02-18 16:12:59 +08:00 |
|
|
|
989d543a1f
|
fix issue with error response status code 200 of web server; ghttp request client updates
|
2019-02-17 20:45:35 +08:00 |
|
|
|
c00f528098
|
remove reuseport in ghttp
|
2019-02-14 15:43:31 +08:00 |
|
|
|
ca6c0791ae
|
fix issue with greuseport in windows
|
2019-02-03 21:41:32 +08:00 |
|
|
|
76c49170bd
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
|
|
|
16bde5e9fc
|
gmap updates
|
2019-02-01 22:25:58 +08:00 |
|
|
|
7b85c44444
|
add Clone for garray; comments of garray update
|
2019-02-01 22:00:58 +08:00 |
|
|
|
87d553fca2
|
greuseport updates
|
2019-02-01 21:05:56 +08:00 |
|
|
|
ba050d4c86
|
merge qiangg_reuseport
|
2019-02-01 20:51:02 +08:00 |
|
|
|
90cd7f49fd
|
greuseport updates
|
2019-02-01 20:49:02 +08:00 |
|
|
|
29b42290c7
|
merge master
|
2019-02-01 20:46:53 +08:00 |
|
|
|
6c6c64bb3b
|
rename category string to text
|
2019-02-01 20:45:11 +08:00 |
|
|
|
92c0bf9cdc
|
fix unit test cases of ghttp
|
2019-02-01 11:53:10 +08:00 |
|
|
|
020b050fb1
|
fix unit test cases for gstr/gconv/ghttp
|
2019-02-01 11:42:25 +08:00 |
|
|
|
08d71cede3
|
merge qiangg_php
|
2019-02-01 00:04:34 +08:00 |
|
|
|
be1f6cfbae
|
Merge branch 'master' of https://gitee.com/johng/gf into develop
|
2019-02-01 00:02:17 +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 |
|
|
|
f4773ef1e4
|
add func ghttp.Group.Common for common http methods(GET/PUT/POST/DELETE) binding; fix issue #IRHB3,#IRHSJ; add more unit test cases for gvalid
|
2019-01-29 23:01:14 +08:00 |
|
|
|
79cb386d82
|
reuseport updates
|
2019-01-27 16:40:16 +08:00 |
|
|
|
09be68831b
|
reuseport updates
|
2019-01-27 14:25:31 +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 |
|
|
|
5dd0a78423
|
ghttp updates
|
2019-01-24 14:03:48 +08:00 |
|
|
|
141ea7cc2d
|
ghttp updates
|
2019-01-24 13:50:26 +08:00 |
|
|
|
a488d1dbf7
|
ghttp updates
|
2019-01-24 13:40:48 +08:00 |
|
|
|
9698a7c5be
|
gpool updates
|
2019-01-23 15:01:21 +08:00 |
|
|
|
7d103c4ee8
|
gcron updates
|
2019-01-18 22:02:17 +08:00 |
|
|
|
14fcd0b2f9
|
move gtime.SetTimeout>ime.SetInterval to gtimer
|
2019-01-16 23:23:53 +08:00 |
|
|
|
a4ad301b44
|
fulfil logics of Exit* funcs of ghttp
|
2019-01-16 20:27:58 +08:00 |
|
|
|
72569321fa
|
package comments update
|
2019-01-16 13:35:16 +08:00 |
|
|
|
0c41909454
|
pakage comments updates
|
2019-01-15 23:27:47 +08:00 |
|
|
|
f900414e38
|
add surport for field type auto detection in gform
|
2019-01-14 22:55:43 +08:00 |
|
|
|
018853e976
|
optimize WebServer in hook priority handler and request exit mechanism
|
2019-01-13 00:43:36 +08:00 |
|
|
|
f4644ce685
|
change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex
|
2019-01-12 23:36:22 +08:00 |
|
|
|
eae857bcf7
|
merge master
|
2019-01-04 18:39:40 +08:00 |
|
|
|
d604d198ab
|
hot fix
|
2019-01-04 15:43:56 +08:00 |
|
|
|
a95b1f0dae
|
add more unit test cases
|
2019-01-02 10:18:00 +08:00 |
|
|
|
6f15adf57f
|
unit test cases++
|
2018-12-31 17:46:04 +08:00 |
|
|
|
1966b40d01
|
ghttp.Client updates; add more unit test cases for web server
|
2018-12-31 00:50:55 +08:00 |
|
|
|
24ce4d098e
|
ghttp.Client updates; add more unit test cases for web server
|
2018-12-31 00:22:18 +08:00 |
|
|
|
98619f9bc9
|
add more unit test cases for web server
|
2018-12-30 22:02:46 +08:00 |
|
|
|
f5b2556b70
|
up
|
2018-12-28 21:44:36 +08:00 |
|
|
|
2cff10e0d2
|
fix issue in controller interface definition
|
2018-12-26 10:17:24 +08:00 |
|
|
|
cab78f557d
|
fix issue in controller detection for object parameter, in router group of web server
|
2018-12-25 23:20:43 +08:00 |
|
|
|
503446afc7
|
fix issue of ghttp.Request.GetVar
|
2018-12-22 11:52:12 +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 |
|