Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include limits.h to fix undefined ULONG_MAX in src/utils.c | Pavel Roskin | 2009-04-16 | 1 | -0/+1 |
| | |||||
* | Remove XML dumping | Thomas Graf | 2008-06-17 | 1 | -2/+0 |
| | | | | Bloats the library, not frequently used | ||||
* | Fix compile errors when linking against libnl-genl | Thomas Graf | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | Remove old line counting while dumping | Thomas Graf | 2008-05-23 | 1 | -2/+2 |
| | |||||
* | New set of libnl tools | Thomas Graf | 2008-05-22 | 1 | -66/+14 |
| | | | | | Converts all tools to the API changes and improves the useability by introducing regular options and long options. | ||||
* | New set of address management tools | Thomas Graf | 2008-05-15 | 1 | -87/+82 |
| | |||||
* | Route cache support | Thomas Graf | 2008-05-05 | 1 | -2/+2 |
| | | | | | | This changesets adds the possibility to fill a nl_cache with the contents of the route cache. It also adds the possibility to limit route caches to certain address families. | ||||
* | Adapt syntax of nl-route-list to nl-route-delete | Thomas Graf | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | Big routing code rework (API/ABI BREAK!) | Thomas Graf | 2008-04-29 | 1 | -25/+45 |
| | | | | | | | | | | Adds all missing routing attributes and brings the routing related code to a working state. In the process the API was broken several times with the justification that nobody is using this code yet. The changes include new example code which is also a prototype for how plain CLI tools could look like to control routes. | ||||
* | Support defining the default callback handler with an environment variable | Thomas Graf | 2007-12-18 | 1 | -29/+1 |
| | |||||
* | Read debugging environment variable when initializing the library | Thomas Graf | 2007-12-18 | 1 | -12/+0 |
| | |||||
* | Initial import | Thomas Graf | 2007-09-14 | 1 | -0/+218 |