- c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
- 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
- 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
- a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
- 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
- cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
- 5e66a26 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt by Glenn L McGrath · 23 years ago
- b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
- c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
- 481d19b Fix bug where it wasnt returning the last line of a multiline field by Glenn L McGrath · 23 years ago
- daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
- 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago
- 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
- 5a071bc Avoid a segfault (detected by Fabio Ferrari by Eric Andersen · 23 years ago
- 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
- 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
- d50a619 Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190. by Eric Andersen · 23 years ago
- 0159597 Generalize comment -- no longer ls specific by Eric Andersen · 23 years ago
- d877d44 All-integer version (but it does use an unsigned long long) which fixes by Manuel Novoa III · 23 years ago
- a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
- 029b4a0 Allow xrealloc to act as a free() when size=0, per SuS2. -Erik by Eric Andersen · 23 years ago
- 0d8cc16 Fix a type promotion bug discivered and analyzed by Alan Modra by Eric Andersen · 23 years ago
- 91a6318 Make it so we don't segfault when /proc isn't mounted -- guess pid 1... -Erik by Eric Andersen · 23 years ago
- 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
- 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
- 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
- 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
- a010571 Remove obsolete function declaration. by Matt Kraai · 23 years ago
- 764303f stdlib.h defined free(), which this needs by Eric Andersen · 23 years ago
- 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 23 years ago
- 6b03504 Add in a missing header file by Eric Andersen · 23 years ago
- 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 23 years ago
- 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 23 years ago
- 8370976 comment cleanup by Tim Riker · 23 years ago
- fbbd360 create_path -> make_directory by Tim Riker · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 24 years ago
- 32574a4 With a bit of care I was able to save about 100 bytes. -Erik by Eric Andersen · 24 years ago
- 6bad1fa This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c by Glenn L McGrath · 24 years ago
- f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 24 years ago
- 17822cd Reorganise unarchive functions, new files, removed some by Glenn L McGrath · 24 years ago
- 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
- bf0a010 Copy files until EOF, not the reported file size, to deal with bad sizes in by Matt Kraai · 24 years ago
- 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 24 years ago
- 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 24 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
- 774d135 Make more robust (patch by Larry Doolittle). by Matt Kraai · 24 years ago
- d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 24 years ago
- 231f998 Switch from hstrerror to herror for libc5 systems. by Matt Kraai · 24 years ago
- 8f7a4ad Add missing include, noted by Larry Doolittle. by Matt Kraai · 24 years ago
- c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
- 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 24 years ago
- c911a43 Patch from Vladimir: by Eric Andersen · 24 years ago
- 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
- 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
- f3e79ba Fix symlink removal problem noted by Erik Andersen. by Matt Kraai · 24 years ago
- 8cd16d8 This syncs things with Vladimir's latest patches. Also gets by Eric Andersen · 24 years ago
- 186bf1d This is Vladimir's update to last_char_is(). Since 'char *' is by Eric Andersen · 24 years ago
- f3f9f3e A patch from Vladimir to simplify chomp() by Eric Andersen · 24 years ago
- 4ad13e5 A patch from Vladimir to simplify concat_path_file() and by Eric Andersen · 24 years ago
- 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
- 6b8c550 include libbb.h after other includes by Glenn L McGrath · 24 years ago
- 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 24 years ago
- 0e9aef3 Oops. I was a bit too hasty and also changed applet_name. by Eric Andersen · 24 years ago
- 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
- 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 24 years ago
- 218aa37 Fix user permissions of copied directories. by Matt Kraai · 24 years ago
- 43ca137 Simplify permission handling for FIFOs. by Matt Kraai · 24 years ago
- 24abecc Fix exit status when there is an error copying a file. by Matt Kraai · 24 years ago
- 72ab975 Terminate source correctly when copying symlink. Report and patch by by Matt Kraai · 24 years ago
- c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
- c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 24 years ago
- 4f3558a Fixed a BB_MTAB #define buglet reported by Magnus Damm. by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 8810bdb Rewrote rm. by Matt Kraai · 24 years ago
- 0144103 Use generic flag names. by Matt Kraai · 24 years ago
- 9ff9325 Move applet_name declaration from busybox.h to libbb.h. by Matt Kraai · 24 years ago
- 91b2855 Rewrite cp and mv to be SUSv2 compliant. by Matt Kraai · 24 years ago
- 4e9267d Reversed last patch; unnecessary. by Mark Whitley · 24 years ago
- 4b66dab Added a sanity check to fix weird bug exposed when sourcing in commands from a by Mark Whitley · 24 years ago
- f5c358b Simplify file_prefix handling, and use of *dir variable. by Glenn L McGrath · 24 years ago
- ee0d93e Fix horrible, horrible memmory leak. I wondered why processes were dying ! by Glenn L McGrath · 24 years ago
- 89dc02d Clearly define out exclude list code, as recommended by Larry Doolittle by Glenn L McGrath · 24 years ago
- 6ebd633 Set permissions of created file by Glenn L McGrath · 24 years ago
- 46cd74b This has two patches. First it moves interface.c to libbb (it is by Eric Andersen · 24 years ago
- 0a3bda2 Move real_loop.h to libbb, where it belongs. -Erik by Eric Andersen · 24 years ago
- b5ec61e Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> by Eric Andersen · 24 years ago
- b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 24 years ago
- 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
- 685f5fd untar changed to allow deb_extract to extract to memory, allows better operation of dpkg-deb -f by Glenn L McGrath · 24 years ago
- 5faef74 Reads a field from a debian control (status or available) file, handles multi-line fields. by Glenn L McGrath · 24 years ago
- 65708e4 Read a FILE* till an empty line or eof and return it as a char buffer. by Glenn L McGrath · 24 years ago
- 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 24 years ago
- 1e04ea3 Fix dos2unix/tr problem noted by Larry Doolittle. by Matt Kraai · 24 years ago
- 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 24 years ago
- 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago