summaryrefslogtreecommitdiffstats
path: root/slirp/socket.h
Commit message (Expand)AuthorAgeFilesLines
* slirp: VMStatify socket levelDr. David Alan Gilbert2017-04-291-3/+3
* slirp: Common lhost/fhost unionDr. David Alan Gilbert2017-04-291-10/+8Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* slirp: fix guest network access with darwin hostSamuel Thibault2016-04-281-0/+12
* slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo2016-04-071-1/+1
* slirp: Adding IPv6 UDP supportGuillaume Subiron2016-03-151-0/+6
* slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron2016-03-151-0/+7
* slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron2016-02-041-1/+23
* slirp: Factorizing and cleaning solookup()Guillaume Subiron2016-02-041-2/+3
* slirp: Factorizing address translationGuillaume Subiron2016-02-041-0/+5
* slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2016-02-041-4/+15
* slirp: switch to GPollFDStefan Hajnoczi2013-02-211-0/+2
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-5/+5
* Fix breakage by obsolete _P() for goodBlue Swirl2009-07-011-14/+14
* slirp: Factor out internal state structureJan Kiszka2009-06-291-4/+5
* slirp: Drop dead codeJan Kiszka2009-06-291-4/+0Star
* slirp: Mark sockets of incoming TCP connectionsJan Kiszka2009-06-291-0/+1
* slirp: Explicitely mark host-forwarding socketsJan Kiszka2009-06-291-0/+1
* slirp: Prepare for persistent socket state flagsJan Kiszka2009-06-291-0/+2
* slirp: Bind support for host forwarding rulesJan Kiszka2009-06-291-1/+1
* Fix some win32 compile warningsblueswir12009-04-051-0/+1
* Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori2009-01-081-0/+2
* Make struct iovec universally availablealiguori2008-12-051-8/+0Star
* Use const and static as needed, disable unused codeblueswir12007-10-261-5/+0Star
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* initial user mode network supportbellard2004-04-221-0/+104