1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. fb4cb1c tweak defconfig by Denys Vlasenko · 14 years ago
  7. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  8. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  9. 63416cc nc: fix nc -ll; report vfork errors; make select loop faster by Tomoya Adachi · 15 years ago
  10. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 15 years ago
  11. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 15 years ago
  12. 8ed1945 nc: free lsa in server mode, we might be up for a long time by Denis Vlasenko · 15 years ago
  13. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  14. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  15. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  16. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  17. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  18. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  19. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 16 years ago
  20. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 16 years ago
  21. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  22. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  23. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  25. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 17 years ago
  26. 2856dab tcpsvd: new applet by Denis Vlasenko · 17 years ago
  27. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  28. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  29. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  30. 3163555 fixing bugs revealed by randomconfig runs by Denis Vlasenko · 17 years ago
  31. 5d68724 next part of ipv6-ization. mostly netcat. by Denis Vlasenko · 17 years ago
  32. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 17 years ago
  33. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 17 years ago
  34. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 17 years ago
  35. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  36. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  37. d0e70af nc: fix 2 my own buglets, and few someone else's too. by Denis Vlasenko · 18 years ago
  38. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  39. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  40. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  41. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  42. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  43. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  44. 6cd2250 Remove a pointless #define. by Rob Landley · 18 years ago
  45. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 18 years ago
  46. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  47. c1ef7bd just whitespace by Tim Riker · 18 years ago
  48. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  49. 982d35f applying fix for: by Paul Fox · 19 years ago
  50. 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 19 years ago
  51. 9c85ecd use shared busybox error messages to save a few bytes by Mike Frysinger · 19 years ago
  52. 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 19 years ago
  53. 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 19 years ago
  54. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  55. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  56. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 20 years ago
  57. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  58. f63a20a Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. by Eric Andersen · 22 years ago
  59. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 22 years ago
  60. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  61. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 23 years ago
  62. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  63. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  64. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  65. 1d70267 Add listening support. by Matt Kraai · 23 years ago
  66. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  67. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 23 years ago
  68. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 23 years ago
  69. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 23 years ago
  70. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 23 years ago
  71. 95fa0ea Shutdown sending on the socket when stdin closes. by Matt Kraai · 23 years ago
  72. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  73. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  74. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  75. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  76. afeb683 "nc" exits silently on errors. This patch makes it print something before by Eric Andersen · 24 years ago
  77. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago[Copied (91%) from mnc.c]
  78. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  79. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 24 years ago
  80. b6a44b8 updates for the day by Eric Andersen · 25 years ago
  81. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  82. 2ce1edc Latest and greatest. -Erik by Eric Andersen · 25 years ago
  83. cc8ed39 Initial revision by Eric Andersen · 25 years ago