summaryrefslogtreecommitdiffstats
path: root/lib/nl.c
Commit message (Expand)AuthorAgeFilesLines
* new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto2010-03-101-24/+45
* Fix up naming changesThomas Graf2008-12-101-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Documentation updateThomas Graf2008-12-031-86/+1
* Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-201-2/+5
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-141-22/+3
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-88/+87
* Thread-safe error handlingThomas Graf2008-05-141-22/+18
* Improve performance by using malloc() over calloc() in critical placesThomas Graf2008-05-071-1/+1
* libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez2008-04-291-3/+22
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-2/+7
* Fix creation and destruction of socketsThomas Graf2007-12-171-11/+26
* Initial importThomas Graf2007-09-151-0/+798