JessonChan
|
6465dbd703
|
no more goroutine ,i will be GCed at a gc goroutine
|
2016-01-07 09:28:40 +08:00 |
|
JessonChan
|
98e0626f0c
|
rename vals
|
2016-01-07 09:25:06 +08:00 |
|
JessonChan
|
b0b9812de6
|
extract a expire fun
|
2016-01-07 09:13:47 +08:00 |
|
JessonChan
|
eff200e014
|
modify as xuxiaohei suggest
https://github.com/astaxie/beego/issues/1259
|
2016-01-07 09:08:00 +08:00 |
|
JessonChan
|
8832334d6a
|
tiny fix for error description and comment
|
2016-01-06 15:12:25 +08:00 |
|
JessonChan
|
0b39091292
|
mem cache put function fixed
when a expire duration==0,it means forever
https://github.com/astaxie/beego/issues/1260
|
2016-01-06 15:05:29 +08:00 |
|
astaxie
|
a411042416
|
fix the init parse for config
|
2016-01-06 14:55:18 +08:00 |
|
astaxie
|
8929814126
|
fix the log carsh before init
|
2016-01-06 11:48:23 +08:00 |
|
miraclesu
|
bef6bca397
|
Add function to set validation default messages
|
2016-01-05 21:14:35 +08:00 |
|
astaxie
|
f7ef4aa7e5
|
recover for conn.Close fix #1333
|
2016-01-04 23:34:45 +08:00 |
|
astaxie
|
5c18d02b17
|
fix #1268
|
2016-01-04 22:41:25 +08:00 |
|
astaxie
|
3bb22d149e
|
add the comments
|
2016-01-04 22:22:42 +08:00 |
|
astaxie
|
f0be45dfff
|
fix the comments and json tag
|
2016-01-04 22:18:59 +08:00 |
|
astaxie
|
7fbaf82897
|
fix #1424
|
2016-01-04 22:10:18 +08:00 |
|
astaxie
|
73168d2f7d
|
Merge pull request #1527 from JessonChan/develop
reuse compress writer
|
2016-01-04 14:36:40 +08:00 |
|
astaxie
|
a03fa0fb73
|
improve cache modules. support mulit instances
|
2016-01-04 10:50:04 +08:00 |
|
JessonChan
|
fd2ded190b
|
EnableGzip bug fixed
|
2016-01-04 09:27:58 +08:00 |
|
JessonChan
|
d23291ccc7
|
remove a dump err
|
2016-01-04 08:50:59 +08:00 |
|
astaxie
|
92d157736b
|
add testing to test #1511
|
2016-01-03 21:06:35 +08:00 |
|
astaxie
|
6585e66f97
|
all the browser should support delete and put now
|
2016-01-03 20:36:16 +08:00 |
|
JessonChan
|
3ebf275157
|
fixed camel style name
|
2016-01-03 15:40:44 +08:00 |
|
JessonChan
|
ee2322e83b
|
add any level compress
|
2016-01-03 15:35:32 +08:00 |
|
JessonChan
|
59fa248292
|
use sync.Pool to decrease new compression writer
|
2015-12-31 18:50:52 +08:00 |
|
astaxie
|
9519fc6c96
|
Merge pull request #1519 from vvelikodny/develop
Refactoring: Move dev & prod runmodes to const
|
2015-12-30 21:03:54 +08:00 |
|
Vitaly Velikodny
|
4b368d9f5e
|
Refactoring: keep config package beego independent
|
2015-12-30 11:22:09 +03:00 |
|
Vitaly Velikodny
|
48fd9675ad
|
Refactoring: Move dev & prod runmodes to const
|
2015-12-29 21:32:37 +03:00 |
|
astaxie
|
ac3a447479
|
fix the session update issues
|
2015-12-27 14:09:20 +08:00 |
|
astaxie
|
37dff6be28
|
Merge pull request #1507 from yydzero/develop
Retrieve session identifier from cookie and query parameters
|
2015-12-27 11:01:04 +08:00 |
|
astaxie
|
cdde5bdc62
|
Merge pull request #1516 from johndoejdg/patch-2
Add link to russian
|
2015-12-27 11:00:24 +08:00 |
|
John Doe
|
2d4cc6e33d
|
Add link to russian
Add link to russian
|
2015-12-26 16:43:49 +03:00 |
|
astaxie
|
5336e83469
|
Merge pull request #1506 from fuxiaohei/develop
clean code in docs.go, error.go, filter.go and hooks.go
|
2015-12-23 12:12:08 +08:00 |
|
Yandong Yao
|
da39082d4f
|
Retrieve session identifier from cookie and query parameters
|
2015-12-22 10:30:44 +08:00 |
|
fud
|
cd514803a4
|
simplify filter.go hooks.go
|
2015-12-22 10:02:59 +08:00 |
|
fud
|
2ddda59605
|
Merge branch 'develop' of https://github.com/astaxie/beego into develop
|
2015-12-22 09:57:47 +08:00 |
|
astaxie
|
25337aec27
|
Merge branch 'develop' of https://github.com/astaxie/beego into develop
|
2015-12-21 22:54:22 +08:00 |
|
astaxie
|
351dfac653
|
context.Response should implement Hijack/Flush/CloseNotify
|
2015-12-21 22:51:18 +08:00 |
|
astaxie
|
9105fee453
|
Merge pull request #1503 from fuxiaohei/develop
simplfy config.go and controller.go
|
2015-12-21 19:49:22 +08:00 |
|
fud
|
bbd42ce152
|
simplify docs.go and error.go, use http.StatusText instead of string codes
|
2015-12-21 17:16:58 +08:00 |
|
fud
|
92711e80a3
|
refactor controller.go
|
2015-12-21 16:23:31 +08:00 |
|
fud
|
c43e3d6684
|
fix type mismatch error
|
2015-12-21 16:05:26 +08:00 |
|
fud
|
f6c508f138
|
Merge branch 'develop' of https://github.com/astaxie/beego into develop
|
2015-12-21 15:49:23 +08:00 |
|
astaxie
|
130ce7eb1f
|
Merge pull request #1501 from nkbai/develop
cors test benchmark doesn't use b.N
|
2015-12-19 13:45:04 +08:00 |
|
nkbai
|
083c155079
|
cors test benchmark doesn't use b.N
|
2015-12-19 10:29:12 +08:00 |
|
astaxie
|
a71c4283e8
|
Merge pull request #1498 from JessonChan/develop
compress level test fixed
|
2015-12-18 10:18:42 +08:00 |
|
JessonChan
|
80ac8aa40e
|
compress level test fixed
|
2015-12-18 09:28:40 +08:00 |
|
astaxie
|
5e249772d5
|
reduce loop
|
2015-12-18 00:14:28 +08:00 |
|
astaxie
|
a4f674e7f4
|
Merge pull request #1483 from nkbai/develop
为orm接口添加注释
|
2015-12-17 22:23:32 +08:00 |
|
astaxie
|
ae52d4aa18
|
improve the splitPath
|
2015-12-17 21:31:44 +08:00 |
|
fuxiaohei
|
f9138c5a99
|
simplify config.go
|
2015-12-17 20:05:00 +08:00 |
|
astaxie
|
e5096be32b
|
Merge pull request #1490 from pjoe/orm_pk_rel_many
Fix joins for reverse(many) with custom pk
|
2015-12-17 14:56:06 +08:00 |
|