summaryrefslogtreecommitdiff
path: root/slirp/sbuf.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-15slirp: Handle error returns from sosendoob()Peter Maydell1-1/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-03-30slirp: Signal free input buffer space to io-threadJan Kiszka1-0/+6
2009-06-29slirp: Drop dead codeJan Kiszka1-8/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-16/+5
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-1/+1
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-10-26 Use const and static as needed, disable unused codeblueswir11-4/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-16/+16
2004-07-12win32 compilebellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+201