Sun, 18 Dec 2016 01:46:39 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 2 of 5)
|
Mon, 28 Nov 2016 20:46:59 -0800 |
Gregory Szorc |
protocol: declare transport protocol name
|
Sun, 20 Nov 2016 13:50:45 -0800 |
Gregory Szorc |
wireproto: perform chunking and compression at protocol layer (API)
|
Sun, 16 Oct 2016 11:10:21 -0700 |
Gregory Szorc |
wireproto: compress data from a generator
|
Sun, 25 Sep 2016 12:20:31 -0700 |
Gregory Szorc |
wireproto: rename argument to groupchunks()
|
Fri, 05 Aug 2016 14:00:30 -0400 |
Augie Fackler |
sshserver: use `iter(callable, sentinel)` instead of while True
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 19:55:39 -0700 |
Gregory Szorc |
sshserver: use absolute_import
|
Mon, 29 Jun 2015 17:10:36 -0400 |
Augie Fackler |
sshserver: drop ancient do_{lock,unlock,addchangegroup} methods
|
Tue, 02 Sep 2014 12:11:36 +0200 |
Sune Foldager |
changegroup: rename bundle-related functions and classes
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Fri, 28 Mar 2014 11:10:33 -0700 |
Pierre-Yves David |
wireproto: introduce an abstractserverproto class
|
Fri, 14 Sep 2012 12:09:44 -0700 |
Bryan O'Sullivan |
sshserver: avoid a multi-dot attribute lookup in a hot loop
|
Mon, 28 Nov 2011 01:32:13 +0100 |
Pierre-Yves David |
addchangegroup: remove the lock argument on the addchangegroup methods
|
Tue, 02 Aug 2011 15:21:10 -0400 |
Andrew Pritchard |
wireproto: add out-of-band error class to allow remote repo to report errors
|
Wed, 08 Jun 2011 01:39:20 +0300 |
Idan Kamara |
ui: use I/O descriptors internally
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Tue, 22 Mar 2011 07:38:32 +0100 |
Peter Arrenbrecht |
wireproto: fix handling of '*' args for HTTP and SSH
|
Tue, 22 Mar 2011 07:37:56 +0100 |
Peter Arrenbrecht |
sshserver: drop unnecessary line
|
Mon, 11 Oct 2010 12:45:36 -0500 |
Benoit Boissinot |
wireproto: introduce pusherr() to deal with "unsynced changes" error
|
Mon, 20 Sep 2010 14:32:21 -0500 |
Matt Mackall |
bundle: encapsulate all bundle streams in unbundle class
|
Fri, 27 Aug 2010 13:32:38 -0400 |
Brodie Rao |
cleanup: remove unused imports
|
Tue, 20 Jul 2010 20:53:33 +0200 |
Dirkjan Ochtman |
protocol: wrap non-string protocol responses in classes
|
Fri, 16 Jul 2010 22:20:10 +0200 |
Dirkjan Ochtman |
protocol: extract compression from streaming mechanics
|
Fri, 16 Jul 2010 18:18:35 +0200 |
Dirkjan Ochtman |
protocol: rename send methods to get grouping by prefix
|
Fri, 16 Jul 2010 18:16:15 +0200 |
Dirkjan Ochtman |
protocol: shuffle server methods to group send methods
|
Fri, 16 Jul 2010 19:01:34 +0200 |
Dirkjan Ochtman |
protocol: command must be checked before passing in
|
Thu, 15 Jul 2010 15:06:45 -0500 |
Matt Mackall |
ssh: drop some old imports
|
Thu, 15 Jul 2010 13:56:52 -0500 |
Matt Mackall |
protocol: unify server-side capabilities functions
|
Thu, 15 Jul 2010 11:24:42 -0500 |
Matt Mackall |
protocol: unify unbundle on the server side
|
Wed, 14 Jul 2010 16:19:27 -0500 |
Matt Mackall |
protocol: unify stream_out command
|
Wed, 14 Jul 2010 15:43:20 -0500 |
Matt Mackall |
protocol: unify changegroup commands
|
Wed, 14 Jul 2010 15:25:15 -0500 |
Matt Mackall |
protocol: introduce wireproto.py
|
Wed, 14 Jul 2010 15:25:15 -0500 |
Matt Mackall |
protocol: move most ssh responses to returns
|
Mon, 12 Jul 2010 17:28:02 -0500 |
Matt Mackall |
protocol: add ssh getargs
|
Fri, 25 Jun 2010 13:47:28 -0500 |
Matt Mackall |
addchangegroup: pass in lock to release it before changegroup hook is called
stable
|
Wed, 16 Jun 2010 16:05:13 -0500 |
Matt Mackall |
pushkey: add ssh support
|
Sun, 07 Feb 2010 15:31:53 +0100 |
Matt Mackall |
streamclone: allow uncompressed clones by default
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 07 Nov 2009 13:25:25 +0100 |
Benoit Boissinot |
sshrepo: move mkstemp() out of the try block, we don't use the exception
|
Thu, 05 Nov 2009 11:07:01 +0100 |
Dirkjan Ochtman |
hgweb/sshserver: extract capabilities for easier modification
|
Wed, 22 Jul 2009 23:12:54 +0200 |
Martin Geisler |
coding style: use a space after comma
|
Sat, 23 May 2009 17:02:49 +0200 |
Henrik Stuart |
named branches: server branchmap wire protocol support (issue736)
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
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
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Fri, 15 Aug 2008 13:25:57 +0200 |
Dirkjan Ochtman |
make streamclone.stream_out() a generator
|
Wed, 02 Jul 2008 10:58:27 +0200 |
Dirkjan Ochtman |
Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
|
Sun, 29 Jun 2008 14:20:01 +0200 |
Dirkjan Ochtman |
streamclone yields chunks instead of accepting a file-like object
|
Wed, 23 Apr 2008 11:40:33 +0200 |
Thomas Arendsen Hein |
sshserver: Don't try to close fp if mkstemp failed
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 11 Jan 2008 13:06:38 -0600 |
Matt Mackall |
hook: redirect stdout to stderr for ssh and http servers
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sat, 09 Sep 2006 18:25:06 -0700 |
Eric Hopper |
sshrepo: add passing of lookup exceptions
|