summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow a configurable raw package prefixDonald Stufft2013-06-203-1/+3
* Handle the case where there is no serial for a packageDonald Stufft2013-06-202-4/+6
* Merged in ctheune/pypi-fix-mirroring (pull request #1)Donald Stufft2013-06-204-6/+52
|\
| * Update comment on how to configure nginx.Christian Theune2013-06-131-4/+6
| * Automated merge with https://bitbucket.org/ctheune/pypi-fix-mirroringChristian Theune2013-06-134-6/+50
| |\
| | * Add a handler for the /packages URLs so that we can uses nginx' static fileChristian Theune2013-06-131-4/+40
| | * Allow serving the packages from the standalone wsgi application.Christian Theune2013-06-131-1/+1
| | * record the actual md5sum so that I can test my client against this demo setChristian Theune2013-06-131-1/+1
| | * Be a bit more generous about ignores to support developing on PyPI.Christian Theune2013-06-131-0/+6
| | * Work around a docutils bug.Christian Theune2013-06-131-0/+2
* | | Add more missing filesDonald Stufft2013-06-182-0/+0
* | | Add the testing site imagesDonald Stufft2013-06-183-2/+2
* | | Move all static files into the static/ sub directoryDonald Stufft2013-06-1820-971/+2008
* | | fix a double pathDonald Stufft2013-06-181-1/+1
* | | Fix pygments and docutils to point to the static directory toDonald Stufft2013-06-181-2/+2
* | | Expect the Static files to be on the same domain under /static/Donald Stufft2013-06-181-14/+13
* | | refactor run_simple so it no longer does it's own gzipingDonald Stufft2013-06-181-36/+26
* | | Handle a missing CONTENT_LENGTHDonald Stufft2013-06-171-1/+1
* | | Allow overriding the PyPI config fileDonald Stufft2013-06-171-1/+1
* | | Revert back to the original pypi.wsgiDonald Stufft2013-06-171-27/+4
* | | Use hashlib instead of M2Crpyto for sha1Donald Stufft2013-06-171-4/+4
|/ /
* | Rename the final missing packagesDonald Stufft2013-06-122-2/+13
|/
* Support different config.ini locationsDonald Stufft2013-06-081-1/+15
* SimplifyDonald Stufft2013-06-081-2/+1
* Handle different layouts a little nicerDonald Stufft2013-06-081-2/+9
* Handle not having a CONTENT_LENGTH betterDonald Stufft2013-06-081-1/+1
* Fix for default valueDonald Stufft2013-06-081-1/+2
* Operate a little bit nicer for the addition of the pathDonald Stufft2013-06-081-2/+4
* Allow pointing to a different configuration file via envvarDonald Stufft2013-06-071-1/+1
* Always invalidate by urlDonald Stufft2013-06-071-34/+29
* Don't make assertions about M2Crypto version so Ubuntu worksDonald Stufft2013-06-071-1/+1
* Use a proper path and set the secure attributeDonald Stufft2013-06-071-1/+6
* Remove wsgirefDonald Stufft2013-06-061-1/+0
* Add a requirements.txtDonald Stufft2013-06-061-0/+34
* Raise in the retry wrapper if we run outDonald Stufft2013-06-051-0/+2
* Fix missing version argumentDonald Stufft2013-06-051-3/+3
* Add missing cursorDonald Stufft2013-06-051-0/+1
* Be smarter abour not doing unneeded retries/double purgesDonald Stufft2013-06-051-5/+4
* Retry the purging of cache from FastlyDonald Stufft2013-06-051-18/+67
* Centralize journaling to ensure invalidation gets calledDonald Stufft2013-06-051-89/+44
* Use older syntaxDonald Stufft2013-06-041-1/+1
* Provide a method to get the latest serial for all packagesDonald Stufft2013-06-042-0/+10
* Handle errorsDonald Stufft2013-06-031-2/+7
* Fix the missing serverDonald Stufft2013-06-031-1/+1
* Send emails out to the people who need migratedDonald Stufft2013-06-032-0/+27937
* Add acknowledgement to Fastly for providing CDN serviceDonald Stufft2013-06-031-0/+1
* Include the last serial in a header on the simple pagesDonald Stufft2013-05-312-0/+11
* Put the autofocus attribute on the right placeDonald Stufft2013-05-291-2/+2
* Autofocus the search fieldDonald Stufft2013-05-291-1/+1
* Better fixDonald Stufft2013-05-281-1/+1