summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Without this line, PyPy crashes. I guess we can't rely on the indirect refer...Alastair Houghton2014-05-021-0/+12
| * Updated home page.Alastair Houghton2014-05-011-1/+1
| * Fixed a typo in the README.rst.Alastair Houghton2014-05-011-1/+1
| * Added tag release_0_10_0 for changeset 6030c12264f1Alastair Houghton2014-05-010-0/+0
| * Fixed a problem caused by buggy behaviour from Visual C++ 2010.release_0_10_0Alastair Houghton2014-05-011-5/+9
| * Added tag release_0_10_0 for changeset 5126010ebcd6Alastair Houghton2014-05-010-0/+0
| * Added a note about the gateways() API.Alastair Houghton2014-05-011-0/+6
| * Fixed a silly bug I found with the test script. Added gateway output to the ...Alastair Houghton2014-05-012-15/+38
| * 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-013-20/+765
| * Set the zip-safe flag.Alastair Houghton2014-04-281-0/+1
| * Updated version number. Made the README explicitly reStructuredTextAlastair Houghton2014-04-282-18/+23
| * Bump version number and make the build status image into a link.Alastair Houghton2014-04-282-1/+3
| * Added build status image.Alastair Houghton2014-04-281-4/+5
| * Formatting changes.Alastair Houghton2014-04-281-33/+35
| * Updated README.Alastair Houghton2014-04-281-7/+3
| * Use a Python 2.5 compatible way of doing print statements.Alastair Houghton2014-04-281-21/+28
| * Changes to C code for Python 3K compatibility.Alastair Houghton2014-04-281-61/+88
| * Fixed a final Python 3K problem.Alastair Houghton2014-04-281-1/+1
| * More Python 3K compatibility.Alastair Houghton2014-04-281-2/+2
| * Use Python 3 print function, not print statement. Also, avoid declaring varia...Alastair Houghton2014-04-282-43/+50
| * Use add_to_family() in the ioctl() code path. Also fix a problem on platform...Alastair Houghton2012-01-311-40/+28
| * Fixed a problem with setup.py when some things are cached.Alastair Houghton2012-01-311-0/+10
| * Fixed description.Alastair Houghton2012-01-311-2/+1
| * Fixed bit-rot in the ioctl-based code path.Alastair Houghton2012-01-312-2/+2
| * Added egg-info folder to ignores.Alastair Houghton2012-01-311-0/+1
| * Removed egg-info folder.Alastair Houghton2012-01-314-35/+0
| * Vastly improved support for Windows. Also fixed a couple of irritations on o...Alastair Houghton2012-01-302-118/+227
| * Updated ignores.Alastair Houghton2012-01-301-0/+2
| * Added a convenient test program.Alastair Houghton2012-01-301-0/+26
| * 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-303-14/+27
| * Ignore the dist folder, disable hard links during build.Alastair Houghton2011-11-042-0/+4
| * Added address families dictionary, courtesy of Warren Turkal.Alastair Houghton2011-11-043-2/+122
| * commit fad362f75136e2fe22f39d97c6c0177309586fecAlastair Houghton2011-11-041-4/+36
| * Added netifaces-0.5 source code.Alastair Houghton2011-10-1010-0/+1741
* Merged in Stavros/netifaces (pull request #7)Alastair Houghton2016-08-101-1/+1
|\
| * Fix setup in case there's no print.Stavros Korokithakis2016-04-241-1/+1
| * Fix possible dereference of a null pointer (deftuple variable)bastiak2016-04-079-0/+3505
* Fix stack overwriting when len=0.Doug Horn2016-08-099-0/+3506