]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2012-06-02 Brian Warnerimmutable.CiphertextFileNode.check_and_repair: simplify...
2012-06-01 david-sarahdocs/quickstart.rst: fix rst warning.
2012-05-31 david-sarahRestore --rterrors option to 'setup.py test' and 'setup...
2012-05-31 david-sarahChange 'setup.py test' and 'setup.py trial' to pass...
2012-05-20 david-sarahCatch exceptions from CLI in order to prevent the Ubunt...
2012-05-30 Brian Warnernode.py: stop stripping whitespace in write_private_con...
2012-05-22 Brian Warnertest_web.py: fix memory leak when run with --until...
2012-05-22 Brian Warnertest/check_memory.py: oops, fix one last ur.uri ->...
2012-05-22 Brian Warnerchange UploadResults to return IServers, update users... 8/head
2012-05-22 Brian WarnerUploadResults: store IServers internally, but still...
2012-05-22 Brian Warnersplit IDisplayableServer from IServer, add sb.get_stub_...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2012-05-22 Brian Warnerswitch UploadResults to use getters, hide internal...
2012-05-22 Brian Warnerconvert UploadResults to a fat init
2012-05-22 Brian Warneradd HelperUploadResults
2012-05-22 Brian WarnerUploader cleanup: create results at end, not beginning
2012-05-22 Brian Warnerclean up Helper to make later changes easier
2012-05-22 Brian Warnerhelper: remove timings["existence_check"], aka "Already...
2012-05-22 Brian Warnertest_checker: minor improvement in fake-server setup
2012-05-18 david-sarahdocs/frontends/FTP-and-SFTP.rst: remove outdated allmyd...
2012-05-16 david-sarahSince we now require Python 2.5, we can use os.SEEK_END.
2012-05-16 david-sarahSimplifications resulting from requiring Python 2.5...
2012-05-16 david-sarahRequire Python 2.5.
2012-05-18 david-sarahmisc/build_helpers/check-interfaces.py: avoid spurious...
2012-05-16 Brian Warnerdictutil.DictOfSets: remove .union() method, it was...
2012-05-16 Brian Warnerimmutable repairer: populate servers-responding properly
2012-05-16 david-sarahUpdate my (davidsarah) gpg fingerprint in CREDITS....
2012-05-16 david-sarahfileutil.py: use try/finally to close file in write_ato...
2012-05-16 david-sarahChange logging.rst to address warner's review comment...
2012-05-14 Brian Warnerwrite node.url and portnum files atomically, to fix...
2012-05-14 david-sarahImprove a comment in __init__.py.
2012-05-14 david-sarahSuppress the PowmInsecureWarning from PyCrypto. refs...
2012-05-14 david-sarahClarify an ambiguity about which version number is...
2012-05-13 Brian Warnerperformance.rst: small updates, mention (lack of) MDMF
2012-05-13 Brian WarnerCREDITS: add amiller, zooko, rearrange a bit
2012-05-13 Brian WarnerDoc updates and cosmetic fixes for #1115 patch.
2012-05-13 Andrew MillerFixed an error in previous commit where an empty server...
2012-05-13 Andrew MillerAdded tests for count-good-share-hosts under check...
2012-05-13 Brian Warnertest_web: fix use of headers= that's been wrong for...
2012-05-13 Brian Warnerwebapi: don't allow ETags in t=info or t=rename-form...
2012-05-13 Brian Warnertest_web: improve ETag tests, add If-None-Match test
2012-05-13 Andrew MillerAdded unit tests covering #466:comment-15. Refactored...
2012-05-13 Jeremy FitzhardingeShort circuit GET on ETags match
2012-05-13 Jeremy FitzhardingeAdd ETags for immutable directories
2012-05-13 Brian Warnertest-dont-use-too-old-dep.py: fix tarfile timestamps
2012-03-31 david-sarahAdd 'tahoe debug flogtool' command, test for --help...
2012-05-13 Zookomodify build_helpers files
2012-05-13 Zookorename build_helpers files
2012-05-13 Brian Warnerwebapi: remove undocumented t=mkdir-p operation
2012-05-09 Brian WarnerImprove webapi t=move docs.
2012-05-09 Brian Warnerwebui: merge 'move' form with 'rename' form
2012-05-09 Brian Warnertest_web: improve shouldFail2() error reporting
2012-05-09 Brian Warnerwebapi 'move'-button cleanups
2012-05-09 Marcus WannerAdd unit test for moving a directory
2012-05-09 Marcus WannerChange the arbitrary URI support from implied to explicit
2012-05-09 Marcus WannerAdding 'move' button to web UI, closes #1579
2012-05-03 Zooko O'WhielacronxCREDITS: lebek
2012-04-29 david-sarahMake sure that foolscap.logging.log.setLogDir is called...
2012-04-24 Brian Warnerintroweb announcements: show serverid, not tubid
2012-04-23 Brian WarnerFix introweb display for mixed V1/V2 clients. Closes...
2012-04-17 Patrick R McDonaldUpdated webapi.rst to list /cap as a synonym for /uri
2012-04-14 markus reicheltAdding jg71 to CREDITS 6/head
2012-04-10 Patrick R McDonaldFix for ticket #1662
2012-04-06 david-sarahdocs/frontends/drop-upload.rst: document more known...
2012-04-05 david-sarahChange capitalization of WUI and introducer welcome...
2012-04-04 Brian Warnertest/common.py: remove ununsed 'is_bad' mechanism
2012-04-04 Brian Warnerchecker.py: minor simplifications
2012-04-04 Brian Warnermake IServer instances retain identity in copy() and...
2012-04-04 Brian Warnermove IServer from storage_client.py to interfaces.py
2012-04-03 Brian WarnerRename web CheckResults to -Renderer, to avoid confusio...
2012-04-02 Brian Warnerwebapi.rst: de-tabify
2012-04-01 Brian Warnerservermap.py: oops, fix _done() condition, good catch...
2012-04-01 Zooko O'Whielacronxdoc: cross-link known_issues.rst and cautions.rst with...
2012-04-01 Zooko O'Whielacronxdocs: FTP-and-SFTP.rst: recommend SFTP
2011-08-14 david-sarahinterfaces.py: ensure that NoSuchChildError can be...
2012-04-01 david-sarahmisc/build_helpers/show-tool-versions.py: s/print_stder...
2011-08-17 david-sarahbin/tahoe-script.template: fix the error message that...
2012-04-01 Zooko O'Whielacronxdocs: quickstart: edits
2012-04-01 david-sarahSpelling error in a comment.
2011-08-08 david-sarahtest_node.py: test that we tolerate a UTF-8 BOM at...
2011-08-08 david-sarahnode.py: tolerate a UTF-8 BOM at the start of tahoe...
2011-09-14 david-sarahmutable/layout.py: improve confusing documentation...
2012-04-01 Zooko O'Whielacronxsetup: show-tool-versions: report cl only on windows...
2012-03-31 david-sarahDocument PYTHONPATH problem when running flogtool....
2012-03-31 Brian WarnerMutable repair: use new MODE_REPAIR to query all server...
2012-03-31 Brian WarnerAdd test for bug #1689: repairing empty file hits no...
2012-03-31 david-sarahFTP-and-SFTP.rst: there were two more instances of...
2012-03-31 david-sarahtest_ftp.py: fix a couple of unused imports. refs ...
2012-03-31 david-sarahFTP-and-SFTP.rst: directories containing mutable files...
2012-03-22 Peter Le Bekftpd file `size' attribute must be an integer
2012-03-30 Peter Le Bekunit test for ftpd LIST
2012-03-30 Peter Le Bekfix ftpd mtime retrieval
2012-03-31 Brian Warnertest_introducer.SystemTest: fix race condition
2012-03-22 david-sarahCosmetic formatting in docs.
2012-03-22 david-sarahPut SFTP before FTP in various docs. fixes #1692
2012-03-22 david-sarahCorrect a link to frontends/drop-upload.rst. fixes...
2012-03-18 Brian WarnerFix mutable status (mapupdate/retrieve/publish) to...
2012-03-18 Brian WarnerIServer.get_name(): remove v0- prefix from displayed...
2012-03-14 david-sarahFix a missing comma in the last patch. refs #1295
2012-03-14 david-sarahTemporarily suppress the DeprecationWarning about IFini...
next