summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-291-1/+4
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* net: fix trace when debug is activated in slirpVincent Palatin2011-03-051-1/+1
* slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2011-02-252-8/+8
* Fix build from previous commitAnthony Liguori2011-02-141-1/+1
* PATCH] slirp: fix buffer overrunBruce Rogers2011-02-141-2/+2
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-1/+1
* slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov2011-01-131-2/+2
* slirp: fix unaligned access in bootp codeAurelien Jarno2011-01-101-15/+17
* slirp: Remove unused code for bad sprintfStefan Weil2010-11-213-62/+0
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* slirp: Silence warning on HaikuAndreas Färber2010-10-031-1/+3
* Make ARP replies at least 64 bytes longHervé Poussineau2010-09-171-1/+2
* Accept packets with TTL=1Hervé Poussineau2010-09-171-1/+1
* Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen2010-09-041-1/+1
* slirp: Remove declarations which are no longer neededStefan Weil2010-07-251-33/+0
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-2520-116/+110
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+3
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* slirp: fix structure initialization in tcp_listen()Juha Riihimäki2010-04-201-0/+1
* slirp: fix unused return value, spotted by clangBlue Swirl2010-04-181-1/+2
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-1/+1
* slirp: remove dead nested assignment, spotted by clangBlue Swirl2010-03-071-2/+1
* slirp: remove dead initialization, spotted by clangBlue Swirl2010-03-071-4/+0
* slirp: remove dead increments, spotted by clangBlue Swirl2010-03-073-2/+4
* slirp: remove dead assignments, spotted by clangBlue Swirl2010-03-072-15/+7
* don't dereference NULL after failed strdupJim Meyering2010-02-101-1/+1
* Do not use dprintfmalc2010-02-071-9/+9
* Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik2010-01-131-0/+1
* Handle TFTP ERROR from clientThomas Horsten2010-01-111-0/+23
* slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-8/+2
* fix networking on win32 hostJuha Riihimäki2009-12-181-7/+7
* Don't leak file descriptorsKevin Wolf2009-12-035-6/+10
* slirp: fix use-after-freeMark McLoughlin2009-11-211-1/+1
* slirp: fix unmatched bracket in if 0Michael S. Tsirkin2009-09-301-2/+0
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-122-10/+10
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* Fix compiler warningsStefan Weil2009-08-311-2/+2
* slirp: Read host DNS config on demandEd Swierk2009-08-276-14/+44
* slirp: Remove our_addr codeEd Swierk2009-08-272-18/+0
* Add missing "static"Blue Swirl2009-08-011-1/+1
* More NULL pointer fixesBlue Swirl2009-08-011-4/+6
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-273-5/+5
* slirp: Use monotonic clock if available (v2)Ed Swierk2009-07-273-32/+2
* slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk2009-07-273-272/+2
* slirp: Fix guestfwd for incoming dataJan Kiszka2009-07-272-8/+8
* Fix breakage by obsolete _P() for goodBlue Swirl2009-07-018-99/+92
* slirp: tftp: Relax filename format checkJan Kiszka2009-06-291-3/+5
* slirp: Save/restore bootp client statesJan Kiszka2009-06-291-1/+27
* slirp: Enable multiple instancesJan Kiszka2009-06-292-9/+18
OpenPOWER on IntegriCloud