Age | Commit message (Expand) | Author |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi |
2013-03-22 | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil |
2013-03-04 | move socket_set_nodelay to osdep.c | MORITA Kazutaka |
2013-03-04 | slirp/tcp_subr.c: fix coding style in tcp_connect | MORITA Kazutaka |
2013-02-26 | slirp: Properly initialize pollfds_idx of new sockets | Jan Kiszka |
2013-02-21 | slirp: switch to GPollFD | Stefan Hajnoczi |
2013-02-21 | slirp: slirp/slirp.c coding style cleanup | Stefan Hajnoczi |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster |
2013-01-12 | slirp: remove unused field tt | Blue Swirl |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini |
2012-12-07 | Fix comments (adress -> address, layed -> laid, wierd -> weird) | Stefan Weil |
2012-11-15 | slirp: Add domain-search option to slirp's DHCP server | Klaus Stengel |
2012-11-15 | slirp: Don't crash on packets from 0.0.0.0/8. | Nickolai Zeldovich |
2012-11-10 | slirp: remove unused function u_sleep | Blue Swirl |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-10-05 | slirp: Fix spelling in comment (enought -> enough, insure -> ensure) | Stefan Weil |
2012-09-14 | slirp: Implement TFTP Blocksize option | Hervé Poussineau |
2012-09-13 | slirp: Remove unused return value of tftp_send_next_block | Jan Kiszka |
2012-09-13 | slirp: Handle more than 65535 blocks in TFTP transfers | Hervé Poussineau |
2012-09-13 | slirp: improve TFTP performance | Hervé Poussineau |
2012-09-13 | slirp: Fix error reported by static code analysis | Stefan Weil |
2012-09-13 | slirp: Remove wrong type casts ins debug statements | Stefan Weil |
2012-08-06 | slirp: fix build on mingw32 | Anthony Liguori |
2012-08-03 | slirp: Handle whole 127.0.0.0/8 network as local addresses. | Anders Waldenborg |
2012-08-01 | net: determine if packets can be sent before net queue deliver packets | Zhi Yong Wu |
2012-06-07 | build: move slirp/ objects to nested Makefile.objs | Paolo Bonzini |
2012-05-28 | slirp: Avoid redefining MAX_TCPOPTLEN | Andreas Färber |
2012-05-28 | slirp: Avoid statements without effect on Big Endian host | Andreas Färber |
2012-05-28 | slirp: Untangle TCPOLEN_* from TCPOPT_* | Andreas Färber |
2012-04-26 | main_loop_wait: block indefinitely | Stefano Stabellini |
2012-04-15 | w32: Move defines for socket specific errors to qemu-os-win32.h | Stefan Weil |
2012-03-30 | slirp: Signal free input buffer space to io-thread | Jan Kiszka |
2012-03-28 | w32/slirp: Undefine error constants before their redefinition | Jan Kiszka |
2012-03-28 | slirp: use socket_set_nonblock | Paolo Bonzini |
2012-03-28 | slirp: clean up conflicts with system headers | Paolo Bonzini |
2012-03-13 | slirp: Fix compiler warning for w64 | Stefan Weil |
2012-03-13 | slirp: Cleanup resources on instance removal | Jan Kiszka |
2012-03-13 | slirp: Remove unneeded if_queued | Jan Kiszka |
2012-03-13 | slirp: Fix queue walking in if_start | Jan Kiszka |
2012-03-13 | slirp: Prevent recursion of if_start | Jan Kiszka |
2012-03-13 | slirp: Keep next_m always valid | Jan Kiszka |
2012-02-27 | slirp: Fix assertion failure on rejected DHCP requests | David Gibson |
2012-02-27 | slirp: Refactor if_start | Jan Kiszka |
2012-02-27 | slirp: Fix requeuing of batchq packets in if_start | Jan Kiszka |
2012-02-27 | slirp: Clean up ifs_init | Jan Kiszka |
2012-02-24 | slirp/misc: fix gcc __warn_memset_zero_len warnings | Alon Levy |