projects
/
tahoe-lafs
/
tahoe-lafs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tahoe-lafs/tahoe-lafs.git
2010-06-03
david-sarah
Resolve merge conflict for sftpd.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
david-sarah
SFTP: possible fix for metadata times being shown as...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
david-sarah
SFTP: further improvements to test coverage.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
david-sarah
SFTP: improve test coverage. Also make creating a direc...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
david-sarah
dirnode.py: fix a bug in the no-write change for Adder...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
david-sarah
SFTP: fix a bug that caused the temporary files underly...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
david-sarah
SFTP: changes for #1063 ('no-write' field) including...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: the same bug as in _sync_heisenfiles also occurre...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: another try at fixing the _sync_heisenfiles bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: fix silly bug in _sync_heisenfiles ('f is not...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: log when a sync completes.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: fix bug in previous logging patch.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: more logging to track down OpenOffice hang.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
david-sarah
SFTP: avoid blocking close on a heisenfile that has...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-29
david-sarah
Move suppression of DeprecationWarning about BaseExcept...
trac-4400
commit
|
commitdiff
|
tree
|
snapshot
2010-05-29
david-sarah
SFTP: cater to clients that assume a file is created...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-25
david-sarah
SFTP: 'sync' any open files at a direntry before openin...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-25
david-sarah
SFTP: handle removing a file while it is open. Also...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-25
david-sarah
SFTP: a posix-rename response should actually return...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-25
david-sarah
SFTP: fix problem with posix-rename code returning...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
david-sarah
SFTP: fix time handling to make sure floats are not...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
david-sarah
SFTP: name of the POSIX rename extension should be...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
SFTP: avoid race condition where .write could be called...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
SFTP: log tracebacks for RAISEd exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
SFTP: more logging to investigate behaviour of getAttrs...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
SFTP: fix pyflakes warnings; drop 'noisy' versions...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
SFTP: fixes and test cases for renaming of open files.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-22
david-sarah
SFTP: Increase test_sftp timeout to cater for francois...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-22
david-sarah
SFTP: Fix error in support for getAttrs on an open...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-20
david-sarah
SFTP tests: fix test_openDirectory_and_attrs that was...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-20
david-sarah
SFTP: allow getAttrs to succeed on a file that has...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-20
david-sarah
SFTP: improve logging so that results of requests are...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
david-sarah
SFTP: add tests for more combinations of open flags.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
david-sarah
SFTP: allow FXF_WRITE | FXF_TRUNC (#1050).
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
david-sarah
SFTP: remove another case where we were logging data.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
david-sarah
SFTP: avoid logging all data passed to callbacks.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
david-sarah
SFTP: fixes related to reporting of permissions (needed...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
david-sarah
SFTP: change error code returned for ExistingChildError...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
david-sarah
SFTP: fixed bugs that caused hangs during write (#1037).
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
david-sarah
SFTP: work around a probable bug in twisted.conch.ssh...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
david-sarah
SFTP: Support statvfs extensions, avoid logging actual...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
david-sarah
SFTP: fix error in SFTPUserHandler arguments introduced...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
david-sarah
SFTP: implement execCommand to interoperate with client...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
david-sarah
sftpd.py: 'log.OPERATIONAL' should be just 'OPERATIONAL'.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
david-sarah
Attempt to fix #1040 by making SFTPUser implement ISession.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
david-sarah
Eliminate Windows newlines from sftpd.py.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
david-sarah
Update SFTP implementation and tests: fix #1038 and...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
david-sarah
Tests for new SFTP implementation
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
david-sarah
New SFTP implementation: mutable files, read/write...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
Zooko O'Whielacronx
setup: adjust make clean target to ignore our bundled...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
Zooko O'Whielacronx
setup: bundle a copy of setuptools_trial as an unzipped...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
Zooko O'Whielacronx
setup: bundle a copy of darcsver in unzipped egg form...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
david-sarah
quickstart.html: warn against installing Python at...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
Zooko O'Whielacronx
setup: undo the previous patch to quote the executable...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
Zooko O'Whielacronx
setup: put quotes around the path to executable in...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
david-sarah
Add must_exist, must_be_directory, and must_be_file...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
david-sarah
Fix test failures in test_web caused by changes to...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-21
Francois Deppierraz
misc/show-tool-versions.py: Display additional Python...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
david-sarah
dirnode.py: Fix bug that caused 'tahoe' fields, 'ctime...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
david-sarah
dirnode.py: Fix #1034 (MetadataSetter does not enforce...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
david-sarah
Change doc comments in interfaces.py to take into accou...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
david-sarah
Trivial whitespace changes.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
david-sarah
Suppress 'integer argument expected, got float' Depreca...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
david-sarah
Change shouldFail to avoid Unicode errors when converti...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-20
david-sarah
SFTP: relax pyasn1 version dependency to >= 0.0.8a.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
david-sarah
SFTP: add pyasn1 as dependency, needed if we are using...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
david-sarah
allmydata.org -> tahoe-lafs.org in __init__.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
david-sarah
small change to CREDITS
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
david-sarah
Resolve conflict in patch to change imports to absolute.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
david-sarah
Minor documentation tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-29
freestorm77
title_rename_xhtml.dpatch.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
Zooko O'Whielacronx
tests: refactor test_web.py to have less duplication...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_stats.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_performance.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_refomat_logging.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_known_issues.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_helper.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_garbage-collection.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_FTP-and-SFTP.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_debian.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_configuration.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_CLI.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_backupdb.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-04-24
freestorm77
doc_reformat_architecture.txt
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
david-sarah
Correct harmless indentation errors found by pylint
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
david-sarah
Change relative imports to absolute
commit
|
commitdiff
|
tree
|
snapshot
2010-05-25
david-sarah
Document reason for the trialcoverage version requireme...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
david-sarah
Downgrade version requirement for trialcoverage to...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
david-sarah
Suppress deprecation warning for twisted.web.error...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Zooko O'Whielacronx
docs: CREDITS for Jeremy Visser
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Zooko O'Whielacronx
test: show stdout and stderr in case of non-zero exit...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
Zooko O'Whielacronx
setup: upgrade bundled zetuptoolz to zetuptoolz-0.6c15d...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-23
Zooko O'Whielacronx
setup: remove bundled zipfile egg of setuptools
commit
|
commitdiff
|
tree
|
snapshot
2010-05-22
Zooko O'Whielacronx
setup: remove bundled copy of setuptools_trial-0.5...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-22
Zooko O'Whielacronx
setup: remove bundled setuptools_darcs-1.2.8.tar
commit
|
commitdiff
|
tree
|
snapshot
2010-05-21
Zooko O'Whielacronx
tests: fix pyflakes warnings in bench_dirnode.py
commit
|
commitdiff
|
tree
|
snapshot
2010-05-21
Zooko O'Whielacronx
setup: if the string '--reporter=bwverbose-coverage...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-21
Zooko O'Whielacronx
tests: don't let bench_dirnode.py do stuff and have...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-20
Zooko O'Whielacronx
tests: increase timeout to give François's ARM buildsla...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
freestorm77
run_trial.darcspath
commit
|
commitdiff
|
tree
|
snapshot
next