summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19build: tag function headers rather than decls as exportedJan Engelhardt
2010-11-19nlmsg: remove unexisting mnl_nlmsg_total_sizePablo Neira Ayuso
2010-11-19license: change licensing terms from GPLv2+ to LGPLv2.1+Pablo Neira Ayuso
2010-11-16Update .gitignoreJan Engelhardt
2010-11-16socket: propagate sendto/recvmsg's return typesJan Engelhardt
2010-11-16attr: avoid multiple definition of hidden variableJan Engelhardt
2010-11-15include: use C++ headers in C++ modeJan Engelhardt
2010-11-15src: implement both GCC visibility support and export scriptCristian Rodríguez
2010-11-11attr: remove redundant check for NULLJan Engelhardt
2010-11-11nlmsg: use bool for mnl_nlmsg_ok()Jan Engelhardt
2010-11-11socket: constify a struct sockaddr_nlJan Engelhardt
2010-11-07Merge branch 'master' of git://dev.medozas.de/libmnlPablo Neira Ayuso
2010-11-07nlmsg: rework mnl_nlmsg_fprintfPablo Neira Ayuso
2010-11-07examples: add nflog examplePablo Neira Ayuso
2010-11-05build: remove statements without obvious effectJan Engelhardt
2010-10-31build: remove -fPIC flagJan Engelhardt
2010-10-30examples: remove redundant castsJan Engelhardt
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