aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_tar.erl
AgeCommit message (Expand)Author
2019-03-28erl_tar: Use read_ahead when reading compressed tar filesJohn Högberg
2018-02-05Merge branch 'emj/stdlib/tar-repro/PR-1608/OTP-14834'Hans Bolinder
2018-02-02Add options for creating reproducible tarsEric Meadows-Jönsson
2018-01-09Fix false Dialyzer warnings for erl_tar:table/1Guilherme Andrade
2017-10-25Return error when unable to make dirEric Meadows-Jönsson
2017-05-29erl_tar: Fix handling of date and timeBjörn Gustavsson
2017-04-13erl_tar: Handle leading slashes and directory traversal attacksBjörn Gustavsson
2017-03-10erl_tar: Close files after reading from a tar fileBjörn Gustavsson
2017-02-16Update erl_tar to support PAX format, etc.Paul Schoenfelder
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Replace usage of erlang:now() with usage of new APIRickard Green
2014-12-01ssh: Implements and tests erl_tar read from remote host.Hans Nilsson
2014-11-18erl_tar: Extend api to define own storage media access functions.Hans Nilsson
2014-05-08Correct end of tape markerBjörn Gustavsson
2014-05-08Support path names with characters outside the US ASCII rangeBjörn Gustavsson
2013-10-14Merge branch 'maint'Fredrik Gustafsson
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2011-06-14Allow erl_tar to create directories inside directory with no read accessSiri Hansen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP