Sign in
qemu
/
qemu
/
febc9920c66dd51245c2ca2ee88ada2aa5d0a63e
/
slirp
/
misc.c
1c5970a
slirp: use socket_set_nonblock
by Paolo Bonzini
· 13 years ago
f293d8b
slirp/misc: fix gcc __warn_memset_zero_len warnings
by Alon Levy
· 13 years ago
9f1134d
slirp: Remove unused variable and unused code
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
e6d43cf
slirp: Forward ICMP echo requests via unprivileged sockets
by Jan Kiszka
· 13 years ago
565465f
slirp: Put forked exec into separate process group
by Jan Kiszka
· 13 years ago
4d54ec7
add a service to reap zombies, use it in SLIRP
by Paolo Bonzini
· 14 years ago
9eca6cc
slirp: Remove unused code for bad sprintf
by Stefan Weil
· 14 years ago
8631b60
monitor: Separate "default monitor" and "current monitor" cleanly
by Markus Armbruster
· 15 years ago
6265eb2
don't dereference NULL after failed strdup
by Jim Meyering
· 15 years ago
f0d98b0
slirp/misc.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
9f8bd04
slirp: Use internal state in interface
by Jan Kiszka
· 15 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 15 years ago
f1d99bb
slirp: Clean up timeout handling around slirp_select_fill/poll
by Jan Kiszka
· 15 years ago
df46189
slirp: Factor out one-time initialization
by Jan Kiszka
· 15 years ago
9f34949
slirp: Cleanup and basic reanimation of debug code
by Jan Kiszka
· 15 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 15 years ago
6dbe553
slirp: Add info usernet for dumping connection states
by Jan Kiszka
· 15 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 15 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
b9e82a5
Fix some win32 compile warnings
by blueswir1
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
429d0a3
Fix 64 bit issue in slirp
by blueswir1
· 16 years ago
e1c5a2b
Redirect slirp traffic to/from qemu character device (Gleb Natapov)
by aliguori
· 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
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 16 years ago
242acf3
Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.
by balrog
· 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
c9f1030
Declare function before use, reduces compiler warning noise.
by ths
· 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
8dbca8d
separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
by bellard
· 19 years ago
f4e15b4
Fix slirp redirection on systems without a useful host IP address.
by pbrook
· 19 years ago
7b91a17
slirp fix for -smb command (Initial patch by Juergen Keil)
by bellard
· 20 years ago
f3ff649
openpty fix
by bellard
· 20 years ago
a3d4af0
allow inetd like program exec
by bellard
· 20 years ago
379ff53
win32 compile
by bellard
· 20 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago