summaryrefslogtreecommitdiff
path: root/tar/util.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-281-10/+1
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-3/+3
* Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-221-10/+11
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-2/+13
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-131-1/+10
* tar: use option_flags bitfield for boolean optionsMartin Matuska2017-02-231-1/+1
* In the event the heap allocation fails after a successful allocation,Ngie Cooper2016-12-131-0/+1
* Issue #767: Buffer overflow printing a filenameTim Kientzle2016-08-211-1/+1
* bsdtar: move list_item_verbose() into common util.cBjoern Jacke2016-02-051-0/+100
* Fix handling of leading slashes for hardlinksTim Kientzle2014-11-021-73/+113
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+26
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-1/+1
* Tweak a comment.Tim Kientzle2012-11-301-2/+2
* Fix util.c compile, remove extraneous NULL check.Tim Kientzle2012-11-301-3/+2
* I'm not entirely happy with Xi Wang's solution to this mess.Tim Kientzle2012-09-281-11/+6
* Fix signed integer overflow in safe_fprintf()Xi Wang2012-09-281-1/+3
* Fix build failure on linux made by commit b3296a25e1 to be able to compileMichihiro NAKAJIMA2012-09-171-1/+7
* Remove dead assignment that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-1/+1
* Issue 216: bsdtar output truncated.Michihiro NAKAJIMA2011-12-301-2/+16
* Various fixes merged from the FreeBSD tree.Tim Kientzle2011-12-231-1/+5
* Extend the tar test to verify that symlink and hardlinkTim Kientzle2011-09-041-3/+3
* Issue 160: --strip-components now works in -c mode as well as -x and -t.Tim Kientzle2011-06-291-2/+0
* Correctly detect Windows full paths.Michihiro NAKAJIMA2011-01-031-1/+8
* Correctly format the value -9223372036854775808.Tim Kientzle2010-12-311-3/+2
* Style: tab follows #defineTim Kientzle2010-04-101-3/+3
* Don't #define read _read before including io.h.Tim Kientzle2009-12-271-0/+4
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-2/+2
* Eliminate the warnings of the conversion of types on Visual Studio.Michihiro NAKAJIMA2009-12-211-1/+1
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-151-0/+3
* Use consistent function storage classBrad King2009-11-161-1/+1
* Value stored to 'i' is never read.Michihiro NAKAJIMA2009-11-091-2/+2
* Trying to figure out what printf modifiers to use on what platforms toTim Kientzle2009-10-311-0/+22
* Add some TODO comments.Tim Kientzle2009-10-051-0/+5
* Only accept \ as path separator when reading archives on Windows. This seems...Tim Kientzle2009-10-031-10/+24
* Minor VS9 fixes.Tim Kientzle2009-08-301-0/+3
* Revert r1295; it was well-intentioned but wrong.Tim Kientzle2009-07-281-1/+1
* Use fread() for reading from console; this needs to be carefully tested.Tim Kientzle2009-07-271-1/+1
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-129/+8
* Building on Ubuntu 9 provoked some complaints about return valuesTim Kientzle2009-05-081-3/+2
* Be pedantic about argument range for ctype macros.Joerg Sonnenberger2009-03-081-2/+2
* Improve stripping Windows drive letters.Michihiro NAKAJIMA2009-02-251-31/+58
* Partial fix for Issue 5: If -P is not specified, strip Windows driveTim Kientzle2009-02-211-11/+34
* Avoid compiling warning on the platform that does not have regex.hMichihiro NAKAJIMA2009-02-141-1/+1
* IFC: Spell "substitution"Tim Kientzle2008-12-271-4/+4
* IFCTim Kientzle2008-12-041-50/+119
* IFCTim Kientzle2008-11-181-17/+39
* IFCTim Kientzle2008-06-141-3/+5
* IFCTim Kientzle2008-05-281-1/+1
* Guard against a number of theoretical buffer and integerTim Kientzle2008-05-201-3/+8