aboutsummaryrefslogtreecommitdiff
path: root/slirp/socket.c
AgeCommit message (Expand)Author
2017-05-27slirp: fix leakMarc-André Lureau
2017-02-26slirp: tcp_listen(): Don't try to close() an fd we never openedPeter Maydell
2016-11-14slirp: Fix access to freed memorySamuel Thibault
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-03slirp: Support link-local DNS addressesSamuel Thibault
2016-07-03slirp: Add dns6 resolutionSamuel Thibault
2016-05-18Fix some typos found by codespellStefan Weil
2016-04-28slirp: fix guest network access with darwin hostSamuel Thibault
2016-04-07slirp: handle deferred ECONNREFUSED on non-blocking TCP socketsSteven Luo
2016-04-07slirp: Propagate host TCP RST to the guest.Edgar E. Iglesias
2016-04-07slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo
2016-03-15slirp: Adding IPv6 address for DNS relayGuillaume Subiron
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron
2016-03-15slirp: Adding IPv6 UDP supportGuillaume Subiron
2016-03-15slirp: Fix ICMP error sendingYann Bordenave
2016-02-04slirp: Clean up includesPeter Maydell
2016-02-04slirp: Add sockaddr_equal, make solookup family-agnosticGuillaume Subiron
2016-02-04slirp: Factorizing and cleaning solookup()Guillaume Subiron
2016-02-04slirp: Factorizing address translationGuillaume Subiron
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-02-26slirp: Properly initialize pollfds_idx of new socketsJan Kiszka
2013-02-21slirp: switch to GPollFDStefan Hajnoczi
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl
2009-12-03Don't leak file descriptorsKevin Wolf
2009-08-27slirp: Read host DNS config on demandEd Swierk
2009-06-29slirp: Factor out internal state structureJan Kiszka
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29slirp: Drop dead codeJan Kiszka
2009-06-29slirp: Prepare for persistent socket state flagsJan Kiszka
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka
2009-06-29slirp: Rework internal configurationJan Kiszka
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-05Make struct iovec universally availablealiguori
2008-10-01Fix warning about variables used uninitializedblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths