]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/util/iputil.py
Make platform-detection code tolerate linux-3.0, patch by zooko.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / iputil.py
2011-09-15 Brian WarnerMake platform-detection code tolerate linux-3.0, patch...
2011-01-21 david-sarahsrc/allmydata/util/iputil.py: correct an error in the...
2011-01-20 david-sarahsrc/allmydata/util/iputil.py: loosen regexps and ensure...
2011-01-20 david-sarahEliminate dependencies on pywin32, even via Twisted...
2010-07-18 francoisiputil.py: Add support for FreeBSD 7,8 and 9
2010-02-26 david-sarahChange relative imports to absolute
2009-09-20 Zooko O'Whielacronxdoc: licensing cleanups
2009-07-20 Zooko O'Whielacronxiputil: added "openbsd3" => "bsd" and "openbsd4" =...
2009-06-17 midnightmagicBasically just a trivial platform detection patch for...
2008-10-28 Brian Warneriputil.py: avoid a DNS lookup at startup (which may...
2008-04-28 bensupport freebsd 6
2008-01-15 Brian Warneriputil.py: hush the new (more strict) pyflakes
2007-12-13 Zooko O'Whielacronxa few documentation and naming convention updates
2007-12-07 Zooko O'Whielacronxmove increase_rlimits() into iputil and make it a no...
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-10-13 Zooko O'Whielacronxfilter out "0.0.0.0" from detected IP addresses
2007-08-09 Zooko O'Whielacronxfix iputil so that it doesn't launch dozens of processe...
2007-06-08 Brian Warneriputil.get_local_ip_for: tolerate running on a disconne...
2007-05-22 Zooko O'Whielacronxrefactor iputil and make it return addresses in descend...
2007-04-19 Brian Warneriputil/testutil: fix pyflakes errors/warnings
2007-04-19 Zooko O'Whielacronxiputil.list_async_addresses now "works" on cygwin
2007-04-17 Brian Warneriputil.py: remove unused import
2007-04-18 Zooko O'Whielacronxpyutil: iputil: fix netbsd, irix, sunos
2007-04-16 Zooko O'Whielacronxoops -- the previous commit of iputil wasn't the right...
2007-04-16 Zooko O'Whielacronxport iputil to Windows (and Irix, and NetBSD, and Solar...
2007-03-08 Brian Warneriputil: switch to a scapy-inspired SIOCGIFADDR approach...
2007-03-08 Brian Warneriputil: use the subprocess module instead of os.popen
2007-03-08 Brian Warneriputil: use explicit /sbin/ifconfig, to avoid depending...
2007-03-08 Brian Warnerchange node startup to put all local addresses in the...
2007-03-08 Brian Warneriputil: add get_local_addresses(), an attempt to enumer...
2007-03-08 Brian Warnerutil.iputil: try to survive not having a global network...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...