1. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  2. 5379229 slirp: Factorizing address translation by Guillaume Subiron · 9 years ago
  3. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 10 years ago
  4. 63d2960 slirp: Add domain-search option to slirp's DHCP server by Klaus Stengel · 12 years ago
  5. 90d7416 slirp: Fix assertion failure on rejected DHCP requests by David Gibson · 13 years ago
  6. 1a0ca1e Simple ARP table by Fabien Chouteau · 14 years ago
  7. 24ac3a7 net: fix trace when debug is activated in slirp by Vincent Palatin · 14 years ago
  8. 8aaf42e slirp: fix unaligned access in bootp code by Aurelien Jarno · 14 years ago
  9. 7390cdf Change DPRINTF() to do{}while(0) to avoid compiler warning by Jes Sorensen · 15 years ago
  10. 369c86e slirp: remove dead increments, spotted by clang by Blue Swirl · 15 years ago
  11. d0f2c4c Do not use dprintf by malc · 15 years ago
  12. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  13. 9f34949 slirp: Cleanup and basic reanimation of debug code by Jan Kiszka · 16 years ago
  14. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  15. ad196a9 slirp: Move smb, redir, tftp and bootp parameters and -net channel by Jan Kiszka · 16 years ago
  16. 0928a95 slirp: Reassign same address to same DHCP client by Jan Kiszka · 16 years ago
  17. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  18. b63c7f6 slirp: Handle DHCP requests for specific IP (Jan Kiszka) by aliguori · 16 years ago
  19. 6391e47 Use broadcast address for slirp dhcp replies by aurel32 · 16 years ago
  20. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  21. 7ca699c Make some variables static by blueswir1 · 16 years ago
  22. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  23. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  24. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  25. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  26. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  27. 115defd Set slirp client hostname. by pbrook · 19 years ago
  28. 101c593 64 bit fixes (initial patch by Gwenole Beauchesne) by bellard · 20 years ago
  29. 487be8a hack for bootp support by bellard · 20 years ago
  30. e95c8d5 full system SPARC emulation (Blue Swirl) by bellard · 20 years ago
  31. d981b88 give a new address at DHCPREQUEST too (useful if the OS remembers its IP address by bellard · 20 years ago
  32. 44bbf73 dhcp packet size fix (aka pump fix) by bellard · 21 years ago
  33. 512176d fixed dhcp for windows client by bellard · 21 years ago
  34. f0cbd3e initial user mode network support by bellard · 21 years ago