Sign in
qemu
/
qemu
/
3faf778e9d538365331ca1e7d74bbc2921bd9543
/
slirp
e8e880a
slirp: fix CVE 2007-5729
by aurel32
· 16 years ago
bf9298b
Make struct iovec universally available
by aliguori
· 16 years ago
36bae8d
Fix inline use warnings from sparse
by blueswir1
· 16 years ago
be15b14
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
by blueswir1
· 16 years ago
d75a0b9
added explicit license
by bellard
· 16 years ago
de806f0
allow SLIRP to make an ARP request to get the client MAC address. It is useful if an inbound connection is done to a VM which did not send outbound IP packets
by bellard
· 16 years ago
66029f6
Fix warning about variables used uninitialized
by blueswir1
· 16 years ago
7ca699c
Make some variables static
by blueswir1
· 16 years ago
393e076
Remove unused variables
by blueswir1
· 16 years ago
674bb26
Add some missing static qualifiers
by blueswir1
· 16 years ago
b55266b
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
by blueswir1
· 16 years ago
03ff3ca
Use common objects for qemu-img and qemu-nbd
by aliguori
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 16 years ago
8fcd369
Fix some warnings that would be generated by gcc -Wmissing-prototypes
by blueswir1
· 16 years ago
a5f1b96
Fix warnings that would be generated by gcc -Wstrict-prototypes
by blueswir1
· 16 years ago
116842e
Missing include for Slirp on win32 (Eduardo Felipe).
by balrog
· 17 years ago
242acf3
Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.
by balrog
· 17 years ago
f3ae070
Treat DNS a special case among special addresses in slirp (Jason Wessel).
by balrog
· 17 years ago
4a0d827
Fix slirp udp source address contamination (Jason Wessel)
by balrog
· 17 years ago
41a00ab
Remove remaining .cvsignore files
by aurel32
· 17 years ago
4fddf62
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
by ths
· 17 years ago
3f9b2b1
Revert an accidental change in previous commit.
by balrog
· 17 years ago
2f4a40e
Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms).
by balrog
· 17 years ago
eb6a054
removed warning
by bellard
· 17 years ago
5850586
More .cvsignore.
by ths
· 17 years ago
5fa0ab8
use config-host.h instead of config.h
by bellard
· 17 years ago
7c82986
Fix slirp compilation failure when using a newer gcc
by blueswir1
· 17 years ago
c9f1030
Declare function before use, reduces compiler warning noise.
by ths
· 17 years ago
7878ff6
Add const etc. to places forgotten from the previous commit
by blueswir1
· 17 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
31a60e2
Make Slirp statistics gathering and output conditional to LOG_ENABLED
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
cb4b976
Move network related includes to vl.c to help SLIRP-less builds.
by ths
· 17 years ago
0db1137
Change -tftp option to take a root directory, by Anthony Liguori.
by ths
· 18 years ago
1f697db
Add OACK support to slirp TFTP server, by Anthony Liguori.
by ths
· 18 years ago
47d5d01
Add -bootp option for slirp, by Anthony Liguori.
by ths
· 18 years ago
54fd9cd
Slirp UDP fix, by Jason Wessel.
by ths
· 18 years ago
28d657f
Fix build warning on Windows.
by ths
· 18 years ago
eaf7e70
Enable TCP_NODELAY, by Daniel Jacobowitz.
by ths
· 18 years ago
38f3e7c
suppressed unaligned accesses
by bellard
· 19 years ago
c904d61
UDP broadcast translation error (Mark Jonckheere)
by bellard
· 19 years ago
8dbca8d
separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
by bellard
· 19 years ago
e553272
> 32 KB packet handling (Ed Swierk)
by bellard
· 19 years ago
4f552e3
do not delay TCP acks (Ed Swierk)
by bellard
· 19 years ago
773f2cd
set TCP_MSS to 1460 (Ed Swierk)
by bellard
· 19 years ago
fedc54a
fixed IP packet rassembly logic (Ed Swierk)
by bellard
· 19 years ago
4b6ccfd
fixed realloc logic (Ed Swierk)
by bellard
· 19 years ago
3f423c9
removed warnings
by bellard
· 19 years ago
ec530c8
Solaris port (Ben Taylor)
by bellard
· 19 years ago
f4e15b4
Fix slirp redirection on systems without a useful host IP address.
by pbrook
· 19 years ago
0f8134b
Downgrade DNS failure to a warning.
by pbrook
· 19 years ago
115defd
Set slirp client hostname.
by pbrook
· 19 years ago
b55669b
Set SO_REUSEADDR before calling bind().
by pbrook
· 19 years ago
df5f895
improved user net performances
by bellard
· 19 years ago
51a36cb
win32 compile fix
by bellard
· 20 years ago
101c593
64 bit fixes (initial patch by Gwenole Beauchesne)
by bellard
· 20 years ago
3444413
windows header fix
by bellard
· 20 years ago
7b91a17
slirp fix for -smb command (Initial patch by Juergen Keil)
by bellard
· 20 years ago
3bc2175
socket send fix
by bellard
· 20 years ago
17444c9
fixed invalid received length
by bellard
· 20 years ago
ef6ff6b
removed warning
by bellard
· 20 years ago
f3ff649
openpty fix
by bellard
· 20 years ago
6d46bf8
win32 fix
by bellard
· 20 years ago
02d2c54
windows fixes (Gregory Alexander)
by bellard
· 20 years ago
487be8a
hack for bootp support
by bellard
· 20 years ago
e95c8d5
full system SPARC emulation (Blue Swirl)
by bellard
· 20 years ago
d981b88
give a new address at DHCPREQUEST too (useful if the OS remembers its IP address
by bellard
· 20 years ago
99679ec
removed warning
by bellard
· 20 years ago
c9a6211
memory leak fix (Juergen Keil)
by bellard
· 20 years ago
a3d4af0
allow inetd like program exec
by bellard
· 20 years ago
9bf0544
port redirection support
by bellard
· 20 years ago
a3504c8
removed gettimeofday usage
by bellard
· 20 years ago
c7f7464
TFTP support (Magnus Damm)
by bellard
· 20 years ago
379ff53
win32 compile
by bellard
· 20 years ago
ee2654a
removed unused includes - BSD port
by bellard
· 20 years ago
1d43a71
forgot fclose()
by bellard
· 21 years ago
44bbf73
dhcp packet size fix (aka pump fix)
by bellard
· 21 years ago
170c6f8
header fix
by bellard
· 21 years ago
25b42e9
added missing copyright file
by bellard
· 21 years ago
512176d
fixed dhcp for windows client
by bellard
· 21 years ago
9fafc9e
avoid errno variable name
by bellard
· 21 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago