1. 7ab9cd2 libbb: make bb_lookup_port() abort on bad port names by Denys Vlasenko · 3 years, 3 months ago
  2. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  3. a16c8ef nc_bloaty: support udp broadcast ports by Norbert Lange · 4 years, 10 months ago
  4. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  5. 3f91e66 nc: fix the !NC_SERVER configuration by Denys Vlasenko · 7 years ago
  6. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  7. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  8. 94dcfd8 nc_bloaty: use poll() instead of select() by Denys Vlasenko · 8 years ago
  9. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  10. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  11. c472898 nc: fix option bit positions. Closes 6926 by Denys Vlasenko · 11 years ago
  12. 05965cb nc: remove unnecessary "errno = 0" by Denys Vlasenko · 11 years ago
  13. fd3ac96 nc: remove some dead code by Denys Vlasenko · 11 years ago
  14. ffeeb7a nc: exit when both stdin and network are closed. by Denys Vlasenko · 11 years ago
  15. de6f148 nc_bloaty: support -ll and -lk. Closes 2245 by Denys Vlasenko · 12 years ago
  16. 5e89648 nc: support "-<other_opts>e PROG" form of -e option by Denys Vlasenko · 13 years ago
  17. 2ea73b5 nc: small code shrink by Denys Vlasenko · 13 years ago
  18. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  19. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  20. 1c31e9e use BB_EXECVP_or_die where appropriate by Denys Vlasenko · 14 years ago
  21. 1e23f32 nc: fix SEGV on -v when NC_EXTRA is off by Denys Vlasenko · 14 years ago
  22. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  23. b103fb1 nc: show help text on bad parameters by Denys Vlasenko · 14 years ago
  24. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  25. 7d1201c nc: better comments. no code changes by Denys Vlasenko · 14 years ago
  26. 77cc2c5 nc: introduce CONFIG_NC_110_COMPAT option. by Denys Vlasenko · 14 years ago
  27. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  28. 866710a nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 by Denys Vlasenko · 15 years ago
  29. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  30. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  31. f6b4685 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) by Denis Vlasenko · 16 years ago
  32. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  33. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  34. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  35. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  36. c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
  37. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  38. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  39. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  40. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  41. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  42. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  43. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  44. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  45. 7cff01e nc: fix fallout from C99 standard compliance change by Denis Vlasenko · 17 years ago
  46. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  47. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  48. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  49. 828e2a9 nc: minor code shrink by Denis Vlasenko · 17 years ago
  50. 5c51a7c nc: make connecting to IPv4 from IPv6-enabled hosts easier by Denis Vlasenko · 18 years ago
  51. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  52. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  53. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  54. 19507f0 nc: code shrinkage, bugfixes. -50 bytes code size by Denis Vlasenko · 18 years ago
  55. 5f42d26 nc: missed exit() in signal handler by Denis Vlasenko · 18 years ago
  56. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago