summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't dereference NULL after failed strdupJim Meyering2010-02-231-1/+1
* Don't leak file descriptorsKevin Wolf2009-12-031-2/+2
* slirp: Use internal state in interfaceJan Kiszka2009-06-291-2/+1
* slirp: Factor out internal state structureJan Kiszka2009-06-291-2/+3
* slirp: Clean up timeout handling around slirp_select_fill/pollJan Kiszka2009-06-291-2/+0
* slirp: Factor out one-time initializationJan Kiszka2009-06-291-17/+0
* slirp: Cleanup and basic reanimation of debug codeJan Kiszka2009-06-291-0/+4
* slirp: Drop dead codeJan Kiszka2009-06-291-525/+0
* slirp: Add info usernet for dumping connection statesJan Kiszka2009-06-291-0/+86
* slirp: Rework internal configurationJan Kiszka2009-06-291-4/+5
* Fix mingw32 build warningsBlue Swirl2009-06-131-1/+5
* Fix some win32 compile warningsblueswir12009-04-051-1/+5
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-1/+0
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-20/+10
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-2/+2
* Fix 64 bit issue in slirpblueswir12009-01-131-33/+0
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-081-1/+1
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-14/+0
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-2/+2
* Fix OpenBSD linker warningsblueswir12008-08-211-2/+3
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-1/+1
* Revert an accidental change in previous commit.balrog2007-11-131-0/+2
* Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog2007-11-131-2/+0
* removed warningbellard2007-11-111-0/+2
* Declare function before use, reduces compiler warning noise.ths2007-10-301-0/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-13/+10
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+11
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-30/+30
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-86/+86
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-4/+2
* Fix slirp redirection on systems without a useful host IP address.pbrook2006-04-231-9/+10
* slirp fix for -smb command (Initial patch by Juergen Keil)bellard2004-12-121-4/+8
* openpty fixbellard2004-10-101-4/+4
* allow inetd like program execbellard2004-09-051-2/+18
* win32 compilebellard2004-07-121-4/+4
* initial user mode network supportbellard2004-04-221-0/+925