aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ar: switch from alloca to mallocMike Frysinger2024-01-251-1/+4
* ar: handle invalid extended filename offsetsMike Frysinger2024-01-241-2/+8
* ar: handle invalid ascii numbers betterMike Frysinger2024-01-241-8/+45
* unify usage() output across all the toolsMike Frysinger2024-01-241-0/+50
* update copyright headersMike Frysinger2024-01-011-2/+2
* Revert "paxinc: include <alloca.h> for alloca"Mike Frysinger2023-12-141-1/+0
* paxinc: include <alloca.h> for allocaSam James2023-01-291-0/+1
* Undo IWYU fixesSam James2023-01-291-8/+0
* *: IWYU fixes deuxSam James2023-01-291-0/+1
* *: IWYU fixesSam James2023-01-281-0/+7
* split out fs related helper funcs as lib codeMike Frysinger2016-11-121-0/+31
* ar: make sure file name is always NUL terminatedMike Frysinger2016-06-201-1/+2
* ar: make sure name is always NUL terminatedMike Frysinger2016-06-191-0/+1
* scanelf: do not warn about invalid archive entries by defaultv1.0.4Mike Frysinger2015-07-131-4/+8
* scanelf: include filename/details in all ar related messagesMike Frysinger2015-07-131-4/+4
* migrate to gitv1.0Mike Frysinger2015-03-021-1/+0
* ar_next: fix signed warnings from gcc, and clean up memory when closing archivesMike Frysinger2013-04-101-4/+6
* update copyright yearsMike Frysinger2012-11-041-4/+4
* add a -C/--nocolor option and respect env $NOCOLOR #332289Mike Frysinger2010-12-081-1/+18
* check return value of read() since gcc whines about it nowMike Frysinger2009-03-151-2/+3
* convert getstr_perms() to strfileperms() and share it among all filesMike Frysinger2008-12-301-1/+15
* use xmalloc() rather than malloc()Mike Frysinger2008-12-301-2/+2
* Now I had the specs here anyway, implemented GNU extended filenames as well.Fabian Groffen2008-10-191-3/+23
* Made reading archives work.Fabian Groffen2008-10-191-11/+19
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-14/+12
* - update copyright headersNed Ludd2007-06-091-2/+2
* - update copyright headersNed Ludd2007-05-231-3/+3
* - single zero byte outside array bounds. Fix from Ludwig Nussel <ludwig.nusse...Ned Ludd2007-01-261-2/+2
* refactor code a bit to allow to improve support for archive scanningMike Frysinger2006-01-141-19/+30
* initial support for reading archive files (*.a)Mike Frysinger2006-01-131-1/+78
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-10/+6
* split common non-elf features into paxinc.[ch]Mike Frysinger2005-10-131-0/+20