server: Change capabilities methods to classmethods.
[jelmer/dulwich-libgit2.git] / dulwich / web.py
2010-08-01 Dave BorowitzAdd more tests for web.py.
2010-08-01 Dave BorowitzCorrect PSF copyright on web.date_time_string.
2010-08-01 Dave Borowitzweb: Distinguish between missing files and read errors.
2010-07-26 Dave Borowitzweb: Use write() callable for output.
2010-07-26 Dave Borowitzweb: Handle empty-string CONTENT_LENGTH.
2010-07-21 Jelmer VernooijSome restructuredText fixes.
2010-07-21 Dave BorowitzMove dul-web's main functionality to web.
2010-07-21 Dave BorowitzMove reference WSGI handler to web.py.
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-17 Jelmer VernooijRemove some unused imports.
2010-06-17 Jelmer VernooijMerge logging support in the web server.
2010-06-15 Dave BorowitzAdd simple logging to HTTP server.
2010-06-04 Ross LightMerged changes from trunk
2010-06-02 Jelmer Vernooijmerge support for MemoryRepo, path fixing in the web...
2010-06-01 Dave BorowitzUse correct path separators for named repo files.
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzRefactor server code to allow custom handler classes.
2010-04-30 Dave BorowitzFix yield in try/finally for python2.4 compatibility.
2010-04-30 Dave BorowitzFix numerous style issues.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Dave BorowitzMake the server decode a pack as it streams.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-05 Dave Borowitzcgi.parse_qs is deprecated in favor of urlparse.parse_q...
2010-04-03 Jelmer VernooijMerge Dave's fixes for the compatibility tests and...
2010-04-03 Dave BorowitzUpdate servers and compat tests to work with DictBackends.
2010-04-03 Jelmer VernooijRemove GitBackendRepo, use plain Repo's instead.
2010-03-31 Jelmer VernooijUse urlparse.parse_qs rather than deprecated cgi.parse_qs.
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-06 Jelmer VernooijRemove some unused imports.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzAdd tests for HTTP server.
2010-02-09 Dave BorowitzAdd smart HTTP support to dul-web.
2010-02-09 Dave BorowitzWorking pass at an HTTP server, only dumb at the moment