1. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  2. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  3. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  4. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  5. 7d86384 include: Fallback to UTMP unless there is UTMPX support by Bernhard Reutner-Fischer · 10 years ago
  6. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  7. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  8. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  9. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  10. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  11. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  12. a6588fa Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS by Peter Kümmel · 10 years ago
  13. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  14. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  15. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  16. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  17. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  18. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  19. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  20. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  21. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  22. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  23. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  24. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  25. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  26. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  27. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  28. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  29. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  30. 840ef17 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) by Guilherme Maciel Ferreira · 11 years ago
  31. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  32. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  33. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  34. bfa6ed1 catv: code shrink by Denys Vlasenko · 11 years ago
  35. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  36. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  37. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  38. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  39. 4928e9f losetup: assorted fixes. Closes 6314 by Denys Vlasenko · 11 years ago
  40. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  41. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  42. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  43. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  44. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  45. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  46. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  47. d3a4239 *: declare strings with ALIGN1, as appropriate by Aurelien Jarno · 12 years ago
  48. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  49. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  50. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  51. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  52. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  53. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  54. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  55. 3e0c428 Move include <shadow.h> close to pwd.h and grp.h includes by Denys Vlasenko · 13 years ago
  56. a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
  57. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  58. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  59. 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago
  60. f59a50e libbb.h: tighten up macro code by Denys Vlasenko · 13 years ago
  61. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  62. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  63. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  64. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  65. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  66. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  67. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  68. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  69. d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
  70. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  71. e45af7a lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator by Denys Vlasenko · 13 years ago
  72. bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
  73. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  74. be391e7 libbb.h: do not use homegrown struct sysinfo. by Denys Vlasenko · 13 years ago
  75. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
  76. 0c4cf42 libbb.h: tweak _unlocked hack by Denys Vlasenko · 13 years ago
  77. 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 13 years ago
  78. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
  79. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  80. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
  81. e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
  82. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  83. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  84. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
  85. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  86. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  87. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  88. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  89. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  90. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  91. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  92. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  93. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
  94. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
  95. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  96. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
  97. 046341e ash: optional support for $TMOUT variable by Denys Vlasenko · 14 years ago
  98. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
  99. b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 14 years ago
  100. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago