1
0
mirror of https://repo.or.cz/libtar.git synced 2025-07-31 13:04:20 +03:00

Commit Graph

  • 6d0ab4c78e Added autoconf instructions to README master Tim Band 2013-12-03 14:31:11 +00:00
  • aa263f13f3 Open files in binary mode on systems that have O_BINARY Ron Yorston 2013-11-13 10:06:47 +00:00
  • e4c1f29742 Change th_get_size() macro to return unsigned int Chris Frey 2013-10-24 18:52:44 -04:00
  • 7c3b3453bf .gitignore: ignore binaries and generated files Kamil Dudka 2013-10-25 13:49:58 +02:00
  • 20aa09bd77 Added stdlib.h for malloc() in lib/decode.c Chris Frey 2013-10-24 17:58:47 -04:00
  • 495d0c0eab Check for NULL before freeing th_pathname Chris Frey 2013-10-24 17:55:12 -04:00
  • ec613af2e9 decode: avoid using a static buffer in th_get_pathname() Kamil Dudka 2013-10-23 15:04:22 +02:00
  • f3c711cf30 fix memleaks in libtar sample program Huzaifa Sidhpurwala 2013-10-15 20:05:04 -04:00
  • 36629a4120 fix memleak on tar_open() failure Huzaifa Sidhpurwala 2013-10-15 20:02:58 -04:00
  • abd0274e6b fix file descriptor leaks reported by cppcheck Kamil Dudka 2013-10-15 19:48:41 -04:00
  • 560911b694 Fix invalid memory de-reference issue Huzaifa Sidhpurwala 2013-10-15 14:39:05 +02:00
  • 30e5556d1c Fix missing prototype compiler warnings Hans de Goede 2013-10-15 14:39:04 +02:00
  • 8128ad8c79 Added commentary on T_BLOCKSIZE, ssize_t, and int size risks Chris Frey 2013-10-10 19:55:06 -04:00
  • 0907a9034e libtar version 1.2.20 v1.2.20 Chris Frey 2013-10-09 12:55:48 -04:00
  • 45448e8bae Fixed size_t overflow bug, as reported by Timo Warns Chris Frey 2013-10-01 15:58:52 -04:00
  • a4846f7e86 Added autoconf checks for __thread compiler support Chris Frey 2013-03-29 01:38:36 -04:00
  • 79f6bec843 Fixed thread-safe bug in th_get_pathname() Sergey Zhitomirsky 2013-03-29 01:33:08 -04:00
  • 9e771b20e7 Added extern "C" protectors to listhash.h Chris Frey 2013-02-03 22:16:27 -05:00
  • f06ab1aef1 libtar version 1.2.19 v1.2.19 Chris Frey 2012-12-11 18:29:59 -05:00
  • d0fe11d76c Added const to char* function arguments where appropriate Jan Cermak 2012-12-11 17:41:49 -05:00
  • aef9ecd42a Changed makedev() argument count test from AC_RUN_ to AC_COMPILE_ Chris Frey 2012-09-05 15:43:02 -04:00
  • 4604797bb5 Fixed gcc compiler built-in warnings Chris Frey 2012-09-05 15:26:02 -04:00
  • 533ad503fe Fixed short int / int compiler warnings in va_arg() usage Chris Frey 2012-09-05 15:25:16 -04:00
  • eb706c362c Removed varargs.h and all dependencies on it Chris Frey 2012-09-05 15:23:49 -04:00
  • e34b225cd1 libtar version 1.2.18 v1.2.18 Chris Frey 2012-08-02 16:43:39 -04:00
  • e44cab4de6 Added more forgiving CRC checking logic when reading tar files Chris Frey 2012-07-31 17:12:36 -04:00
  • acd507bfd1 libtar version 1.2.17 v1.2.17 Chris Frey 2012-07-24 17:06:43 -04:00
  • 7611cc65f4 Fixed checksum calculation in writing header Tim Band 2012-07-23 19:40:40 +01:00
  • 063f8f6f0b libtar version 1.2.16 v1.2.16 Chris Frey 2012-05-17 03:34:32 -04:00
  • e8adb5e6ce Fixed build system to allow for out-of-source tree builds Chris Frey 2012-05-17 03:31:12 -04:00
  • 29ccc47958 libtar version 1.2.15 v1.2.15 Chris Frey 2012-05-10 01:14:18 -04:00
  • 258c26f444 Fixed harmless buffer overflow which is caught by FORTIFY on some systems Chris Frey 2012-05-10 01:08:07 -04:00
  • 4331cced90 libtar version 1.2.14 v1.2.14 Chris Frey 2011-12-22 17:13:36 -05:00
  • f6c704837d Fixed truncation check, so 100 char names get GNU extension support when enabled Chris Frey 2011-12-22 17:08:28 -05:00
  • 11df82507d libtar version 1.2.13 v1.2.13 Chris Frey 2011-06-13 18:21:35 -04:00
  • 20f460bd4d Reduce memory used by libtar when extracting files. Per Lidén 2011-06-13 17:51:37 -04:00
  • fcb6cd7be4 Fix memory leak in th_get_pathname Per Lidén 2011-06-13 17:46:05 -04:00
  • 95946f38a7 Escape hyphens that should be minus signs in man pages. Magnus Holmgren 2011-06-13 17:35:50 -04:00
  • 26d694fe4f Use libtool to build dynamic library Glenn McGrath 2011-06-13 17:31:57 -04:00
  • ef1f0d41aa Changed root Makefile.in to Makefile.am, which make autoreconf workable Chris Frey 2011-06-13 17:23:58 -04:00
  • e0adfa69dc Document stupidity of tartype_t in libtar.c. James Morrison 2011-06-06 18:40:06 -04:00
  • c89c03aeca Applied Marcin Gibula's patch fixing tar_extract_glob() Chris Frey 2009-05-02 01:23:57 -04:00
  • d881966c92 Fixed header warnings Chris Frey 2009-05-02 00:03:33 -04:00
  • b50447bef6 Added datarootdir to Makefile.in's Chris Frey 2009-05-01 23:57:00 -04:00
  • fdffae09bb Removed auto-generated files Chris Frey 2009-04-29 04:44:29 -04:00
  • ac0ed32dcb Removed m4 includes, and straightened out [] m4 quoting for modern autoconfs Chris Frey 2009-05-01 23:36:44 -04:00
  • 3f1e07b5b0 Renamed autoconf/aclocal.m4 to psg.m4 so aclocal isn't so confused Chris Frey 2009-05-01 23:36:06 -04:00
  • 9added7d64 Added autogen.sh script to build a fresh configure Chris Frey 2009-05-01 23:18:48 -04:00
  • f90a067c44 Added autoconf/ as macro dir Chris Frey 2009-05-01 23:02:45 -04:00
  • a9aa57754d Fixed incorrect URL in readme Chris Frey 2009-04-28 16:39:21 -04:00
  • 1fc76aab90 libtar-1.2.11 tarball sources, taken from Debian's orig tar v1.2.11 Chris Frey 2009-04-28 16:35:00 -04:00