Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-06 | Change libnl monitor callback to only signal going online | Jakub Hrozek | 1 | -6/+1 | |
This feature was not used and would probably never be used, because it is much safer to rely on online actions to time out. Moreover, it would make implementing the new features more complex. | |||||
2010-07-09 | Use netlink to detect going online | Jakub Hrozek | 1 | -0/+16 | |
Integrates libnl to detect adding routes. When a route is added, the offline status of all back ends is reset. This patch adds no heuristics to detect whether back end went offline. Fixes: #456 | |||||
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 1 | -0/+5 | |
Fixes: #221 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+36 | |
Also update BUILD.txt |