index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slirp
/
tcp_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
slirp: check data length while emulating ident function
Prasad J Pandit
2019-01-14
1
-0
/
+5
*
slirp: call into g_debug() for DEBUG macros
Marc-André Lureau
2019-01-14
1
-1
/
+1
*
slirp: rename exec_list
Marc-André Lureau
2019-01-14
1
-2
/
+2
*
slirp: improve a bit the debug macros
Marc-André Lureau
2019-01-14
1
-2
/
+2
*
slirp: rename /extra/chardev
Marc-André Lureau
2019-01-14
1
-1
/
+1
*
slirp: remove unused EMU_RSH
Marc-André Lureau
2019-01-14
1
-1
/
+0
*
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
2019-01-14
1
-1
/
+1
*
slirp: replace ex_pty with ex_chardev
Marc-André Lureau
2019-01-14
1
-1
/
+1
*
slirp: remove do_pty from fork_exec()
Marc-André Lureau
2019-01-14
1
-3
/
+1
*
slirp: Remove code that handles socreate() failure
Peter Maydell
2018-11-10
1
-5
/
+0
*
slirp: Use g_new() to allocate sockets in socreate()
Peter Maydell
2018-11-10
1
-1
/
+1
*
slirp: disable Nagle in outgoing connections
Andreas Gustafsson
2018-05-31
1
-0
/
+2
*
slirp: don't zero the whole ti_i when m == NULL
Tao Wu
2017-11-09
1
-1
/
+10
*
Fix total IP header length in forwarded TCP packets
Sjors Gielen
2017-05-27
1
-2
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
slirp: fix guest network access with darwin host
Samuel Thibault
2016-04-28
1
-1
/
+1
*
slirp: don't crash when tcp_sockclosed() is called with a NULL tp
Steven Luo
2016-04-07
1
-2
/
+5
*
slirp: Handle IPv6 in TCP functions
Guillaume Subiron
2016-03-15
1
-2
/
+30
*
slirp: Reindent after refactoring
Guillaume Subiron
2016-03-15
1
-25
/
+25
*
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
2016-03-15
1
-8
/
+29
*
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
2016-03-15
1
-9
/
+22
*
slirp: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
slirp: Adding family argument to tcp_fconnect()
Guillaume Subiron
2016-02-04
1
-2
/
+3
*
slirp: Factorizing address translation
Guillaume Subiron
2016-02-04
1
-28
/
+7
*
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
2016-02-04
1
-0
/
+2
*
slirp: Fix type casts and format strings in debug code
Stefan Weil
2015-11-12
1
-8
/
+8
*
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
1
-4
/
+2
*
slirp: remove mbuf(m_hdr,m_dat) indirection
Michael Tokarev
2013-07-19
1
-6
/
+6
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-2
/
+2
*
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
2013-03-22
1
-4
/
+4
*
move socket_set_nodelay to osdep.c
MORITA Kazutaka
2013-03-04
1
-2
/
+1
*
slirp/tcp_subr.c: fix coding style in tcp_connect
MORITA Kazutaka
2013-03-04
1
-68
/
+72
*
slirp: Fix error reported by static code analysis
Stefan Weil
2012-09-13
1
-1
/
+1
*
slirp: Remove wrong type casts ins debug statements
Stefan Weil
2012-09-13
1
-3
/
+3
*
slirp: Handle whole 127.0.0.0/8 network as local addresses.
Anders Waldenborg
2012-08-03
1
-2
/
+5
*
slirp: use socket_set_nonblock
Paolo Bonzini
2012-03-28
1
-2
/
+2
*
slirp: Cleanup resources on instance removal
Jan Kiszka
2012-03-13
1
-0
/
+7
*
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
1
-1
/
+1
*
slirp: Replace m_freem with m_free
Jan Kiszka
2011-07-23
1
-1
/
+1
*
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-07-25
1
-6
/
+6
*
slirp: remove dead increments, spotted by clang
Blue Swirl
2010-03-07
1
-1
/
+1
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-1
/
+1
*
slirp: Read host DNS config on demand
Ed Swierk
2009-08-28
1
-1
/
+2
*
slirp: Factor out internal state structure
Jan Kiszka
2009-06-29
1
-28
/
+46
*
slirp: Drop statistic code
Jan Kiszka
2009-06-29
1
-6
/
+1
*
slirp: Drop dead code
Jan Kiszka
2009-06-29
1
-362
/
+4
*
slirp: Mark sockets of incoming TCP connections
Jan Kiszka
2009-06-29
1
-0
/
+1
*
slirp: Bind support for host forwarding rules
Jan Kiszka
2009-06-29
1
-7
/
+8
*
slirp: Rework internal configuration
Jan Kiszka
2009-06-29
1
-11
/
+6
*
slirp: Refactor tcp_ctl
Jan Kiszka
2009-06-29
1
-79
/
+30
[next]