summaryrefslogtreecommitdiffstats
path: root/slirp/debug.h
Commit message (Expand)AuthorAgeFilesLines
* slirp: replace trace functions with DEBUG callsMarc-André Lureau2019-02-071-3/+10
* slirp: Mark debugging calls as unlikelySamuel Thibault2019-01-141-4/+4
* slirp: call into g_debug() for DEBUG macrosMarc-André Lureau2019-01-141-13/+4Star
* slirp: replace DEBUG_ARGS with DEBUG_ARGMarc-André Lureau2019-01-141-2/+0Star
* slirp: always build with debug statementsMarc-André Lureau2019-01-141-12/+3Star
* slirp: improve a bit the debug macrosMarc-André Lureau2019-01-141-10/+37
* slirp: Cleanup and basic reanimation of debug codeJan Kiszka2009-06-291-9/+6Star
* slirp: Drop dead codeJan Kiszka2009-06-291-2/+0Star
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0Star
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-10/+0Star
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* initial user mode network supportbellard2004-04-221-0/+50