]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/util
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util /
2016-01-23 Leif Rygewui: improved columns in welcome page server list 229/head
2016-01-23 Leif Rygerevert previous commit to fix attribution (vanity)
2016-01-15 Daira Hopwoodwui: improved columns in welcome page server list
2016-01-15 Leif Rygewui: use standard time format (#1077)
2016-01-15 Daira HopwoodMerge pull request #220 from tahoe-lafs/2669.magic...
2015-12-28 Daira HopwoodReject path arguments that start with '-' with a usage... 2669.magic-folder-misc-patches.1 220/head
2015-12-28 Daira HopwoodImproved error handling and cosmetics for ctypes calls...
2015-12-28 Daira HopwoodRefactor tahoe.cfg handling to configutil.
2015-09-23 Brian WarnerMerge branch '2510-new-foolscap'
2015-09-23 Brian Warnerintroweb: fix connection hints for server announcements 190/head
2015-09-23 Brian Warnerintroducer: stop tracking hints for subscribed clients
2015-07-17 Daira HopwoodAdd Namespace utility class. (This is already used...
2015-05-26 Daira HopwoodMerge pull request #169 from zooko/2433-dead-code-Named...
2015-05-26 Zookoremove dead code: NamedTemporaryDirectory 169/head
2015-05-18 Daira Hopwoodfileutil.py: use ctypes.get_last_error() instead of...
2015-05-13 Daira HopwoodOn Windows, the user's home directory may be either...
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
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-03-24 Daira HopwoodAdd from_utf8_or_none and tests.
2015-02-19 Daira HopwoodDiscourage future readers of iputil.py from using Win32...
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-03 Daira HopwoodMore robust error handling in windows_getenv. refs...
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 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...
2014-12-30 Daira HopwoodMerge pull request #133 from matthazinski/master
2014-12-30 Matt HazinskiMove UDP listen inside try block 133/head
2014-09-13 Daira HopwoodMerge pull request #109 from warner/2023-caution
2014-09-12 Brian WarnerAvoid Popen() of executables that don't exist 109/head
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-04 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2014-02-24 Daira HopwoodUse bigger random one-time keys in timing_safe_compare...
2014-02-24 Daira HopwoodRename 'constant_time_compare' to 'timing_safe_compare...
2013-08-27 zookoMerge pull request #48 from markberger/740-cli-accept...
2013-06-26 Daira Hopwoodtest_iputil.py: fix and improve tests on Windows.
2013-06-25 Daira Hopwoodiputil.py: simplify address finding code on cygwin.
2013-06-25 Daira Hopwoodiputil.py: fix an error handling bug. refs #1381
2013-05-28 Daira Hopwoodiputil.py: minor cleanup to avoid dropping a Deferred.
2013-05-28 Daira Hopwoodiputil.py: refactor address-finding code to treat all...
2013-05-28 Daira Hopwoodiputil.py: retry address queries on EINTR. fixes #1381
2013-03-19 Brian Warnerfileutil.write: accept mode=, and use it in Node.write_...
2013-03-07 David-Sarah HopwoodOnly quote newline characters where necessary. fixes...
2012-12-27 David-Sarah HopwoodMake abbreviate_space able to output in exabytes. refs...
2012-12-27 David-Sarah HopwoodAllow T (terabytes), P (petabytes), and E (exabytes...
2012-05-16 Brian Warnerdictutil.DictOfSets: remove .union() method, it was...
2012-05-16 david-sarahfileutil.py: use try/finally to close file in write_ato...
2012-05-14 Brian Warnerwrite node.url and portnum files atomically, to fix...
2012-04-23 Brian WarnerFix introweb display for mixed V1/V2 clients. Closes...
2012-03-14 Brian Warner'tahoe admin generate-keypair/derive-pubkey': add Ed255...
2011-12-05 Brian Warnersetup.py: get version from git or darcs
2011-11-15 Brian Warneriputil: handle openbsd5 (just like openbsd4)
2011-10-14 Brian Warnerremove interpreter shbang lines from non-executables
2011-10-09 david-sarahutil/happinessutil.py: suppress a warning from check...
2011-09-15 Brian WarnerMake platform-detection code tolerate linux-3.0, patch...
2011-08-08 david-sarahDrop-upload frontend, rerecorded for 1.9 beta (and...
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2011-02-27 Brian Warnerimmutable/upload.py: reduce use of get_serverid()
2011-02-27 Brian Warnerhappinessutil.py: finally rename merge_peers to merge_s...
2011-02-27 Brian Warnerhappinessutil.py: server-vs-tracker cleanup
2011-02-27 Brian Warnerrefactor: s/peer/server/ in immutable/upload, happiness...
2011-01-21 david-sarahsrc/allmydata/util/iputil.py: correct an error in the...
2011-01-21 david-sarahAdd src/allmydata/util/verlib.py, which is a copy of...
2011-01-20 david-sarahsrc/allmydata/util/iputil.py: loosen regexps and ensure...
2011-01-20 david-sarahEliminate dependencies on pywin32, even via Twisted...
2011-01-19 david-sarahEliminate direct dependencies of Tahoe-LAFS on pywin32...
2010-12-26 david-sarahRemove src/allmydata/util/find_exe.py which is no longe...
2010-09-10 Zooko O'Whielacronxfileutil: copy in the get_disk_stats() and get_availabl...
2010-09-03 Zooko O'Whielacronxtrivial: M-x whitespace-cleanup
2010-08-05 Brian Warnerutil/spans.py: __nonzero__ cannot return a long either...
2010-08-05 david-sarahtest_storage.py: change skip note for test_large_share...
2010-08-04 Brian WarnerOne fix for bug #1154: webapi GETs with a 'Range' heade...
2010-08-04 Brian Warnercopy the rest of David-Sarah's changes to make my tree...
2010-08-04 Brian Warnerutil/observer.py: add EventStreamObserver
2010-08-04 Brian WarnerAdd a byte-spans utility class, like perl's Set::IntSpa...
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-07-25 david-sarahfileutil: change WindowsError to OSError in abspath_exp...
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-07-23 david-sarahutil.encodingutil: change quote_output to do less unnec...
2010-07-21 david-sarahutil.fileutil, test.test_util: add abspath_expanduser_u...
2010-07-19 Zooko O'Whielacronxtrivial: rename and add in-line doc to clarify "used_pe...
2010-07-19 Zooko O'Whielacronximmutable: fix bug in which preexisting_shares and...
2010-07-18 francoisiputil.py: Add support for FreeBSD 7,8 and 9
2010-07-17 david-sarahfileutil: docstrings for non-obvious usage restrictions...
2010-07-11 david-sarahMove EncryptedTemporaryFile from SFTP frontend to allmy...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-26 david-sarahstringutils.py: tolerate sys.stdout having no 'encoding...
2010-06-17 david-sarahstringutils.py: remove unused import.
2010-06-17 david-sarahstringutils.py: don't NFC-normalize the output of listd...
2010-06-16 david-sarahstringutils.py: Add encoding argument to quote_output...
2010-06-09 david-sarahFix for Unicode-related test failures on Zooko's OS...
2010-06-09 david-sarahstringutils.py, sftpd.py: Portability fixes for Python...
2010-06-09 david-sarahBack out Windows-specific Unicode argument support...
2010-06-07 david-sarahUnicode fixes.
next