summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-22review data types for input parameters of mnl_attr_*() functionsPablo Neira Ayuso
2010-04-22fix mnl_attr_parse()Jozsef Kadlecsik
2010-04-19add mnl_nlmsg_fprintf() function for debugging purposesPablo Neira Ayuso
2010-04-16fix for mnl_attr_for_each_nested()Jozsef Kadlecsik
2010-04-12update socket helper documentationPablo Neira Ayuso
2010-04-12minor update in README (library is around 30KB here, not 20KB)Pablo Neira Ayuso
2010-04-12remove mnl_nlmsg_get_len() functionPablo Neira Ayuso
2010-04-12remove bogus casting in mnl_nlmsg_get_payload_tail()Pablo Neira Ayuso
2010-04-12improve documentation of netlink message helpersPablo Neira Ayuso
2010-04-12review documentation on netlink attribute helpersPablo Neira Ayuso
2010-04-08add new README filePablo Neira Ayuso
2010-04-05more consistency name issues: rename get_data*() to get_payload*()Pablo Neira Ayuso
2010-04-05xPablo Neira Ayuso
2010-04-05rename mnl_nlmsg_payload_size() to mnl_nlmsg_get_payload_len() for consistencyPablo Neira Ayuso
2010-04-05rename msg.c to nlmsg.cPablo Neira Ayuso
2010-04-05rename mnl_attr_type_ok() by mnl_attr_type_valid() for consistencyPablo Neira Ayuso
2010-04-05fix warning in compilation due to different signessPablo Neira Ayuso