1. b230ff9 *: use fopen helpers where appropriate by Denys Vlasenko · 4 years ago
  2. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  3. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  4. 6b49601 nslookup: implement support for SRV records by Jo-Philipp Wich · 5 years ago
  5. 8c3b520 nslookup: handle replies without RRs by Jo-Philipp Wich · 5 years ago
  6. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  7. 6ca8e34 nslookup: return exitcode 1 on resolution errors by Denys Vlasenko · 6 years ago
  8. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  9. 9408978 nslookup: add support for search domains, closes 11161 by Denys Vlasenko · 6 years ago
  10. 2f7738e nslookup: placate "warning: unused variable i" by Denys Vlasenko · 6 years ago
  11. c724995 nslookup: simplify make_ptr by Denys Vlasenko · 7 years ago
  12. 71e4b3f nslookup: get rid of query::rlen field by Denys Vlasenko · 7 years ago
  13. 58e43a4 nslookup: move array of queries to "globals" by Denys Vlasenko · 7 years ago
  14. 4b6091f nslookup: accept lowercase -type=soa, document query types by Denys Vlasenko · 7 years ago
  15. 6cdc319 nslookup: change -stats to -debug (it's a bug in bind that it accepts -s) by Denys Vlasenko · 7 years ago
  16. d4461ef nslookup: rework option parsing by Denys Vlasenko · 7 years ago
  17. a980109 nslookup: smaller qtypes[] array by Denys Vlasenko · 7 years ago
  18. 2cf75b3 nslookup: process replies immediately, do not store them by Denys Vlasenko · 7 years ago
  19. 4e73c0f nslookup: fix output corruption for "nslookup 1.2.3.4" by Denys Vlasenko · 7 years ago
  20. cf950cd nslookup: more closely resemble output format of bind-utils-9.11.3 by Denys Vlasenko · 7 years ago
  21. 71e016d nslookup: shrink send_queries() by Denys Vlasenko · 7 years ago
  22. db93b21 nslookup: use xmalloc_sockaddr2dotted() instead of homegrown function by Denys Vlasenko · 7 years ago
  23. 55bc8e8 nslookup: usee bbox network functions instead of opne-coded mess by Denys Vlasenko · 7 years ago
  24. 0dd3be8 nslookup: add openwrt / lede version by Denys Vlasenko · 7 years ago
  25. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  26. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  27. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  28. d66eb90 nslookup: set default DNS server again. Hopefully helps with 675 by Denys Vlasenko · 11 years ago
  29. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  30. 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 14 years ago
  31. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  32. 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
  33. 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
  34. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  35. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  36. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  37. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  38. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  39. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  40. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  41. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 18 years ago
  42. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  43. 5de9e9c clean up commented out old code by Denis Vlasenko · 18 years ago
  44. 448f024 nslookup: full circle. Here we started IPv6 work. Use "new API" by Denis Vlasenko · 18 years ago
  45. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  46. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  47. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  48. 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
  49. ebe578a nslookup: make it more IPv6 friendly by Denis Vlasenko · 18 years ago
  50. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  51. 2819f75 Add one-line GPL boilerplate to these source files. by "Robert P. J. Day" · 18 years ago
  52. 9789bf1 return failure when nslookup fails by Eric Andersen · 20 years ago
  53. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  54. 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
  55. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  56. 31a2e20 Commited patch from bug #1182 by Robert Griebl · 22 years ago
  57. 3a01f8c uClibc supports struct _res these days... by Eric Andersen · 23 years ago
  58. cd8c436 Latest patch from vodz: by Eric Andersen · 23 years ago
  59. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  60. 524fcb9 Use xgethostbyname instead of gethostbyname (found by Erik Andersen). by Matt Kraai · 23 years ago
  61. 77b68e6 Add woukaround for missing struct _res in uClibc by Eric Andersen · 23 years ago
  62. dab3d46 A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow by Eric Andersen · 24 years ago
  63. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  64. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  65. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  66. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  67. f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
  68. 24be980 Fix spelling. s/maintainence/maintenance/ by Eric Andersen · 24 years ago
  69. 6705986 Warn about apps that will be going away in release 0.50 -Erik by Eric Andersen · 24 years ago
  70. fe9888a Fix naming to reflect reality by Eric Andersen · 24 years ago
  71. 5f825ee Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>, by Eric Andersen · 24 years ago
  72. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 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. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  76. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  77. 5afc864 More stuff -Erik by Erik Andersen · 25 years ago
  78. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  79. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  80. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  81. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  82. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  83. 50bc101 made more robust and commented my code. by John Beppu · 25 years ago
  84. b332e77 by John Beppu · 25 years ago