]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-05-13 Daira HopwoodNEWS.rst: add dependency updates. fixes #2415
2015-05-13 Daira Hopwood_auto_deps.py: update comments. refs #2416
2015-05-13 Daira HopwoodAllow working with Twisted >= 13 on Windows if pywin32...
2015-05-11 Daira HopwoodMerge pull request #165 from pataquets/add-dockerfile
2015-05-11 amontero-referupRemove .bashrc alias uncommenting. 165/head
2015-05-11 Daira Hopwooddocs/frontends/CLI.rst: clarification.
2015-05-11 Daira Hopwooddocs/frontends/CLI.rst: remove a superfluous TODO.
2015-05-10 pataquetsBase Dockerfile initial version.
2015-05-04 Brian WarnerMerge branch '2399-cp-mkdir'
2015-05-04 Brian Warnerapply review feedback
2015-05-04 Brian Warnercp: trailing slash on source filename is an error,...
2015-05-04 Brian Warnertahoe cp: ignore trailing slash on source arguments
2015-05-04 Brian WarnerImprove docs on 'cp -r', noting the recent 2329 changes
2015-05-01 Daira HopwoodUpdate title of OpenSSL and pyOpenSSL build instructions.
2015-05-01 Daira HopwoodAdd OpenSSL and pyOpenSSL build instructions for 32...
2015-05-01 Daira HopwoodAdd doc for building pyOpenSSL.
2015-04-30 Ramakrishnan... OS X icons and dialog box help text 2323.osx-error-msg.3
2015-04-30 Ramakrishnan... fix OS X logo generation
2015-04-30 Ramakrishnan... add osx bundle meta data and applescript script to...
2015-04-30 Daira HopwoodBuild Tahoe-LAFS icon for OS X and Windows. refs ticket...
2015-04-30 Daira Hopwoodzetuptoolz: don't add ';' to an empty path when appendi...
2015-04-28 Brian Warnercontrol.py: minor improvements
2015-04-28 Daira HopwoodBump zetuptoolz version (move directory).
2015-04-28 Daira HopwoodBump zetuptoolz version (file changes).
2015-04-28 Daira Hopwoodzetuptoolz: tolerate a single string for __requires__...
2015-04-28 Daira HopwoodChange foolscap dependency to >= 0.8.0. refs #2400
2015-04-26 Brian WarnerCREDITS: add my GPG key
2015-04-21 Daira HopwoodFix a test that was dependent on Windows path separators.
2015-04-21 Daira HopwoodReduce differences between Windows and non-Windows...
2015-04-21 Brian Warnerfix check-memory test, with new new (safe) control...
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
2015-04-21 Brian Warnerfinish removing control-port upload/download functions
2015-04-21 Brian Warnerremove control-port upload/download file interfaces
2015-04-17 Daira Hopwoodbackupdb.py: cosmetics
2015-04-17 Daira HopwoodMake backupdb use dbutil.
2015-04-17 Daira HopwoodAdd util/dbutil.py: open/create/update sqlite databases...
2015-04-17 Daira HopwoodSome useful Deferred utilities, originally from the...
2015-04-13 Daira HopwoodMerge pull request #152 from vu3rdd/182-osx-packaging-7 by
2015-04-11 Ramakrishnan... strip the single quotes around $VERSION 152/head
2015-04-10 Daira HopwoodREADME.rst: change description to the new wording on...
2015-04-02 Daira HopwoodAdd discussion and rejection of Change Journals.
2015-04-02 Daira HopwoodAdd link to otf-magic-folder-objective ticket query.
2015-04-02 Daira HopwoodCopyediting.
2015-04-02 Daira HopwoodCollaborative design from Daira and David.
2015-03-31 Brian WarnerMerge branch 'ftp-2394'
2015-03-31 Brian Warnertypo
2015-03-31 Brian Warnerbump Twisted dep to 11.1.0, thus simplify IntishPermissions
2015-03-31 Brian Warnertest_ftp: fix comparison against integer
2015-03-31 Brian WarnerFix ftp 'ls' to work with current Twisted-15.0.0
2015-03-31 Daira HopwoodMerge pull request #149 from warner/mutable-2034
2015-03-26 Brian Warneruse more servers for test_mutable.Update, to test ... 149/head
2015-03-24 Daira HopwoodAdd a test, add missing imports. refs #2388
2015-03-24 Daira HopwoodEnsure that path parameters to SFTPServer and FTPServer...
2015-03-24 Daira HopwoodAdd from_utf8_or_none and tests.
2015-03-24 Daira HopwoodFix a missing import in test-osx-pkg.py. refs #2393
2015-03-24 Daira HopwoodMore careful quoting in build-osx-pkg.sh. refs #2393
2015-03-24 Daira HopwoodMove computation of Tahoe version from Makefile to...
2015-03-24 Daira HopwoodMerge pull request #146 from warner/versioned-osx-pkg
2015-03-21 Brian Warnercreate/test/upload tahoe-lafs-VERSION-osx.pkg, not... 146/head
2015-03-21 Brian Warnermove build-osx-pkg out to a separate shell script
2015-03-20 Brian WarnerMakefile: add upload-osx-pkg rule
2015-03-20 Brian Warnercheck_memory.py: announce 32-bit vs 64-bit
2015-03-17 Brian WarnerMerge branch '2329-2': fix "tahoe cp -r" exception
2015-03-17 Brian Warnertest_cli_cp.py: hush pyflakes 144/head
2015-03-17 Brian Warnertahoe_cp: be consistent with "source.basename() is...
2015-03-17 Brian Warnertahoe_cp: minor cleanups, no behavior changes
2015-03-17 Brian Warnertahoe_cp: make populate(recurse=) more explicit
2015-03-17 Brian Warnertest_cli_cp: test cleanups
2015-03-17 Brian Warnertest_cli_cp: improve test cases
2015-03-10 Brian Warnerimprove error message for slash-terminated non-directories
2015-03-04 Brian Warnertest_cli_cp.py: turn off debug mode, tests now assert...
2015-03-04 Brian Warnertahoe cp: overhaul target assignment, update tests
2015-03-04 Brian Warnertahoe_cp: delete copy_to_directory() code
2015-03-04 Brian Warnertahoe_cp: simplify some checks, rename some functions
2015-02-27 Daira Hopwood.travis.yml: emove 'sudo: false' as requested by https...
2015-02-26 Brian WarnerNEWS.rst: add partial list of changes
2015-02-24 Zookozetuptoolz: print out more context in case of parse_req...
2015-02-24 Brian Warnertahoe_cp.py: use s.basename() instead of tracking it...
2015-02-24 Brian Warnertahoe_cp.py: store basename in the Source instance
2015-02-24 Brian Warnertest_cli.py: split the largest test classes out into...
2015-02-19 Daira HopwoodDiscourage future readers of iputil.py from using Win32...
2015-02-17 Daira HopwoodIt is Twisted 12.2.0 that starts depending on pywin32...
2015-02-17 Daira HopwoodExplicitly using "git.cmd" on Windows doesn't always...
2015-02-10 Daira HopwoodMerge pull request #142 from tahoe-lafs/754.location...
2015-02-10 Daira HopwoodDocumentation change for AUTO in tub.location. refs... 754.location-AUTO.2 142/head
2015-02-10 Daira HopwoodAllow multiple occurrences of AUTO. refs #754
2015-02-10 Daira HopwoodAdd tests for combining autodetected and statically...
2015-02-10 Daira Hopwoodtest_node.py: refactor test_location* to reduce code...
2015-02-10 Daira HopwoodOnly get the local addresses if they are actually used...
2015-02-09 Daira HopwoodAllow combining autodetected and statically configured...
2015-02-07 Daira Hopwood.travis.yml: add "sudo: false" option, to attempt to...
2015-02-06 Daira HopwoodFix warnings due to bitrot in MANIFEST.in. closes ...
2015-02-05 Daira HopwoodTest the quotemarks=True and quotemarks=False options...
2015-02-05 Daira HopwoodTest the quotemarks=False option of encodingutil.quote_...
2015-02-04 Daira HopwoodFurther refine error handling in windows_getenv to...
2015-02-04 Brian Warnerremove stray trailing whitespace
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-04 Brian Warnertest that web.static= is really treated as a relative...
2015-02-04 Daira HopwoodQuote the default node-directory correctly in help...
2015-02-03 Daira HopwoodMore robust error handling in windows_getenv. refs...
next