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