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