summaryrefslogtreecommitdiff
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil1-1/+1
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik4-11/+6
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka1-2/+2
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan2-6/+25
2013-09-17slirp: define timeout as macroLiu Ping Fan1-5/+12
2013-09-17slirp: make timeout localLiu Ping Fan2-12/+13
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell1-2/+2
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza1-0/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-3/+3
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-19slirp: remove mbuf(m_hdr,m_dat) indirectionMichael Tokarev2-39/+24
2013-06-19make user networking hostfwd work with restrict=yGertjan Halkes1-10/+16
2013-06-01slirp: cleanup leftovers from misc.hMichael Tokarev1-14/+0
2013-05-18remove some double-includesMichael Tokarev1-2/+0
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2-3/+3
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil4-9/+9
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-2/+1
2013-03-04slirp/tcp_subr.c: fix coding style in tcp_connectMORITA Kazutaka1-68/+72
2013-02-26slirp: Properly initialize pollfds_idx of new socketsJan Kiszka1-0/+1
2013-02-21slirp: switch to GPollFDStefan Hajnoczi5-68/+83
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi1-297/+311
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-6/+2
2013-01-12slirp: remove unused field ttBlue Swirl1-1/+0
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini5-6/+6
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-2/+2
2012-12-19janitor: add guards to headersPaolo Bonzini3-0/+12
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil1-1/+1
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel6-3/+341
2012-11-15slirp: Don't crash on packets from 0.0.0.0/8.Nickolai Zeldovich1-1/+3
2012-11-10slirp: remove unused function u_sleepBlue Swirl2-15/+0
2012-10-05cleanup useless return sentenceAmos Kong3-4/+0
2012-10-05slirp: Fix spelling in comment (enought -> enough, insure -> ensure)Stefan Weil1-2/+2
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau1-9/+33
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka1-9/+5
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau2-14/+11
2012-09-13slirp: improve TFTP performanceHervé Poussineau2-14/+19
2012-09-13slirp: Fix error reported by static code analysisStefan Weil1-1/+1
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil1-3/+3
2012-08-06slirp: fix build on mingw32Anthony Liguori2-2/+2
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg3-2/+9
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2-6/+0
2012-06-07build: move slirp/ objects to nested Makefile.objsPaolo Bonzini1-0/+3
2012-05-28slirp: Avoid redefining MAX_TCPOPTLENAndreas Färber1-0/+1
2012-05-28slirp: Avoid statements without effect on Big Endian hostAndreas Färber1-12/+8
2012-05-28slirp: Untangle TCPOLEN_* from TCPOPT_*Andreas Färber1-5/+8
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini2-0/+8
2012-04-15w32: Move defines for socket specific errors to qemu-os-win32.hStefan Weil1-12/+0
2012-03-30slirp: Signal free input buffer space to io-threadJan Kiszka1-0/+6