Age | Commit message (Expand) | Author |
2010-11-11 | attr: remove redundant check for NULL | Jan Engelhardt |
2010-11-11 | nlmsg: use bool for mnl_nlmsg_ok() | Jan Engelhardt |
2010-11-11 | socket: constify a struct sockaddr_nl | Jan Engelhardt |
2010-11-07 | Merge branch 'master' of git://dev.medozas.de/libmnl | Pablo Neira Ayuso |
2010-11-07 | nlmsg: rework mnl_nlmsg_fprintf | Pablo Neira Ayuso |
2010-11-07 | examples: add nflog example | Pablo Neira Ayuso |
2010-11-05 | build: remove statements without obvious effect | Jan Engelhardt |
2010-10-31 | build: remove -fPIC flag | Jan Engelhardt |
2010-10-30 | examples: remove redundant casts | Jan Engelhardt |
2010-10-25 | attr: rename str_null from NULL away | Jan Engelhardt |
2010-10-25 | nlmsg: use bool return type for yes-no functions | Jan Engelhardt |
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 |