Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - documented | Martin Willi | 2005-11-11 | 3 | -44/+79 | |
| | | | | - fixed argument order for parse_payload | |||||
* | - exclude non-*.c/*.h | Martin Willi | 2005-11-10 | 1 | -2/+2 | |
| | | | | - do not index tests subdir | |||||
* | - added parser test case for ike_header | Martin Willi | 2005-11-10 | 1 | -3/+11 | |
| | ||||||
* | - PARSE_ERROR status | Martin Willi | 2005-11-10 | 1 | -1/+2 | |
| | ||||||
* | - parser successfully parses an ike_header | Martin Willi | 2005-11-10 | 2 | -12/+388 | |
| | | | | - no doxygen yet | |||||
* | - ERROR loglevel | Martin Willi | 2005-11-10 | 1 | -0/+4 | |
| | ||||||
* | - ike_header parsing test | Martin Willi | 2005-11-10 | 2 | -0/+119 | |
| | ||||||
* | - wrote public functions to set and get important values of a message | Jan Hutter | 2005-11-10 | 2 | -1/+139 | |
| | ||||||
* | added payload type for no payload | Jan Hutter | 2005-11-10 | 1 | -0/+6 | |
| | ||||||
* | - added OUT_OF_RES status_t | Jan Hutter | 2005-11-10 | 1 | -10/+1 | |
| | ||||||
* | generator now has its generator_context which is used to generate more | Jan Hutter | 2005-11-10 | 7 | -126/+417 | |
| | | | | then one payload in sequence... | |||||
* | - started to implement message | Jan Hutter | 2005-11-10 | 2 | -14/+62 | |
| | ||||||
* | - wrote clone function for packed | Jan Hutter | 2005-11-10 | 4 | -28/+216 | |
| | | | | | - test for whole packet functionality | |||||
* | - replaced long macros with functions | Jan Hutter | 2005-11-10 | 2 | -21/+43 | |
| | ||||||
* | - updated comments | Martin Willi | 2005-11-10 | 3 | -28/+63 | |
| | | | | - revised get_count function | |||||
* | - private function for every field type | Jan Hutter | 2005-11-10 | 1 | -35/+98 | |
| | ||||||
* | - added logger output | Jan Hutter | 2005-11-10 | 1 | -6/+11 | |
| | ||||||
* | added global logger object | Jan Hutter | 2005-11-10 | 1 | -3/+16 | |
| | ||||||
* | - included missing header file | Jan Hutter | 2005-11-10 | 1 | -0/+1 | |
| | ||||||
* | Added log leve | Jan Hutter | 2005-11-10 | 1 | -1/+6 | |
| | ||||||
* | - fixed bug | Jan Hutter | 2005-11-10 | 1 | -1/+2 | |
| | ||||||
* | - added clone functionality and chunk_t support | Jan Hutter | 2005-11-10 | 2 | -2/+116 | |
| | ||||||
* | - fixed memleak | Martin Willi | 2005-11-10 | 1 | -0/+1 | |
| | ||||||
* | - fixed memleak (ike_sa_id clone behavior) | Martin Willi | 2005-11-10 | 2 | -36/+36 | |
| | ||||||
* | - source code documentation improved | Jan Hutter | 2005-11-10 | 2 | -56/+110 | |
| | ||||||
* | objects in source documentation renamed from xy-object to xy object | Jan Hutter | 2005-11-10 | 20 | -272/+272 | |
| | ||||||
* | - fixed bug in memory reallocation | Jan Hutter | 2005-11-10 | 5 | -25/+63 | |
| | ||||||
* | - removed strongswan includes, we are now self-contained ;-) | Martin Willi | 2005-11-10 | 26 | -88/+28 | |
| | ||||||
* | - added missing types previously defined in strongswan | Martin Willi | 2005-11-10 | 1 | -2/+18 | |
| | ||||||
* | - code documentation improved and made fully compatible with doxygen | Jan Hutter | 2005-11-10 | 2 | -47/+61 | |
| | ||||||
* | - added log_bytes and log_chunk | Martin Willi | 2005-11-10 | 2 | -72/+155 | |
| | | | | | | - fixed logger - uses now syslog only - comments | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 16 | -132/+95 | |
| | | | | count directly | |||||
* | - Doxygen configuration refined | Jan Hutter | 2005-11-10 | 1 | -354/+354 | |
| | ||||||
* | - source code fully documented | Jan Hutter | 2005-11-10 | 2 | -17/+19 | |
| | ||||||
* | - source code documented | Jan Hutter | 2005-11-10 | 2 | -40/+108 | |
| | ||||||
* | Configuration file to generate documentation from source code | Jan Hutter | 2005-11-10 | 1 | -0/+406 | |
| | ||||||
* | - allocator functionality capsulated in a global object | Jan Hutter | 2005-11-10 | 2 | -89/+145 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-09 | 2 | -15/+19 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | ms changed to us | Jan Hutter | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | - test output improved | Jan Hutter | 2005-11-09 | 1 | -7/+16 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-09 | 2 | -5/+5 | |
| | ||||||
* | - enabled all tests | Jan Hutter | 2005-11-09 | 1 | -2/+2 | |
| | ||||||
* | - made function static | Jan Hutter | 2005-11-09 | 1 | -2/+2 | |
| | ||||||
* | - source documented | Jan Hutter | 2005-11-09 | 2 | -18/+77 | |
| | ||||||
* | - all header field types implemented and tested | Jan Hutter | 2005-11-09 | 2 | -12/+91 | |
| | ||||||
* | "" | Martin Willi | 2005-11-09 | 2 | -0/+208 | |
| | ||||||
* | - u int values can be generated: Not fully tested ! | Jan Hutter | 2005-11-09 | 4 | -21/+107 | |
| | ||||||
* | - added | Martin Willi | 2005-11-09 | 2 | -0/+112 | |
| | | | | - nothing implemented | |||||
* | generation of uint implemented but not tested | Jan Hutter | 2005-11-09 | 6 | -20/+268 | |
| |