Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete-child-sa-job: Add new constructor that takes the unique ID of a CHILD_SA | Tobias Brunner | 2017-05-23 | 1 | -11/+58 |
| | | | | | This makes sure we delete the right SA in case the addresses got updated in the mean time. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -2/+2 |
| | |||||
* | kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid | Martin Willi | 2015-02-20 | 1 | -13/+13 |
| | |||||
* | Give processor_t more control over the lifecycle of a job | Tobias Brunner | 2012-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | Jobs are now destroyed by the processor, but they are allowed to reschedule themselves. That is, parts of the reschedule functionality already provided by callback_job_t is moved to the processor. Not yet fully supported is JOB_REQUEUE_DIRECT and canceling jobs. Note: job_t.destroy() is now called not only for queued jobs but also after execution or cancellation of jobs. job_t.status can be used to decide what to do in said method. | ||||
* | Do not query CHILD_SA during delete if they already expired | Martin Willi | 2012-03-20 | 1 | -3/+8 |
| | |||||
* | Introduce priority classes for jobs | Martin Willi | 2011-05-16 | 1 | -0/+7 |
| | |||||
* | _ prefix not required | Andreas Steffen | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | Migrated delete_child_sa_job_t to INIT/METHOD macros | Andreas Steffen | 2011-02-10 | 1 | -19/+18 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+100 |