- 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
- a04440c typo fix by Denys Vlasenko · 14 years ago
- 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
- 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
- 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
- 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
- 26777aa fixes for bugs discovered by randomconfig builds and tests by Denys Vlasenko · 14 years ago
- 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
- f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
- 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
- 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
- 854738d type fix in comment by Denys Vlasenko · 14 years ago
- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 6b3f0b0 unicode: update unicode_width on !unicode branch too. Closes bug 2593 by Denys Vlasenko · 14 years ago
- caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
- 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
- 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
- a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
- b507cc3 powertop: new applet by Marek Polacek · 14 years ago
- ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
- 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
- f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
- 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
- 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
- 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
- 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
- 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
- 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
- c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
- b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago
- eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
- e08ef58 md5: length should be stored in *little-endian* order! fixing... by Denys Vlasenko · 14 years ago
- 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
- b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
- 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago
- c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
- b8d0259 md5: fix biuld failure on big-endian machines by Denys Vlasenko · 14 years ago
- cfe114c md5: code shrink -5 bytes by Denys Vlasenko · 14 years ago
- f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
- 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
- a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
- 446c234 whitespace fix by Denys Vlasenko · 14 years ago
- 4bc3b85 sha512: inline rotr64 by Denys Vlasenko · 14 years ago
- 273abcb shaN: small code shrink by Denys Vlasenko · 14 years ago
- 1ac476b md5: fix "fast" md5 broken by prev commit by Denys Vlasenko · 14 years ago
- bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
- c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
- 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
- 3d16098 libbb/md5: small code shrink by Denys Vlasenko · 14 years ago
- d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
- 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
- c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
- 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
- 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
- 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
- d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
- 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
- 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
- ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
- a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
- 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
- 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
- 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
- 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
- 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
- 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
- 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
- b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
- 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
- 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
- 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
- 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
- e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
- fd27fa8 libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes by Denys Vlasenko · 14 years ago
- d71c770 libbb: shrink obscure() by Bob Dunlop · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
- c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- d07b20f rtc: remove useless code in "RTC is in UTC" detection by Denys Vlasenko · 14 years ago
- da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
- c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
- ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
- 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
- 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
- 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
- b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
- 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
- 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
- 7e1bb4b libbb: reduce number of *error_msg[_and_die].c files by four by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
- cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
- 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago