Commits · master
httprouter
Browse files
Nov 21, 2019
Fix spelling.
· 3ff86d72
rj
authored
Nov 21, 2019
3ff86d72
Add gorilla/mux to the list of related projects.
· 4de922e1
rj
authored
Nov 21, 2019
4de922e1
Remove unused code from the NFA complier.
· 64bd711e
rj
authored
Nov 21, 2019
64bd711e
Linked to docs on regexpr syntax.
· e677be93
rj
authored
Nov 21, 2019
e677be93
Added an example showing use of character classes.
· 997ea573
rj
authored
Nov 21, 2019
997ea573
Fix comments in the two new examples.
· 1ae90829
rj
authored
Nov 21, 2019
1ae90829
Examples showing how to deal with common problems.
· 603d0b26
rj
authored
Nov 21, 2019
603d0b26
Nov 20, 2019
Add related projects to the README.
· 045a9d00
rj
authored
Nov 20, 2019
045a9d00
Nov 19, 2019
The DFA states no longer hold NFA information.
· 8149c638
rj
authored
Nov 19, 2019
View commits for tag v0.8.1
v0.8.1
8149c638
Nov 15, 2019
Provide a README for the project.
· 109b6b08
rj
authored
Nov 15, 2019
109b6b08
Take the lookup map to by valu ein processState.
· f3a8d8c6
rj
authored
Nov 14, 2019
View commits for tag v0.8
v0.8
f3a8d8c6
Speed improvement.
· 7e23d6b5
rj
authored
Nov 14, 2019
7e23d6b5
Nov 14, 2019
Performance improvement in evaluating routes.
· 002dfbcc
rj
authored
Nov 14, 2019
002dfbcc
Cleanup bench_test to pass lint.
· 12137234
rj
authored
Nov 14, 2019
12137234
Fixed missing error checks in bench_test.go.
· 96f09f50
rj
authored
Nov 14, 2019
96f09f50
Code simplification by dropping func quote.
· df88bb88
rj
authored
Nov 14, 2019
df88bb88
Remove example_test.go.
· d146ae62
rj
authored
Nov 14, 2019
d146ae62
Cleanup to most complaints from golint.
· 631c338f
rj
authored
Nov 14, 2019
631c338f
Nov 13, 2019
Code formatting cleanup.
· 20165341
rj
authored
Nov 13, 2019
20165341
Improved testing by expanding test cases.
· 30bbb43f
rj
authored
Nov 13, 2019
30bbb43f
Add CI configuration for Gitlab.
· 63f8900a
rj
authored
Nov 13, 2019
63f8900a
Feb 14, 2015
Added code to benchmark the router based on the framework developed in...
· dab31899
rj
authored
Feb 14, 2015
dab31899
Dec 18, 2012
Added two utility functions to help requests extract parameters from a path. ...
· 1abb290c
rj
authored
Dec 18, 2012
1abb290c
Dec 17, 2012
Fixes to documentation.
· 096b5c7c
rj
authored
Dec 17, 2012
096b5c7c
Dec 12, 2012
Expanded the tests. Create an example program.
· f8e2383e
rj
authored
Dec 12, 2012
f8e2383e
General clean-up of the code. Changed the names of several types that are...
· 164054a0
rj
authored
Dec 12, 2012
164054a0
Dec 11, 2012
Cleaned up the API.
· 76abfce8
rj
authored
Dec 11, 2012
76abfce8
Completed code to create a DFA from the NFA. Still left to be completed is a...
· 38dc2de8
rj
authored
Dec 11, 2012
38dc2de8
Oct 05, 2012
Initial import. Creation of NFA from list of regexp is complete. Next step...
· 38cba194
rj
authored
Oct 05, 2012
38cba194
Loading