aboutsummaryrefslogtreecommitdiff
path: root/slirp
AgeCommit message (Expand)Author
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil
2011-02-14Fix build from previous commitAnthony Liguori
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil
2010-10-03slirp: Silence warning on HaikuAndreas Färber
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau
2010-09-17Accept packets with TTL=1Hervé Poussineau
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen
2010-07-25slirp: Remove declarations which are no longer neededStefan Weil
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki
2010-04-18slirp: fix unused return value, spotted by clangBlue Swirl
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl
2010-02-10don't dereference NULL after failed strdupJim Meyering
2010-02-07Do not use dprintfmalc
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik
2010-01-11Handle TFTP ERROR from clientThomas Horsten
2009-12-25slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-18fix networking on win32 hostJuha Riihimäki
2009-12-03Don't leak file descriptorsKevin Wolf
2009-11-21slirp: fix use-after-freeMark McLoughlin
2009-09-30slirp: fix unmatched bracket in if 0Michael S. Tsirkin
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-08-31Fix compiler warningsStefan Weil
2009-08-27slirp: Read host DNS config on demandEd Swierk
2009-08-27slirp: Remove our_addr codeEd Swierk
2009-08-01Add missing "static"Blue Swirl
2009-08-01More NULL pointer fixesBlue Swirl
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27slirp: Use monotonic clock if available (v2)Ed Swierk
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk
2009-07-27slirp: Fix guestfwd for incoming dataJan Kiszka
2009-07-01Fix breakage by obsolete _P() for goodBlue Swirl
2009-06-29slirp: tftp: Relax filename format checkJan Kiszka
2009-06-29slirp: Save/restore bootp client statesJan Kiszka
2009-06-29slirp: Enable multiple instancesJan Kiszka