Only compile the files in this dir if the IP applet is enabled
[oweals/busybox.git] / libbb /
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-10-22 Glenn L McGrathMove unzip.c uncompress.c from libbb to archiveal/libun...
2002-10-21 Glenn L McGrathgz_open is used anymore, use inflate directly, see...
2002-10-19 Glenn L McGrathDont try and make the "/" directory
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-28 Glenn L McGrathFail straight away rather than recursively printing...
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-22 Glenn L McGrathFix error messages conditions, and make them the same...
2002-09-17 Eric Andersenlast_patch56 from vodz to simplify copy_file logic
2002-09-17 Eric AndersenUse "MiB" not "Mb"
2002-09-16 Eric AndersenLet people force overwrite links
2002-09-16 Eric AndersenProperly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORC...
2002-09-16 Eric AndersenPatch from Matthias Lang <matthias@corelatus.se> to...
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-09-12 Manuel Novoa III Apply vodz's last_patch53.gz (bb_asprintf.c) and last_p...
2002-08-24 Glenn L McGrathDont return an error if the directory already existed
2002-08-24 Glenn L McGrathFix warning
2002-08-23 Glenn L McGrathRewrite, its smaller
2002-08-23 Glenn L McGrathApply vodz last_patch51_2 and run through indent
2002-08-22 Glenn L McGrathRemove duplicate definitions, run through indent
2002-08-22 Glenn L McGrathreplace some global const ints with defines
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-15 Glenn L McGrathFix dietlibc test condition
2002-08-13 Eric AndersenTry to be a bit more dietlibc friendly
2002-07-19 Robert Griebl- Forgot to cvs add bb_asprintf.c (from vodz' patch...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-11 Eric AndersenBrad Campbell <brad@seme.com.au> notes that
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-23 Aaron LehmannNeeds shadow.h; otherwise wont compile without CONFIG_U...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-11 Matt Kraai* libbb/copy_file.c (copy_file): Check st_dev instead...
2002-06-06 Eric AndersenPatch from Gyepi SAM <gyepi@praxis-sw.com>:
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-05-19 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-05-15 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-04-13 Eric AndersenSilly me
2002-04-13 Eric AndersenStupid gcc always includes its own builtin strlen()...
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-03-20 Eric AndersenFix devfs loop device support
2002-03-20 Eric AndersenReinitialize initial shift register value for on each...
2002-03-12 Eric AndersenCleanup a libc5 compatibility hack
2002-02-26 Matt Kraai* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if...
2002-01-02 Matt Kraaichomp should only remove the newline if it occurs at...
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-29 Eric Andersenoptimize this a little bit.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-11 Matt KraaiOpen the source before creating the destination.
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
2001-12-06 Eric AndersenMore copyright and email addr cleanups
2001-12-06 Eric AndersenSilly cosmetic problem in the comment
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-12-05 Glenn L McGrathSimplify unzip(), remove unused checks and unneccessary...
2001-12-05 Glenn L McGrathSimplify CRC table generation
2001-12-05 Manuel Novoa III New version to cut size. Includes optional basename...
2001-11-29 Glenn L McGrathgunzip was incorrectly reporting a failed crc and lengt...
2001-11-20 Matt KraaiTreat NUL as the end-of-line.
2001-11-12 Matt KraaiRemove unnecessary errno handling.
2001-11-10 Eric AndersenI forgot to add these. Part of the patch from vodz
2001-11-10 Eric AndersenLatest patch from vodz:
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets
2001-10-27 Eric AndersenBe extra pedantic about printing the correct type for...
2001-10-25 Glenn L McGrathrEcover from my previous commit
2001-10-25 Glenn L McGrathMove libbb/unarchive functions to ./archival/libunarchive
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-24 Eric AndersenAccomodate older glibc, which also lacks the module...
2001-10-18 Matt KraaiReturn NULL if EOF is encountered before terminating_st...
2001-10-18 Eric AndersenRevert that change. As Matt Kraai rightly points out,
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-18 Eric AndersenPatch from Stefan Soucek <ssoucek@coactive.com> to
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-10-13 Glenn L McGrathmatch exclude/include names with trailing '/'
2001-10-13 Glenn L McGrathUse fnmatch() to compare excluded/included files
2001-10-08 Glenn L McGrathCleanup memory usage properly
2001-10-08 Glenn L McGrathFree some variables after use
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-10-04 Matt KraaiFix BB_FEATURE_MTAB_SUPPORT test (report and patch...
2001-09-24 Glenn L McGrathList full path instead of relative path if prefix is...
2001-09-11 Manuel Novoa III Commit my changes to arith.c which fixed a couple of...
2001-08-28 Matt KraaiUse the correct buffer when calling dirname, improve...
2001-08-24 Matt KraaiEliminate improper consts and allow standard version...
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-24 Matt KraaiFix a memory leak if parent directory creation failed.
2001-08-22 Eric AndersenAdd #include <sys/param.h> to ensure PATH_MAX is defined
2001-08-21 Eric Andersendfp might be used uninitialized. NULL it.
2001-08-14 Matt KraaiRewritten by Manuel Novoa III.
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-04 Glenn L McGrathFix exclude list handling
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenSome libc5 cleanups
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-08-02 Eric AndersenOops. I forgot to commit this part of vodz' patch.
next