summaryrefslogtreecommitdiffstats
path: root/stream/freesdp/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-3/+3
* The first valid index is total count - 1 (usually 0)ben2009-03-091-1/+1
* Fix a NULL-check that used && instead of || and thus could not avoid crashes.reimar2009-01-251-1/+1
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* More strncat() misuses.rtogni2007-02-111-5/+5
* strncat() misuses, may have been exploitable.rtogni2007-02-111-3/+3
* Simplify NEXT_LINE macro and put most of it in a separate function.reimar2006-12-061-16/+16
* remove useless and incorrect const-removing castreimar2006-12-061-1/+1
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyreimar2006-11-251-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1958