summaryrefslogtreecommitdiff
path: root/lib/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-161-2/+2
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+2
* doc: documentation restructuringThomas Graf2012-05-101-350/+9
* Omit empty nested attributesThomas Graf2011-03-231-3/+15
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-221-1/+1
* attr: Add padding if nested data does not end at an alignment boundryThomas Graf2010-10-291-0/+17
* Improved debugging messages while constructing messages/attributesThomas Graf2010-10-291-5/+17
* Avoid memcpy()/memset() when reserving space for nested attributesThomas Graf2010-10-291-4/+7
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-131-0/+5
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-12/+0
* Thread-safe error handlingThomas Graf2008-05-141-9/+7
* Be liberal when receiving an empty nested attributeThomas Graf2008-02-221-1/+0
* Detailed attribute documentationThomas Graf2008-01-301-310/+705
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-10/+8
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-3/+2
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-2/+2
* Initial importThomas Graf2007-09-151-0/+787