summaryrefslogtreecommitdiff
path: root/routes/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* * Use the first X_FORWARDED_FOR value if there are multiple proxies in theBen Bangert2015-01-171-1/+4
* PEP8 cleanups.Ben Bangert2015-01-171-29/+32
* Major re-org of the docsBen Bangert2010-02-281-2/+2
* Docs migration from pudge to sphinxGraham Higgins2009-07-021-12/+14
* More speed tweaks to request_configBen Bangert2009-02-081-17/+27
* Adding test coverageBen Bangert2008-09-221-2/+2
* Refactored Route and Mapper into their own classesBen Bangert2008-06-051-2/+2
* Added forwarded host checkBen Bangert2008-04-091-2/+4
* * Added option to use X_FORWARDED_PROTO for proxying behind https to workBen Bangert2008-04-091-1/+2
* [svn] Updated doc strings for better formatting, updated changelog for dev, u...bbangert2007-04-101-1/+1
* [svn] * Updated URL parsing to properly use HTTP_HOST for hostname + port inf...bbangert2007-03-181-10/+12
* [svn] * Updating mapper object to use thread local for request data (such asbbangert2007-02-211-1/+0
* [svn] * Updated config object so that the route is attached if possible.bbangert2007-01-291-1/+7
* [svn] Added check for wsgi.url_scheme for better WSGI conformance.bbangert2006-10-301-1/+1
* [svn] * Added sub_domains option to mapper, along with sub_domains_ignore lis...bbangert2006-09-041-0/+1
* [svn] Doc string fixes.bbangert2006-09-021-4/+1
* [svn] Fixed failing test on environment fetching.bbangert2006-07-051-1/+1
* [svn] Fixed bug with port being appended under conditions it shouldn't be dur...bbangert2006-07-051-2/+6
* [svn] Updated docs to pass doc-testingbbangert2006-03-261-1/+1
* [svn] Ensure SCRIPT_NAME is carried through and used, added unit tets for sta...bbangert2006-02-151-0/+2
* [svn] Can now generate static routes with args, and semi-relative routes with...bbangert2006-02-141-1/+1
* [svn] Doc tweaksv1.1bbangert2006-01-131-0/+4
* [svn] Actually, its not good to set the mapper to a global for request_config...bbangert2006-01-121-6/+0
* [svn] Change our environ populating to be a bit more accurate and use the hos...bbangert2006-01-121-6/+8
* [svn] This time, the global mapper for the request_config actually works...bbangert2006-01-121-4/+6
* [svn] The mapper shouldn't need to be thread-localbbangert2006-01-121-0/+5
* [svn] Merging r127:141 from newsplit branchbbangert2006-01-091-23/+38
* [svn] Was missing a delattr method, and bad indentingv1.0.2bbangert2005-12-301-12/+18
* [svn] Minor doc updatebbangert2005-12-181-2/+1
* [svn] Doc updatesbbangert2005-12-181-0/+10
* [svn] request_config can now handle a user-supplied thread/request local cont...bbangert2005-12-181-1/+18
* [svn] More docs... getting therebbangert2005-11-161-1/+1
* [svn] More doc updatesbbangert2005-11-161-0/+32
* [svn] Pudge doc updatesbbangert2005-11-161-0/+5
* [svn] Tweak for exporting the symbolsbbangert2005-10-051-0/+1
* [svn] __init__ now loads the Mapper, url_for, redirect_to, and request_config...bbangert2005-09-301-0/+3
* [svn] Now using setuptools for distribution and installationbbangert2005-09-141-0/+21