summaryrefslogtreecommitdiffstats
path: root/src/tarball.rs
AgeCommit message (Collapse)Author
2018-12-24update to 2018 edition (#141)doug tangren
* update to 2018 edition * remove more externs * bump version
2018-12-23update travis build (#140)doug tangren
* update travis build * notes on fmting * remove quotes * comment below * rouge quote * first host.port usage * fix deprecation warning
2018-10-08try to get a consistent and repeatable codestyle goingsoftprops
2018-10-01Update log and flate2 cratesAntoine Büsch
2018-07-04Update tar dependency to 0.4Kai Lieth
The 0.4 release of the tar package has a safer API as all methods that modify the archive itself were marked mutable as they modify the internal representation of the tar. Also, it split the write functionality into a Builder struct which has a simpler interface.
2017-09-09code style enforcementsoftprops
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2017-01-21Kill unused import warningsPete Hayes
2016-01-18rust fmtsoftprops
2016-01-18reduce number of unwrap callssoftprops
2016-01-18write to in memory buffer, not disksoftprops
2016-01-18massive progresssoftprops