aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-862/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-22/+22
|
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵Martin Willi2009-06-191-2/+3
| | | | issues)
* double check that parsing a list consumes all bytesMartin Willi2009-06-171-0/+6
|
* use signed lengths in parser and generatorMartin Willi2009-06-171-5/+5
|
* fixed copy/paste error in attribute type parsingMartin Willi2009-06-171-1/+0
|
* removed unused 64-bit integer parsing ruleMartin Willi2009-05-181-34/+0
|
* do not access unaligned words/half-words directlyMartin Willi2009-05-181-11/+15
|
* cleaned up parser codeMartin Willi2009-05-181-199/+173
|
* removed trailing spaces/tabsMartin Willi2009-05-181-63/+64
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* removed private parser function pointers, allows compiler to inlineMartin Willi2008-11-261-200/+48
|
* process payload length more strictlyMartin Willi2008-05-231-34/+56
|
* fixed parsing of UNKNOWN_PAYLOADsMartin Willi2008-05-211-1/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-17/+12
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-26/+26
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 emittingMartin Willi2006-10-261-37/+37
|
* fixed typo in debug statementAndreas Steffen2006-10-251-2/+2
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-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 -O2Martin Willi2006-07-071-3/+3
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+1065