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
/
archival
/
ar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: pdpmake needs long filename support in ar too
Ron Yorston
2022-11-13
1
-1
/
+1
*
make: new applet
Ron Yorston
2022-08-01
1
-2
/
+2
*
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-1
/
+2
|
\
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-1
/
+2
*
|
ar: only free temporary filename if required
Ron Yorston
2021-01-25
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-29
/
+32
|
\
|
|
*
help text tweaks
Denys Vlasenko
2020-12-18
1
-28
/
+31
|
*
help text tweaks
Denys Vlasenko
2020-12-13
1
-1
/
+1
|
*
archival: avoid std namespace for local includes
Joachim Nilsson
2020-11-16
1
-1
/
+1
*
|
ar: conditional compilation for variable only needed on WIN32
Ron Yorston
2018-03-03
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-1
/
+1
|
\
|
|
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-5
/
+10
|
\
|
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-4
/
+7
|
*
getopt32: move support for "always treat first arg as option" to users (tar/ar)
Denys Vlasenko
2017-08-04
1
-2
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-13
/
+11
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-10
/
+10
|
*
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-20
1
-2
/
+0
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
1
-1
/
+1
|
\
|
|
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-13
/
+3
|
\
|
|
*
tweak defconfig
Denys Vlasenko
2015-10-25
1
-13
/
+3
*
|
ar: fix modification of existing archives
Ron Yorston
2015-03-04
1
-1
/
+15
|
/
*
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+40
*
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+1
*
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+2
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
Fix double words in comments. No code changes
Marek Polacek
2011-04-16
1
-1
/
+1
*
move help text from include/usage.src.h to archival/*.c
Pere Orga
2011-03-27
1
-0
/
+11
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-8
/
+8
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
1
-2
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
ar: fix a regression: "ar t arch.a" stopped shoting files
Nguyễn Thái Ngọc Duy
2010-04-15
1
-1
/
+2
*
ar: add archive creation support
Alexander Shishkin
2010-03-15
1
-29
/
+192
*
ar: heh, there *was* "-1" already...
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2010-01-04
1
-2
/
+2
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
1
-3
/
+4
*
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-09-17
1
-1
/
+1
*
dpkg_deb: slight code shrink
Denis Vlasenko
2008-07-10
1
-9
/
+1
*
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-28
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
update Glenn McGrath's email address
Denis Vlasenko
2007-09-21
1
-1
/
+0
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-3
/
+5
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
[next]