summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Reworked the classifier interface.Thomas Graf2009-09-021-1/+1
| | | | | | - Added initial ematch support - Added support for the basic classifier - Added support for the cgroup classifier
* Remove obsoleted struct nl_handle definitionThomas Graf2008-12-101-1/+1
|
* test updatesThomas Graf2008-08-204-82/+47
|
* Free associated caches when freeing cache managerThomas Graf2008-02-051-2/+13
| | | | | | Caches allocated by the cache manager must be freed again when the cache manager itself is freed. However, the netlink socket is allocated indepdently so it should not be freed.
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-091-0/+4
|
* Fix creation and destruction of socketsThomas Graf2007-12-171-4/+16
| | | | | | | | Fixes an off-by-one when releasing local ports. Fixes nl_connect() to properly close the socket upon failure. Return EBADFD if operations are performed on unconnected sockets where appropriate. Makes nl_handle_alloc() return an error if all local ports are used up.
* Initial importThomas Graf2007-09-145-0/+239