|
|
00a8ef63b6
|
improve gtcp
|
2019-06-03 23:53:59 +08:00 |
|
|
|
6ac437a3a5
|
merge master
|
2019-06-03 21:33:16 +08:00 |
|
|
|
e4f9e1000d
|
fix issue in status handler for ghttp.Server
|
2019-06-03 16:39:45 +08:00 |
|
|
|
4f1047e853
|
add KeepAlive configuration for ghttp.Server
|
2019-06-02 22:19:52 +08:00 |
|
|
|
0a890ad871
|
Merge branch 'qiangg_gdb_struct_inherit' into develop
|
2019-05-28 21:41:23 +08:00 |
|
|
|
41f33af51b
|
add gconv.StructDeep/MapDeep functions for gconv; add struct inherit converting support for gdb
|
2019-05-28 21:41:00 +08:00 |
|
|
|
592bf76eb0
|
add browser mode support for ghttp.Client.Post
|
2019-05-23 21:20:46 +08:00 |
|
|
|
b2a8285ecb
|
remove unnecessary pkg gscanner; update comment for gsmtp
|
2019-05-22 21:20:17 +08:00 |
|
|
|
68fa235412
|
add gjson.GetJsonMap; refract glog to improve performance;
|
2019-05-21 21:52:17 +08:00 |
|
|
|
48deaa5f57
|
improving package feature for gtcp
|
2019-05-20 08:59:16 +08:00 |
|
|
|
dd2436925b
|
remove package feature for gudp, considering UDP protocal has its own border for message handling
|
2019-05-17 00:17:45 +08:00 |
|
|
|
664b0c06a6
|
gjson updates
|
2019-05-11 17:56:14 +08:00 |
|
|
|
abaef9ba87
|
add gtree.RedBlackTree container
|
2019-05-10 13:38:06 +08:00 |
|
|
|
718997327a
|
add default value for gcfg.Get* functions; rename gconv.TimeDuration to gconv.Duration, and do corresponding changes to caller packages
|
2019-05-09 17:14:24 +08:00 |
|
|
|
fdfefbb94d
|
add default value feature for gjson/gparser; update default value type for ghttp.Request
|
2019-05-09 14:19:27 +08:00 |
|
|
|
7cc0c7a1cc
|
rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache
|
2019-05-08 17:21:18 +08:00 |
|
|
|
c170edbdfc
|
add ghttp.Request.GetUrl to get current request URL
|
2019-05-06 13:52:34 +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 |
|
|
|
c9537af062
|
add package feature for gudp; gtcp updates
|
2019-04-29 23:54:47 +08:00 |
|
|
|
7ae03729f3
|
add package support for gtcp
|
2019-04-28 23:55:23 +08:00 |
|
|
|
34cb222b33
|
remove temprary function map parameter for gview when parsing template file and content
|
2019-04-25 22:14:20 +08:00 |
|
|
|
9eea93cc6e
|
change param type from string to interface{} for ghttp.ClientRequest
|
2019-04-23 20:12:44 +08:00 |
|
|
|
308cb55b6b
|
version updates
|
2019-04-23 19:44:28 +08:00 |
|
|
|
75ada78f8f
|
remove parameter bind from ghttp.RouterGroup.Bind
|
2019-04-23 19:39:35 +08:00 |
|
|
|
5ff7632d32
|
add support of layout feature for gview; fix issue in gstr.Chr
|
2019-04-22 15:47:59 +08:00 |
|
|
|
8a32a8271c
|
fix issue in empty router group error of ghttp.Server
|
2019-04-12 00:19:15 +08:00 |
|
|
|
aa4dca11f0
|
fix issue in gtime; update comment for g/gtest
|
2019-04-04 22:52:56 +08:00 |
|
|
|
0e0f297a3f
|
add consurrent safety parameter for gjson.Load/LoadContent; fulfil data type auto-check logics for gjson.LoadConetnt; update comment of gjson/gparser
|
2019-04-02 23:33:27 +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 |
|
|
|
a3886c2179
|
fix issue in RemoteAddr of gudp.Conn
|
2019-03-31 20:58:31 +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 |
|
|
|
6a58bfc574
|
add stdout printing support for ghttp.Server logging
|
2019-03-28 09:34:16 +08:00 |
|
|
|
64124c60fc
|
add fatal error when no router set or statis feature enabled for ghttp.Server
|
2019-03-27 16:23:35 +08:00 |
|
|
|
9a0066de62
|
add file/folder search support for gcfg/gview in order of envpath/pwdpath/binpath/mainpath; add gfile.Search function
|
2019-03-27 11:48:53 +08:00 |
|
|
|
22c7c7403b
|
fix issue in basic http auth check for server side
|
2019-03-27 09:16:23 +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 |
|
|
|
c9d2d5e8ab
|
add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson
|
2019-03-21 00:14:23 +08:00 |
|
|
|
80e0eae6b0
|
add TLSConfig support for ghttp.Server
|
2019-03-19 17:48:37 +08:00 |
|
|
|
4e3d735b90
|
add logging for gcron
|
2019-03-19 13:58:18 +08:00 |
|
|
|
5a82d695c1
|
mv greuseport to a new repo
|
2019-03-18 13:56:16 +08:00 |
|
|
|
25a6c53533
|
add unit test cases for gfsnotify
|
2019-03-15 14:54:01 +08:00 |
|
|
|
782aaabd07
|
add more unit test cases for gins; update text/template for gview
|
2019-03-12 23:26:10 +08:00 |
|
|
|
127fb67185
|
add session id check in session object initialzing
|
2019-03-11 16:33:51 +08:00 |
|
|
|
5db039bbce
|
gdb.Model updates, rename Alterable function to Safe, change gdb.Model alterable in default, update Where function to support more cases when using map as its param, add more unit test cases for gdb.Model
|
2019-03-11 16:14:55 +08:00 |
|
|
|
8a3365d18e
|
ghttp comment updates
|
2019-03-10 00:39:34 +08:00 |
|
|
|
2ae5b1a4f8
|
add more unit test cases for ghttp.Server
|
2019-03-10 00:35:03 +08:00 |
|
|
|
991f7c4958
|
ghttp.Response updates
|
2019-03-08 19:03:22 +08:00 |
|
|
|
e66f63262b
|
add more unit test cases for ghttp.Server
|
2019-03-08 17:31:30 +08:00 |
|