summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 3.2.22-rc1 releaselibnl3_2_22rc1Thomas Graf2013-04-281-1/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf2013-03-141-0/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* bond: Provide rtnl_link_bond_alloc()Thomas Graf2013-02-141-2/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* vlan: Provide rtnl_link_vlan_alloc()Thomas Graf2013-02-141-5/+2
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* 3.2.21 releaselibnl3_2_21Thomas Graf2013-01-241-2/+2
|
* 3.2.20 releaselibnl3_2_20Thomas Graf2013-01-231-1/+1
|
* 3.2.19 releaselibnl3_2_19Thomas Graf2013-01-171-1/+1
|
* 3.2.18 releaselibnl3_2_18Thomas Graf2013-01-081-1/+1
|
* 3.2.17 releaselibnl3_2_17Thomas Graf2013-01-041-1/+1
|
* Fix python detection codeGilles Espinasse2012-12-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gilles Espinasse <g.esp@free.fr> Compiling libnl versions that include doc or the git tree produce this checking for python build information... checking for python2.6... python2.6 checking for main in -lpython2.6... yes checking python2.6/Python.h usability... yes checking python2.6/Python.h presence... yes checking for python2.6/Python.h... yes ./configure: line 4272: test: !=: unary operator expected checking for python2.5... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.4... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.3... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.2... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python2.1... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected checking for python... (cached) python2.6 checking for main in -lpython2.6... (cached) yes checking for python2.6/Python.h... (cached) yes ./configure: line 4272: test: !=: unary operator expected results of the Python check: Binary: python2.6 Library: python2.6 Include Dir: no Fix the unary operator warning allow to break when one python version is found Add the more recent python versions Change send upstream as http://savannah.gnu.org/patch/index.php?7897 Signed-off-by: Thomas Graf <tgraf@suug.ch>
* Merge branch 'master' of git://git.inai.de/libnlThomas Graf2012-11-265-377/+7
|\
| * build: use foreign modeJan Engelhardt2012-11-264-371/+1
| | | | | | | | | | | | | | This is the magic trick to get rid of files like NEWS, INSTALL, etc. that are unused in some projects, like libnl. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
| * build: use AC_CONFIG_AUX_DIRJan Engelhardt2012-11-262-6/+6
| | | | | | | | | | | | Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
| * build: rename configure.in -> .acJan Engelhardt2012-11-261-0/+0
| | | | | | | | | | | | | | "configure.in" is a very, very old, obsolete name. Newer automake will reject it, so rename it now. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* | 3.2.16 releaselibnl3_2_16Thomas Graf2012-11-261-1/+1
|/
* 3.2.15 releaselibnl3_2_15Thomas Graf2012-11-231-1/+1
| | | | Signed-off-by: Thomas Graf <tgraf@suug.ch>
* doc: Revert to default stylesheetThomas Graf2012-11-121-157/+453
| | | | | | | Use of a custom stylesheet breaks with almost every release of doxygen and is thus completely unuseable. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* doc: update Doxygen layout file to latest formatThomas Graf2012-11-111-12/+15
| | | | Sigend-off-by: Thomas Graf <tgraf@suug.ch>
* nl: improve API doc of transmit functionsThomas Graf2012-11-083-2/+10
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: increase dot max graph nodes to 100Thomas Graf2012-11-071-1/+1
|
* Don't include doc/ in toplevel distThomas Graf2012-10-221-1/+1
| | | | | | | On a second thought, don't include doc/ in dist at all and distribute it separately. The doc source files are available in the git tree anyway. Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Split doc/ into separate packagesThomas Graf2012-10-1911-67/+1280
| | | | | | | | | | Separates all the documentation generation trickery to its own configure.in and allows to easily generate a pre built doc dist file for distribution. Arguments to configure will be passed on to doc/configure Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: mark route.txt as WIPThomas Graf2012-10-191-0/+3
|
* link: Support link groupingThomas Graf2012-10-091-0/+14
| | | | | | | | | | New functions: rtnl_link_set_group(link, group) rtnl_link_get_group(link) The group identifier is printed in the brief section as "group N" Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Provide documentation for link promis counter and rx/tx queuesThomas Graf2012-10-091-5/+38
| | | | Signed-off-by: Thomas Graf <tgraf@redhat.com>
* Merge branch 'doxyfile' of https://github.com/socketpair/libnlThomas Graf2012-08-312-1802/+1
|\
| * Remove auto-generated Doxyfile from gitКоренберг Марк2012-08-302-1802/+1
| | | | | | | | Also, add it to gitignore
* | doc: Update Doxyfile.in to latest syntaxThomas Graf2012-08-311-107/+263
|/
* 3.2.12 releaselibnl3_2_12Thomas Graf2012-08-301-1/+1
|
* doc: Update Doxyfile config to latest releaseThomas Graf2012-08-301-0/+1802
|
* doc: documentation restructuringThomas Graf2012-05-108-48/+37
| | | | | | | | | | - changes the modules hierarchy to better represent the set of libaries - list the header file that needs to be included - remove examples/doc from api ref that is included in the guide - add references to the guide - fix doxygen api linking for version 1.8.0 - readd doxygen mainpage to config file - fix a couple of doxygen doc bugs
* doc: add section about addressingThomas Graf2012-05-092-39/+150
| | | | | | Adds a new section to netlink fundamentals explaining the common addressing use cases and illustrates kernel->user, user->user, and user->kernel communication.
* doc: Check documentation generation requirements with autoconfThomas Graf2012-05-092-2/+29
| | | | | | Adds --enable-doc/--disable-doc, if omitted doc will only be build if requirements are met. If explicitely enabled, configure script will fail if requirements are not met.
* Fix two bugs in 3.2.8/doc/Jeroen Roovers2012-05-072-2/+2
| | | | | | | | | | | | doc/Doxyfile.in: Refer to @top_srcdir@ instead of @src_dir@ doc/Makefile.in: Set .PHONY to api_ref instead of api_refs http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/ Cheers, jer
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-211-0/+76
|
* doc: Fix incorrect nl_socket_add_memberships() exampleThomas Graf2012-03-261-1/+1
| | | | | Reported by: Andrew Collins <bsderandrew@gmail.com> Signed-off-by: Thomas Graf <tgraf@redhat.com>
* doc: Fix typos in autoconf exampleThomas Graf2012-02-221-2/+2
| | | | Reported by nick black <dankamongmen@gmail.com>
* Switch to libtool versioning systemThomas Graf2011-09-131-2/+21
| | | | | | | | | | | | | | | | | | It has been a request that multiple libnl versions should be installabe in parallel. In order to achieve this, the basename of the library was changed to libnl-3 which reflects the 3rd generation of libnl APIs. It also means that release based library versioning is left behind and libtool versioning is used instead. Projects using pkgconfig will automatically link against the new library basename and will not notice a difference. The SO versioning is based on the glib model: current := 100 * minor + micro - revision revision := revision age := age (number of backwards compatible versions)
* asciidoc xhtml stylesheetThomas Graf2011-09-131-0/+333
|
* remove dist lines for non existing filesThomas Graf2011-09-081-7/+0
|
* doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1Thomas Graf2011-08-121-1/+1
|
* Include all files necessary to build documentation in distributionThomas Graf2011-08-111-0/+76
|
* Allow building documentation out of the treeThomas Graf2011-08-111-6/+6
| | | | Patch originally provided by Gaudenz Steinlin <gaudenz@debian.org>
* 3.1 releaseThomas Graf2011-08-112-9/+10
|
* Updated link documentationThomas Graf2011-07-286-85/+307
| | | | | | | - API documentation - developer guide - enabled doxygen navbar - fixed css
* Hack doxygen CSS to avoid stupid margins in modules listingThomas Graf2011-07-271-0/+9
|
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-211-0/+1
|
* ignore various generated filesThomas Graf2011-07-212-0/+3
|
* more documentation updatesThomas Graf2011-07-2114-235/+998
| | | | | | | | | - improved stylesheets for both doxygen and asciidoc - use of xml doxygen layout - python script to resolve <<foo>> asciidoc references to <<foo, title>> based on the target caption - graphics for netlink and netlink error headers - more link documentation
* Documentation updatesThomas Graf2011-07-1816-215/+2316
| | | | | | | - update to asciidoc 8.6.5 - added doc/README - switched to toc2 - started adding link documentation