index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
/
tcp_subr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-07
slirp: pass opaque to all callbacks
Marc-André Lureau
1
-4
/
+4
2019-02-07
slirp: prefer c99 types over BSD kind
Marc-André Lureau
1
-9
/
+9
2019-02-07
slirp: replace remaining qemu headers dependency
Marc-André Lureau
1
-1
/
+0
2019-02-07
slirp: add unregister_poll_fd() callback
Marc-André Lureau
1
-0
/
+2
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
1
-2
/
+4
2019-02-07
slirp: replace most qemu socket utilities with slirp own version
Marc-André Lureau
1
-9
/
+9
2019-02-07
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
1
-2
/
+2
2019-01-14
slirp: check data length while emulating ident function
Prasad J Pandit
1
-0
/
+5
2019-01-14
slirp: call into g_debug() for DEBUG macros
Marc-André Lureau
1
-1
/
+1
2019-01-14
slirp: rename exec_list
Marc-André Lureau
1
-2
/
+2
2019-01-14
slirp: improve a bit the debug macros
Marc-André Lureau
1
-2
/
+2
2019-01-14
slirp: rename /extra/chardev
Marc-André Lureau
1
-1
/
+1
2019-01-14
slirp: remove unused EMU_RSH
Marc-André Lureau
1
-1
/
+0
2019-01-14
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
1
-1
/
+1
2019-01-14
slirp: replace ex_pty with ex_chardev
Marc-André Lureau
1
-1
/
+1
2019-01-14
slirp: remove do_pty from fork_exec()
Marc-André Lureau
1
-3
/
+1
2018-11-10
slirp: Remove code that handles socreate() failure
Peter Maydell
1
-5
/
+0
2018-11-10
slirp: Use g_new() to allocate sockets in socreate()
Peter Maydell
1
-1
/
+1
2018-05-31
slirp: disable Nagle in outgoing connections
Andreas Gustafsson
1
-0
/
+2
2017-11-09
slirp: don't zero the whole ti_i when m == NULL
Tao Wu
1
-1
/
+10
2017-05-27
Fix total IP header length in forwarded TCP packets
Sjors Gielen
1
-2
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-04-28
slirp: fix guest network access with darwin host
Samuel Thibault
1
-1
/
+1
2016-04-07
slirp: don't crash when tcp_sockclosed() is called with a NULL tp
Steven Luo
1
-2
/
+5
2016-03-15
slirp: Handle IPv6 in TCP functions
Guillaume Subiron
1
-2
/
+30
2016-03-15
slirp: Reindent after refactoring
Guillaume Subiron
1
-25
/
+25
2016-03-15
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
1
-8
/
+29
2016-03-15
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
1
-9
/
+22
2016-02-04
slirp: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-04
slirp: Adding family argument to tcp_fconnect()
Guillaume Subiron
1
-2
/
+3
2016-02-04
slirp: Factorizing address translation
Guillaume Subiron
1
-28
/
+7
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
1
-0
/
+2
2015-11-12
slirp: Fix type casts and format strings in debug code
Stefan Weil
1
-8
/
+8
2013-10-02
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-4
/
+2
2013-07-19
slirp: remove mbuf(m_hdr,m_dat) indirection
Michael Tokarev
1
-6
/
+6
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-2
/
+2
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-4
/
+4
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-2
/
+1
2013-03-04
slirp/tcp_subr.c: fix coding style in tcp_connect
MORITA Kazutaka
1
-68
/
+72
2012-09-13
slirp: Fix error reported by static code analysis
Stefan Weil
1
-1
/
+1
2012-09-13
slirp: Remove wrong type casts ins debug statements
Stefan Weil
1
-3
/
+3
2012-08-03
slirp: Handle whole 127.0.0.0/8 network as local addresses.
Anders Waldenborg
1
-2
/
+5
2012-03-28
slirp: use socket_set_nonblock
Paolo Bonzini
1
-2
/
+2
2012-03-13
slirp: Cleanup resources on instance removal
Jan Kiszka
1
-0
/
+7
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
1
-1
/
+1
2011-07-23
slirp: Replace m_freem with m_free
Jan Kiszka
1
-1
/
+1
2010-07-25
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
1
-6
/
+6
2010-03-07
slirp: remove dead increments, spotted by clang
Blue Swirl
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-1
/
+1
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
1
-1
/
+2
[next]