Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration FastInvoke Handler #91

Merged
merged 182 commits into from
Jan 28, 2017
Merged
Show file tree
Hide file tree
Changes from 180 commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
0c55c31
Migrate beego router to replace httprouter, version 0.1
unknwon Jul 16, 2014
0f79942
Add support for adding routes in handler, add route.Route method
unknwon Jul 16, 2014
1d59fd6
Some changes to support pongo2 render middleware
unknwon Jul 17, 2014
428238f
Mirror changes
unknwon Jul 18, 2014
d4d61ce
Mirror changes for Gogs
unknwon Jul 18, 2014
2d8a7a8
Mirror changes for Gogs
unknwon Jul 18, 2014
1d5a36e
Fix redirect issue
unknwon Jul 21, 2014
2465e66
Add Resp
unknwon Jul 21, 2014
d8839af
Fix router bug
unknwon Jul 21, 2014
8dd0986
Update en-US docs
unknwon Jul 24, 2014
4d41c65
Update zh-CN docs
unknwon Jul 24, 2014
576f22e
fix typo
unknwon Jul 24, 2014
78f656d
Docs update
unknwon Jul 31, 2014
5dc7db1
Fix #1
unknwon Aug 1, 2014
ae88b53
Change default listen address to 0.0.0.0, and HTML and SHTML methods
unknwon Aug 2, 2014
662b121
Update router.go
cnphpbb Aug 3, 2014
2701e8b
Merge pull request #3 from cnphpbb/master
unknwon Aug 3, 2014
bdd5a04
Bug fix
unknwon Aug 4, 2014
b5845c1
Add m.RunOnAddr
unknwon Aug 5, 2014
8ce296a
Fix path bug in windows
unknwon Aug 5, 2014
93baa86
Add static test
unknwon Aug 6, 2014
8122a39
fix docs and tests
unknwon Aug 6, 2014
8806211
Update docs.
unknwon Aug 16, 2014
6fa510f
fix #7
unknwon Aug 23, 2014
fb5a548
Update gzip
unknwon Aug 26, 2014
921985e
More test cases
unknwon Aug 28, 2014
f30f5a1
More test cases
unknwon Aug 29, 2014
078cf1c
More test cases
unknwon Aug 30, 2014
e9ca1a4
More test cases
unknwon Aug 31, 2014
2791838
More test cases, make test coverage to 70.1%
unknwon Sep 1, 2014
88cfd2f
More test cases, make test coverage to 70.4%
unknwon Sep 1, 2014
fb6a105
More test cases, make test coverage to 82.5%
unknwon Sep 1, 2014
6cdb260
Sync tree with upstream
unknwon Sep 4, 2014
f22f45d
Add Context.RemoadAddr()
unknwon Sep 7, 2014
7bc83b7
New use case
unknwon Sep 16, 2014
b7b88e7
Add suburl support
unknwon Sep 19, 2014
84932a3
Add Context.ServeFile
unknwon Sep 27, 2014
c21d430
Unit test: tree_test.go
unknwon Sep 29, 2014
55fe81d
Add QueryInt, QueryInt64, QueryStrings, and prepare i18n support for …
unknwon Oct 6, 2014
4927b78
Update README
unknwon Oct 9, 2014
a36bf52
Add ComboRouter
unknwon Oct 13, 2014
c3713da
Logo
unknwon Oct 13, 2014
4cb0bfc
Fix GZIP bug
unknwon Oct 13, 2014
0d4e3cc
Add Ctx.GetFile
unknwon Oct 14, 2014
203542d
Add SetTemplatePath
unknwon Oct 15, 2014
c416819
Add ChangeStaticPath
unknwon Oct 15, 2014
7bf0214
Add SetTemplatePath
unknwon Oct 15, 2014
7b5b0fb
Fix bug on change static path
unknwon Oct 15, 2014
d331903
Fix bug on change static path
unknwon Oct 15, 2014
1d24093
Fix SetTemplatePath
unknwon Oct 15, 2014
249a784
Improve panic msg for not registering render middleware
unknwon Oct 17, 2014
0454f47
Move HostSwitcher to sperate package
unknwon Oct 17, 2014
1361861
Add FlashNow
unknwon Oct 18, 2014
f9a2f04
Add Ctx.Req.Body()+String +Bytes +ReadCloser
unknwon Oct 19, 2014
ac0fa3b
update docs
unknwon Oct 19, 2014
f8c6f72
Able to m.Use Router instances
unknwon Oct 20, 2014
8231147
Revert
unknwon Oct 20, 2014
06ca102
!!!m.Group API Broken!!!
unknwon Oct 24, 2014
fc73e52
Set panic page encoding to utf8
unknwon Oct 26, 2014
8c7fafd
README
unknwon Oct 31, 2014
35b2c88
panic ui
unknwon Oct 31, 2014
89f467d
Sync tree.go with upstream
unknwon Nov 4, 2014
6a0d561
try on template sets
unknwon Nov 4, 2014
cc5151e
more func
unknwon Nov 4, 2014
30c6177
bring back API
unknwon Nov 4, 2014
73871d4
Template sets
unknwon Nov 4, 2014
fed249e
m.Run
unknwon Nov 5, 2014
2a71d84
Before handler
unknwon Nov 5, 2014
b8a7e0b
Test cases
unknwon Nov 6, 2014
039f5f0
fix test cases on windows
unknwon Nov 6, 2014
1bc0549
fix wired goconvey bug
unknwon Nov 6, 2014
db62366
ctx.HTMLSet bug fix
unknwon Nov 6, 2014
112b656
fix #15
unknwon Nov 6, 2014
4d7e15f
More helper methods
unknwon Nov 7, 2014
0d737d1
More helper function of render
unknwon Nov 9, 2014
29efb59
Move ctx.Redirect to core lib
unknwon Nov 9, 2014
bc66ec4
template set
unknwon Nov 10, 2014
56a1d44
template set
unknwon Nov 10, 2014
4dd9da6
Add template set check
unknwon Nov 11, 2014
1d9439c
fix #19
unknwon Nov 11, 2014
5c8d1b7
servecontent
unknwon Nov 15, 2014
30e5f61
new use case
unknwon Nov 18, 2014
997f73c
Work on #21
unknwon Nov 22, 2014
30a8038
Work on #21
unknwon Nov 22, 2014
17c734d
tfs
unknwon Nov 22, 2014
f97144f
Mirror updates
unknwon Nov 23, 2014
94a8a01
fix test cases
unknwon Nov 23, 2014
246b821
mirror fix
unknwon Nov 23, 2014
ad19efc
faster loading
unknwon Nov 23, 2014
634a5d9
fix #13
unknwon Nov 23, 2014
2110581
clean docs
unknwon Nov 30, 2014
4803b12
README
unknwon Dec 1, 2014
826f5c1
mirror fix
unknwon Dec 5, 2014
5710e26
mirror improvement
unknwon Dec 12, 2014
3d307c1
logger test and able to add handlers to Combo
unknwon Dec 12, 2014
9b7d428
log the entire "RequestURI", not only "URL.Path"
sumory Dec 21, 2014
48ccfc3
log the entire "RequestURI", not only "URL.Path"
sumory Dec 21, 2014
6a16ba6
Merge pull request #27 from sumory/master
unknwon Dec 21, 2014
9ca3fd1
sync with upstream
unknwon Dec 22, 2014
a9f11c2
Use AES to secure cookie, fix #28
unknwon Dec 28, 2014
3d48df7
Add config convetion
unknwon Dec 28, 2014
0faad0e
fix test case
unknwon Dec 28, 2014
65375c8
mirror fix
unknwon Dec 28, 2014
99f9813
fix cookie get issue
unknwon Dec 29, 2014
0f55900
update dep version
unknwon Dec 30, 2014
178534e
mirror code update
unknwon Jan 1, 2015
256ba0b
fix test case
unknwon Jan 1, 2015
c896d20
better godoc
unknwon Jan 7, 2015
f591e31
fix #30
unknwon Jan 12, 2015
12fd35a
Update context.go
Jan 13, 2015
22bd7fc
Bugfix: The way the that context.handlers slice was created caused sh…
torkelo Jan 13, 2015
c96ec06
Fix for how the context handlers slice is built, the previous fix cas…
torkelo Jan 14, 2015
a956457
Fix duplicate rendering
doabit Jan 16, 2015
f2d29bb
Merge pull request #33 from woniu369/patch-1
unknwon Jan 16, 2015
7ecbb87
Merge pull request #34 from torkelo/router_handlers_slice_concurrency…
unknwon Jan 16, 2015
24e6f14
Merge pull request #36 from doabit/duplicate-rendering
unknwon Jan 16, 2015
00e7be5
code format and fix
unknwon Jan 16, 2015
da7cbdd
able to disable colorlog
unknwon Jan 16, 2015
c146617
fix test case
unknwon Jan 17, 2015
823670b
fix #29
unknwon Jan 17, 2015
47f6ee0
mirror code fix
unknwon Jan 22, 2015
63d3e13
context: cookie related test cases
unknwon Jan 30, 2015
dd6dcf1
fix wrong ini usage
unknwon Feb 1, 2015
35e99c7
context: IE support notice for cookie
unknwon Feb 7, 2015
9aaede8
context: add *Context.QueryTrim and fix #37
unknwon Feb 11, 2015
e089393
context: fix typo #37
unknwon Feb 11, 2015
3e332d7
slightly code format
unknwon Mar 7, 2015
5ff796e
remove bufpoll subdir and put inside render
unknwon Mar 11, 2015
a641257
Merge branch 'master' of github.com:Unknwon/macaron
unknwon Mar 11, 2015
31d9fc1
update README
unknwon Mar 11, 2015
93de4f3
add ServeFileContent
unknwon Mar 18, 2015
4df078d
Add MatchTest to test route pattern and given URL
unknwon Jun 11, 2015
c1f25f7
#44 add AutoHead method
unknwon Jun 21, 2015
e6394df
first prototype of new route tree
unknwon Jun 25, 2015
cb3c485
faster and better router layer
unknwon Jun 25, 2015
e9461bb
optional route test
unknwon Jun 25, 2015
4de7a26
Update version
unknwon Jul 2, 2015
ea0fb4d
add MatchTest
unknwon Jul 2, 2015
6fcd8ba
add :string special rule
unknwon Jul 4, 2015
7bbf1c3
fix * params
unknwon Jul 5, 2015
6974062
fix bug: cannot get input filed value when use multipart/form
unknwon Jul 14, 2015
b2fb2cb
Gzip: set compression level
unknwon Jul 15, 2015
c2f1f7c
fix #10
unknwon Jul 16, 2015
f54488b
fix hidden bug
unknwon Jul 20, 2015
2dd2029
remove log
unknwon Jul 20, 2015
5ccc184
fix test
unknwon Jul 20, 2015
8fb3b05
#49 custom 500 handler
unknwon Jul 28, 2015
92ee2e8
#49 more flexible usage
unknwon Jul 28, 2015
635c89a
fix return nil
unknwon Jul 28, 2015
05317cf
fix #55 add SaveToFile
unknwon Sep 17, 2015
4f48e3e
copyright fix #57
unknwon Sep 30, 2015
5051d22
use sync.Pool and require go1.3
unknwon Oct 10, 2015
fb9247a
fix test race
unknwon Oct 10, 2015
9b82b03
fix README links
unknwon Oct 10, 2015
279dc82
remove inject and fix test
unknwon Oct 11, 2015
c7e3dfb
move gzip to independent package
unknwon Oct 11, 2015
51b6db4
add ci
unknwon Oct 11, 2015
f2afa16
fix README link
unknwon Oct 11, 2015
6d3501a
remove tip
unknwon Oct 11, 2015
f5ae555
fix links
unknwon Oct 11, 2015
3188bd5
new license and API
unknwon Oct 13, 2015
1273543
README
unknwon Oct 13, 2015
93b6fde
fix README
unknwon Nov 3, 2015
1c6dd87
README
unknwon Nov 7, 2015
ce972c2
allow symlink as template directory
valeriangalliat Jan 11, 2016
564f398
Merge pull request #74 from valeriangalliat/feature/render-directory-…
unknwon Jan 14, 2016
5d72db7
Use dummy render to panic with more friendly message
unknwon Feb 2, 2016
26c1cde
Bump version to 1.0
unknwon Feb 2, 2016
b9eee38
Make DummyRender be public
unknwon Feb 22, 2016
b8d8881
Add AppendDirectories option to render
unknwon Mar 12, 2016
6dbc468
Add go1.6 and tip to CI
unknwon Mar 12, 2016
7c9e5e5
Remove debug log
unknwon Mar 12, 2016
53b60f3
Add expires and raw expires option to SetCookie
unknwon Mar 13, 2016
0cc9f1c
Fix CI test
unknwon Mar 13, 2016
11e72a2
Remove stupid 1.4 for CI
unknwon Mar 13, 2016
540b69d
Print date and time in log for requests.
andreynering Mar 17, 2016
94a5ef7
Merge pull request #84 from andreynering/time-in-log
unknwon Mar 17, 2016
56ea853
Bump version
unknwon Mar 17, 2016
c77b95f
integration FastInvoke Handler
tupunco Jun 4, 2016
e2c065c
refactor `FastInvoke Handler` implementation
tupunco Jun 12, 2016
5b5996c
rename *FastHandler to *FastInvoker
tupunco Jul 12, 2016
eacee48
Merge branch 'master' of https://github.com/go-macaron/macaron
tupunco Sep 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
macaron.sublime-project
macaron.sublime-workspace
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: go

go:
- 1.5
- 1.6
- tip

script: go test -v -cover -race

notifications:
email:
- [email protected]
Loading