summaryrefslogtreecommitdiff
path: root/netifaces.c
Commit message (Expand)AuthorAgeFilesLines
* Interpret missing gateway priority, handle some out of order metricsYuri Sevatz2020-12-171-6/+12
* Fix gateway detection when gateway in routing table with all null'sYuri Sevatz2020-12-171-1/+7
* Fix py2Inada Naoki2020-06-141-2/+2
* Replace PyUnicode_FromUnicodeInada Naoki2020-06-141-2/+2
* Merge pull request #46 from harshalbarefoot/patch-1Alastair Houghton2020-05-191-2/+2
|\
| * Fixing netmask calculation for IPv6harshal patel2019-08-021-2/+2
* | segfault when trying to access netifaces.ifaddressesRajendra Dendukuri2019-06-131-1/+4
|/
* Fix invalid errno check in netifaces.gateways()Alan Somers2019-01-011-1/+1
* Fixed #26. Also fixed a couple of warnings.Alastair Houghton2018-12-121-6/+6
* Fixed #39.Alastair Houghton2017-06-011-2/+6
* Always use Unicode strings, regardless of platform; otherwise it makes using ...Alastair Houghton2017-06-011-83/+95
* Coping with old Linux kernelsRodrigo Tobar2016-09-141-0/+5
* Fixed Windows netmask issues. Also made selection of default gateway better ...Alastair Houghton2016-08-231-145/+185
* Fix IPv6 netmask format. Also ignore buggy broadcast addresses on Cygwin.Alastair Houghton2016-08-231-25/+172
* Fixed the build on Linux. Also changed the Linux code to respect the interfa...Alastair Houghton2016-08-231-1/+23
* Close the socket we created.Alastair Houghton2016-08-231-0/+2
* Merged in steffann/netifaces (pull request #5), though it's missing a `close(...Alastair Houghton2016-08-231-2/+53
|\
| * Add support for retrieving IPv6 address flags on BSD/Mac-OSSander Steffann2015-07-011-2/+53
| * Fix a call to Py_INCREF.Claudiu Popa2014-10-111-1/+2
| * Fixed a similar problem, but that might happen in the case of multi-part mess...Alastair Houghton2014-05-161-1/+2
| * 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
* Fix stack overwriting when len=0.Doug Horn2016-08-091-0/+2620