aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
* - created header and c file for this type (without content)Jan Hutter2005-11-082-0/+51
|
* - created header and c file for this type (no content at the moment)Jan Hutter2005-11-082-0/+49
|
* - added test for ike_sa_id_tJan Hutter2005-11-083-1/+138
|
* - added clone functionalityJan Hutter2005-11-082-6/+28
|
* - IKE_SA-Identification class writen, but not testedJan Hutter2005-11-082-0/+249
|
* - added new types used to identify a specific IKE_SAJan Hutter2005-11-081-0/+17
|
* - LEAK_DETECTIVE activatedJan Hutter2005-11-084-7/+8
| | | | | | - memory leak in event_queue_t fixed
* - socket test fixedJan Hutter2005-11-081-3/+3
|
* - freeing of NULL pointer is checkedJan Hutter2005-11-081-1/+4
|
* - added scheduler testMartin Willi2005-11-071-0/+7
|
* - implemented basic schedulerMartin Willi2005-11-072-0/+149
|
* - test for scheduler implementedMartin Willi2005-11-072-0/+123
|
* - renamed add method to add_absoluteMartin Willi2005-11-073-5/+37
| | | | - added add_relative method
* - receiver-test writtenJan Hutter2005-11-072-0/+117
|
* - added test of receiverJan Hutter2005-11-071-2/+8
|
* - global objects are defined in globals.hJan Hutter2005-11-071-4/+1
|
* - added cancelation point on receiveJan Hutter2005-11-071-1/+13
|
* - receiver_t written, but not testedJan Hutter2005-11-072-0/+166
|
* - global objects are defined in globalsJan Hutter2005-11-073-13/+43
|
* - wrote test for sender_tJan Hutter2005-11-073-4/+124
|
* - fixed memory free errorJan Hutter2005-11-071-1/+3
|
* - sender_t written, but not tested!Jan Hutter2005-11-073-4/+198
|
* - wrong documentation fixedJan Hutter2005-11-071-1/+0
|
* - global job-queue renamed to global_job_queueJan Hutter2005-11-071-2/+2
|
* - test of socket destroy addedJan Hutter2005-11-071-0/+3
|
* - error in memory allocation fixedJan Hutter2005-11-071-3/+4
|
* - updated comments Martin Willi2005-11-073-26/+66
|
* - event_queue_test improvedJan Hutter2005-11-072-30/+105
|
* - cancelation points definedJan Hutter2005-11-072-0/+12
|
* - added socket testMartin Willi2005-11-071-2/+3
|
* - revised packet and socket interfaceMartin Willi2005-11-076-39/+94
| | | | | - tested
* - tester_t class rewrittenJan Hutter2005-11-075-21/+217
| | | | | - test for send_queue_t added
* - tests are now performed in its own main tests.cJan Hutter2005-11-0713-103/+128
| | | | | -
* - added status_t NOT_SUPPORTEDMartin Willi2005-11-071-1/+2
|
* - send_queue written, but not testedJan Hutter2005-11-073-4/+267
|
* - includes cleaned upJan Hutter2005-11-074-5/+6
|
* - job_t is now defined in its own files job.h and job.cJan Hutter2005-11-074-84/+142
|
* - indexer turned onJan Hutter2005-11-071-1/+1
| | | | - thread function made static
* included stdlib.hJan Hutter2005-11-041-1/+1
|
* - first attempt of socket abstraction (more to do)Martin Willi2005-11-046-0/+433
|
* - implemented event_queueJan Hutter2005-11-049-1/+584
| | | | | - defined tests for the event_queue
* - cancellation disabled by defaultMartin Willi2005-11-042-6/+13
|
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-045-22/+273
| | | | | | list - test for this features written
* - iterator for linked list implementedJan Hutter2005-11-047-95/+413
| | | | | | - first test for iterator written - linked list values capsulated into private struct
* - more flexible tester functionMartin Willi2005-11-041-10/+24
|
* - added assertion for destructionMartin Willi2005-11-041-1/+1
|
* - fixed mutex_unlock hander for getterMartin Willi2005-11-041-2/+2
|
* - updated docMartin Willi2005-11-041-7/+12
|
* - works now correctly with job_queueMartin Willi2005-11-041-16/+9
|
* - allow removal of waiting workers using mutex_unlock-handlerMartin Willi2005-11-041-15/+16
|