aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths29-751/+751
2007-09-13Move network related includes to vl.c to help SLIRP-less builds.ths1-8/+0
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-3/+9
2007-02-20Add OACK support to slirp TFTP server, by Anthony Liguori.ths2-0/+84
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths1-0/+6
2007-01-17Slirp UDP fix, by Jason Wessel.ths1-2/+3
2006-12-23Fix build warning on Windows.ths1-0/+6
2006-12-21Enable TCP_NODELAY, by Daniel Jacobowitz.ths2-1/+3
2006-05-10suppressed unaligned accessesbellard2-6/+7
2006-05-03UDP broadcast translation error (Mark Jonckheere)bellard1-1/+4
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard7-12/+13
2006-05-02> 32 KB packet handling (Ed Swierk)bellard1-9/+5
2006-05-01do not delay TCP acks (Ed Swierk)bellard1-21/+4
2006-05-01set TCP_MSS to 1460 (Ed Swierk)bellard1-1/+3
2006-05-01fixed IP packet rassembly logic (Ed Swierk)bellard1-1/+1
2006-05-01fixed realloc logic (Ed Swierk)bellard1-3/+4
2006-04-30removed warningsbellard2-2/+2
2006-04-25Solaris port (Ben Taylor)bellard2-0/+6
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook2-10/+11
2006-04-16Downgrade DNS failure to a warning.pbrook1-2/+2
2006-04-16Set slirp client hostname.pbrook3-0/+11
2006-03-11Set SO_REUSEADDR before calling bind().pbrook1-1/+1
2005-09-03improved user net performancesbellard1-1/+1
2005-07-03win32 compile fixbellard1-2/+2
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard7-14/+28
2005-01-10windows header fixbellard1-0/+1
2004-12-12slirp fix for -smb command (Initial patch by Juergen Keil)bellard1-4/+8
2004-11-24socket send fixbellard1-2/+6
2004-11-21fixed invalid received lengthbellard1-2/+6
2004-11-14removed warningbellard1-0/+1
2004-10-10openpty fixbellard2-5/+5
2004-10-09win32 fixbellard2-1/+2
2004-10-07windows fixes (Gregory Alexander)bellard6-15/+42
2004-10-03hack for bootp supportbellard1-0/+3
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-1/+2
2004-09-30give a new address at DHCPREQUEST too (useful if the OS remembers its IP addressbellard1-2/+4
2004-09-18removed warningbellard1-1/+1
2004-09-13memory leak fix (Juergen Keil)bellard1-0/+2
2004-09-05allow inetd like program execbellard5-13/+46
2004-08-25port redirection supportbellard4-3/+23
2004-08-25removed gettimeofday usagebellard1-19/+13
2004-08-24TFTP support (Magnus Damm)bellard4-0/+382
2004-07-12win32 compilebellard13-26/+142
2004-07-12removed unused includes - BSD portbellard2-20/+5
2004-07-05forgot fclose()bellard1-1/+2
2004-06-04dhcp packet size fix (aka pump fix)bellard1-1/+2
2004-06-03header fixbellard1-0/+2
2004-05-22added missing copyright filebellard1-0/+64
2004-05-04fixed dhcp for windows clientbellard2-5/+32
2004-04-26avoid errno variable namebellard2-2/+2