3bb22d149e
add the comments
2016-01-04 22:22:42 +08:00
f0be45dfff
fix the comments and json tag
2016-01-04 22:18:59 +08:00
7fbaf82897
fix #1424
2016-01-04 22:10:18 +08:00
73168d2f7d
Merge pull request #1527 from JessonChan/develop
...
reuse compress writer
2016-01-04 14:36:40 +08:00
a03fa0fb73
improve cache modules. support mulit instances
2016-01-04 10:50:04 +08:00
fd2ded190b
EnableGzip bug fixed
2016-01-04 09:27:58 +08:00
d23291ccc7
remove a dump err
2016-01-04 08:50:59 +08:00
92d157736b
add testing to test #1511
2016-01-03 21:06:35 +08:00
6585e66f97
all the browser should support delete and put now
2016-01-03 20:36:16 +08:00
3ebf275157
fixed camel style name
2016-01-03 15:40:44 +08:00
ee2322e83b
add any level compress
2016-01-03 15:35:32 +08:00
59fa248292
use sync.Pool to decrease new compression writer
2015-12-31 18:50:52 +08:00
9519fc6c96
Merge pull request #1519 from vvelikodny/develop
...
Refactoring: Move dev & prod runmodes to const
2015-12-30 21:03:54 +08:00
4b368d9f5e
Refactoring: keep config package beego independent
2015-12-30 11:22:09 +03:00
48fd9675ad
Refactoring: Move dev & prod runmodes to const
2015-12-29 21:32:37 +03:00
ac3a447479
fix the session update issues
2015-12-27 14:09:20 +08:00
37dff6be28
Merge pull request #1507 from yydzero/develop
...
Retrieve session identifier from cookie and query parameters
2015-12-27 11:01:04 +08:00
cdde5bdc62
Merge pull request #1516 from johndoejdg/patch-2
...
Add link to russian
2015-12-27 11:00:24 +08:00
2d4cc6e33d
Add link to russian
...
Add link to russian
2015-12-26 16:43:49 +03:00
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
da39082d4f
Retrieve session identifier from cookie and query parameters
2015-12-22 10:30:44 +08:00
cd514803a4
simplify filter.go hooks.go
2015-12-22 10:02:59 +08:00
2ddda59605
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2015-12-22 09:57:47 +08:00
25337aec27
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2015-12-21 22:54:22 +08:00
351dfac653
context.Response should implement Hijack/Flush/CloseNotify
2015-12-21 22:51:18 +08:00
9105fee453
Merge pull request #1503 from fuxiaohei/develop
...
simplfy config.go and controller.go
2015-12-21 19:49:22 +08:00
bbd42ce152
simplify docs.go and error.go, use http.StatusText instead of string codes
2015-12-21 17:16:58 +08:00
92711e80a3
refactor controller.go
2015-12-21 16:23:31 +08:00
c43e3d6684
fix type mismatch error
2015-12-21 16:05:26 +08:00
f6c508f138
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2015-12-21 15:49:23 +08:00
130ce7eb1f
Merge pull request #1501 from nkbai/develop
...
cors test benchmark doesn't use b.N
2015-12-19 13:45:04 +08:00
083c155079
cors test benchmark doesn't use b.N
2015-12-19 10:29:12 +08:00
a71c4283e8
Merge pull request #1498 from JessonChan/develop
...
compress level test fixed
2015-12-18 10:18:42 +08:00
80ac8aa40e
compress level test fixed
2015-12-18 09:28:40 +08:00
5e249772d5
reduce loop
2015-12-18 00:14:28 +08:00
a4f674e7f4
Merge pull request #1483 from nkbai/develop
...
为orm接口添加注释
2015-12-17 22:23:32 +08:00
ae52d4aa18
improve the splitPath
2015-12-17 21:31:44 +08:00
f9138c5a99
simplify config.go
2015-12-17 20:05:00 +08:00
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
9b87f528ec
Merge pull request #1494 from astaxie/revert-1489-develop
...
Revert "go test fixed"
2015-12-17 14:45:17 +08:00
c3d1e4d088
Revert "go test fixed"
2015-12-17 14:45:10 +08:00
77113e843c
Merge pull request #1489 from JessonChan/develop
...
go test fixed
2015-12-17 14:44:29 +08:00
46aa340b1d
Merge pull request #1478 from fuxiaohei/develop
...
clean compliated codes, refactor if sections in app.go
2015-12-17 14:44:14 +08:00
8771634fe4
Merge remote-tracking branch 'remotes/upstream/develop' into develop
2015-12-17 09:25:15 +08:00
2aa50c240f
Merge pull request #1486 from KilledKenny/oomDos
...
Added MaxMemory limit to CopyBody() Supersedes #1484
2015-12-16 23:44:42 +08:00
dbc4ac6945
reduce the slicegrow
2015-12-16 23:43:32 +08:00
29752e2575
refactor router
2015-12-16 23:11:03 +08:00
52c4c1fb98
Added MaxMemory limit to CopyBody()
...
Beego only uses the MaxMemory flag when using go's built in functions
for parsing forms. However the CopyBody() function have no limit an will
coppy anny amount of data into memory using ioutil.ReedAll() on the
request body whitout anny size validation or limit.
This fix wrapps input.Requst.Body in a LimitedReader using the same
memory limit as ParseFormOrMulitForm()
2015-12-16 10:37:21 +01:00
906637ae8b
Fix issue with reverse(many) for models with custom pk
...
- Also add test covering the issue
2015-12-15 17:39:08 +01:00
3daaaeb32b
add commit for orm/types.go
2015-12-15 19:48:28 +08:00