Sign in
qemu
/
qemu
/
0b6440afb807a80c6d64dcc987bcfed87e1ace17
/
slirp
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
01f7cec
slirp: udp: fix NULL pointer dereference because of uninitialized socket
by Petr Matousek
· 10 years ago
2fd5d86
slirp/misc: Use the GLib memory allocation APIs
by zhanghailiang
· 10 years ago
5f22b05
Increase maximum number of session of the internal TFTP server.
by Bernhard Übelacker
· 11 years ago
49bba86
slirp: Remove unused zero_ethaddr[] variable
by Peter Maydell
· 11 years ago
959e414
slirp/arp: do not special-case bogus IP addresses
by Samuel Thibault
· 11 years ago
02d1608
slirp: Remove default_mon usage
by Cole Robinson
· 11 years ago
dc6fb73
Fixed various typos
by Deepak Kathayat
· 11 years ago
59b0096
misc: Spelling and grammar fixes in comments
by Stefan Weil
· 11 years ago
aad1239
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
426e3e6
slirp: clean up slirp_update_timeout
by Jan Kiszka
· 11 years ago
a42e9c4
slirp: set mainloop timeout with more precise value
by Liu Ping Fan
· 11 years ago
9b0ca6c
slirp: define timeout as macro
by Liu Ping Fan
· 11 years ago
fe0ff43
slirp: make timeout local
by Liu Ping Fan
· 11 years ago
ed6bc28
slirp/arp_table.c: Avoid shifting into sign bit of signed integers
by Peter Maydell
· 11 years ago
efcb7e4
slirp: Port redirection option behave differently on Linux and Windows
by Taimoor Mirza
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 11 years ago
0e44486
slirp: remove mbuf(m_hdr,m_dat) indirection
by Michael Tokarev
· 12 years ago
b5a87d2
make user networking hostfwd work with restrict=y
by Gertjan Halkes
· 13 years ago
a9c34e4
slirp: cleanup leftovers from misc.h
by Michael Tokarev
· 12 years ago
997aba8
remove some double-includes
by Michael Tokarev
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
9957fc7
MinGW: Replace setsockopt by qemu_setsocketopt
by Stefan Weil
· 12 years ago
bf1c852
move socket_set_nodelay to osdep.c
by MORITA Kazutaka
· 12 years ago
4ef7b89
slirp/tcp_subr.c: fix coding style in tcp_connect
by MORITA Kazutaka
· 12 years ago
7bd43ec
slirp: Properly initialize pollfds_idx of new sockets
by Jan Kiszka
· 12 years ago
8917c3b
slirp: switch to GPollFD
by Stefan Hajnoczi
· 12 years ago
cf1d078
slirp: slirp/slirp.c coding style cleanup
by Stefan Hajnoczi
· 12 years ago
c64f50d
g_strdup(NULL) returns NULL; simplify
by Markus Armbruster
· 12 years ago
b6d9439
slirp: remove unused field tt
by Blue Swirl
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
a93cf9d
Fix comments (adress -> address, layed -> laid, wierd -> weird)
by Stefan Weil
· 12 years ago
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
1a89b60
slirp: Don't crash on packets from 0.0.0.0/8.
by Nickolai Zeldovich
· 12 years ago
036208c
slirp: remove unused function u_sleep
by Blue Swirl
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
30daca5
slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
by Stefan Weil
· 12 years ago
95b1ad7
slirp: Implement TFTP Blocksize option
by Hervé Poussineau
· 12 years ago
eb7faf0
slirp: Remove unused return value of tftp_send_next_block
by Jan Kiszka
· 12 years ago
4aa401f
slirp: Handle more than 65535 blocks in TFTP transfers
by Hervé Poussineau
· 12 years ago
78be056
slirp: improve TFTP performance
by Hervé Poussineau
· 12 years ago
e56afbc5
slirp: Fix error reported by static code analysis
by Stefan Weil
· 12 years ago
c4d12a7
slirp: Remove wrong type casts ins debug statements
by Stefan Weil
· 12 years ago
0b8db8f
slirp: fix build on mingw32
by Anthony Liguori
· 12 years ago
648cd33
slirp: Handle whole 127.0.0.0/8 network as local addresses.
by Anders Waldenborg
· 13 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 13 years ago
4c69605
build: move slirp/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
917cfc1
slirp: Avoid redefining MAX_TCPOPTLEN
by Andreas Färber
· 13 years ago
9b24d8e
slirp: Avoid statements without effect on Big Endian host
by Andreas Färber
· 13 years ago
e20e48a
slirp: Untangle TCPOLEN_* from TCPOPT_*
by Andreas Färber
· 13 years ago
7c7db75
main_loop_wait: block indefinitely
by Stefano Stabellini
· 13 years ago
acf126b
w32: Move defines for socket specific errors to qemu-os-win32.h
by Stefan Weil
· 13 years ago
8607301
slirp: Signal free input buffer space to io-thread
by Jan Kiszka
· 13 years ago
5668896
w32/slirp: Undefine error constants before their redefinition
by Jan Kiszka
· 13 years ago
1c5970a
slirp: use socket_set_nonblock
by Paolo Bonzini
· 13 years ago
b722105
slirp: clean up conflicts with system headers
by Paolo Bonzini
· 13 years ago
2d26512
slirp: Fix compiler warning for w64
by Stefan Weil
· 13 years ago
a68adc2
slirp: Cleanup resources on instance removal
by Jan Kiszka
· 13 years ago
f373431
slirp: Remove unneeded if_queued
by Jan Kiszka
· 13 years ago
e3078bf
slirp: Fix queue walking in if_start
by Jan Kiszka
· 13 years ago
953e7f5
slirp: Prevent recursion of if_start
by Jan Kiszka
· 13 years ago
d6536b2
slirp: Keep next_m always valid
by Jan Kiszka
· 13 years ago
90d7416
slirp: Fix assertion failure on rejected DHCP requests
by David Gibson
· 13 years ago
b87ffa1
slirp: Refactor if_start
by Jan Kiszka
· 13 years ago
b248ede
slirp: Fix requeuing of batchq packets in if_start
by Jan Kiszka
· 13 years ago
79e7e93
slirp: Clean up ifs_init
by Jan Kiszka
· 13 years ago
f293d8b
slirp/misc: fix gcc __warn_memset_zero_len warnings
by Alon Levy
· 13 years ago
6612db1
slirp: Prevent sending ICMP error replies to source-only addresses
by Jan Kiszka
· 13 years ago
9f1134d
slirp: Remove unused variable and unused code
by Stefan Weil
· 13 years ago
d3b12f5
main-loop: create main-loop.c
by Paolo Bonzini
· 13 years ago
2b44043
slirp: Fix packet expiration
by Thomas Huth
· 13 years ago
8d06d69
slirp: Fix use after release on tcp_input
by Jan Kiszka
· 13 years ago
39ba59c
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
by Anthony Liguori
· 13 years ago
b2bedb2
Remove blanks before \n in output strings
by Stefan Weil
· 13 years ago
144d192
slirp: Fill TCP/IP header template after SYN reception
by Jan Kiszka
· 13 years ago
5a61cb6
Fix include statements for qemu-common.h
by Stefan Weil
· 13 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 13 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 13 years ago
aec7c6d
Merge branch 'queues/slirp' of git://git.kiszka.org/qemu
by Blue Swirl
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
1b930bf
slirp: Fix bit field types in IP header structs
by Jan Kiszka
· 13 years ago
e3a110b
slirp: Only start packet expiration for delayed ones
by Jan Kiszka
· 13 years ago
fd59387
slirp: Read current time only once per if_start call
by Jan Kiszka
· 13 years ago
5a371a2
slirp: Fix types of IP address parameters
by Jan Kiszka
· 13 years ago
1ab74ce
Delayed IP packets
by Fabien Chouteau
· 14 years ago
1a0ca1e
Simple ARP table
by Fabien Chouteau
· 13 years ago
cf2846b
slirp: Fix unusual "comments" in unused code
by Stefan Weil
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
e6d43cf
slirp: Forward ICMP echo requests via unprivileged sockets
by Jan Kiszka
· 14 years ago
565465f
slirp: Put forked exec into separate process group
by Jan Kiszka
· 14 years ago
3acccfc
slirp: Replace m_freem with m_free
by Jan Kiszka
· 14 years ago
5a82362
slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
by Jan Kiszka
· 14 years ago
12b513d
slirp: Fix restricted mode
by Jan Kiszka
· 14 years ago
4d54ec7
add a service to reap zombies, use it in SLIRP
by Paolo Bonzini
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
Next »