index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
md5: length should be stored in *little-endian* order! fixing...
Denys Vlasenko
2010-10-18
1
-2
/
+2
|
*
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
3
-15
/
+22
|
*
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-10-18
2
-10
/
+8
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d'
Nguyễn Thái Ngọc Duy
2011-01-04
4
-3
/
+3
|
\
|
|
*
libbb: rename hash source files. no code changes
Denys Vlasenko
2010-10-18
4
-3
/
+3
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Nguyễn Thái Ngọc Duy
2011-01-04
7
-214
/
+355
|
\
|
|
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
1
-1
/
+1
|
*
md5: fix biuld failure on big-endian machines
Denys Vlasenko
2010-10-17
1
-1
/
+1
|
*
md5: code shrink -5 bytes
Denys Vlasenko
2010-10-17
1
-40
/
+35
|
*
bring md5 and sha1 names closer. no code changes
Denys Vlasenko
2010-10-17
2
-50
/
+42
|
*
md5: code shrink
Denys Vlasenko
2010-10-17
2
-30
/
+25
|
*
shaN: code shrink
Denys Vlasenko
2010-10-17
1
-5
/
+10
|
*
whitespace fix
Denys Vlasenko
2010-10-16
1
-3
/
+3
|
*
sha512: inline rotr64
Denys Vlasenko
2010-10-16
1
-57
/
+51
|
*
shaN: small code shrink
Denys Vlasenko
2010-10-16
2
-50
/
+126
|
*
md5: fix "fast" md5 broken by prev commit
Denys Vlasenko
2010-10-16
1
-1
/
+2
|
*
md5: code shrink; and use 64-byte temp buf, not 128-byte.
Denys Vlasenko
2010-10-16
1
-26
/
+25
|
*
*: pass md5/shaN context pointer as 1st arg, not last
Denys Vlasenko
2010-10-16
3
-26
/
+26
|
*
libbb/md5: code shrink
Denys Vlasenko
2010-10-16
1
-22
/
+26
|
*
libbb/md5: small code shrink
Denys Vlasenko
2010-10-15
1
-22
/
+26
|
*
tweaks to build system, mainly making menuconfig text and order clearer
Denys Vlasenko
2010-10-12
1
-3
/
+5
|
*
fix build failure for pmap
Dan Fandrich
2010-09-19
1
-1
/
+1
|
*
move read_base64 to libbb/uuencode.c
Denys Vlasenko
2010-09-16
2
-79
/
+75
|
*
libbb: merge mail and uudecode's base64 decoders
Denys Vlasenko
2010-09-16
1
-0
/
+78
*
|
Merge branch 'ash'
Nguyễn Thái Ngọc Duy
2010-09-22
1
-2
/
+7
|
\
\
|
*
|
win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_input
Nguyễn Thái Ngọc Duy
2010-09-22
1
-0
/
+2
|
*
|
win32: lineedit: initialize initial_settings
Nguyễn Thái Ngọc Duy
2010-09-22
1
-0
/
+1
|
*
|
win32: lineedit: fallback to fgets if a tty is not found
Nguyễn Thái Ngọc Duy
2010-09-21
1
-2
/
+4
*
|
|
Merge branch 'net' (early part)
Nguyễn Thái Ngọc Duy
2010-09-20
1
-1
/
+1
|
\
\
\
|
*
|
|
win32: re-enable xconnect.c
Nguyễn Thái Ngọc Duy
2010-09-20
1
-1
/
+1
|
|
/
/
*
|
|
win32: lowercase argv[0] before searching for applet name
Nguyễn Thái Ngọc Duy
2010-09-17
1
-3
/
+7
*
|
|
win32: find_pid_by_name: skip argv checks as we do not have that info
Nguyễn Thái Ngọc Duy
2010-09-15
1
-0
/
+4
*
|
|
win32: reimplement procps_scan()
Nguyễn Thái Ngọc Duy
2010-09-15
1
-0
/
+3
|
/
/
*
|
Merge remote branch 'origin/master'
Nguyễn Thái Ngọc Duy
2010-09-14
5
-370
/
+381
|
\
|
|
*
hush: optional support for history saving
Denys Vlasenko
2010-09-12
1
-2
/
+2
|
*
busybox: add "busybox --list[-full]" to help text
Denys Vlasenko
2010-09-12
1
-0
/
+1
|
*
lineedit: do not hang on error, but return error indicator.
Denys Vlasenko
2010-09-07
1
-6
/
+6
|
*
lineedit: on tab completion, show filenames obly in all cases (bash compat)
Denys Vlasenko
2010-09-03
1
-13
/
+9
|
*
lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
Denys Vlasenko
2010-09-03
1
-45
/
+48
|
*
lineedit: de-indent large block in input_tab. No logic changes.
Denys Vlasenko
2010-09-03
1
-131
/
+131
|
*
lineedit: rename tmp -> chosen_match; small code shrink
Denys Vlasenko
2010-09-03
1
-26
/
+23
|
*
lineedit: stop using permanent int_buf[] (16k!): allocate it
Denys Vlasenko
2010-09-03
1
-14
/
+13
|
*
lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
Denys Vlasenko
2010-09-03
1
-83
/
+49
|
*
lineedit: return prefix len from tab completion helpers
Denys Vlasenko
2010-09-03
1
-36
/
+50
|
*
lineedit: clean up tab completion code (variable reuse, comments)
Denys Vlasenko
2010-09-03
1
-69
/
+85
|
*
preparatory cleanup patch for tab completion fixes
Denys Vlasenko
2010-09-03
1
-61
/
+65
|
*
lineedit: small readability improvement (same code)
Denys Vlasenko
2010-09-02
1
-1
/
+1
|
*
lineedit: fix completion with Unicode chars
Denys Vlasenko
2010-09-02
2
-4
/
+14
|
*
lineedit: preparatory cleanup patch for Unicode completion fix
Denys Vlasenko
2010-09-02
1
-113
/
+118
|
*
libbb: xfunc_error_retval can be a byte
Denys Vlasenko
2010-09-01
1
-1
/
+1
[prev]
[next]