QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Petr Matousek 01f7cecf00 slirp: udp: fix NULL pointer dereference because of uninitialized socket 12 years ago
..
COPYRIGHT Remove the advertising clause from the slirp license 17 years ago
Makefile.objs slirp: Add domain-search option to slirp's DHCP server 14 years ago
arp_table.c slirp/arp: do not special-case bogus IP addresses 12 years ago
bootp.c slirp: Add domain-search option to slirp's DHCP server 14 years ago
bootp.h janitor: add guards to headers 13 years ago
cksum.c slirp: Fix compiler warning for w64 14 years ago
debug.h slirp: Cleanup and basic reanimation of debug code 17 years ago
dnssearch.c slirp: Add domain-search option to slirp's DHCP server 14 years ago
if.c misc: Spelling and grammar fixes in comments 13 years ago
if.h slirp: Clean up ifs_init 14 years ago
ip.h slirp: Avoid statements without effect on Big Endian host 14 years ago
ip_icmp.c Fix comments (adress -> address, layed -> laid, wierd -> weird) 14 years ago
ip_icmp.h slirp: Fix spelling in comment (enought -> enough, insure -> ensure) 14 years ago
ip_input.c misc: move include files to include/qemu/ 13 years ago
ip_output.c slirp: Replace m_freem with m_free 15 years ago
libslirp.h slirp: set mainloop timeout with more precise value 13 years ago
main.h slirp: switch to GPollFD 13 years ago
mbuf.c slirp: Cleanup resources on instance removal 14 years ago
mbuf.h slirp: remove mbuf(m_hdr,m_dat) indirection 13 years ago
misc.c slirp/misc: Use the GLib memory allocation APIs 12 years ago
misc.h slirp/misc: Use the GLib memory allocation APIs 12 years ago
sbuf.c misc: move include files to include/qemu/ 13 years ago
sbuf.h Fix breakage by obsolete _P() for good 17 years ago
slirp.c slirp: Remove unused zero_ethaddr[] variable 12 years ago
slirp.h slirp: Remove default_mon usage 12 years ago
slirp_config.h slirp/misc: Use the GLib memory allocation APIs 12 years ago
socket.c slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR 13 years ago
socket.h slirp: switch to GPollFD 13 years ago
tcp.h slirp: Untangle TCPOLEN_* from TCPOPT_* 14 years ago
tcp_input.c make user networking hostfwd work with restrict=y 13 years ago
tcp_output.c slirp: Avoid redefining MAX_TCPOPTLEN 14 years ago
tcp_subr.c slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR 13 years ago
tcp_timer.c More NULL pointer fixes 17 years ago
tcp_timer.h Fix breakage by obsolete _P() for good 17 years ago
tcp_var.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
tcpip.h Remove the advertising clause from the slirp license 17 years ago
tftp.c Fixed various typos 12 years ago
tftp.h Increase maximum number of session of the internal TFTP server. 12 years ago
udp.c slirp: udp: fix NULL pointer dereference because of uninitialized socket 12 years ago
udp.h slirp: Cleanup resources on instance removal 14 years ago