Manu Mtz-Almeida
|
0b043d0886
|
Fixes performance regression
|
2015-06-04 01:54:36 +02:00 |
Manu Mtz-Almeida
|
0d5dc25d39
|
Fixes unit test when running in Windows
|
2015-05-31 18:44:34 +02:00 |
Manu Mtz-Almeida
|
835f66fdc9
|
404 not found performance improvements
benchmark old ns/op new ns/op delta
Benchmark404 737 249 -66.21%
Benchmark404Many 2330 454 -80.52%
benchmark old allocs new allocs delta
Benchmark404 3 0 -100.00%
Benchmark404Many 10 0 -100.00%
benchmark old bytes new bytes delta
Benchmark404 115 68 -40.87%
Benchmark404Many 235 57 -75.74%
|
2015-05-30 14:45:13 +02:00 |
Manu Mtz-Almeida
|
54a86280f9
|
Testing more use cases.
|
2015-05-26 17:49:25 +02:00 |
Manu Mtz-Almeida
|
4c1447bc29
|
Fixes unit tests
|
2015-05-26 12:11:59 +02:00 |
Manu Mtz-Almeida
|
865ea804c9
|
Renames new API for query/postform and params.
|
2015-05-26 12:08:33 +02:00 |
Manu Mtz-Almeida
|
98951c44aa
|
Return 404 when listing empty directory
|
2015-05-24 17:03:44 +02:00 |
Manu Mtz-Almeida
|
fcfe65685a
|
Refactored StaticFS()
- different approach to disable directory listing.
|
2015-05-24 16:29:55 +02:00 |
Manu Mtz-Almeida
|
cac77e04e3
|
Adds option for listing directory files + better unit tests
|
2015-05-21 17:01:13 +02:00 |
Manu Mtz-Almeida
|
022304e7d9
|
Better API for RouteGroup.Handle()
|
2015-05-19 23:22:35 +02:00 |
Manu Mtz-Almeida
|
53329e4646
|
Testing new Any routing.
|
2015-05-19 23:00:55 +02:00 |
Manu Mtz-Almeida
|
afb32ac6ac
|
Adds new unit test: static + middleware
|
2015-05-18 20:51:08 +02:00 |
Manu Mtz-Almeida
|
9ecb76ef6e
|
Cosmetic changes
|
2015-05-18 20:50:46 +02:00 |
Manu Mtz-Almeida
|
eb3e9293ed
|
Renames []HandleFunc to HandlersChain
|
2015-05-07 11:30:01 +02:00 |
Manu Mtz-Almeida
|
f212ae7728
|
Updates tree.go + fixes + unit tests
|
2015-05-05 16:37:33 +02:00 |
Manu Mtz-Almeida
|
f414648384
|
- More unit tests
- Improves HTML debug render
- InputHolder removed
- More debug logs
|
2015-05-05 15:06:38 +02:00 |
Manu Mtz-Almeida
|
4d315f474b
|
More unit tests
|
2015-04-08 14:24:49 +02:00 |
Manu Mtz-Almeida
|
ac0ad2fed8
|
Improves unit tests
|
2015-04-08 02:58:35 +02:00 |