aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/zip.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-02-06stdlib: Do not call erlang:get_stacktrace()Hans Bolinder
2017-05-04Update copyright yearRaimo Niskanen
2017-02-28zip: Eliminate leak of open file after crashBjörn Gustavsson
2017-02-28zip: Don't crash when a zip file has an Unix extra headerBjörn Gustavsson
2016-09-05Handle directory traversal attackPeter Andersson
2016-02-17stdlib: Add suppression of Dialyzer warningsHans Bolinder
2015-08-24Optimize zip:unzip/2 when uncompressing to memoryDan Gudmundsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-27Merge remote-tracking branch 'erlang/pr/745'Henrik Nord
2015-05-26Typofix: piecemealAndrás Veres-Szentkirályi
2015-04-20zip: Suppress a dialyzer warning for an unmatched returnBjörn Gustavsson
2015-02-27Describe zip handles an opaque typeDaniel White
2015-01-17Prevent zip:zip_open/1,2 from leaking portsDaniel White
2014-03-27Document an escript:create/2 hidden featurePierre Fenoll
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-18Fix bug where zip archives wrongly have a first disk number set to 1Paul Guyot
2011-08-18Fix a bug in zip:zip_open/1,2.Hans Bolinder
2011-08-17Correct contracts in the zip moduleHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-03-16Add function zip:foldl/3 to iterate over zip archivesHåkan Mattsson
2010-03-15Update copyright headersBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP