summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/u_int/uint/gEric Andersen2004-01-302-17/+17
|
* Add the -h, --dereference option for archive creation.Glenn L McGrath2004-01-251-5/+8
|
* Patch from Arthur Othieno, clarify common options between dpkg and dpkg-debGlenn L McGrath2004-01-171-20/+23
|
* Use bb_getopt_ulflags, save 100 bytes and strict argument checking.Glenn L McGrath2004-01-071-44/+49
|
* Use bb_getopt_ulflags, save 150 bytes.Glenn L McGrath2004-01-051-28/+11
|
* Use bb_getopt_ulflags, simplify some logic, saves some bytes.Glenn L McGrath2004-01-051-40/+29
|
* Fix usage with libraries, skip symbol table.Glenn L McGrath2004-01-041-1/+1
|
* Use bb_getopt_ulflags, saves some space, better argument checking.Glenn L McGrath2004-01-041-70/+32
| | | | Remove ar specific extraction code, always use common extraction code.
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-262-57/+138
| | | | options, add some conditions to the tar tests in testsuite.
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
| | | | much, modified patch from Bastian Blank
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
| | | | | in the tarball that point to them. -Erik
* Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath2003-12-051-1/+1
|
* Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath2003-11-281-79/+237
| | | | dependencies.
* Fix tar hard linksGlenn L McGrath2003-11-272-5/+5
|
* Important bugfixes from Ian Campbell.Glenn L McGrath2003-11-261-26/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | init_archive_deb_data() We want to filter for data.tar.* in the AR file not the TAR file, else we get nothing. all_control_list() Make the 'extensions' array of control file names a global so it can be used in unpack_package as well. Name the global all_control_files. Don't hard code the length of all_control_files but instead used sizeof. unpack_package() Only unpack the control files we are interested in (from all_control_files). Extract the data.tar.gz into / rather than the current directory. dpkg_main() Configure packages in a second pass so all the packages being installed are unpacked before configuring. Some purely cosmetic changes: header update list of differences since two of them are no longer true. The .control file is no longer stored as a result of this patch -- it was redundant since the info is in status. New packages appear to be added to the end of the status file now rather than the start. remove_package() Make message printing optional, so we can avoid a redundant message when replacing/upgrading a package. When we do print stuff then include the version number. purge_package() Print "Purging xxx (yyy) ..." message like the other actions. configure_package() Add "..." to "Setting up" message to be consistent with other actions.
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-2111-114/+11
| | | | | | | archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend.
* Use safe readGlenn L McGrath2003-11-212-2/+2
|
* Remove unused functionGlenn L McGrath2003-11-202-31/+0
|
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-202-0/+13
|
* Check at least one context is specifiedGlenn L McGrath2003-11-201-0/+3
|
* Check there are files to add the archive before removing a specifiedGlenn L McGrath2003-11-201-5/+4
| | | | tar file.
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
|
* tar -Z, uncompress supportGlenn L McGrath2003-11-185-11/+37
|
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
|
* Make unlink old files default behaviour and add a new option -k toGlenn L McGrath2003-11-181-19/+23
| | | | prevent overwritting existing files
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1
|
* Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath2003-11-151-10/+8
|
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-1515-272/+150
| | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted.
* Fix memory leaksGlenn L McGrath2003-11-151-0/+3
|
* Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath2003-11-141-1/+1
| | | | files to compute incorrect crc and length for gzip
* Catch unsupported featuresGlenn L McGrath2003-11-141-7/+15
|
* Fix build error with tar -jGlenn L McGrath2003-11-141-1/+1
|
* Remove some tar_gz stuff that get dragged inGlenn L McGrath2003-11-141-3/+4
|
* Remove debugging noise.Glenn L McGrath2003-11-141-1/+0
|
* Read in blocks rather than one char at a time, greatly improves speedGlenn L McGrath2003-11-141-4/+23
|
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2003-11-141-4/+1
| | | | | | | | | | | | Hi Glenn. I analysed BSS size gzip applet and found may be mistake: updcrc() checking if (crc_table_empty) but not resetted this var. This do make slow gzip applet ;-) --w vodz
* This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2Eric Andersen2003-11-071-3/+2
| | | | | support compile. Glenn, you may want to verify this. -Erik
* fix commentEric Andersen2003-11-071-1/+1
|
* Fix tar -j supportGlenn L McGrath2003-11-053-23/+43
| | | | | | | | | | | | | | Use the old fork() method of tar compression support, rather than read_bz2.... - (*uncompress)(int in, int out) seems like a more natural interface for compression code. - it might improve performance by seperating the work into one cpu bound and one io bound process. - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in, int out) will normally be used by the standalone compression applet. There have been problems with this method so if you see a "Short read" error let me know.
* Put back the tar support stubs (and warnings) for now.Eric Andersen2003-10-311-0/+16
|
* Fix stupid typoEric Andersen2003-10-311-1/+1
|
* make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patchGlenn L McGrath2003-10-291-7/+10
| | | | by Arthur Othieno
* Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath2003-10-291-8/+5
|
* Add some error messages, use xmalloc instead of mallocGlenn L McGrath2003-10-281-5/+18
|
* Fix a logic error, the old bunzip code returned non-zero for success,Glenn L McGrath2003-10-281-1/+1
| | | | new code returns 0 for success.
* Conditionally compile some files.Glenn L McGrath2003-10-281-20/+23
| | | | | | | This hides a bug related to the new bunzip code in the tar and dpkg[-deb] applets. It will also reduce compile time a little as some unused files wont be compiled.
* Another bzip2 update and speedup from Manuel Novoa III, with someEric Andersen2003-10-231-223/+267
| | | | additional changes (primarily lots of comments) from Rob Landley.
* Andreas Mohr writes:Eric Andersen2003-10-221-10/+10
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Manuel Novoa III writes:Eric Andersen2003-10-181-22/+43
| | | | | | | | | | | | | | | | | | | | | | | Hello Rob, Here's a patch to your bunzip-3.c file. Nice work btw. One minor bug fix... checking for error return when read()ing. Some size/performance optimizations as well. One instance of memset() seems unnecssary. You might want to take a look. Anyway, on my machine, decompressing linux-2.6.0-test7.tar.bz2 to /dev/null gave the following times: bunzip-3.c bzcat (system) bunzip-3.c (patched) real 0m24.420s 0m22.725s 0m20.701s user 0m23.930s 0m22.170s 0m20.180s sys 0m0.070s 0m0.080s 0m0.140s Size of the patched version is comparable (slightly larger or smaller depending on compiler flags). Manuel
* Rob Landley's new micro-bunzip version 3. Rob writes:Eric Andersen2003-10-181-1592/+465
| | | | | | | | | | | | | | | | | | | | | | | | The API for using partial writes, as described in my last message, sucked. So here's a patch against my last patch that changes things so that write_bunzip_data calls read_bunzip_data itself behind the scenes whenever necessary. So usage is now just start_bunzip(), write_bunzip_data() until it returns a negative number, and then the cleanup at the end of uncompressStream. It adds 32 bytes to the executable, but it should allow the caller (tar) to be simplified enough to compensate. Total -Os stripped exe size now 6856 bytes. Rob P.S. I attached the whole C file so you don't have to keep incremental patches straight if you don't want to. :) P.S. In the version I'm banging on now, I've simplified the license to just LGPL. I read the OSL a bit more closely and the patent termination clause would have bit IBM in their counter-suit of SCO if the code in question had been OSL instead of GPL, and I've decided I just don't want to beta-test legal code right now.