mercurial/pathencode.c
Thu, 13 Oct 2016 21:42:11 +0200 Gregory Szorc pathencode: use assert() for PyBytes_Check()
Sat, 08 Oct 2016 22:21:22 +0200 Gregory Szorc pathencode: use Py_SIZE directly
Sat, 08 Oct 2016 22:01:07 +0200 Gregory Szorc pathencode: convert PyString* to PyBytes*
Fri, 10 Jun 2016 00:25:07 -0400 Augie Fackler pathencode: use hashlib.sha1 directly instead of indirecting through util
Sat, 12 Dec 2015 20:59:37 -0800 Bryan O'Sullivan pathencode: remove an unused assignment
Tue, 18 Aug 2015 16:32:41 -0400 Augie Fackler pathencode: check result of .digest() method in sha1hash
Wed, 19 Feb 2014 13:11:24 -0800 Danek Duvall pathencode: eliminate signed integer warnings stable
Wed, 19 Jun 2013 22:34:34 -0700 Siddharth Agarwal pathencode: fix hashmangle short dir limit (issue3958) stable
Fri, 10 May 2013 11:23:50 -0500 Matt Mackall pathencode: grow buffers to increase safety margin stable
Fri, 19 Apr 2013 01:34:21 +0900 Yuya Nishihara pathencode: eliminate comma at end of enum list to avoid pedantic warning
Sat, 19 Jan 2013 17:20:39 -0600 Matt Mackall pathencode: don't use alloca() for safety/portability
Wed, 12 Dec 2012 13:09:36 -0800 Bryan O'Sullivan pathencode: implement both basic and hashed encoding in C
Wed, 12 Dec 2012 13:09:36 -0800 Bryan O'Sullivan pathencode: implement hashed encoding in C
Wed, 12 Dec 2012 13:09:35 -0800 Bryan O'Sullivan pathencode: implement the "mangling" part of hashed encoding in C
Wed, 12 Dec 2012 13:09:34 -0800 Bryan O'Sullivan pathencode: add a SHA-1 hash function
Wed, 12 Dec 2012 13:09:33 -0800 Bryan O'Sullivan store: implement lowerencode in C
Sun, 30 Sep 2012 15:31:27 +0200 André Sintzoff pathencode: change isset name to avoid name collision
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: skip encoding if input is already longer than maxstorepathlen
Sun, 30 Sep 2012 23:53:56 +0200 Adrian Buehlmann pathencode: simplify basicencode
Tue, 18 Sep 2012 15:42:19 -0700 Bryan O'Sullivan store: implement fncache basic path encoding in C
Tue, 18 Sep 2012 11:43:30 +0200 Adrian Buehlmann pathencode: new C module with fast encodedir() function
less more (0) tip