All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnetfilter_queue 0/4] misc code cleaning and documentation
@ 2008-12-19 21:36 Eric Leblond
  2008-12-19 21:36 ` [libnetfilter_queue 1/4] Change variable name to have an homogeneous naming Eric Leblond
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Eric Leblond @ 2008-12-19 21:36 UTC (permalink / raw)
  To: netfilter-devel

Hi,

This small patchset fixes two inconsistencies:
 * Change variable name to have an homogeneous naming
 * Use nfq_fd function instead of call to nfnetlink function.
It also fixes a potential problem in nfq_close() where a ressource was freed twice:
 * Suppress double call of nfnl_subsys_close()
Last patch is a documentation update:
 * Switch documentation style to doxygen.
I've switched the documentation style to doxygen format. It is standard, easy
to use and very powerful. An html output example is available here:
	http://www.nufw.org/doc/libnetfilter_queue/

Patchset statistics:
 src/libnetfilter_queue.c |  437 ++++++++++++++++++++++++++++++++--------------
 utils/nfqnl_test.c       |    3 +-
 2 files changed, 310 insertions(+), 130 deletions(-)

BR,
--
Eric Leblond <eric@inl.fr>
INL: http://www.inl.fr/
NuFW: http://www.nufw.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-12-22 22:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 21:36 [libnetfilter_queue 0/4] misc code cleaning and documentation Eric Leblond
2008-12-19 21:36 ` [libnetfilter_queue 1/4] Change variable name to have an homogeneous naming Eric Leblond
2008-12-19 21:36 ` [libnetfilter_queue 2/4] Use nfq_fd function instead of call to nfnetlink function Eric Leblond
2008-12-19 21:36 ` [libnetfilter_queue 3/4] Suppress double call of nfnl_subsys_close() Eric Leblond
2008-12-19 21:36 ` [libnetfilter_queue 4/4] Switch documentation style to doxygen Eric Leblond
2008-12-22 10:45   ` Pablo Neira Ayuso
2008-12-22 10:55     ` Eric Leblond
2008-12-22 10:59       ` [libnetfilter_queue] Add doxygen config file Eric Leblond
2008-12-22 11:41         ` Pablo Neira Ayuso
2008-12-22 12:56           ` Eric Leblond
2008-12-22 12:32       ` [libnetfilter_queue 4/4] Switch documentation style to doxygen Pablo Neira Ayuso
2008-12-22 13:50     ` Jan Engelhardt
2008-12-22 22:02       ` Pablo Neira Ayuso
2008-12-22 22:08         ` Jan Engelhardt
2008-12-22 10:48 ` [libnetfilter_queue 0/4] misc code cleaning and documentation Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.