Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log message size for in- and outbound IKE messages | Tobias Brunner | 2012-12-24 | 1 | -2/+4 |
| | |||||
* | Apply send delay before adding non-ESP marker | Tobias Brunner | 2012-08-24 | 1 | -16/+16 |
| | | | | | Otherwise the packet header could not be parsed correctly when NAT-T is used. | ||||
* | Remove unused src/dst variables in send_no_marker() | Martin Willi | 2012-08-21 | 1 | -5/+0 |
| | |||||
* | Only log the sending of regular packets in sender_t | Tobias Brunner | 2012-08-08 | 1 | -1/+2 |
| | | | | | | | | When sender_t is used to send ESP packets this would otherwise cause an extreme amount of debug messages. With this change all messages sent via sender_t.send_no_marker() cause no extra DBG1 log message, but for debugging purposes the socket plugins do log the same message again with DBG2 for all packets. | ||||
* | Use send_no_marker to send NAT keepalives. | Tobias Brunner | 2012-08-08 | 1 | -8/+3 |
| | |||||
* | Avoid double-free when prepending Non-ESP marker. | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Function added to send packets without Non-ESP marker. | Tobias Brunner | 2012-08-08 | 1 | -20/+28 |
| | |||||
* | Add Non-ESP marker in sender and not individual socket plugins. | Tobias Brunner | 2012-08-08 | 1 | -0/+19 |
| | |||||
* | Centralized thread cancellation in processor_t | Tobias Brunner | 2012-06-25 | 1 | -9/+3 |
| | | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation. | ||||
* | Use proper getter for settings in sender and receiver. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -4/+4 |
| | | | | Also fixes several whitespace errors. | ||||
* | Added a dedicated sender flush method, delay sender destruction until users gone | Martin Willi | 2012-05-02 | 1 | -2/+8 |
| | |||||
* | Use CRITICAL job priority class for long running dispatcher jobs | Martin Willi | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | Refer to scheduler and processor via lib and not hydra. | Tobias Brunner | 2010-09-02 | 1 | -2/+1 |
| | |||||
* | Refer to processor via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -1/+2 |
| | |||||
* | Added simple conditional packet send delay | Martin Willi | 2010-05-18 | 1 | -2/+39 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+165 |