summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: default to not build static librariesJan Engelhardt2010-10-191-0/+1
* build: remove unneeded -dynamic -ldl -nostartfiles flagsJan Engelhardt2010-10-194-11/+1
* build: resolve compiler warningsJan Engelhardt2010-10-191-1/+1
* build: rebuild .pc files when configure status changedJan Engelhardt2010-10-191-0/+2
* build: run autoupdateJan Engelhardt2010-10-193-6/+5
* build: use subdir-objects and CC_C_OJan Engelhardt2010-10-191-1/+2
* build: automake options should be in AM_INIT_AUTOMAKEJan Engelhardt2010-10-192-2/+1
* build: do not abuse AM_INIT_AUTOMAKE for autoconf optionsJan Engelhardt2010-10-191-2/+2
* build: just use autoreconfJan Engelhardt2010-10-191-16/+2
* add quote from Thoureau to documentationPablo Neira Ayuso2010-10-101-0/+4
* doxygen documentationPablo Neira Ayuso2010-09-086-144/+405
* examples: put examples files into specific directoriesPablo Neira Ayuso2010-09-0816-52/+62
* add missing .gitignore file to m4/ directoryPablo Neira Ayuso2010-09-081-0/+2
* skip PortID and sequence checking if zeroPablo Neira Ayuso2010-09-081-4/+13
* build: add notice on how to update library API versionPablo Neira Ayuso2010-07-151-3/+19
* examples: fix byte-order in nfct-eventPablo Neira Ayuso2010-07-101-8/+11
* examples: fix rtnl-set-linkPablo Neira Ayuso2010-07-101-9/+12
* socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg()Pablo Neira Ayuso2010-06-252-32/+0
* nlmsg: use size_t instead of int for several input parametersPablo Neira Ayuso2010-05-172-8/+8
* add nfct-event examplePablo Neira Ayuso2010-05-092-1/+248
* fix rtnl-link-dump3.cPablo Neira Ayuso2010-05-091-1/+1
* relax mnl_attr_type_valid() checkings and change errno valuePablo Neira Ayuso2010-05-098-41/+37
* change errno values for mnl_cb_run[2]()Pablo Neira Ayuso2010-05-071-3/+6
* statify function in nf-queue.c examplePablo Neira Ayuso2010-05-041-1/+2
* add nf-queue.c example file for nfnetlink_queuePablo Neira Ayuso2010-05-032-1/+257
* add licensing terms of example filesPablo Neira Ayuso2010-05-038-0/+48
* add helpers to nest attributesPablo Neira Ayuso2010-04-302-0/+36
* add rtnl-route-add.c to examplesPablo Neira Ayuso2010-04-232-0/+98
* remove references to 'generic' in header filePablo Neira Ayuso2010-04-221-3/+3
* fix lots of compilation warnings in example filesPablo Neira Ayuso2010-04-227-23/+19
* add -Wextra -Wall for example filesPablo Neira Ayuso2010-04-222-1/+1
* fix warning in mnl_cb_run2()Pablo Neira Ayuso2010-04-221-3/+3
* remove redudant alignment in mnl_nlmsg_size()Pablo Neira Ayuso2010-04-221-1/+1
* use size_t to indicate the buffer size in mnl_cb_run*()Pablo Neira Ayuso2010-04-222-4/+4
* review data types for input parameters of mnl_attr_*() functionsPablo Neira Ayuso2010-04-222-22/+23
* fix mnl_attr_parse()Jozsef Kadlecsik2010-04-221-1/+1
* add mnl_nlmsg_fprintf() function for debugging purposesPablo Neira Ayuso2010-04-193-13/+20
* fix for mnl_attr_for_each_nested()Jozsef Kadlecsik2010-04-161-2/+2
* update socket helper documentationPablo Neira Ayuso2010-04-121-5/+6
* minor update in README (library is around 30KB here, not 20KB)Pablo Neira Ayuso2010-04-121-1/+1
* remove mnl_nlmsg_get_len() functionPablo Neira Ayuso2010-04-1210-30/+14
* remove bogus casting in mnl_nlmsg_get_payload_tail()Pablo Neira Ayuso2010-04-121-1/+1
* improve documentation of netlink message helpersPablo Neira Ayuso2010-04-121-21/+55
* review documentation on netlink attribute helpersPablo Neira Ayuso2010-04-121-32/+68
* add new README filePablo Neira Ayuso2010-04-081-8/+22
* more consistency name issues: rename get_data*() to get_payload*()Pablo Neira Ayuso2010-04-0510-31/+31
* xPablo Neira Ayuso2010-04-051-1/+5
* rename mnl_nlmsg_payload_size() to mnl_nlmsg_get_payload_len() for consistencyPablo Neira Ayuso2010-04-052-4/+4
* rename msg.c to nlmsg.cPablo Neira Ayuso2010-04-052-1/+4
* rename mnl_attr_type_ok() by mnl_attr_type_valid() for consistencyPablo Neira Ayuso2010-04-058-23/+23