Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -862/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -22/+22 |
| | |||||
* | reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵ | Martin Willi | 2009-06-19 | 1 | -2/+3 |
| | | | | issues) | ||||
* | double check that parsing a list consumes all bytes | Martin Willi | 2009-06-17 | 1 | -0/+6 |
| | |||||
* | use signed lengths in parser and generator | Martin Willi | 2009-06-17 | 1 | -5/+5 |
| | |||||
* | fixed copy/paste error in attribute type parsing | Martin Willi | 2009-06-17 | 1 | -1/+0 |
| | |||||
* | removed unused 64-bit integer parsing rule | Martin Willi | 2009-05-18 | 1 | -34/+0 |
| | |||||
* | do not access unaligned words/half-words directly | Martin Willi | 2009-05-18 | 1 | -11/+15 |
| | |||||
* | cleaned up parser code | Martin Willi | 2009-05-18 | 1 | -199/+173 |
| | |||||
* | removed trailing spaces/tabs | Martin Willi | 2009-05-18 | 1 | -63/+64 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | removed private parser function pointers, allows compiler to inline | Martin Willi | 2008-11-26 | 1 | -200/+48 |
| | |||||
* | process payload length more strictly | Martin Willi | 2008-05-23 | 1 | -34/+56 |
| | |||||
* | fixed parsing of UNKNOWN_PAYLOADs | Martin Willi | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -17/+12 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -26/+26 |
| | | | | | includes a lot of other modifications | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -2/+1 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -37/+37 |
| | |||||
* | fixed typo in debug statement | Andreas Steffen | 2006-10-25 | 1 | -2/+2 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -84/+67 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | fixed compiler warnings in parser when using -O2 | Martin Willi | 2006-07-07 | 1 | -3/+3 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+1065 |