Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - created header and c file for this type (without content) | Jan Hutter | 2005-11-08 | 2 | -0/+51 | |
| | ||||||
* | - created header and c file for this type (no content at the moment) | Jan Hutter | 2005-11-08 | 2 | -0/+49 | |
| | ||||||
* | - added test for ike_sa_id_t | Jan Hutter | 2005-11-08 | 3 | -1/+138 | |
| | ||||||
* | - added clone functionality | Jan Hutter | 2005-11-08 | 2 | -6/+28 | |
| | ||||||
* | - IKE_SA-Identification class writen, but not tested | Jan Hutter | 2005-11-08 | 2 | -0/+249 | |
| | ||||||
* | - added new types used to identify a specific IKE_SA | Jan Hutter | 2005-11-08 | 1 | -0/+17 | |
| | ||||||
* | - LEAK_DETECTIVE activated | Jan Hutter | 2005-11-08 | 4 | -7/+8 | |
| | | | | | | - memory leak in event_queue_t fixed | |||||
* | - socket test fixed | Jan Hutter | 2005-11-08 | 1 | -3/+3 | |
| | ||||||
* | - freeing of NULL pointer is checked | Jan Hutter | 2005-11-08 | 1 | -1/+4 | |
| | ||||||
* | - added scheduler test | Martin Willi | 2005-11-07 | 1 | -0/+7 | |
| | ||||||
* | - implemented basic scheduler | Martin Willi | 2005-11-07 | 2 | -0/+149 | |
| | ||||||
* | - test for scheduler implemented | Martin Willi | 2005-11-07 | 2 | -0/+123 | |
| | ||||||
* | - renamed add method to add_absolute | Martin Willi | 2005-11-07 | 3 | -5/+37 | |
| | | | | - added add_relative method | |||||
* | - receiver-test written | Jan Hutter | 2005-11-07 | 2 | -0/+117 | |
| | ||||||
* | - added test of receiver | Jan Hutter | 2005-11-07 | 1 | -2/+8 | |
| | ||||||
* | - global objects are defined in globals.h | Jan Hutter | 2005-11-07 | 1 | -4/+1 | |
| | ||||||
* | - added cancelation point on receive | Jan Hutter | 2005-11-07 | 1 | -1/+13 | |
| | ||||||
* | - receiver_t written, but not tested | Jan Hutter | 2005-11-07 | 2 | -0/+166 | |
| | ||||||
* | - global objects are defined in globals | Jan Hutter | 2005-11-07 | 3 | -13/+43 | |
| | ||||||
* | - wrote test for sender_t | Jan Hutter | 2005-11-07 | 3 | -4/+124 | |
| | ||||||
* | - fixed memory free error | Jan Hutter | 2005-11-07 | 1 | -1/+3 | |
| | ||||||
* | - sender_t written, but not tested! | Jan Hutter | 2005-11-07 | 3 | -4/+198 | |
| | ||||||
* | - wrong documentation fixed | Jan Hutter | 2005-11-07 | 1 | -1/+0 | |
| | ||||||
* | - global job-queue renamed to global_job_queue | Jan Hutter | 2005-11-07 | 1 | -2/+2 | |
| | ||||||
* | - test of socket destroy added | Jan Hutter | 2005-11-07 | 1 | -0/+3 | |
| | ||||||
* | - error in memory allocation fixed | Jan Hutter | 2005-11-07 | 1 | -3/+4 | |
| | ||||||
* | - updated comments | Martin Willi | 2005-11-07 | 3 | -26/+66 | |
| | ||||||
* | - event_queue_test improved | Jan Hutter | 2005-11-07 | 2 | -30/+105 | |
| | ||||||
* | - cancelation points defined | Jan Hutter | 2005-11-07 | 2 | -0/+12 | |
| | ||||||
* | - added socket test | Martin Willi | 2005-11-07 | 1 | -2/+3 | |
| | ||||||
* | - revised packet and socket interface | Martin Willi | 2005-11-07 | 6 | -39/+94 | |
| | | | | | - tested | |||||
* | - tester_t class rewritten | Jan Hutter | 2005-11-07 | 5 | -21/+217 | |
| | | | | | - test for send_queue_t added | |||||
* | - tests are now performed in its own main tests.c | Jan Hutter | 2005-11-07 | 13 | -103/+128 | |
| | | | | | - | |||||
* | - added status_t NOT_SUPPORTED | Martin Willi | 2005-11-07 | 1 | -1/+2 | |
| | ||||||
* | - send_queue written, but not tested | Jan Hutter | 2005-11-07 | 3 | -4/+267 | |
| | ||||||
* | - includes cleaned up | Jan Hutter | 2005-11-07 | 4 | -5/+6 | |
| | ||||||
* | - job_t is now defined in its own files job.h and job.c | Jan Hutter | 2005-11-07 | 4 | -84/+142 | |
| | ||||||
* | - indexer turned on | Jan Hutter | 2005-11-07 | 1 | -1/+1 | |
| | | | | - thread function made static | |||||
* | included stdlib.h | Jan Hutter | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | - first attempt of socket abstraction (more to do) | Martin Willi | 2005-11-04 | 6 | -0/+433 | |
| | ||||||
* | - implemented event_queue | Jan Hutter | 2005-11-04 | 9 | -1/+584 | |
| | | | | | - defined tests for the event_queue | |||||
* | - cancellation disabled by default | Martin Willi | 2005-11-04 | 2 | -6/+13 | |
| | ||||||
* | - linked list now allows inserting and deleting in the middle of the | Jan Hutter | 2005-11-04 | 5 | -22/+273 | |
| | | | | | | list - test for this features written | |||||
* | - iterator for linked list implemented | Jan Hutter | 2005-11-04 | 7 | -95/+413 | |
| | | | | | | - first test for iterator written - linked list values capsulated into private struct | |||||
* | - more flexible tester function | Martin Willi | 2005-11-04 | 1 | -10/+24 | |
| | ||||||
* | - added assertion for destruction | Martin Willi | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | - fixed mutex_unlock hander for getter | Martin Willi | 2005-11-04 | 1 | -2/+2 | |
| | ||||||
* | - updated doc | Martin Willi | 2005-11-04 | 1 | -7/+12 | |
| | ||||||
* | - works now correctly with job_queue | Martin Willi | 2005-11-04 | 1 | -16/+9 | |
| | ||||||
* | - allow removal of waiting workers using mutex_unlock-handler | Martin Willi | 2005-11-04 | 1 | -15/+16 | |
| |