summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added a new readme.HEADmasterAlastair Houghton2018-02-131-0/+5
|
* Removed all files.Alastair Houghton2018-02-138-3865/+0
|
* Pass through extra parameters (makes uploading easy).Alastair Houghton2017-06-011-6/+6
|
* Bumped version number, updated CHANGELOG.Alastair Houghton2017-06-013-5/+14
|
* Fixed #39.Alastair Houghton2017-06-011-2/+6
|
* Updated Windows packaging batch file.Alastair Houghton2017-06-011-4/+6
|
* Ignore Visual Studio .pdb files.Alastair Houghton2017-06-011-0/+1
|
* Always use Unicode strings, regardless of platform; otherwise it makes using ↵Alastair Houghton2017-06-011-83/+95
| | | | it with ipaddress annoying.
* Coping with old Linux kernelsRodrigo Tobar2016-09-141-0/+5
| | | | | Old Linux kernels don't define yet RTNL_FAMILY_MAX and used NPROTO instead. This changed on linux commit 25239ce.
* Oops; forgot to update the README.Alastair Houghton2016-08-231-4/+4
|
* Added tag release_0_10_5 for changeset dc7c8e888476Alastair Houghton2016-08-230-0/+0
|
* Updated CHANGELOG for release.release_0_10_5Alastair Houghton2016-08-231-0/+16
|
* Added tag release_0_10_5 for changeset e1ca7f630335Alastair Houghton2016-08-230-0/+0
|
* Fixed Windows netmask issues. Also made selection of default gateway better ↵Alastair Houghton2016-08-231-145/+185
| | | | on Windows.
* 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 ↵Alastair Houghton2016-08-231-1/+23
| | | | interface priority when determining the default gateway.
* Close the socket we created.Alastair Houghton2016-08-231-0/+2
|
* Merged in steffann/netifaces (pull request #5), though it's missing a ↵Alastair Houghton2016-08-232-4/+112
|\ | | | | | | | | | | `close()` call, so until I check in the fix, the tip will leak sockets for IPv6. Add support for retrieving IPv6 address flags on BSD/Mac-OS
| * Add support for retrieving IPv6 address flags on BSD/Mac-OSSander Steffann2015-07-012-4/+112
| |
* | Merged in Stavros/netifaces (pull request #7)Alastair Houghton2016-08-101-1/+1
|\ \ | | | | | | | | | Fix setup in case there's no print.
| * | Fix setup in case there's no print.Stavros Korokithakis2016-04-241-1/+1
| | |
* | | Fix stack overwriting when len=0.Doug Horn2016-08-091-1/+2
|/ /
* | Fix possible dereference of a null pointer (deftuple variable)bastiak2016-04-071-1/+1
|/ | | | PyDECREF cannot be used with NULL pointer. Variable 'deftuple' may be unintialized in case that variable 'isdefault' is false. I suggest to use PyXDECREF macro instead.
* Python 3 renames the __builtin__ module.Alastair Houghton2014-10-131-3/+7
|
* Use __builtin__ module, not __builtins__ variable.Alastair Houghton2014-10-131-1/+3
|
* Fix a call to Py_INCREF.Claudiu Popa2014-10-111-1/+2
| | | | | This crashed the interpreter when running netifaces on a FreeBSD platform.
* Added tag release_0_10_4 for changeset 1d6d179f8bceAlastair Houghton2014-05-190-0/+0
|
* Bumped version numbers.release_0_10_4Alastair Houghton2014-05-193-5/+9
|
* Added tag release_0_10_4 for changeset 200d70e77eacAlastair Houghton2014-05-190-0/+0
|
* Fixed a similar problem, but that might happen in the case of multi-part ↵Alastair Houghton2014-05-161-1/+2
| | | | messages.
* Fixed a problem on Linux that meant that the gateways() method could crash ↵Alastair Houghton2014-05-161-2/+3
| | | | if the routing table dump was interrupted.
* Added tag release_0_10_3 for changeset 4d4e27588b57Alastair Houghton2014-05-060-0/+0
|
* Improved test for PF_ROUTE sockets so Linux fails it.release_0_10_3Alastair Houghton2014-05-061-0/+1
|
* Fix builds on older Linux kernel versions (no NLM_F_DUMP_INTR). Also, test ↵Alastair Houghton2014-05-064-38/+15
| | | | for RTF_IFSCOPE in a more sensible manner.
* adding some additional notes about the version jump so it's present in ↵Oliver Palmer2014-05-031-1/+4
| | | | PyPi's readme
* adding Windows batch script used to build and upload multiple binary formats ↵Oliver Palmer2014-05-031-0/+4
| | | | for Windows to PyPi
* Added tag release_0_10_2 for changeset 115c8cd67e6fAlastair Houghton2014-05-030-0/+0
|
* Added a workaround for broken netlink headers on some Linux distros.release_0_10_2Alastair Houghton2014-05-033-5/+11
|
* Added tag release_0_10_1 for changeset 00e6caae571dAlastair Houghton2014-05-020-0/+0
|
* Added CHANGELOG file.release_0_10_1Alastair Houghton2014-05-021-0/+46
|
* Added tag release_0_10_1 for changeset edeca5af4b59Alastair Houghton2014-05-020-0/+0
|
* Added tag release_0_10_1 for changeset 6bd18908c5caAlastair Houghton2014-05-020-0/+0
|
* Bumped version number.Alastair Houghton2014-05-022-2/+2
|
* Made the test script Python 3 compatible.Alastair Houghton2014-05-021-1/+2
|
* Without this line, PyPy crashes. I guess we can't rely on the indirect ↵Alastair Houghton2014-05-021-0/+12
| | | | reference via result (presumably due to some PyPy optimisation).
* 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
|