summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * md5: length should be stored in *little-endian* order! fixing...Denys Vlasenko2010-10-181-2/+2
| * *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-183-15/+22
| * *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-10/+8
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d'Nguyễn Thái Ngọc Duy2011-01-044-3/+3
|\|
| * libbb: rename hash source files. no code changesDenys Vlasenko2010-10-184-3/+3
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-047-214/+355
|\|
| * *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
| * md5: fix biuld failure on big-endian machinesDenys Vlasenko2010-10-171-1/+1
| * md5: code shrink -5 bytesDenys Vlasenko2010-10-171-40/+35
| * bring md5 and sha1 names closer. no code changesDenys Vlasenko2010-10-172-50/+42
| * md5: code shrinkDenys Vlasenko2010-10-172-30/+25
| * shaN: code shrinkDenys Vlasenko2010-10-171-5/+10
| * whitespace fixDenys Vlasenko2010-10-161-3/+3
| * sha512: inline rotr64Denys Vlasenko2010-10-161-57/+51
| * shaN: small code shrinkDenys Vlasenko2010-10-162-50/+126
| * md5: fix "fast" md5 broken by prev commitDenys Vlasenko2010-10-161-1/+2
| * md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-26/+25
| * *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-163-26/+26
| * libbb/md5: code shrinkDenys Vlasenko2010-10-161-22/+26
| * libbb/md5: small code shrinkDenys Vlasenko2010-10-151-22/+26
| * tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-3/+5
| * fix build failure for pmapDan Fandrich2010-09-191-1/+1
| * move read_base64 to libbb/uuencode.cDenys Vlasenko2010-09-162-79/+75
| * libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-161-0/+78
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-221-2/+7
|\ \
| * | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_inputNguyễn Thái Ngọc Duy2010-09-221-0/+2
| * | win32: lineedit: initialize initial_settingsNguyễn Thái Ngọc Duy2010-09-221-0/+1
| * | win32: lineedit: fallback to fgets if a tty is not foundNguyễn Thái Ngọc Duy2010-09-211-2/+4
* | | Merge branch 'net' (early part)Nguyễn Thái Ngọc Duy2010-09-201-1/+1
|\ \ \
| * | | win32: re-enable xconnect.cNguyễn Thái Ngọc Duy2010-09-201-1/+1
| |/ /
* | | win32: lowercase argv[0] before searching for applet nameNguyễn Thái Ngọc Duy2010-09-171-3/+7
* | | win32: find_pid_by_name: skip argv checks as we do not have that infoNguyễn Thái Ngọc Duy2010-09-151-0/+4
* | | win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-151-0/+3
|/ /
* | Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-145-370/+381
|\|
| * hush: optional support for history savingDenys Vlasenko2010-09-121-2/+2
| * busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
| * lineedit: do not hang on error, but return error indicator.Denys Vlasenko2010-09-071-6/+6
| * lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko2010-09-031-13/+9
| * lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko2010-09-031-45/+48
| * lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko2010-09-031-131/+131
| * lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko2010-09-031-26/+23
| * lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko2010-09-031-14/+13
| * lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko2010-09-031-83/+49
| * lineedit: return prefix len from tab completion helpersDenys Vlasenko2010-09-031-36/+50
| * lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko2010-09-031-69/+85
| * preparatory cleanup patch for tab completion fixesDenys Vlasenko2010-09-031-61/+65
| * lineedit: small readability improvement (same code)Denys Vlasenko2010-09-021-1/+1
| * lineedit: fix completion with Unicode charsDenys Vlasenko2010-09-022-4/+14
| * lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko2010-09-021-113/+118
| * libbb: xfunc_error_retval can be a byteDenys Vlasenko2010-09-011-1/+1