Age | Commit message (Expand) | Author |
2010-10-22 | include: add cplusplus guards for extern | Jan Engelhardt |
2010-10-22 | socket: use more appropriate types for mnl_socket_bind | Jan Engelhardt |
2010-10-22 | callback: mnl_cb_run should use a void * | Jan Engelhardt |
2010-10-22 | attr: string functions should take char * | Jan Engelhardt |
2010-10-22 | include: consistent usage of "extern" | Jan Engelhardt |
2010-10-22 | doc: documentation updates | Jan Engelhardt |
2010-10-22 | socket: remove statement with no effect | Jan Engelhardt |
2010-10-22 | src: remove redundant casts | Jan Engelhardt |
2010-10-22 | src: add const qualifiers | Jan Engelhardt |
2010-10-22 | src: avoid using deprecated unspecified argument lists | Jan Engelhardt |
2010-10-22 | build: fix disable_static functionality | Jan Engelhardt |
2010-10-21 | doc: git tree update (now at netfilter.org) and fix listing in doxygen | Pablo Neira Ayuso |
2010-10-21 | src: define MNL_SOCKET_BUFFER_SIZE to 8192UL | Pablo Neira Ayuso |
2010-10-19 | Add .gitignore files | Jan Engelhardt |
2010-10-19 | build: default to not build static libraries | Jan Engelhardt |
2010-10-19 | build: remove unneeded -dynamic -ldl -nostartfiles flags | Jan Engelhardt |
2010-10-19 | build: resolve compiler warnings | Jan Engelhardt |
2010-10-19 | build: rebuild .pc files when configure status changed | Jan Engelhardt |
2010-10-19 | build: run autoupdate | Jan Engelhardt |
2010-10-19 | build: use subdir-objects and CC_C_O | Jan Engelhardt |
2010-10-19 | build: automake options should be in AM_INIT_AUTOMAKE | Jan Engelhardt |
2010-10-19 | build: do not abuse AM_INIT_AUTOMAKE for autoconf options | Jan Engelhardt |
2010-10-19 | build: just use autoreconf | Jan Engelhardt |
2010-10-10 | add quote from Thoureau to documentation | Pablo Neira Ayuso |
2010-09-08 | doxygen documentation | Pablo Neira Ayuso |
2010-09-08 | examples: put examples files into specific directories | Pablo Neira Ayuso |
2010-09-08 | add missing .gitignore file to m4/ directory | Pablo Neira Ayuso |
2010-09-08 | skip PortID and sequence checking if zero | Pablo Neira Ayuso |
2010-07-15 | build: add notice on how to update library API version | Pablo Neira Ayuso |
2010-07-10 | examples: fix byte-order in nfct-event | Pablo Neira Ayuso |
2010-07-10 | examples: fix rtnl-set-link | Pablo Neira Ayuso |
2010-06-25 | socket: remove mnl_socket_sendmsg() and mnl_socket_recvmsg() | Pablo Neira Ayuso |
2010-05-17 | nlmsg: use size_t instead of int for several input parameters | Pablo Neira Ayuso |
2010-05-09 | add nfct-event example | Pablo Neira Ayuso |
2010-05-09 | fix rtnl-link-dump3.c | Pablo Neira Ayuso |
2010-05-09 | relax mnl_attr_type_valid() checkings and change errno value | Pablo Neira Ayuso |
2010-05-07 | change errno values for mnl_cb_run[2]() | Pablo Neira Ayuso |
2010-05-04 | statify function in nf-queue.c example | Pablo Neira Ayuso |
2010-05-03 | add nf-queue.c example file for nfnetlink_queue | Pablo Neira Ayuso |
2010-05-03 | add licensing terms of example files | Pablo Neira Ayuso |
2010-04-30 | add helpers to nest attributes | Pablo Neira Ayuso |
2010-04-23 | add rtnl-route-add.c to examples | Pablo Neira Ayuso |
2010-04-22 | remove references to 'generic' in header file | Pablo Neira Ayuso |
2010-04-22 | fix lots of compilation warnings in example files | Pablo Neira Ayuso |
2010-04-22 | add -Wextra -Wall for example files | Pablo Neira Ayuso |
2010-04-22 | fix warning in mnl_cb_run2() | Pablo Neira Ayuso |
2010-04-22 | remove redudant alignment in mnl_nlmsg_size() | Pablo Neira Ayuso |
2010-04-22 | use size_t to indicate the buffer size in mnl_cb_run*() | Pablo Neira Ayuso |
2010-04-22 | review data types for input parameters of mnl_attr_*() functions | Pablo Neira Ayuso |
2010-04-22 | fix mnl_attr_parse() | Jozsef Kadlecsik |