Change parse_tree to return a list rather than a dict.
[jelmer/dulwich-libgit2.git] / dulwich / web.py
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