1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 12:33:28 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
astaxie
29752e2575 refactor router 2015-12-16 23:11:03 +08:00
astaxie
2b651fbae2 reuse map in tree.Match 2015-12-11 13:51:01 +08:00
astaxie
eac09e6fb6 Merge pull request #1349 from ElvizLai/patch-4
Update tree.go
2015-09-17 23:01:32 +08:00
astaxie
62e528ca4c golint tree.go 2015-09-08 23:49:24 +08:00
Yongzheng Lai
a2a6ec954b Update tree.go
go fmt
2015-09-06 22:13:58 +08:00
Yongzheng Lai
ddd9bf1305 Update tree.go 2015-09-06 12:16:05 +08:00
Yongzheng Lai
5ad999a3d1 Update tree.go
fix routers for:
```
/topic/:id/?:auth
/topic/:id/?:auth:int
```
2015-09-06 12:01:50 +08:00
astaxie
8cc57e2fc8 fix #1112 2015-05-25 09:10:35 +08:00
astaxie
0c933643e2 improve the empty router 2014-12-19 15:33:51 +08:00
astaxie
90cff5f042 fix #824 2014-11-02 21:01:51 +08:00
astaxie
4f4f7ce257 beego: fix the router for *.* with other regexp 2014-09-04 21:58:17 +08:00
astaxie
a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie
6a78898bb1 beego: fix the tree for addtree & add testcase 2014-08-12 15:09:12 +08:00
astaxie
f201859fa7 beego: fix the addTree 2014-08-12 00:15:39 +08:00
astaxie
52fdfc5665 beego: fix the tree addTree for regexp 2014-08-12 00:02:27 +08:00
astaxie
8ed6d06572 fix the regexps bugs 2014-08-11 22:40:55 +08:00
astaxie
fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
astaxie
53353fce56 beego:fix the :id & * mixed router 2014-06-30 23:49:11 +08:00
astaxie
0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
astaxie
a5a6a30744 beego: fix the router rule for * 2014-06-23 15:28:53 +08:00
astaxie
af4f153830 beego: update the router rule for *
* not match the empty route
2014-06-21 11:44:24 +08:00
astaxie
085c362ffb beego:fix router expge 2014-06-18 23:32:47 +08:00
astaxie
117904be73 beego:fix the some regexp routes to different func 2014-06-12 23:08:05 +08:00
astaxie
3b807845f2 beego:addtree support regexp 2014-06-12 20:50:29 +08:00
astaxie
2f8a70d548 beego: router support param has _ 2014-06-11 09:33:35 +08:00
astaxie
fdb5672b7a beego:delete debug information 2014-06-10 18:10:32 +08:00
astaxie
e00eab7f49 beego: change to tree 2014-06-08 20:24:07 +08:00
astaxie
bfabcfcb6b beego:router tree 2014-06-08 20:24:07 +08:00