summary refs log tree commit
path: root/lib/rack/urlmap.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2014-09-03Trivial change to use single quotes for consistency
2014-07-18UrlMap: Enable case-insensitive domain matching
2013-02-06Fix a bug where host matching occurs out of order
2011-12-04Cleanup the style and minor perf of URLMap
2011-03-261.9, lambda argument count has to match
2011-03-26Refactoring Rack::URLMap NEGATIVE_INFINITY constant
2011-03-26Adding a constant in order to avoid to calculate (1.0 / 0.0) each time
2011-03-26Refactoring Rack: URLMap in order to show our intention through the code rath...
2011-01-14fixing unused variable warnings in 1.9.3
2010-06-09make sure PATH_INFO and SCRIPT_NAME get reset
2010-06-09don't dupe env in urlmap so modifications down the chain persist back up
2009-12-26Merge remote branch 'origin/nosqueeze'
2009-12-26Tag not found responses from file servers with X-Cascade header
2009-12-23URLMap matches multiple /'s but does not modify PATH_INFO
2009-12-22Don't munge PATH_INFO in URLMap
2009-04-25Order URL maps by hostname first, putting "empty" first
2009-03-13Add URLMap#remap and make the initialize parameter optional
2009-01-29Non-destructive URLMap
2009-01-05In URLMap, entries without host name should come first
2008-03-17URLMap tweaks and more tests
2008-03-17urlmap.rb - alteration of path selection routines, with updated tests
2008-03-10Changed urlmap.rb's uri check to successive conditionals rather than one big one
2007-11-18lib/rack/urlmap.rb - Restyle of host matching from 'and' and 'or' to && and ||
2007-08-28Reformat and representation of mapping selection routine.
2007-11-15Fix SCRIPT_NAME in nested URLMaps
2007-05-16Fix trailing whitespace. Sigh.
2007-03-01Add RDocs
2007-02-24Really fix URLMap
2007-02-21URLMap should only look at PATH_INFO
2007-02-19Fix host dispatching with explicit ports
2007-02-17Remove trailing whitespace *sigh*
2007-02-17Add Rack::URLMap, a simple router