Brian Warner
|
751587f376
|
iputil: switch to a scapy-inspired SIOCGIFADDR approach, very linux-specific now
|
2007-03-07 20:03:47 -07:00 |
|
Brian Warner
|
eccb3258ae
|
iputil: use the subprocess module instead of os.popen
|
2007-03-07 19:29:00 -07:00 |
|
Brian Warner
|
b5bf2baa9b
|
iputil: use explicit /sbin/ifconfig, to avoid depending upon PATH
|
2007-03-07 18:47:40 -07:00 |
|
Brian Warner
|
2c261ce996
|
change node startup to put all local addresses in the PBURL, including 127.0.0.1. This should facilitate testing on both connected and disconnected systems.
|
2007-03-07 18:43:17 -07:00 |
|
Brian Warner
|
18325251bf
|
iputil: add get_local_addresses(), an attempt to enumerate all IPv4 addresses on this host. This is pretty unix-specific for right now (it calls ifconfig)
|
2007-03-07 18:22:30 -07:00 |
|
Brian Warner
|
f2956c257b
|
util.iputil: try to survive not having a global network connection at all
|
2007-03-07 18:21:42 -07:00 |
|
Brian Warner
|
3490378551
|
move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything
|
2006-12-14 03:39:50 -07:00 |
|