207 Commits (aee21eb0bd4d983cc26959f10ab28d540f91f884)
 

Author SHA1 Message Date
  Carl Jackson 69ab4d722e SubRouter middleware 11 years ago
  Carl Jackson 2fe5c3ee43 Change semantics of wildcard patterns 11 years ago
  Carl Jackson 1a390aba1c Allow ".,;" as string pattern "break chars" 11 years ago
  Carl Jackson ac6efd8f69 Add a note about outgrowing Logger 11 years ago
  Carl Jackson f255c52789 Change the router interface slightly 11 years ago
  Carl Jackson b12ae7fd22 Move bytecode router code around 11 years ago
  Carl Jackson 1bea1bd204 Minor fixup 11 years ago
  Carl Jackson a655411f38 Pre-compile routes at Serve() time 11 years ago
  Carl Jackson 89bc8315f5 Move Pattern code around 11 years ago
  Carl Jackson 8cb07251b0 Fix public API 11 years ago
  Carl Jackson f292697223 Put more methods on Mux 11 years ago
  Carl Jackson 2c106c958b Start moving away from struct embedding 11 years ago
  Carl Jackson 04b25f26e5 Don't expose the internal routeMachine 11 years ago
  Carl Jackson 119938d4b9 Add bind.Sniff to expose default selection logic 11 years ago
  Carl Jackson 57e752c3bc Refactor package graceful 11 years ago
  Carl Jackson 5a5d765e6b Merge pull request #69 from mredivo/master 11 years ago
  Marcus Redivo 22c4c96f3b Add BytesWritten() method to WriterProxy. 11 years ago
  Carl Jackson 3ed4dab228 Better top-level AppEngine support 11 years ago
  Carl Jackson 90d355d3e1 Use net/http.Server.SetKeepAlivesEnabled in Go 1.3 11 years ago
  Carl Jackson 8b5a2b9162 Support Tee() in the ReadFrom case as well 11 years ago
  Carl Jackson 0e21fc92a4 Document package web/util 11 years ago
  Carl Jackson a08bb38f45 Merge pull request #61 from RuiAAPeres/patch-1 11 years ago
  R. Peres e5a18d6241 Update web.go 11 years ago
  Carl Jackson 9e8d33cb03 Merge pull request #58 from wangjohn/master 11 years ago
  Carl Jackson e101f75341 Boolean logic is hard, guys :( 11 years ago
  wangjohn 91e2de2419 Fixing typo in example README. 11 years ago
  Carl Jackson 28b9206791 golint 11 years ago
  Carl Jackson 4d9fdbbbcf Refactor WriterProxy out of web/middleware 11 years ago
  Carl Jackson 94ec1b113b Also rename files so they aren't lies 11 years ago
  Carl Jackson b75b7c7951 Don't use syscall package on appengine 11 years ago
  Carl Jackson bf3fc52add Move README buttons to their own line 11 years ago
  Carl Jackson 8b50302744 Minor documentation touch-ups 11 years ago
  Carl Jackson f226afd435 Fix-ups from param move 11 years ago
  Carl Jackson 1142ca60ec Move param to https://github.com/goji/param 11 years ago
  Carl Jackson 25044d60c2 Eliminate a lock in the request hot path 11 years ago
  Carl Jackson ab8aa1f6d8 Use sync.Pool for go1.3 and up 11 years ago
  Carl Jackson 17b9035bcd Add App Engine support 12 years ago
  Carl Jackson 8344b8a29e Fix race in state machine compilation/invalidation 12 years ago
  Carl Jackson 2ab51bb360 Only add log.Lmicroseconds if log.Ltime is set 12 years ago
  Carl Jackson 187fd0f5fa Add compatibility for YAML in Ruby 1.8 12 years ago
  Carl Jackson eab7e2ddb1 Make use of flag optional in bind 12 years ago
  Carl Jackson 32da78b2df Merge pull request #38 from joliv/patch-1 12 years ago
  joliv 4fca47c272 Double dashes to em dashes 12 years ago
  Carl Jackson e3228e8322 Change graceful to opt-in to signal handling 12 years ago
  Carl Jackson aca17e0eda Use %+v instead of %#v when recovering panics 12 years ago
  Carl Jackson 54c3a5dbde Add note about third-party libraries 12 years ago
  Carl Jackson 1c4f21ce5f Record the first written status, not the last 12 years ago
  Carl Jackson 6ab8e0be75 Add Go 1.3 to Travis 12 years ago
  Carl Jackson d0d00ae437 Inline strings.IndexRune call 12 years ago
  Carl Jackson 9a6729e2ea Don't look up s.literals[i] twice 12 years ago