Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ikev1: Assign different job priorities for inbound IKEv1 messages | Tobias Brunner | 2015-08-21 | 1 | -2/+12 |
| | |||||
* | payload: Use common prefixes for all payload type identifiers | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | | The old identifiers did not use a proper namespace and often clashed with other defines. | ||||
* | Log message size for in- and outbound IKE messages | Tobias Brunner | 2012-12-24 | 1 | -2/+3 |
| | |||||
* | Give processor_t more control over the lifecycle of a job | Tobias Brunner | 2012-06-25 | 1 | -4/+3 |
| | | | | | | | | | | | 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. | ||||
* | Use job priorities in process_message job based on exchange types | Martin Willi | 2011-05-16 | 1 | -1/+16 |
| | |||||
* | Introduce priority classes for jobs | Martin Willi | 2011-05-16 | 1 | -0/+7 |
| | |||||
* | Migrated process_message_job_t to INIT/METHOD macros | Andreas Steffen | 2011-02-10 | 1 | -15/+14 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+106 |