summaryrefslogtreecommitdiffstats
path: root/slirp/slirp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 64 bit issue in slirpblueswir12009-01-131-1/+1
* Fix some SLIRP warningsblueswir12009-01-121-3/+4
* Add support for vmchannel socket migration (Gleb Natapov)aliguori2009-01-081-0/+227
* Add slirp_restrict option (Gleb Natapov)aliguori2009-01-081-2/+8
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-081-1/+62
* slirp: fix CVE 2007-5729aurel322008-12-071-0/+3
* added explicit licensebellard2008-10-171-0/+23
* allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard2008-10-171-8/+52
* Fix OpenBSD linker warningsblueswir12008-08-211-1/+1
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-1/+1
* Use const and static as needed, disable unused codeblueswir12007-10-261-2/+2
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-1/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-34/+34
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-56/+56
* suppressed unaligned accessesbellard2006-05-101-4/+5
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-0/+3
* removed warningsbellard2006-04-301-1/+1
* Fix slirp redirection on systems without a useful host IP address.pbrook2006-04-231-1/+1
* Downgrade DNS failure to a warning.pbrook2006-04-161-2/+2
* Set slirp client hostname.pbrook2006-04-161-0/+2
* improved user net performancesbellard2005-09-031-1/+1
* windows fixes (Gregory Alexander)bellard2004-10-071-3/+12
* allow inetd like program execbellard2004-09-051-3/+19
* port redirection supportbellard2004-08-251-0/+15
* win32 compilebellard2004-07-121-2/+70
* forgot fclose()bellard2004-07-051-1/+2
* fixed dhcp for windows clientbellard2004-05-041-1/+1
* initial user mode network supportbellard2004-04-221-0/+550
OpenPOWER on IntegriCloud