1. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  2. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  3. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  4. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 18 years ago
  5. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 18 years ago
  6. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  7. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  8. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 18 years ago
  9. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  10. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  11. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  12. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  13. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  14. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  15. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  16. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  17. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  18. 6cd2250 Remove a pointless #define. by Rob Landley · 19 years ago
  19. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  20. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  21. c1ef7bd just whitespace by Tim Riker · 19 years ago
  22. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  23. 982d35f applying fix for: by Paul Fox · 19 years ago
  24. 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 19 years ago
  25. 9c85ecd use shared busybox error messages to save a few bytes by Mike Frysinger · 20 years ago
  26. 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 20 years ago
  27. 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 20 years ago
  28. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  29. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  30. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  31. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  32. f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 23 years ago
  33. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 23 years ago
  34. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
  35. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 24 years ago
  36. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  37. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  38. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  39. 1d70267 Add listening support. by Matt Kraai · 24 years ago
  40. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  41. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  42. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  43. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  44. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
  45. 95fa0ea Shutdown sending on the socket when stdin closes. by Matt Kraai · 24 years ago
  46. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  47. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  48. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  49. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  50. afeb683 "nc" exits silently on errors. This patch makes it print something before by Eric Andersen · 25 years ago
  51. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago[Copied (91%) from mnc.c]
  52. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  53. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  54. b6a44b8 updates for the day by Eric Andersen · 25 years ago
  55. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  56. 2ce1edc Latest and greatest. -Erik by Eric Andersen · 25 years ago
  57. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2