summaryrefslogtreecommitdiff
path: root/netifaces.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem on Linux that meant that the gateways() method could crash if...Alastair Houghton2014-05-161-2/+3
* Fix builds on older Linux kernel versions (no NLM_F_DUMP_INTR). Also, test f...Alastair Houghton2014-05-061-3/+6
* Without this line, PyPy crashes. I guess we can't rely on the indirect refer...Alastair Houghton2014-05-021-0/+12
* Fixed a problem caused by buggy behaviour from Visual C++ 2010.release_0_10_0Alastair Houghton2014-05-011-5/+9
* Fixed a silly bug I found with the test script. Added gateway output to the ...Alastair Houghton2014-05-011-6/+6
* Added Windows support.Alastair Houghton2014-05-011-27/+257
* Added Linux PF_NETLINK support.Alastair Houghton2014-05-011-7/+280
* Added gateway detection code for PF_SOCKET and sysctl(). Also fixed some Sol...Alastair Houghton2014-05-011-9/+600
* Changes to C code for Python 3K compatibility.Alastair Houghton2014-04-281-61/+88
* Use Python 3 print function, not print statement. Also, avoid declaring varia...Alastair Houghton2014-04-281-24/+29
* Use add_to_family() in the ioctl() code path. Also fix a problem on platform...Alastair Houghton2012-01-311-40/+28
* Fixed bit-rot in the ioctl-based code path.Alastair Houghton2012-01-311-1/+1
* Vastly improved support for Windows. Also fixed a couple of irritations on o...Alastair Houghton2012-01-301-93/+202
* Trying some changes for Windows to see IPv6 addresses.Alastair Houghton2012-01-301-46/+149
* Improved setup script so it will build successfully in more cases. Added a v...Alastair Houghton2012-01-301-3/+12
* Added address families dictionary, courtesy of Warren Turkal.Alastair Houghton2011-11-041-0/+120
* commit fad362f75136e2fe22f39d97c6c0177309586fecAlastair Houghton2011-11-041-4/+36
* Added netifaces-0.5 source code.Alastair Houghton2011-10-101-0/+1110