926 Commits (aaeb008cd483e3cd6bddbd1af489db12cccf1567)
 

Author SHA1 Message Date
  Carl Jackson e16aa3c10c Split Pattern.Match in two; get rid of dryrun 12 years ago
  Carl Jackson 802b48519b Rewrite perf section of README 12 years ago
  Carl Jackson bf2f073785 Pass a *C between middleware and router 12 years ago
  Carl Jackson 014650da07 Only make a best-effort to release mStacks 12 years ago
  Carl Jackson 7f50cf60d3 Don't worry so much about helping the GC 12 years ago
  Carl Jackson e1ff3ade4d Also benchmark a single route, middleware 12 years ago
  Carl Jackson 3425950f21 DRY up the benchmarks a bit 12 years ago
  Carl Jackson 33a3e80aa8 Fix routing behavior 12 years ago
  Carl Jackson 0861586b4e Reduce allocations in string patterns 12 years ago
  Carl Jackson 3ea0cd7a66 Also report on allocations 12 years ago
  Carl Jackson ebc69c3173 Router benchmarks 12 years ago
  Carl Jackson 72c60e267e Fast bytecode router 12 years ago
  Quinn Slack 7abf47b273 Fix English sentence 12 years ago
  Carl Jackson e88b7661bd Sort routes 12 years ago
  Carl Jackson 346d35381a Add route selection test 12 years ago
  Carl Jackson b01cc3dadf Add RealIP middleware 12 years ago
  Carl Jackson eb08516a5e EnvInit middleware 12 years ago
  Carl Jackson 60a7a00257 Better comments around middleware stack caching 12 years ago
  Carl Jackson 0206512031 Add Go version compatibility note 12 years ago
  Sean Wang 32eadd6112 Added support for the GitHub Pages API. 12 years ago
  Will Norris 80ed3576c9 add missing fields for various types 12 years ago
  Carl Jackson 70e2cd53d2 Merge pull request #2 from NickPresta/add-travis-config 12 years ago
  Nick Presta f525820cc2 Adding TravisCI configuration, badge, GoDoc badge. 12 years ago
  Carl Jackson 74e5c940d0 s/brace/bracket 12 years ago
  Carl Jackson 356d56a5f7 Return typed errors in param 12 years ago
  Carl Jackson dce7a18ad6 I spel reel gud 12 years ago
  Carl Jackson e3ab09de35 Remove key length sanity checking 12 years ago
  Carl Jackson f8ba05d99a Options middleware tests 12 years ago
  Carl Jackson bc3ac1d667 Rewrite AutomaticOptions to not use httptest 12 years ago
  Carl Jackson 7b91ca180d gitignore "example" binary 12 years ago
  Will Norris 6d91599350 fix copy/paste typo in conditional request docs 12 years ago
  Will Norris 5f1ad653eb add link to api docs for conditional requests 12 years ago
  Will Norris e929dfd9ec add doc section on conditional requests 12 years ago
  Will Norris 7aa0972552 add pagination support for more methods 12 years ago
  Will Norris 8bada97ad2 intial support for endpoints that return arrays 12 years ago
  Will Norris 3d70e914cf use real type marshalling for fields tool 12 years ago
  Carl Jackson eecdf6899d Make graceful.Server public again 12 years ago
  Carl Jackson 2425c4144d Fix Error => Errorf 12 years ago
  Carl Jackson ced741fddf Update documentation for URLParams rename 12 years ago
  Carl Jackson 0e34b28fd1 May as well rename this string too 12 years ago
  Carl Jackson 5d911931d5 Also fix URLParams in tests 12 years ago
  Carl Jackson 3eb0254943 Clarify /admin/ vs /admin in example app 12 years ago
  Carl Jackson 4cbff37537 Fix up URLParams rename compilation errors 12 years ago
  Carl Jackson 53f6b7b4a8 Minor cosmetic fixes 12 years ago
  Coda Hale 6be0a4270a No need to re-document methods. 12 years ago
  Coda Hale 915dde7c78 Use rt instead of m for the router receiver. 12 years ago
  Coda Hale 19b59fa39d Change Http to HTTP. 12 years ago
  Coda Hale 215a04397b Change Url to URL. 12 years ago
  Coda Hale d116ca0e9b Move type assertions into tests. 12 years ago
  Coda Hale a412c1af77 Remove return-only else branches. 12 years ago