Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ported interfaces to new threading functions (incomplete) | Martin Willi | 2007-06-11 | 1 | -130/+119 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -1/+210 |
| | | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere | ||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 1 | -1/+1 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -0/+63 |
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP |