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
/
slirp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
slirp: Add domainname option to slirp's DHCP server
Benjamin Drung
2018-05-31
1
-0
/
+1
*
slirp: remove unused header
Philippe Mathieu-Daudé
2018-01-14
1
-1
/
+0
*
slirp: Fix intermittent send queue hangs on a socket
Kevin Cernekee
2017-09-24
1
-1
/
+0
*
slirp: add a fake NC-SI backend
Cédric Le Goater
2017-04-25
1
-0
/
+3
*
slirp, disas: Replace min/max with MIN/MAX macros
Yuval Shaia
2016-12-20
1
-5
/
+0
*
slirp: Rename "struct arphdr" to "struct slirp_arphdr"
Thomas Huth
2016-08-16
1
-2
/
+2
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-2
/
+2
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
slirp: Remove some unused code from slirp.h
Thomas Huth
2016-05-16
1
-22
/
+0
*
slirp: Remove obsolete backward-compatibility cruft
Thomas Huth
2016-05-16
1
-28
/
+0
*
wxx: Fix broken TCP networking (regression)
Stefan Weil
2016-04-15
1
-5
/
+0
*
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
2016-04-01
1
-0
/
+2
*
Avoid embedding struct mbuf in other structures
Samuel Thibault
2016-03-23
1
-3
/
+5
*
slirp/slirp.h: Remove now-empty #ifdefs
Peter Maydell
2016-03-16
1
-24
/
+0
*
slirp: Adding IPv6 address for DNS relay
Guillaume Subiron
2016-03-15
1
-0
/
+1
*
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
2016-03-15
1
-2
/
+3
*
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
Guillaume Subiron
2016-03-15
1
-0
/
+37
*
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-03-10
1
-2
/
+0
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-18
/
+0
*
slirp: Adding family argument to tcp_fconnect()
Guillaume Subiron
2016-02-04
1
-1
/
+1
*
ether/slirp: Avoid redefinition of the same constants
Dr. David Alan Gilbert
2016-01-11
1
-6
/
+1
*
slirp: Remove default_mon usage
Cole Robinson
2014-04-25
1
-2
/
+0
*
slirp: make timeout local
Liu Ping Fan
2013-09-17
1
-0
/
+3
*
slirp: remove unused field tt
Blue Swirl
2013-01-12
1
-1
/
+0
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
slirp: Add domain-search option to slirp's DHCP server
Klaus Stengel
2012-11-15
1
-0
/
+5
*
w32: Move defines for socket specific errors to qemu-os-win32.h
Stefan Weil
2012-04-15
1
-12
/
+0
*
w32/slirp: Undefine error constants before their redefinition
Jan Kiszka
2012-03-28
1
-0
/
+6
*
slirp: clean up conflicts with system headers
Paolo Bonzini
2012-03-28
1
-7
/
+1
*
slirp: Cleanup resources on instance removal
Jan Kiszka
2012-03-13
1
-0
/
+2
*
slirp: Remove unneeded if_queued
Jan Kiszka
2012-03-13
1
-1
/
+0
*
slirp: Prevent recursion of if_start
Jan Kiszka
2012-03-13
1
-0
/
+1
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-1
/
+1
*
slirp: Fix types of IP address parameters
Jan Kiszka
2011-08-05
1
-2
/
+2
*
Simple ARP table
Fabien Chouteau
2011-08-03
1
-3
/
+44
*
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
2011-07-23
1
-0
/
+5
*
Delete useless 'extern' qualifiers for functions
Blue Swirl
2011-01-23
1
-1
/
+1
*
slirp: Remove unused code for bad sprintf
Stefan Weil
2010-11-21
1
-14
/
+0
*
Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
1
-1
/
+1
*
slirp: Silence warning on Haiku
Andreas Färber
2010-10-03
1
-1
/
+3
*
slirp: Remove declarations which are no longer needed
Stefan Weil
2010-07-25
1
-33
/
+0
*
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-07-25
1
-3
/
+3
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-0
/
+4
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-2
/
+2
*
slirp: Use monotonic clock if available (v2)
Ed Swierk
2009-07-27
1
-4
/
+0
*
Fix breakage by obsolete _P() for good
Blue Swirl
2009-07-01
1
-44
/
+37
*
slirp: Enable multiple instances
Jan Kiszka
2009-06-29
1
-0
/
+4
*
slirp: Allocate/free stack instance dynamically
Jan Kiszka
2009-06-29
1
-1
/
+1
*
slirp: Use internal state in interface
Jan Kiszka
2009-06-29
1
-0
/
+1
[next]