summaryrefslogtreecommitdiffstats
path: root/stream/freesdp
Commit message (Expand)AuthorAgeFilesLines
* cleanup: shut up more warningsClément Bœsch2011-05-061-7/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-4/+2
* Remove unused functions.cehoyos2010-02-271-60/+0
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-135-20/+20
* 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
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-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
* Do not define _GNU_SOURCE, it is not necessary and causes a warning if it isreimar2006-12-061-2/+0
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyreimar2006-11-251-2/+2
* Avoid crash if initialization failed.reimar2006-08-201-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-317-0/+3728