summaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_ar.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-2/+2
|
* ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko2007-03-191-1/+1
|
* get_header_ar: reformatted code, no real changesDenis Vlasenko2007-03-141-10/+14
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-7/+16
|
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-1/+2
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-2/+2
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-2/+2
|
* tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko2006-11-241-1/+1
| | | | | | | | | (GNU extensions 'K' and 'L'). We correctly handle them when untarring now, but unfortunately we still don't use them when tarring! That stupid 100 char limit is still there! The biggest problem is that we don't support 'pax' tar format. Linux kernel tarballs are in this format... shame
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-6/+6
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+4
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-12/+12
|
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-2/+2
| | | | xlseek and fdlength() for the new mkswap.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* More size shrinkage.Rob Landley2006-05-291-13/+2
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* just whitespaceTim Riker2006-01-251-10/+10
|
* Add a comment explaining why we have to check for an extra \nGlenn L McGrath2004-04-091-1/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Fix usage with libraries, skip symbol table.Glenn L McGrath2004-01-041-1/+1
|
* Fix bug when handling debian packages.Glenn L McGrath2003-07-311-3/+5
| | | | | | If we read the contents of compressed files within the ar archive, e.g. control.tar.gz, then file position gets all out of whack, so it has to be reset before reading thenext header.
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
|
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-1/+1
|
* New common unarchive code.Glenn L McGrath2002-09-251-40/+56
|
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-2/+1
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-111-1/+2
| | | | -Erik
* *** empty log message ***Glenn L McGrath2001-10-251-0/+106