Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Thu, 26 Apr 2018 23:33:27 -0400 |
Augie Fackler |
tests: port test-hybridencode.py to unittest
|
Mon, 04 Apr 2016 02:58:53 +0300 |
Robert Stanca |
py3: use print_function in test-hybridencode.py
|
Mon, 04 Apr 2016 01:33:08 +0300 |
Robert Stanca |
py3: use absolute_import in test-hybridencode.py
|
Wed, 06 May 2015 15:58:14 -0700 |
Martin von Zweigbergk |
pathencode: for long paths, strip first 5 chars, not first dir
|
Wed, 12 Dec 2012 13:09:37 -0800 |
Bryan O'Sullivan |
store: switch to C-based hashed path encoding
|
Sun, 30 Sep 2012 23:53:56 +0200 |
Adrian Buehlmann |
test-hybridencode: in practice, extensions aren't really unbound in length
|
Wed, 19 Sep 2012 11:39:18 +0200 |
Adrian Buehlmann |
test-hybridencode: use store._dothybridencode(s)
|
Tue, 18 Sep 2012 16:09:02 -0700 |
Bryan O'Sullivan |
tests: run test-hybridencode.py over both Python and C encoders
|
Sun, 16 Sep 2012 22:43:24 +0200 |
Adrian Buehlmann |
test-hybridencode: add a case for direncode
|
Sun, 16 Sep 2012 11:36:14 +0200 |
Adrian Buehlmann |
store: eliminate one level of lambda functions on _hybridencode
|
Thu, 13 Sep 2012 17:46:34 +0200 |
Adrian Buehlmann |
test-hybridencode: a few more cases
|
Thu, 06 Sep 2012 22:51:32 +0200 |
Adrian Buehlmann |
test-hybridencode: extensions are replicated on hashed paths
|
Thu, 06 Sep 2012 19:53:23 +0200 |
Adrian Buehlmann |
test-hybridencode: dropping dir eight in hashed path due to dot or space at end
|
Thu, 06 Sep 2012 15:53:59 +0200 |
Adrian Buehlmann |
test-hybridencode: adding one truncated char to dir 1..7 won't drop dir 8
|
Thu, 06 Sep 2012 15:04:07 +0200 |
Adrian Buehlmann |
test-hybridencode: testing dir levels and dir prefix lenghts of hashed paths
|
Wed, 05 Sep 2012 14:08:31 +0200 |
Adrian Buehlmann |
test-hybridencode: test full range of ASCII codes from 126 to 255
|
Wed, 05 Sep 2012 13:57:58 +0200 |
Adrian Buehlmann |
test-hybridencode: remove x00 character case
|
Fri, 31 Aug 2012 13:08:11 +0200 |
Adrian Buehlmann |
test-hybridencode: add more testcases for hashed paths
|
Wed, 29 Aug 2012 11:48:36 +0200 |
Adrian Buehlmann |
test-hybridencode: more testcases
|
Tue, 28 Aug 2012 20:57:11 +0200 |
Adrian Buehlmann |
test-hybridencode: add cases for com0..9 and lpt0..9
|
Tue, 26 Oct 2010 12:18:39 +0200 |
Dan Villiom Podlaski Christiansen |
*: kill all unnecessary shebangs.
stable
|
Sat, 09 Oct 2010 21:54:50 +0200 |
Adrian Buehlmann |
store: encode first period or space in filenames (issue1713)
|
Sun, 31 May 2009 01:13:45 +0200 |
Martin Geisler |
test-hybridencode: break long string literals
|
Sat, 13 Dec 2008 18:32:29 +0100 |
Adrian Buehlmann |
store: encode trailing period and space on directory names (issue1417)
|
Sat, 13 Dec 2008 17:39:56 +0100 |
Adrian Buehlmann |
store: don't create dirs ending in period or space for hashed paths (issue1417)
|
Mon, 27 Oct 2008 19:39:41 +0100 |
Adrian Buehlmann |
add new test-hybridencode.py
|