Commit Graph

310 Commits

Author SHA1 Message Date
Jonas Borgström f827b99ffe Improved documentation. 2013-07-05 12:32:56 +02:00
Jonas Borgström 2ca063124a Use less precision when comparing mtime on systems not supporting st_mtime_ns 2013-07-04 12:10:11 +02:00
Jonas Borgström 3721f04f05 Skip xattr tests unless xattr is enabled on host 2013-07-04 11:59:15 +02:00
Jonas Borgström 7dd937fb4e Remove attempts to enable user_xattr
[no ci]
2013-07-04 11:58:48 +02:00
Jonas Borgström f4f9138945 Try /home/travis next 2013-07-03 23:41:25 +02:00
Jonas Borgström 2a7753c0c9 Try /home instead 2013-07-03 23:32:42 +02:00
Jonas Borgström 36e6f35d9b Enable xattr on the current fs instead of / 2013-07-03 23:29:40 +02:00
Jonas Borgström 4321b01134 Use sudo to run apt-get 2013-07-03 23:23:55 +02:00
Jonas Borgström 7c18073760 Use fakeroot when running tests and enable user_xattr 2013-07-03 23:10:54 +02:00
Jonas Borgström 5ad2839b53 Enable shortcut for the RemoteRepositoryTestCase 2013-07-03 23:00:11 +02:00
Jonas Borgström 40e28909e6 Use pip install -e instead of setup.py install 2013-07-03 22:52:16 +02:00
Jonas Borgström 46491eb07d Added .travis.yml 2013-07-03 22:46:46 +02:00
Jonas Borgström 6d2382587f updated README 2013-07-03 22:38:17 +02:00
Jonas Borgström 6052a1ed74 Minor docs tweaks 2013-07-03 22:38:07 +02:00
Jonas Borgström f3295cf3e8 Add testsuite shortcut to make remote repository testing more robust. 2013-07-03 22:30:04 +02:00
Jonas Borgström 8bdda86ab4 Removed unused include and added missing close()-call. 2013-07-03 13:08:48 +02:00
Jonas Borgström 07270cfd51 Various hashindex improvements 2013-07-03 12:55:51 +02:00
Jonas Borgström 7e06d30ed4 Rework how exclude patterns work 2013-06-30 22:32:27 +02:00
Jonas Borgström 445b862d8c Added more installation documentation. 2013-06-30 21:30:17 +02:00
Jonas Borgström a32c5651c1 Docs improvements 2013-06-29 23:58:31 +02:00
Jonas Borgström a5376ea4fd Added hashindex test cases and removed unused BandIndex 2013-06-29 14:25:02 +02:00
Jonas Borgström 175f4bb505 Don't print a traceback when remote host closes connection 2013-06-28 13:31:57 +02:00
Jonas Borgström 0b697117ba Add a endianness check to _hashindex.c until the code is big endian safe 2013-06-28 12:38:54 +02:00
Jonas Borgström cda6d4ed6c Minor setup.py fix 2013-06-27 23:03:48 +02:00
Jonas Borgström bf4b13d9dc More xattr code cleanup 2013-06-27 22:10:15 +02:00
Jonas Borgström 4ff095c073 xattr testsuite improvments 2013-06-27 21:56:14 +02:00
Jonas Borgström 0bc8decb60 Port xattr.py to OS X 2013-06-27 21:10:29 +02:00
Jonas Borgström 263b7f6fdd Switch to our own xattr implementation 2013-06-27 13:28:59 +02:00
Jonas Borgström 00bdfa1a8e Add py3.2 compatible unhexlify to helpers.py 2013-06-26 22:00:23 +02:00
Jonas Borgström f6e9da9c5a Fix argparse py33 issue 2013-06-26 21:20:31 +02:00
Jonas Borgström 7875ab3e16 Move cache dir to ~/.cache/darc 2013-06-26 13:55:41 +02:00
Jonas Borgström 9630714fac Fix location parsing issue with short paths 2013-06-26 13:41:42 +02:00
Jonas Borgström cbfdedc329 Added makefile target to update gh-pages branch 2013-06-26 13:30:55 +02:00
Jonas Borgström 06db9e897c Various sphinx related fixes 2013-06-25 12:39:22 +02:00
Jonas Borgström 9421b64895 Test case refactoring 2013-06-25 12:05:58 +02:00
Jonas Borgström 8a2f555c68 Packaging improvements 2013-06-24 13:53:02 +02:00
Jonas Borgström 2f3489e989 Bump passphrase pbkdf interations count to 100,000.
Other test improvements
2013-06-22 23:08:53 +02:00
Jonas Borgström 599292650c Buffer might already be full when chunker_fill is called. 2013-06-22 21:24:17 +02:00
Jonas Borgström 8cc92d896d Avoid unnecessary reads when we've already reached EOF. 2013-06-22 19:51:07 +02:00
Jonas Borgström c3305291a2 Make sure the path hashed by the files cache is absolute 2013-06-22 13:35:16 +02:00
Jonas Borgström 6fb7ac44b6 Fix include/exclude filter issue 2013-06-22 13:33:21 +02:00
Jonas Borgström 0e5bed3ae5 Various key file improvements 2013-06-20 13:42:10 +02:00
Jonas Borgström e22fcdc011 Forgot to add repository.py 2013-06-20 12:48:54 +02:00
Jonas Borgström c4ec578090 Rename store -> repository 2013-06-20 12:44:58 +02:00
Jonas Borgström eec876e8dc Fix setup.py issue when Cython is not available 2013-06-18 21:34:22 +02:00
Jonas Borgström 76e3cd6dfe Replace pycrypto with ctype wrapped libcrypto 2013-06-18 14:00:47 +02:00
Jonas Borgström ad08664b65 Switch to st_mtime_ns when available 2013-06-18 14:00:47 +02:00
Jonas Borgström 1fdc5eabc6 Port to Python 3.2+ 2013-06-18 13:39:46 +02:00
Jonas Borgström bda6bc47d7 Use buffer instead of string slicing to reduce memory usage. 2013-06-02 15:55:23 +02:00
Jonas Borgström 994473352d Remove const usage from pyx files to not confuse older cython versions. 2013-06-01 14:17:16 +02:00