385 Commits (530049bc1dcc24c1178a29d99ca08b6dd08413e0)

Author SHA1 Message Date
Stefan Weil 9eca6cc643 slirp: Remove unused code for bad sprintf 16 years ago
Stefan Weil 8b7968f7c4 Use GCC_FMT_ATTR (format checking) 16 years ago
Andreas Färber 4a2b39d323 slirp: Silence warning on Haiku 16 years ago
Hervé Poussineau dbf3c4b4ba Make ARP replies at least 64 bytes long 16 years ago
Hervé Poussineau 0d491754d0 Accept packets with TTL=1 16 years ago
Jes Sorensen 7390cdfbf7 Change DPRINTF() to do{}while(0) to avoid compiler warning 16 years ago
Stefan Weil 08dc07a32b slirp: Remove declarations which are no longer needed 16 years ago
Stefan Weil b6dce92e89 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
Alex Williamson 0be71e324f savevm: Add DeviceState param 16 years ago
Blue Swirl 9678d9501b Remove dead assignments in various common files, spotted by clang analyzer 17 years ago
Juha Riihimäki ab07b980c4 slirp: fix structure initialization in tcp_listen() 17 years ago
Blue Swirl 7107944a7b slirp: fix unused return value, spotted by clang 17 years ago
Markus Armbruster 8631b6084a monitor: Separate "default monitor" and "current monitor" cleanly 17 years ago
Blue Swirl b0e0486730 slirp: remove dead nested assignment, spotted by clang 17 years ago
Blue Swirl 7071ff3288 slirp: remove dead initialization, spotted by clang 17 years ago
Blue Swirl 369c86e788 slirp: remove dead increments, spotted by clang 17 years ago
Blue Swirl aca9fcd28e slirp: remove dead assignments, spotted by clang 17 years ago
Jim Meyering 6265eb26a3 don't dereference NULL after failed strdup 17 years ago
malc d0f2c4c602 Do not use dprintf 17 years ago
Milan Plzik 1cb1a66aed Qemu's internal TFTP server breaks lock-step-iness of TFTP 17 years ago
Thomas Horsten bfe4e17242 Handle TFTP ERROR from client 17 years ago
Kirill A. Shutemov f0d98b0517 slirp/misc.c: fix warning with _FORTIFY_SOURCE 17 years ago
Juha Riihimäki 9a0c6a3373 fix networking on win32 host 17 years ago
Kevin Wolf 40ff6d7e8d Don't leak file descriptors 17 years ago
Mark McLoughlin e0cf6d15e3 slirp: fix use-after-free 17 years ago
Michael S. Tsirkin 65528b19a6 slirp: fix unmatched bracket in if 0 17 years ago
Blue Swirl 72cf2d4f0e Fix sys-queue.h conflict for good 17 years ago
Blue Swirl 1e6eec8b33 Fix Sparse warnings: add "static" 17 years ago
Stefan Weil 9e3a95ef47 Fix compiler warnings 17 years ago
Ed Swierk df7a86ed73 slirp: Read host DNS config on demand 17 years ago
Ed Swierk ce0bd027df slirp: Remove our_addr code 17 years ago
Blue Swirl 2353422294 Add missing "static" 17 years ago
Blue Swirl 7cba04f6de More NULL pointer fixes 17 years ago
Juan Quintela e2542fe2bc rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 17 years ago
Ed Swierk aaf10d9d2e slirp: Use monotonic clock if available (v2) 17 years ago
Ed Swierk 97df1ee542 slirp: Remove UDP protocol emulation (talk, cuseeme) 17 years ago
Jan Kiszka bb53fc5394 slirp: Fix guestfwd for incoming data 17 years ago
Blue Swirl 6cb9c6d36f Fix breakage by obsolete _P() for good 17 years ago
Jan Kiszka 74efd61a75 slirp: tftp: Relax filename format check 17 years ago
Jan Kiszka 0a1f851eb7 slirp: Save/restore bootp client states 17 years ago
Jan Kiszka b1c99fcdf5 slirp: Enable multiple instances 17 years ago
Jan Kiszka ad0d8c4c32 slirp: Allocate/free stack instance dynamically 17 years ago
Jan Kiszka 9f8bd0421d slirp: Use internal state in interface 17 years ago
Jan Kiszka 460fec67ee slirp: Factor out internal state structure 17 years ago
Jan Kiszka b5302e1a9d slirp: Drop link_up checks from if_output and slirp_socket_can_recv 17 years ago
Jan Kiszka f1d99bbdcd slirp: Clean up timeout handling around slirp_select_fill/poll 17 years ago
Jan Kiszka d918f23efa slirp: Kill slirp_is_inited 17 years ago
Jan Kiszka 8ec7f4edcf slirp: Clean up updtime 17 years ago
Jan Kiszka 285f7a62e4 slirp: Make IP packet ID consistent 17 years ago
Jan Kiszka df46189412 slirp: Factor out one-time initialization 17 years ago