Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - code cleanups | Martin Willi | 2005-11-26 | 1 | -7/+7 | |
| | ||||||
* | - lovlevels specified for each context | Martin Willi | 2005-11-26 | 3 | -47/+56 | |
| | | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file | |||||
* | code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -45/+99 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 5 | -60/+55 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -53/+50 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -62/+80 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -51/+45 | |
| | ||||||
* | - chunk is freed differently | Jan Hutter | 2005-11-25 | 1 | -2/+2 | |
| | ||||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -100/+171 | |
| | | | | - documentation cleaned | |||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -281/+226 | |
| | | | | | - documentation cleaned | |||||
* | - began to clean code documentation | Jan Hutter | 2005-11-24 | 2 | -31/+33 | |
| | ||||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -1/+1 | |
| | | | | | - cleanup of docs in transforms | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 4 | -104/+149 | |
| | ||||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 3 | -65/+65 | |
| | ||||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 14 | -74/+77 | |
| | ||||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 3 | -295/+0 | |
| | ||||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+48 | |
| | ||||||
* | - changed include paths | Martin Willi | 2005-11-23 | 15 | -23/+22 | |
| | ||||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 2 | -2/+5 | |
| | ||||||
* | - still one memory leak and segmentation fault | Jan Hutter | 2005-11-21 | 1 | -2/+1 | |
| | ||||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 1 | -0/+1 | |
| | ||||||
* | - fixed loglevel output bug | Martin Willi | 2005-11-21 | 1 | -2/+2 | |
| | ||||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 4 | -24/+112 | |
| | | | | | - cleaned up logger output | |||||
* | - commented | Martin Willi | 2005-11-21 | 2 | -13/+118 | |
| | | | | | - added some getters | |||||
* | - memory leak fixed | Jan Hutter | 2005-11-18 | 1 | -6/+13 | |
| | ||||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 2 | -2/+108 | |
| | | | | | - diffie hellman tested | |||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 2 | -0/+3 | |
| | ||||||
* | - redefined logger levels | Martin Willi | 2005-11-18 | 1 | -9/+25 | |
| | ||||||
* | - started to implement diffie hellman class | Jan Hutter | 2005-11-17 | 3 | -1/+268 | |
| | ||||||
* | - iterator insertion | Martin Willi | 2005-11-17 | 2 | -81/+58 | |
| | ||||||
* | - renamed EVENT_THREAD to SCHEDULER_THREAD | Martin Willi | 2005-11-17 | 2 | -2/+2 | |
| | ||||||
* | - host_t for storing host address | Martin Willi | 2005-11-16 | 2 | -0/+188 | |
| | ||||||
* | - added methods which will allocate mem | Martin Willi | 2005-11-16 | 2 | -1/+59 | |
| | ||||||
* | - fixed bug of generator | Jan Hutter | 2005-11-16 | 1 | -3/+7 | |
| | ||||||
* | - tried to fix memory errors | Jan Hutter | 2005-11-16 | 2 | -9/+13 | |
| | ||||||
* | - added number of working threads | Jan Hutter | 2005-11-16 | 1 | -1/+1 | |
| | ||||||
* | - fixed bug in naming of logger | Jan Hutter | 2005-11-16 | 1 | -28/+1 | |
| | ||||||
* | - added context for DAEMON | Jan Hutter | 2005-11-16 | 2 | -1/+3 | |
| | ||||||
* | - randomizer_t written and tested | Jan Hutter | 2005-11-16 | 2 | -0/+291 | |
| | ||||||
* | - added mappings for logger_context_t types | Jan Hutter | 2005-11-16 | 2 | -1/+16 | |
| | | | | - added new logger_contex_t IKE_SA_MANAGER | |||||
* | fixed bug in logger_manager | Jan Hutter | 2005-11-16 | 1 | -4/+12 | |
| | ||||||
* | - notify payload written and tested | Jan Hutter | 2005-11-15 | 1 | -1/+1 | |
| | ||||||
* | - some output improvements | Martin Willi | 2005-11-14 | 1 | -1/+1 | |
| | ||||||
* | - fixed output when an assert fails | Martin Willi | 2005-11-14 | 1 | -3/+4 | |
| | ||||||
* | - logger in utils | Martin Willi | 2005-11-11 | 9 | -1/+1930 | |
| | | | | | - allocator in utils - tests.c -> testcases/testcases.c | |||||
* | - moved queues into subfolder queues | Martin Willi | 2005-11-11 | 2 | -0/+918 | |
- created subdirectory utils for linked_list_t and co. |