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
|
Sun, 29 Jun 2008 11:34:36 +0200 |
Dirkjan Ochtman |
hgweb: protocol functions take repo instead of web
|
Sun, 29 Jun 2008 11:35:08 +0200 |
Dirkjan Ochtman |
hgweb: move capabilities calculation back into hgweb.protocol
|
Sun, 29 Jun 2008 11:35:06 +0200 |
Dirkjan Ochtman |
hgweb: centralize permission checks for protocol commands
|
Mon, 26 May 2008 14:20:26 +0200 |
Benoit Boissinot |
hgweb: correctly validate permissions with streamclone pulling
|
Fri, 21 Mar 2008 00:55:53 +0100 |
Dirkjan Ochtman |
hgweb: only accept POST requests for unbundle
|
Mon, 25 Feb 2008 09:55:57 -0500 |
Jesse Glick |
Issue937: error messages from hooks not sent over HTTP.
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Thu, 21 Feb 2008 15:56:35 +0100 |
Dirkjan Ochtman |
hgweb: no i18n in protocol responses
|
Thu, 21 Feb 2008 17:02:28 +0100 |
Dirkjan Ochtman |
improve changegroup.readbundle(), use it in hgweb
|
Thu, 21 Feb 2008 15:00:25 +0100 |
Dirkjan Ochtman |
hgweb: use bundletypes from mercurial.changegroup
|
Fri, 01 Feb 2008 10:31:13 +0100 |
Dirkjan Ochtman |
hgweb: explicit response status
|
Mon, 28 Jan 2008 14:58:03 +0100 |
Dirkjan Ochtman |
hgweb: explicitly check if requested command exists
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Mon, 03 Dec 2007 12:27:11 +0100 |
Dirkjan Ochtman |
separate the wire protocol commands from the user interface commands
|