summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-25Replace () with (void) in public function definitionsHEADmasterDaniel P. Berrange2-9/+9
Functions with no arguments must use (void) in C
2010-03-26Convert slirp to use autoconfAlexander Larsson8-111/+348
Based on patch from Dave Airlie <airlied@gmail.com>
2009-12-28Make sure make install DESTDIR=/path/to actually worksJeroen van Meeuwen (Fedora Unity)1-7/+7
2009-08-02creating the include dir if doesn't existYonit1-0/+1
2009-07-15added -fno-strict-overflow to MakefileYonit1-1/+1
2009-07-06A hook for a bug where tp->rcv_nxt > tp->rcv_adv. The bug corrupted the tcp ↵Yonit2-1/+19
window
2009-07-01allowing to change the network interface callbacksYonit2-0/+6
2009-06-22removed debug printingYonit1-1/+0
2009-06-21Export/RestoreYonit15-100/+732
2009-05-27removing unnecessary externsYonit1-27/+1
2009-05-27removing tt globalYonit3-3/+1
2009-05-27slirp that uses user defined interface for sockets instead of operating systemYonit40-3514/+1269
sockets. Currently supports only TCP. some addtional changes: 1) DHCP NACK support 2) moving prototypes from slirp.h to specific header files 3) not supporting emulated sockets slirp
2009-05-27slirp: original code copied from qemuYonit Halperin39-0/+13192