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