| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -14/+10 |
* | slirp: improve TFTP performance | Hervé Poussineau | 2012-09-13 | 1 | -14/+18 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -3/+3 |
* | slirp: Remove some type casts caused by bad declaration of x.tp_buf | Stefan Weil | 2011-02-25 | 1 | -7/+7 |
* | slirp: Use strcasecmp() to check tftp mode, tsize | Sergei Gavrikov | 2011-01-13 | 1 | -2/+2 |
* | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil | 2010-07-25 | 1 | -4/+4 |
* | slirp: remove dead assignments, spotted by clang | Blue Swirl | 2010-03-07 | 1 | -3/+0 |
* | Qemu's internal TFTP server breaks lock-step-iness of TFTP | Milan Plzik | 2010-01-13 | 1 | -0/+1 |
* | Handle TFTP ERROR from client | Thomas Horsten | 2010-01-11 | 1 | -0/+23 |
* | slirp: tftp: Relax filename format check | Jan Kiszka | 2009-06-29 | 1 | -3/+5 |
* | slirp: Factor out internal state structure | Jan Kiszka | 2009-06-29 | 1 | -37/+28 |
* | slirp: tftp: Rework filename handling | Jan Kiszka | 2009-06-29 | 1 | -22/+16 |
* | slirp: tftp: Refactor tftp_handle_rrq | Jan Kiszka | 2009-06-29 | 1 | -28/+21 |
* | slirp: tftp: Clean up tftp_send_error | Jan Kiszka | 2009-06-29 | 1 | -8/+5 |
* | slirp: tftp: Cleanup tftp_prefix check | Jan Kiszka | 2009-06-29 | 1 | -8/+7 |
* | slirp: Drop dead code | Jan Kiszka | 2009-06-29 | 1 | -1/+1 |
* | slirp: Move smb, redir, tftp and bootp parameters and -net channel | Jan Kiszka | 2009-06-29 | 1 | -1/+1 |
* | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | blueswir1 | 2008-09-20 | 1 | -7/+9 |
* | Fix OpenBSD linker warnings | blueswir1 | 2008-08-21 | 1 | -3/+4 |
* | Use const and static as needed, disable unused code | blueswir1 | 2007-10-26 | 1 | -4/+4 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -12/+12 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -22/+22 |
* | Change -tftp option to take a root directory, by Anthony Liguori. | ths | 2007-02-20 | 1 | -3/+9 |
* | Add OACK support to slirp TFTP server, by Anthony Liguori. | ths | 2007-02-20 | 1 | -0/+83 |
* | win32 fix | bellard | 2004-10-09 | 1 | -1/+1 |
* | port redirection support | bellard | 2004-08-25 | 1 | -1/+1 |
* | removed gettimeofday usage | bellard | 2004-08-25 | 1 | -19/+13 |
* | TFTP support (Magnus Damm) | bellard | 2004-08-24 | 1 | -0/+339 |