summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* 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
* More .cvsignore.ths2007-11-081-0/+1
* use config-host.h instead of config.hbellard2007-11-071-1/+1
* Fix slirp compilation failure when using a newer gccblueswir12007-11-012-1/+6
* Declare function before use, reduces compiler warning noise.ths2007-10-301-0/+2
* Add const etc. to places forgotten from the previous commitblueswir12007-10-266-9/+9
* Use const and static as needed, disable unused codeblueswir12007-10-2628-221/+163
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-2619-125/+192
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-1718-271/+271
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-1629-751/+751
* Move network related includes to vl.c to help SLIRP-less builds.ths2007-09-131-8/+0
* Change -tftp option to take a root directory, by Anthony Liguori.ths2007-02-201-3/+9
* Add OACK support to slirp TFTP server, by Anthony Liguori.ths2007-02-202-0/+84
* Add -bootp option for slirp, by Anthony Liguori.ths2007-02-201-0/+6
* Slirp UDP fix, by Jason Wessel.ths2007-01-171-2/+3
* Fix build warning on Windows.ths2006-12-231-0/+6
* Enable TCP_NODELAY, by Daniel Jacobowitz.ths2006-12-212-1/+3
* suppressed unaligned accessesbellard2006-05-102-6/+7
* UDP broadcast translation error (Mark Jonckheere)bellard2006-05-031-1/+4
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-037-12/+13
* > 32 KB packet handling (Ed Swierk)bellard2006-05-021-9/+5
* do not delay TCP acks (Ed Swierk)bellard2006-05-011-21/+4
* set TCP_MSS to 1460 (Ed Swierk)bellard2006-05-011-1/+3
* fixed IP packet rassembly logic (Ed Swierk)bellard2006-05-011-1/+1
* fixed realloc logic (Ed Swierk)bellard2006-05-011-3/+4
* removed warningsbellard2006-04-302-2/+2
* Solaris port (Ben Taylor)bellard2006-04-252-0/+6
* Fix slirp redirection on systems without a useful host IP address.pbrook2006-04-232-10/+11
* Downgrade DNS failure to a warning.pbrook2006-04-161-2/+2
* Set slirp client hostname.pbrook2006-04-163-0/+11
* Set SO_REUSEADDR before calling bind().pbrook2006-03-111-1/+1
* improved user net performancesbellard2005-09-031-1/+1
* win32 compile fixbellard2005-07-031-2/+2
* 64 bit fixes (initial patch by Gwenole Beauchesne)bellard2005-06-057-14/+28
* windows header fixbellard2005-01-101-0/+1
* slirp fix for -smb command (Initial patch by Juergen Keil)bellard2004-12-121-4/+8
* socket send fixbellard2004-11-241-2/+6
* fixed invalid received lengthbellard2004-11-211-2/+6
* removed warningbellard2004-11-141-0/+1
* openpty fixbellard2004-10-102-5/+5
* win32 fixbellard2004-10-092-1/+2
* windows fixes (Gregory Alexander)bellard2004-10-076-15/+42
* hack for bootp supportbellard2004-10-031-0/+3
* full system SPARC emulation (Blue Swirl)bellard2004-09-301-1/+2
* give a new address at DHCPREQUEST too (useful if the OS remembers its IP addressbellard2004-09-301-2/+4
* removed warningbellard2004-09-181-1/+1
* memory leak fix (Juergen Keil)bellard2004-09-131-0/+2
* allow inetd like program execbellard2004-09-055-13/+46
OpenPOWER on IntegriCloud