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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- this applet should peruse USE_FEATURE_TFTP_...
Bernhard Reutner-Fischer
2006-04-05
1
-1
/
+1
*
- make sure that the label expected_hwif_error is visible even when
Bernhard Reutner-Fischer
2006-04-05
1
-15
/
+3
*
- include proper headers.
Bernhard Reutner-Fischer
2006-04-05
7
-33
/
+14
*
- use proper macros to print intmax_t.
Bernhard Reutner-Fischer
2006-04-05
1
-3
/
+3
*
adjust ifdefs for inclusion of string_insert() routine
Paul Fox
2006-04-05
1
-3
/
+3
*
Kumar spotted another bug: if we autodetect nfs and they haven't specified the
Rob Landley
2006-04-05
1
-0
/
+1
*
Some tests were always true. We need comm.tests...
Rob Landley
2006-04-04
1
-18
/
+4
*
Rewrite/shrink by tito.
Rob Landley
2006-04-04
2
-252
/
+95
*
You'd think there'd be a compiler warning for "pointless if", wouldn't you?
Rob Landley
2006-04-04
1
-3
/
+3
*
Avoid spurious error message. (Technically applet order should be "SKIPPED"
Rob Landley
2006-04-04
1
-1
/
+1
*
- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()
Bernhard Reutner-Fischer
2006-04-04
1
-45
/
+0
*
- pull in prototype for e2fsck_main.
Bernhard Reutner-Fischer
2006-04-04
1
-0
/
+1
*
- make sure that we see all lib*/.c in IMA-mode even when not building the .so
Bernhard Reutner-Fischer
2006-04-03
1
-1
/
+1
*
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-03
18
-109
/
+47
*
- make append_option and multiconvert static.
Bernhard Reutner-Fischer
2006-04-03
2
-2
/
+2
*
- coalesce printf calls.
Bernhard Reutner-Fischer
2006-04-03
1
-11
/
+12
*
- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)
Bernhard Reutner-Fischer
2006-04-03
1
-4
/
+5
*
- do away with useless fwd-decls, redundant bb_printf calls, silence warning
Bernhard Reutner-Fischer
2006-04-03
1
-220
/
+204
*
- set flags in a more reasonable manner. Thanks, vodz.
Bernhard Reutner-Fischer
2006-04-03
1
-16
/
+5
*
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-04-02
3
-14
/
+8
*
- janitorial: huft_build is never used outside of decompress_unzip.c and has no
Bernhard Reutner-Fischer
2006-04-02
1
-0
/
+1
*
- janitorial: include proper prototypes in libiproute.
Bernhard Reutner-Fischer
2006-04-02
4
-0
/
+8
*
- switch Warning Of the Week to wrong or missing prototypes.
Bernhard Reutner-Fischer
2006-04-02
1
-5
/
+3
*
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-04-02
8
-9
/
+9
*
- typo: s/compenent/component/g
Bernhard Reutner-Fischer
2006-04-02
1
-3
/
+6
*
New version from Tito.
Rob Landley
2006-04-02
1
-224
/
+144
*
work outside of the srctree
Mike Frysinger
2006-04-01
1
-1
/
+2
*
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
Rob Landley
2006-04-01
1
-1
/
+1
*
Bug spotted by Kumar Gala. Hopefully this fixes it...
Rob Landley
2006-04-01
1
-2
/
+3
*
Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84
Rob Landley
2006-04-01
2
-4
/
+4
*
new test for source code sanity
Mike Frysinger
2006-04-01
1
-0
/
+17
*
move source code tests out into a sep file rather than just disabling/breakin...
Mike Frysinger
2006-04-01
1
-12
/
+0
*
remove bogus "
Mike Frysinger
2006-04-01
1
-2
/
+2
*
silence error if busybox.links doesnt exist and run tests that begin with "all_"
Mike Frysinger
2006-04-01
1
-2
/
+2
*
Ext2fs cleanup from Garrett Kajmowicz.
Rob Landley
2006-04-01
8
-1228
/
+451
*
- use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:
Bernhard Reutner-Fischer
2006-03-31
1
-21
/
+10
*
- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
Bernhard Reutner-Fischer
2006-03-31
2
-0
/
+14
*
- use RESERVE_CONFIG_BUFFER. For defconfig this gives:
Bernhard Reutner-Fischer
2006-03-31
1
-3
/
+5
*
- update help text.
Bernhard Reutner-Fischer
2006-03-31
1
-2
/
+2
*
- shrink it a bit further.
Bernhard Reutner-Fischer
2006-03-31
1
-76
/
+65
*
Shrink patch from Bernhard Fischer.
Rob Landley
2006-03-30
1
-81
/
+69
*
- rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.
Bernhard Reutner-Fischer
2006-03-30
2
-4
/
+4
*
- fix paste'o which i overlooked when applying dalias' fmt stuff.
Bernhard Reutner-Fischer
2006-03-30
1
-1
/
+1
*
Clarify.
Rob Landley
2006-03-30
1
-3
/
+1
*
Update ipaddr help to match reality.
Rob Landley
2006-03-30
1
-1
/
+1
*
fix from David Daney, on busybox mailing list:
Paul Fox
2006-03-29
1
-1
/
+1
*
- Rich Felker writes: fix invalid printf format strings
Bernhard Reutner-Fischer
2006-03-29
4
-21
/
+21
*
- warn a bit more verbosely about fmt stuff for non-release versions
Bernhard Reutner-Fischer
2006-03-29
1
-0
/
+8
*
- mark trunk as 1.2.0-pre0
Bernhard Reutner-Fischer
2006-03-29
1
-3
/
+3
*
add public-domain release
1_1_1
1_1_0
Paul Fox
2006-03-29
1
-0
/
+5
[prev]
[next]