c7fd3e5485Fix CI on 3.8+
Joshua Oreman
2022-01-13 17:25:29 -07:00
305b258a48Fix CI, make COPY_META mode work
Joshua Oreman
2022-01-13 17:19:28 -07:00
62da18ee37Document and test remaining attributes/methods; fix PyPy tests by not calling unbind() from tp_dealloc; misc other cleanups
Joshua Oreman
2022-01-13 17:09:51 -07:00
b0ccf8d2c8Remove unnecessary conversion of byte order for set_mark
Arata Notsu
2016-10-30 00:57:26 +09:00
adb254540bMerge pull request #18 from WGH-/master
Matt Fox
2016-10-27 21:05:18 -07:00
949f894256use self.payload[:self.payload_len] for getting python string
WGH
2016-10-27 23:49:16 +03:00
9c74558250Update pypi download URL for 0.7
Matt Fox
2016-06-28 00:27:27 -07:00
a8efde1ab5Version update reminder in setup.py
Matt Fox
2016-06-28 00:19:08 -07:00
9329a05fcbUpdate VERSION in netfilterqueue.pyx to 0.7
Matt Fox
2016-06-28 00:18:39 -07:00
4637adbba7Handle ENOBUFS in run_socket.
Matt Fox
2016-06-28 00:13:40 -07:00
a2f2feec63Bump version to 0.7
Matt Fox
2016-06-28 00:03:15 -07:00
f425c49eacChange setup.py classifier from beta to stable. Aww yeah.
Matt Fox
2016-06-27 23:57:58 -07:00
a6d0e8d57fUpdate license in setup.py to match LICENSE.txt, which was updated 5 years ago. ¯\_(ツ)_/¯
Matt Fox
2016-06-27 23:56:35 -07:00
7e2c4df98fUpdate author email.
Matt Fox
2016-06-27 23:52:50 -07:00
ccb353011aAdd run_socket, which uses socket.recv so that gevent can monkeypatch it. Fixes#5
Matt Fox
2016-06-27 23:48:53 -07:00
2960dc3401Use nfq_set_verdict2 instead of nfq_set_verdict_mark, like the libnetfilter_queue documentation says to do.
Matt Fox
2016-06-27 21:27:12 -07:00
405747fe36Fix run() documentation omission.
Matt Fox
2016-06-27 21:18:34 -07:00
673060efc6Update README docs with new functions and arguments.
Matt Fox
2016-06-27 21:16:33 -07:00
4d5c866ab3Make COPY* constants zero-indexed. Fixes#6.
Matt Fox
2016-06-27 20:52:13 -07:00
8302b4ed0dMerge branch 'brian-goldman-master'
Matt Fox
2016-06-27 20:46:58 -07:00
30b7a99140Merge branch 'master' of git://github.com/brian-goldman/python-netfilterqueue into brian-goldman-master
Matt Fox
2016-06-27 20:46:50 -07:00
cde0af67d3Merge branch 'dave2492-master'
Matt Fox
2016-06-27 20:36:29 -07:00
c88de1ec51Merge branch 'master' of git://github.com/dave2492/python-netfilterqueue into dave2492-master
Matt Fox
2016-06-27 20:36:00 -07:00
61cfb3d342Merge branch 'lilydjwg-master'
Matt Fox
2016-06-27 20:10:43 -07:00
e4e8516d45Merge branch 'master' of git://github.com/lilydjwg/python-netfilterqueue into lilydjwg-master
Matt Fox
2016-06-27 20:10:26 -07:00
5fd8e932acAdd unbind() to README example
Matt Fox
2016-06-27 20:03:55 -07:00
a43e8ad410Merge branch 'remleduff-patch-1'
Matt Fox
2016-06-27 20:03:32 -07:00
c7ef78bcf8Merge branch 'patch-1' of git://github.com/remleduff/python-netfilterqueue into remleduff-patch-1
Matt Fox
2016-06-27 20:02:35 -07:00
75c9f56469Bring README up to date with 0.6.0
Matt Fox
2016-06-27 19:59:57 -07:00
b14fa6484dSupport asynchronous packet handling.
Brian Goldman
2015-11-17 14:07:50 -08:00
f4e3f0936dAdded recv skip of ENOBUFS, also set of rcv socklen
Dave Benson
2015-08-06 16:26:40 -04:00
7db2fd300fPrevent double-destroy of queue in __dealloc__
remleduff
2015-07-16 17:35:23 -04:00
53a55fd588Merge pull request #1 from fqrouter/master
wimkerkhoff
2015-06-01 09:26:37 -07:00
28ec376dd3Merge branch 'master' of github.com:kti/python-netfilterqueue
Matt Fox
2011-10-14 14:55:39 -07:00
be8ddc6219Specify any callback, no more use by inheritance Change version to 0.3.0 Update and bugfixes in readme.rst
Matt Fox
2011-10-14 14:14:25 -07:00
76113a9ddcChange to MIT license (old BSD 3-clause not strictly compatible w/ GPL)
Matt Fox
2011-10-14 14:12:31 -07:00
f4f0828066Minor README format changes
Matt
2011-05-13 10:02:54 -07:00
324ac43316Format and wording changes
Matt
2011-05-13 09:51:29 -07:00
778ad58890Regenerated by Cython.
Matt
2011-05-13 09:48:29 -07:00
19ccf5cbf1Update limitations, add license and source sections.
Matt
2011-05-13 09:48:03 -07:00
9e167c1c4bUpdate version to 0.2.
Matt
2011-05-13 09:26:13 -07:00
a1687c5fa1Add to CHANGES
Matt
2011-05-13 09:25:19 -07:00
f6ef533393Add API to README.
Matt
2011-05-13 09:23:17 -07:00
a3676c4394Add details to README.
Matt
2011-05-13 08:42:05 -07:00
f5e0ad83adAdd MANIFEST.in
Matt Fox
2011-05-12 14:10:15 -07:00