summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | test script.
* 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 ↵Alastair Houghton2014-05-013-20/+765
| | | | Solaris related issues.
* 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 ↵Alastair Houghton2014-04-282-43/+50
| | | | variables mid-function in C code, since some compilers don't like it.
* Use add_to_family() in the ioctl() code path. Also fix a problem on ↵Alastair Houghton2012-01-311-40/+28
| | | | platforms where the ifreq struct might change in length.
* 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 ↵Alastair Houghton2012-01-302-118/+227
| | | | other platforms.
* 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 ↵Alastair Houghton2012-01-303-14/+27
| | | | version constant to the module. Fixed odd error behaviour for interfaces with no addresses on Linux.