summaryrefslogtreecommitdiff
path: root/swift/common/middleware/cname_lookup.py
Commit message (Expand)AuthorAgeFilesLines
* Move *_swift_info functions into a new registry moduleMatthew Oliver2022-02-031-1/+2
* cname_lookup: Work with dnspython 2.0+Tim Burke2021-10-041-1/+1
* Ensure domain stored in memcached gets utf8 decoded on py2Charles Hsu2020-02-111-6/+11
* Allow to configure the nameservers in cname_lookupRomain LE DISEZ2017-06-011-19/+27
* Rewrite redirection in cname_lookup & domain_remapRomain LE DISEZ2017-05-111-2/+12
* Cache all answers from nameservers in cname_lookupRomain LE DISEZ2017-03-071-5/+9
* Fix cname_lookup/eventlet 0.20+ DNS exceptionsRomain LE DISEZ2017-03-071-3/+3
* Do not follow CNAME when host is in storage_domainRomain LE DISEZ2017-02-231-0/+1
* Register cname_lookup on /infoRomain LE DISEZ2017-02-191-1/+5
* Replace xrange() with six.moves.range()Victor Stinner2015-06-231-1/+3
* Remove unneeded conditionKoert van der Veer2014-12-161-2/+0
* Allow multiple storage_domain in cname_lookup.Chmouel Boudjnah2014-01-261-6/+15
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* fix swift i18nClay Gerrard2013-09-091-1/+1
* Removed unnecessary monkeypatching of __builtin__Alex Gaynor2013-07-271-0/+1
* Skip IPv6 addresses in cname_lookup middleware.Samuel Merritt2013-05-031-2/+6
* Skip cname_lookup when host is an IP addressMatthieu Huin2013-05-031-0/+12
* Cleanup of file permissionsChuck Thier2013-02-151-0/+0
* Swift MemcacheRing (set) interface is incompatible fixesTong Li2013-02-131-1/+1
* Fixed bug in domain_remap and cname_lookup middlewareEohyung Lee2013-01-231-1/+4
* pep8 middlewareJohn Dickinson2012-11-201-5/+6
* local WSGI Request and Response classesMichael Barton2012-09-281-2/+1
* Re-add cname lookup and domain remap middlewareJohn Dickinson2012-05-211-0/+152
* removed cname lookup middlewareJohn Dickinson2012-05-091-152/+0
* Merge "Fixed grammar and improve docs."Jenkins2012-04-231-1/+1
|\
| * Fixed grammar and improve docs.Paul McMillan2012-04-101-1/+1
* | updated docs for domain remap and cname lookup middlewareJohn Dickinson2012-04-051-6/+33
|/
* updated copyright date for all filesJohn Dickinson2012-03-191-1/+1
* logging: use routes to separate logging configurationsgholt2011-02-021-1/+1
* added NoAnswer error catchingJohn Dickinson2011-01-201-2/+2
* also catch NXDOMAIN exceptionColin Nicholson2011-01-201-1/+2
* i18n stuffMichael Barton2011-01-141-4/+8
* Changed copyright notices on py files and the single rst file with a copyrigh...Anne Gentle2011-01-041-1/+1
* PEP8 Updatesgholt2010-12-291-1/+1
* fixed to make tests workJohn Dickinson2010-11-051-7/+3
* added prefix to memcache key usedJohn Dickinson2010-11-051-2/+4
* better cname lookupsJohn Dickinson2010-11-051-9/+22
* added SkipTest for cname tests if dnspython is not installedJohn Dickinson2010-11-041-1/+1
* fixed some tests and edge casesJohn Dickinson2010-11-031-8/+14
* pep8John Dickinson2010-11-031-2/+2
* added tests for cname lookup middlewareJohn Dickinson2010-11-011-2/+2
* basic untested functionalityJohn Dickinson2010-10-311-36/+17
* WIP while I go to enjoy a nice day outsideJohn Dickinson2010-10-311-2/+26
* initial cname lookup work stubbed outJohn Dickinson2010-10-311-0/+98