aboutsummaryrefslogtreecommitdiff
path: root/slirp/debug.c
AgeCommit message (Expand)Author
2022-09-26Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth
2022-05-12slirp: bump submodule past 4.7 releasePaolo Bonzini
2021-08-03Update libslirp to v4.6.1Marc-André Lureau
2020-11-27slirp: update to fix CVE-2020-29129 CVE-2020-29130Marc-André Lureau
2020-07-28slirp: update to latest stable-4.2 branchMarc-André Lureau
2020-04-21slirp: update to fix CVE-2020-1983Marc-André Lureau
2020-03-22slirp: update submodule to v4.2.0+Marc-André Lureau
2019-08-02slirp: update with CVE-2019-14378 fixMarc-André Lureau
2019-05-09Update upstream slirpSamuel Thibault
2019-05-04Update slirp submoduleSamuel Thibault
2019-05-03build-sys: move slirp as git submodule projectMarc-André Lureau
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29slirp: Drop statistic codeJan Kiszka
2009-06-29slirp: Drop dead codeJan Kiszka
2009-06-29slirp: Add info usernet for dumping connection statesJan Kiszka
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2004-04-22initial user mode network supportbellard