summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-25attr: rename str_null from NULL awayJan Engelhardt
2010-10-25nlmsg: use bool return type for yes-no functionsJan Engelhardt
2010-10-22include: add cplusplus guards for externJan Engelhardt
2010-10-22socket: use more appropriate types for mnl_socket_bindJan Engelhardt
2010-10-22callback: mnl_cb_run should use a void *Jan Engelhardt
2010-10-22attr: string functions should take char *Jan Engelhardt
2010-10-22include: consistent usage of "extern"Jan Engelhardt
2010-10-22doc: documentation updatesJan Engelhardt
2010-10-22socket: remove statement with no effectJan Engelhardt
2010-10-22src: remove redundant castsJan Engelhardt
2010-10-22src: add const qualifiersJan Engelhardt
2010-10-22src: avoid using deprecated unspecified argument listsJan Engelhardt
2010-10-22build: fix disable_static functionalityJan Engelhardt
2010-10-21doc: git tree update (now at netfilter.org) and fix listing in doxygenPablo Neira Ayuso
2010-10-21src: define MNL_SOCKET_BUFFER_SIZE to 8192ULPablo Neira Ayuso
2010-10-19Add .gitignore filesJan Engelhardt
2010-10-19build: default to not build static librariesJan Engelhardt
2010-10-19build: remove unneeded -dynamic -ldl -nostartfiles flagsJan Engelhardt
2010-10-19build: resolve compiler warningsJan Engelhardt
2010-10-19build: rebuild .pc files when configure status changedJan Engelhardt
2010-10-19build: run autoupdateJan Engelhardt
2010-10-19build: use subdir-objects and CC_C_OJan Engelhardt
2010-10-19build: automake options should be in AM_INIT_AUTOMAKEJan Engelhardt
2010-10-19build: do not abuse AM_INIT_AUTOMAKE for autoconf optionsJan Engelhardt
2010-10-19build: just use autoreconfJan Engelhardt
2010-10-10add quote from Thoureau to documentationPablo Neira Ayuso
2010-09-08doxygen documentationPablo Neira Ayuso
2010-09-08examples: put examples files into specific directoriesPablo Neira Ayuso
2010-09-08add missing .gitignore file to m4/ directoryPablo Neira Ayuso
2010-09-08skip PortID and sequence checking if zeroPablo Neira Ayuso
2010-07-15build: add notice on how to update library API versionPablo Neira Ayuso
2010-07-10examples: fix byte-order in nfct-eventPablo Neira Ayuso
2010-07-10examples: fix rtnl-set-linkPablo Neira Ayuso
2010-06-25socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg()Pablo Neira Ayuso
2010-05-17nlmsg: use size_t instead of int for several input parametersPablo Neira Ayuso
2010-05-09add nfct-event examplePablo Neira Ayuso
2010-05-09fix rtnl-link-dump3.cPablo Neira Ayuso
2010-05-09relax mnl_attr_type_valid() checkings and change errno valuePablo Neira Ayuso
2010-05-07change errno values for mnl_cb_run[2]()Pablo Neira Ayuso
2010-05-04statify function in nf-queue.c examplePablo Neira Ayuso
2010-05-03add nf-queue.c example file for nfnetlink_queuePablo Neira Ayuso
2010-05-03add licensing terms of example filesPablo Neira Ayuso
2010-04-30add helpers to nest attributesPablo Neira Ayuso
2010-04-23add rtnl-route-add.c to examplesPablo Neira Ayuso
2010-04-22remove references to 'generic' in header filePablo Neira Ayuso
2010-04-22fix lots of compilation warnings in example filesPablo Neira Ayuso
2010-04-22add -Wextra -Wall for example filesPablo Neira Ayuso
2010-04-22fix warning in mnl_cb_run2()Pablo Neira Ayuso
2010-04-22remove redudant alignment in mnl_nlmsg_size()Pablo Neira Ayuso
2010-04-22use size_t to indicate the buffer size in mnl_cb_run*()Pablo Neira Ayuso