Age | Commit message (Expand) | Author |
2010-12-17 | nlmsg: add new message batching infrastructure | Pablo Neira Ayuso |
2010-12-17 | header: missing parenthesis in MNL_SOCKET_BUFFER_SIZE definition | Pablo Neira Ayuso |
2010-12-17 | header: use getpagesize() for MNL_SOCKET_BUFFER_SIZE | Pablo Neira Ayuso |
2010-12-17 | attr: add put function that allows to check buffer size | Pablo Neira Ayuso |
2010-12-12 | callback: use of inline in mnl_cb_run*() function | Pablo Neira Ayuso |
2010-12-09 | header: add MNL_ARRAY_SIZE(x) | Pablo Neira Ayuso |
2010-11-22 | attr: add mnl_attr_nest_cancel() | Pablo Neira Ayuso |
2010-11-19 | add libmnl.map file to src/Makefile.am | Pablo Neira Ayuso |
2010-11-19 | nlmsg: remove unused function mnl_nlmsg_aligned_size() | Jan Engelhardt |
2010-11-19 | ld: add some more precautionary CFLAGS | Jan Engelhardt |
2010-11-19 | build: tag function headers rather than decls as exported | Jan Engelhardt |
2010-11-19 | nlmsg: remove unexisting mnl_nlmsg_total_size | Pablo Neira Ayuso |
2010-11-19 | license: change licensing terms from GPLv2+ to LGPLv2.1+ | Pablo Neira Ayuso |
2010-11-16 | Update .gitignore | Jan Engelhardt |
2010-11-16 | socket: propagate sendto/recvmsg's return types | Jan Engelhardt |
2010-11-16 | attr: avoid multiple definition of hidden variable | Jan Engelhardt |
2010-11-15 | include: use C++ headers in C++ mode | Jan Engelhardt |
2010-11-15 | src: implement both GCC visibility support and export script | Cristian RodrÃguez |
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 |