log mercurial/hgweb/protocol.py @ 9485:7d6ac5d7917c

age author description
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Sun, 07 Jun 2009 20:31:38 +0200 Henrik Stuart acl: support for getting authenticated user from web server (issue298)
Sun, 07 Jun 2009 20:15:37 +0200 Henrik Stuart hgweb: escape REMOTE_HOST when passing url for addchangegroup
Sat, 23 May 2009 17:02:49 +0200 Henrik Stuart named branches: server branchmap wire protocol support (issue736)
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the core from gc to explicit
Tue, 28 Oct 2008 20:14:45 +0100 Benoit Boissinot fix missing import, spotted by pychecker
Mon, 20 Oct 2008 10:15:26 +0200 Dirkjan Ochtman hgweb: be sure to drain request data even in early error conditions
Tue, 22 Jul 2008 18:23:20 +0200 Dirkjan Ochtman hgweb: raise ErrorResponses to communicate protocol errors
Fri, 15 Aug 2008 13:25:57 +0200 Dirkjan Ochtman make streamclone.stream_out() a generator
Wed, 02 Jul 2008 11:31:19 +0200 Dirkjan Ochtman merge the backout head
Wed, 02 Jul 2008 10:58:27 +0200 Dirkjan Ochtman Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
Mon, 30 Jun 2008 10:36:45 +0200 Dirkjan Ochtman hgweb: use a single-element tuple to return from protocol.unbundle()
Sun, 29 Jun 2008 15:23:09 +0200 Dirkjan Ochtman hgweb: all protocol functions have become generators
Sun, 29 Jun 2008 14:20:01 +0200 Dirkjan Ochtman streamclone yields chunks instead of accepting a file-like object