]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2010-06-08 Zooko O'WhielacronxCREDITS: update François's Description
2010-06-08 Zooko O'WhielacronxCREDITS: jsgf
2010-06-08 Zooko O'Whielacronxsetup: rename the setuptools_trial .egg that comes...
2010-06-08 Zooko O'Whielacronxsetup: rename the darcsver .egg that comes bundled...
2010-06-08 david-sarahSFTP: suppress NoSuchChildError if heisenfile attribute...
2010-06-08 david-sarahSFTP: ignore permissions when opening a file (needed...
2010-06-08 david-sarahtest_web.py: fix pyflakes warnings introduced by bytera...
2010-03-10 Jeremy FitzhardingeImprove HTTP/1.1 byterange handling
2010-06-08 Zooko O'Whielacronxtests: bump up the timeout on these tests; MM's buildsl...
2010-06-07 david-sarahtest_cli.py: remove invalid 'test_listdir_unicode_bad...
2010-06-08 david-sarahcheck_memory.py: adapt to servers-of-happiness changes.
2010-06-08 david-sarahshow-tool-versions.py: platform.linux_distribution...
2010-06-08 david-sarahshow-tool-versions.py: show platform.linux_distribution()
2010-06-07 david-sarahRemove the 'tahoe debug consolidate' subcommand.
2010-06-07 david-sarahcommon_http.py, tahoe_cp.py: Fix an error in calling...
2010-06-07 Zooko O'Whielacronxtests: drastically increase timeout of this very time...
2010-06-07 Zooko O'Whielacronxsetup: update authorship, datestamp, licensing, and...
2010-06-07 david-sarahFTP-and-SFTP.txt: minor technical correction to doc...
2010-06-07 david-sarahtest_stringutils.py: trivial error in exception message...
2010-06-07 david-sarahMore Unicode test fixes.
2010-06-07 david-sarahUnicode fixes for platforms with non-native-Unicode...
2010-06-07 david-sarahUnicode fixes.
2010-06-07 Zooko O'Whielacronxsetup: organize misc/ scripts and tools and remove...
2010-06-06 david-sarahquickstart.html: link to snapshots page, sorted with...
2010-06-06 david-sarahquickstart.html: We haven't released 1.7beta yet.
2010-06-06 Zooko O'Whielacronxsetup: loosen the Desert Island test to allow it to...
2010-06-05 david-sarahRaise Python version requirement to 2.4.4 for non-UCS...
2010-06-05 Zooko O'Whielacronxsetup: have the buildbots print out locale.getpreferred...
2010-06-04 Zooko O'Whielacronxunicode tests: fix missing import
2010-06-04 Zooko O'Whielacronxunicode: make test_cli test a non-ascii argument, and...
2010-06-04 Zooko O'Whielacronxunicode: always decode json manifest as utf-8 then...
2010-06-04 Zooko O'Whielacronxfix flakes
2010-06-04 Zooko O'Whielacronxfix syntax of assertion handling that isn't portable...
2010-05-21 Francois Deppierraztest_stringutils.py: Skip test test_listdir_unicode_goo...
2010-05-21 Francois Deppierraztest_stringutils.py: Skip test_listdir_unicode on mocke...
2010-05-21 Francois Deppierraztest_stringutils.py: Add a test class for OpenBSD 4...
2010-05-21 Francois Deppierraztest_stringutils.py: Mock the open() call in test_open_...
2010-05-21 Francois Deppierraztest_stringutils.py: Fix a trivial Python 2.4 syntax...
2010-05-20 Francois Deppierraztest_cli.py: Fix tests when sys.stdout.encoding=None...
2010-05-20 Francois DeppierrazFix handling of correctly encoded unicode filenames...
2010-05-20 Francois Deppierrazstringutils.py: Unicode helper functions + associated...
2010-05-19 Francois DeppierrazAdd dependency on Michael Foord's mock library
2010-06-03 david-sarahResolve merge conflict for sftpd.py
2010-06-02 david-sarahSFTP: possible fix for metadata times being shown as...
2010-06-02 david-sarahSFTP: further improvements to test coverage.
2010-06-02 david-sarahSFTP: improve test coverage. Also make creating a direc...
2010-06-02 david-sarahdirnode.py: fix a bug in the no-write change for Adder...
2010-06-01 david-sarahSFTP: fix a bug that caused the temporary files underly...
2010-06-01 david-sarahSFTP: changes for #1063 ('no-write' field) including...
2010-05-30 david-sarahSFTP: the same bug as in _sync_heisenfiles also occurre...
2010-05-30 david-sarahSFTP: another try at fixing the _sync_heisenfiles bug.
2010-05-30 david-sarahSFTP: fix silly bug in _sync_heisenfiles ('f is not...
2010-05-30 david-sarahSFTP: log when a sync completes.
2010-05-30 david-sarahSFTP: fix bug in previous logging patch.
2010-05-30 david-sarahSFTP: more logging to track down OpenOffice hang.
2010-05-30 david-sarahSFTP: avoid blocking close on a heisenfile that has...
2010-05-29 david-sarahMove suppression of DeprecationWarning about BaseExcept... trac-4400
2010-05-29 david-sarahSFTP: cater to clients that assume a file is created...
2010-05-25 david-sarahSFTP: 'sync' any open files at a direntry before openin...
2010-05-25 david-sarahSFTP: handle removing a file while it is open. Also...
2010-05-25 david-sarahSFTP: a posix-rename response should actually return...
2010-05-25 david-sarahSFTP: fix problem with posix-rename code returning...
2010-05-24 david-sarahSFTP: fix time handling to make sure floats are not...
2010-05-24 david-sarahSFTP: name of the POSIX rename extension should be...
2010-05-23 david-sarahSFTP: avoid race condition where .write could be called...
2010-05-23 david-sarahSFTP: log tracebacks for RAISEd exceptions.
2010-05-23 david-sarahSFTP: more logging to investigate behaviour of getAttrs...
2010-05-23 david-sarahSFTP: fix pyflakes warnings; drop 'noisy' versions...
2010-05-23 david-sarahSFTP: fixes and test cases for renaming of open files.
2010-05-22 david-sarahSFTP: Increase test_sftp timeout to cater for francois...
2010-05-22 david-sarahSFTP: Fix error in support for getAttrs on an open...
2010-05-20 david-sarahSFTP tests: fix test_openDirectory_and_attrs that was...
2010-05-20 david-sarahSFTP: allow getAttrs to succeed on a file that has...
2010-05-20 david-sarahSFTP: improve logging so that results of requests are...
2010-05-19 david-sarahSFTP: add tests for more combinations of open flags.
2010-05-19 david-sarahSFTP: allow FXF_WRITE | FXF_TRUNC (#1050).
2010-05-19 david-sarahSFTP: remove another case where we were logging data.
2010-05-19 david-sarahSFTP: avoid logging all data passed to callbacks.
2010-05-18 david-sarahSFTP: fixes related to reporting of permissions (needed...
2010-05-18 david-sarahSFTP: change error code returned for ExistingChildError...
2010-05-17 david-sarahSFTP: fixed bugs that caused hangs during write (#1037).
2010-05-17 david-sarahSFTP: work around a probable bug in twisted.conch.ssh...
2010-05-16 david-sarahSFTP: Support statvfs extensions, avoid logging actual...
2010-05-16 david-sarahSFTP: fix error in SFTPUserHandler arguments introduced...
2010-05-16 david-sarahSFTP: implement execCommand to interoperate with client...
2010-05-15 david-sarahsftpd.py: 'log.OPERATIONAL' should be just 'OPERATIONAL'.
2010-05-15 david-sarahAttempt to fix #1040 by making SFTPUser implement ISession.
2010-05-15 david-sarahEliminate Windows newlines from sftpd.py.
2010-05-14 david-sarahUpdate SFTP implementation and tests: fix #1038 and...
2010-05-12 david-sarahTests for new SFTP implementation
2010-05-12 david-sarahNew SFTP implementation: mutable files, read/write...
2010-06-04 Zooko O'Whielacronxsetup: adjust make clean target to ignore our bundled...
2010-06-04 Zooko O'Whielacronxsetup: bundle a copy of setuptools_trial as an unzipped...
2010-06-04 Zooko O'Whielacronxsetup: bundle a copy of darcsver in unzipped egg form...
2010-06-04 david-sarahquickstart.html: warn against installing Python at...
2010-06-04 Zooko O'Whielacronxsetup: undo the previous patch to quote the executable...
2010-06-04 Zooko O'Whielacronxsetup: put quotes around the path to executable in...
2010-05-27 david-sarahAdd must_exist, must_be_directory, and must_be_file...
2010-06-03 david-sarahFix test failures in test_web caused by changes to...
2010-05-21 Francois Deppierrazmisc/show-tool-versions.py: Display additional Python...
next