Age | Commit message (Expand) | Author |
2016-02-04 | slirp: Clean up includes | Peter Maydell |
2016-02-04 | slirp: Adding family argument to tcp_fconnect() | Guillaume Subiron |
2016-02-04 | slirp: Make udp_attach IPv6 compatible | Guillaume Subiron |
2016-02-04 | slirp: Add sockaddr_equal, make solookup family-agnostic | Guillaume Subiron |
2016-02-04 | slirp: Factorizing and cleaning solookup() | Guillaume Subiron |
2016-02-04 | slirp: Factorizing address translation | Guillaume Subiron |
2016-02-04 | slirp: Make Socket structure IPv6 compatible | Guillaume Subiron |
2016-02-04 | slirp: Adding address family switch for produced frames | Guillaume Subiron |
2016-02-04 | slirp: Generalizing and neutralizing ARP code | Guillaume Subiron |
2016-02-04 | slirp: goto bad in udp_input if sosendto fails | Guillaume Subiron |
2016-01-11 | ether/slirp: Avoid redefinition of the same constants | Dr. David Alan Gilbert |
2015-11-12 | slirp: Fix type casts and format strings in debug code | Stefan Weil |
2015-09-24 | slirp: Fix non blocking connect for w32 | Stefan Weil |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2014-09-23 | slirp: udp: fix NULL pointer dereference because of uninitialized socket | Petr Matousek |
2014-08-24 | slirp/misc: Use the GLib memory allocation APIs | zhanghailiang |
2014-06-24 | Increase maximum number of session of the internal TFTP server. | Bernhard Übelacker |
2014-06-10 | slirp: Remove unused zero_ethaddr[] variable | Peter Maydell |
2014-06-09 | slirp/arp: do not special-case bogus IP addresses | Samuel Thibault |
2014-04-25 | slirp: Remove default_mon usage | Cole Robinson |
2014-03-25 | Fixed various typos | Deepak Kathayat |
2013-10-26 | misc: Spelling and grammar fixes in comments | Stefan Weil |
2013-10-02 | slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR | Sebastian Ottlik |
2013-09-17 | slirp: clean up slirp_update_timeout | Jan Kiszka |
2013-09-17 | slirp: set mainloop timeout with more precise value | Liu Ping Fan |
2013-09-17 | slirp: define timeout as macro | Liu Ping Fan |
2013-09-17 | slirp: make timeout local | Liu Ping Fan |
2013-09-01 | slirp/arp_table.c: Avoid shifting into sign bit of signed integers | Peter Maydell |
2013-09-01 | slirp: Port redirection option behave differently on Linux and Windows | Taimoor Mirza |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh |
2013-07-19 | slirp: remove mbuf(m_hdr,m_dat) indirection | Michael Tokarev |
2013-06-19 | make user networking hostfwd work with restrict=y | Gertjan Halkes |
2013-06-01 | slirp: cleanup leftovers from misc.h | Michael Tokarev |
2013-05-18 | remove some double-includes | Michael Tokarev |
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 |