]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
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...
2015-02-03 Brian Warnertahoe_cp.py: clean up unicode handling
2015-01-30 Daira HopwoodChanges filename to unicode before placing the file... 2235-long-paths-on-windows-7 138/head
2015-01-30 Daira HopwoodAdds test_ticket_2027 to test_cli.Cp. refs #2027
2015-01-30 Daira HopwoodFix user-path-expansion on Windows for non-ASCII home...
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodUse absolute paths in tahoe cp and tahoe backup. refs...
2015-01-30 Daira HopwoodAdd support in abspath_expanduser_unicode for expanding...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2015-01-29 Daira Hopwoodfileutil cleanup: delete the unused open_or_create...
2015-01-27 Mark BergerAdds _servers_with_shares to ServermapUpdater
2015-01-27 Brian WarnerRevert "Enable DeprecationWarnings for Travis-CI even...
2015-01-22 Daira HopwoodEnable DeprecationWarnings for Travis-CI even on Python...
2015-01-22 Daira HopwoodMerge pull request #137 from warner/2312-deprecation
2015-01-21 Brian WarnerAppease req.setHeader by passing bytes, not ints. 137/head
2015-01-21 Brian WarnerMerge branch 'pr136' (WUI accessibility fix #1961)
2015-01-21 Brian Warnerwelcome.xhtml: improve layout by floating the icons...
2015-01-21 Nathan WilcoxIntroduce icons with distinct shape for connection... 136/head
2015-01-20 Daira HopwoodLatest cryptography depends on enum34.
2015-01-20 Daira Hopwooddependecy specs: tolerate new PEP440 semantics too
2015-01-15 Daira HopwoodMerge pull request #135 from vu3rdd/182-osx-packaging-7
2015-01-13 Ramakrishnan... Makefile: make "build-osx-pkg" build target depend... 135/head
2015-01-06 Daira HopwoodUpdate docs for SFTP public key auth. refs #1411
2015-01-06 Daira HopwoodReserve all keytypes starting with "ssh-" in an account...
2015-01-06 Daira HopwoodAdd Jean-Paul Calderone to CREDITS. refs #1411
2015-01-06 Daira HopwoodSimplify key checking code by inlining _allowedKey...
2015-01-04 Jean-Paul CalderoneGive out FTPAvatarID objects instead. 134/head
2015-01-04 Jean-Paul CalderoneAdd the rest of the failure-case tests and a success...
2015-01-04 Jean-Paul CalderoneAdd a test for the bad key case of unauthorized ssh...
2015-01-04 Jean-Paul CalderoneAdd a test for one unauthorized case of ssh key checking.
2014-12-30 Daira HopwoodMerge pull request #133 from matthazinski/master
2014-12-30 Matt HazinskiMove UDP listen inside try block 133/head
2014-12-05 Daira HopwoodFix minor dependencies on "allmydata-tahoe" as appname.
2014-12-05 Daira HopwoodMakefile: make APPNAME a variable.
2014-12-05 Daira HopwoodUpdate obsolete paths in munin plugin comments.
2014-12-05 Daira Hopwoodmisc/build_helpers/run_trial.py is no longer used.
2014-11-27 Daira HopwoodWork around a Travis-CI configuration change.
2014-11-23 Daira Hopwoodtest_storage_client.py: add test_get_available_space_...
2014-11-23 Leif Rygeadd available-space to VERSION_DEFAULTS
2014-11-23 Leif Rygetests for "Available" column (#648)
2014-11-23 Leif Rygeadd "Available" column to welcome page (#648)
2014-11-23 Daira HopwoodMerge pull request #126 from leif/remove-cruft
2014-11-22 Leif Rygerm NativeStorageServer's unused min_shares argument 126/head
2014-11-21 zookoMerge pull request #125 from tahoe-lafs/2340-version...
2014-11-21 Daira Hopwoodsetup.py: look for a tag named after APPNAME, not neces... 2340-version-error-reporting-3 125/head
2014-11-21 Daira Hopwoodsetup.py: set distribution.metadata.version from _versi...
2014-11-21 Daira Hopwoodsetup.py: use constant for _version.py filename.
2014-11-21 Daira Hopwoodsetup.py: improve error reporting when git commands...
2014-10-26 Brian Warnertest-osx-pkg.py: remove unused import
2014-10-26 Brian WarnerMerge branch '1159-notac-4'
2014-10-21 Daira HopwoodImprove error reporting and help for start/stop/etc... 1159-notac-4 123/head
2014-10-21 Daira Hopwoodstartstop_node.py: rename internal command and twistd...
2014-10-21 Brian Warner'tahoe start': stop using the contents of .tac files
2014-10-21 Daira HopwoodMerge pull request #122 from tahoe-lafs/182-osx-packaging-6
2014-10-20 Daira Hopwoodmisc/build_helpers/test-osx-pkg.py: script to test... 182-osx-packaging-6 122/head
2014-10-20 Ramakrishnan... Distribution.xml file and scripts for building the...
2014-10-20 Ramakrishnan... clean target should remove the pkg file.
2014-10-20 Daira HopwoodNew make target for OS X package creation.
next