aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov1-1/+1
2019-06-03Fix missing for Windows path::traits alias renamingKaren Arutyunov1-1/+1
2019-05-23Fix bug in start_extract() process management logicBoris Kolpackov1-0/+6
2019-05-23Switch to libarchive's bsdtar as default on WindowsBoris Kolpackov1-4/+2
2019-05-22Prep work for switching to libarchive's bsdtar on WindowsBoris Kolpackov1-16/+52
2019-05-22Unify package archive extraction cases to use common implementationBoris Kolpackov1-15/+93
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-13Add pkg-verify --deep optionKaren Arutyunov1-10/+15
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov1-2/+2
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-14Fallback to output directory removal for --keep-out on disfigure failureKaren Arutyunov1-0/+1
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-1/+0
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-2/+2
2017-05-31Make use of butl::openssl, ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov1-2/+1
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-2/+2
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-2/+2
2017-05-01Reimplement tar invocations to do manual decompressionBoris Kolpackov1-10/+54
2017-04-10Adapt to process_error changeKaren Arutyunov1-1/+1
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-3/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-17Adjust to path::extension() changeBoris Kolpackov1-5/+2
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-4/+3
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-1/+1
2016-09-17Audit all print_process()/process ctor for path_search()Karen Arutyunov1-4/+6
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-1/+1
2016-09-02Only use tar --force-local argument on WindowsKaren Arutyunov1-1/+4
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-4/+3
2016-05-31Port to MinGWKaren Arutyunov1-1/+13
2016-03-11Make rep_create to convert file-type manifest values to corresponding inline-...Karen Arutyunov1-0/+120