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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
3
-23
/
+56
|
\
|
*
lineedit: fix column display for wide and combining chars in TAB completion
Tomas Heinrich
2010-06-01
2
-6
/
+20
|
*
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
2010-05-30
1
-17
/
+36
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
losetup: support /dev/loop10 and higher. closes bug 1627
Denys Vlasenko
2010-05-19
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
7
-222
/
+380
|
\
|
|
*
typo fix
Denys Vlasenko
2010-05-17
1
-2
/
+2
|
*
lineedit: fix insertion deep inside line (*several lines* before end)
Denys Vlasenko
2010-05-17
1
-8
/
+15
|
*
lineedit: trivial simplifications. -7 bytes
Denys Vlasenko
2010-05-17
1
-14
/
+6
|
*
lineedit: fix moving backwards across lines with wide chars
Denys Vlasenko
2010-05-17
1
-21
/
+46
|
*
consolidate ESC sequences
Denys Vlasenko
2010-05-16
1
-1
/
+1
|
*
stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing
Denys Vlasenko
2010-05-16
2
-16
/
+15
|
*
lineedit: partially fix wide and combining chars editing
Tomas Heinrich
2010-05-16
2
-45
/
+81
|
*
lineedit: change how cmdedit_set_out_char works
Denys Vlasenko
2010-05-11
1
-32
/
+41
|
*
randomtest fixes
Denys Vlasenko
2010-05-11
1
-30
/
+31
|
*
add comment about xz format support
Denys Vlasenko
2010-05-06
1
-0
/
+5
|
*
rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...
Denys Vlasenko
2010-05-06
1
-42
/
+55
|
*
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
Tomas Heinrich
2010-04-29
2
-20
/
+54
|
*
date: support -d @SECONDS_SINCE_1970
Denys Vlasenko
2010-04-22
1
-0
/
+10
|
*
busybox --list option. +140 bytes. Rob wanted it.
Denys Vlasenko
2010-04-20
1
-25
/
+44
|
*
vi: discover window size even on serial consoles. optional
Denys Vlasenko
2010-04-18
2
-25
/
+31
|
*
remove stdio from allnoconfig build
Denys Vlasenko
2010-04-18
1
-1
/
+3
*
|
Merge branch 'ash'
Nguyễn Thái Ngọc Duy
2010-09-14
2
-1
/
+11
|
\
\
|
*
|
win32: lineedit: split $PATH the Windows way
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+8
|
*
|
win32: lineedit: do not attempt to tc[sg]etattr in Windows console
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+2
|
*
|
win32: reimplement read_key() to read Windows console
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
*
|
|
win32: support .com executables
Nguyễn Thái Ngọc Duy
2010-09-14
1
-4
/
+14
|
/
/
*
|
win32: xmalloc_follow_symlinks: support ENOSYS by mingw port
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
|
win32: Replace spawn() and spawn_and_wait() with Win32 version
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+4
*
|
win32: workaround msvcrt *printf defects
Nguyễn Thái Ngọc Duy
2010-09-10
2
-1
/
+28
*
|
win32: make_directory: drive letter support (buggy)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-4
/
+11
*
|
win32: basename: support backslashes
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+5
*
|
win32: appletlib: special way to recognize applet name on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+12
*
|
win32: execable.c: support .exe suffix
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+24
*
|
win32: copy_file: always use lstat to avoid macro conflict
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+5
*
|
win32: getopt32: set optind = 0 on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
*
|
win32: add get_busybox_exec_path(), which is bb_busybox_exec_path
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+4
*
|
libbb: skip utmp part in messages.c on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+2
*
|
Exclude files that will not compile on Windows
Nguyễn Thái Ngọc Duy
2010-09-10
1
-13
/
+14
|
/
*
read_key: fix buffer length calculation
Tomas Heinrich
2010-04-16
1
-1
/
+1
*
loop: correct minor device number limit
Denys Vlasenko
2010-04-14
1
-1
/
+2
*
mount: add an optional capability to create new /dev/loopN as needed
Lauri Kasanen
2010-04-14
1
-2
/
+12
*
Exclude syslog code if FEATURE_SYSLOG is not set
Nguyễn Thái Ngọc Duy
2010-04-09
2
-5
/
+16
*
libbb: add skip_dev_pfx()
Denys Vlasenko
2010-04-06
2
-8
/
+7
*
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-06
1
-3
/
+13
*
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-04-05
1
-37
/
+86
*
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-05
2
-0
/
+94
*
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
2010-04-04
1
-0
/
+35
*
cosmetic fixes, no code changed
Denys Vlasenko
2010-04-03
1
-2
/
+1
*
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2010-04-03
1
-3
/
+20
[next]