aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/printf_hook.c
Commit message (Collapse)AuthorAgeFilesLines
* printf-hook: Move glibc/vstr printf hook backends to separate filesMartin Willi2013-10-111-510/+0
|
* printf-hook: Write to output stream instead of the FD directly when using VstrTobias Brunner2013-09-241-12/+12
| | | | | This avoids problems when other stdio functions are used (fputs, fwrite) as writes via Vstr/FD were always unbuffered.
* printf-hook: Avoid double-free when freeing Vstr configTobias Brunner2013-06-211-1/+0
| | | | | | | Thread-specific objects get freed when the thread value object is destroyed (wasn't the case earlier, i.e. before 2b19dd35), which may cause the second call to vstr_free_conf() to fail in an assert in Vstr (depending on how it was built).
* Moved printf hooks to utils folderTobias Brunner2012-10-241-0/+511