Sign in
qemu
/
qemu
/
18cb1d85578e03b16570d9380309cca673f9fff8
/
slirp
f0d98b0
slirp/misc.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
9a0c6a3
fix networking on win32 host
by Juha Riihimäki
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
e0cf6d1
slirp: fix use-after-free
by Mark McLoughlin
· 15 years ago
65528b1
slirp: fix unmatched bracket in if 0
by Michael S. Tsirkin
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
1e6eec8
Fix Sparse warnings: add "static"
by Blue Swirl
· 15 years ago
9e3a95e
Fix compiler warnings
by Stefan Weil
· 15 years ago
df7a86e
slirp: Read host DNS config on demand
by Ed Swierk
· 15 years ago
ce0bd02
slirp: Remove our_addr code
by Ed Swierk
· 15 years ago
2353422
Add missing "static"
by Blue Swirl
· 15 years ago
7cba04f
More NULL pointer fixes
by Blue Swirl
· 15 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 15 years ago
aaf10d9
slirp: Use monotonic clock if available (v2)
by Ed Swierk
· 15 years ago
97df1ee
slirp: Remove UDP protocol emulation (talk, cuseeme)
by Ed Swierk
· 15 years ago
bb53fc5
slirp: Fix guestfwd for incoming data
by Jan Kiszka
· 15 years ago
6cb9c6d
Fix breakage by obsolete _P() for good
by Blue Swirl
· 16 years ago
74efd61
slirp: tftp: Relax filename format check
by Jan Kiszka
· 16 years ago
0a1f851
slirp: Save/restore bootp client states
by Jan Kiszka
· 16 years ago
b1c99fc
slirp: Enable multiple instances
by Jan Kiszka
· 16 years ago
ad0d8c4
slirp: Allocate/free stack instance dynamically
by Jan Kiszka
· 16 years ago
9f8bd04
slirp: Use internal state in interface
by Jan Kiszka
· 16 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
b5302e1
slirp: Drop link_up checks from if_output and slirp_socket_can_recv
by Jan Kiszka
· 16 years ago
f1d99bb
slirp: Clean up timeout handling around slirp_select_fill/poll
by Jan Kiszka
· 16 years ago
d918f23
slirp: Kill slirp_is_inited
by Jan Kiszka
· 16 years ago
8ec7f4e
slirp: Clean up updtime
by Jan Kiszka
· 16 years ago
285f7a6
slirp: Make IP packet ID consistent
by Jan Kiszka
· 16 years ago
df46189
slirp: Factor out one-time initialization
by Jan Kiszka
· 16 years ago
9367964
slirp: tftp: Rework filename handling
by Jan Kiszka
· 16 years ago
20c24bf
slirp: tftp: Refactor tftp_handle_rrq
by Jan Kiszka
· 16 years ago
ef2d54d
slirp: tftp: Clean up tftp_send_error
by Jan Kiszka
· 16 years ago
f8e3cbd
slirp: tftp: Cleanup tftp_prefix check
by Jan Kiszka
· 16 years ago
ee9be58
slirp: Drop unused icmp_var.h
by Jan Kiszka
· 16 years ago
9f34949
slirp: Cleanup and basic reanimation of debug code
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
6dbe553
slirp: Add info usernet for dumping connection states
by Jan Kiszka
· 16 years ago
4a82347
slirp: Mark sockets of incoming TCP connections
by Jan Kiszka
· 16 years ago
9c12a6f
slirp: Do not allow to remove non-hostfwd sockets
by Jan Kiszka
· 16 years ago
6dd5ffb
slirp: Explicitely mark host-forwarding sockets
by Jan Kiszka
· 16 years ago
f932b6c
slirp: Prepare for persistent socket state flags
by Jan Kiszka
· 16 years ago
3c6a058
slirp: Bind support for host forwarding rules
by Jan Kiszka
· 16 years ago
2ad82cf
slirp: Fix port comparision in slirp_remove_hostfwd
by Jan Kiszka
· 16 years ago
c92ef6a
slirp: Rework external configuration interface
by Jan Kiszka
· 16 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 16 years ago
ad196a9
slirp: Move smb, redir, tftp and bootp parameters and -net channel
by Jan Kiszka
· 16 years ago
e15f4a9
Revert "User networking: Show active connections"
by Jan Kiszka
· 16 years ago
b35725c
slirp: Refactor tcp_ctl
by Jan Kiszka
· 16 years ago
753a5f1
slirp: Drop redundant lines from udp_input
by Jan Kiszka
· 16 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
b8e8af3
slirp: Reorder initialization
by Jan Kiszka
· 16 years ago
1c6ed9f
User networking: Show active connections
by Alexander Graf
· 16 years ago
c1261d8
User Networking: Enable removal of redirections
by Alexander Graf
· 16 years ago
0928a95
slirp: Reassign same address to same DHCP client
by Jan Kiszka
· 16 years ago
0a656f5
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
by malc
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
b63c7f6
slirp: Handle DHCP requests for specific IP (Jan Kiszka)
by aliguori
· 16 years ago
aeed97c
Use ANSI prototypes to please sparse
by blueswir1
· 16 years ago
aa80613
Move bootp_filename to avoid a sparse warning
by blueswir1
· 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
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 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
f2ba730
Fix SIGSEGV crash in slirp networking code
by blueswir1
· 16 years ago
2f5f899
Remove the advertising clause from the slirp license
by aliguori
· 16 years ago
6391e47
Use broadcast address for slirp dhcp replies
by aurel32
· 16 years ago
61dca5a
Fix _P use on OpenBSD
by blueswir1
· 16 years ago
429d0a3
Fix 64 bit issue in slirp
by blueswir1
· 16 years ago
0580ac9
Fix some SLIRP warnings
by blueswir1
· 16 years ago
062e552
Add support for vmchannel socket migration (Gleb Natapov)
by aliguori
· 16 years ago
a9ba3a8
Add slirp_restrict option (Gleb Natapov)
by aliguori
· 16 years ago
e1c5a2b
Redirect slirp traffic to/from qemu character device (Gleb Natapov)
by aliguori
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
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
Next »