aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-4/+9
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-1/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-9/+24
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-04-27Add support for repository fragmentsKaren Arutyunov1-8/+8
2018-04-19Implement dependency up/down-grade/unholdKaren Arutyunov1-7/+1
2018-04-19Implement build plan simulationKaren Arutyunov1-107/+135
2018-03-16Add support for version iterationKaren Arutyunov1-7/+24
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-1/+1
2018-03-09Fix up package manifest version for pkg-unpackKaren Arutyunov1-2/+10
2018-03-09Prefer dir repository type over others for pkg-buildKaren Arutyunov1-8/+4
2018-03-08Add support for dir repositoryKaren Arutyunov1-49/+177
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-3/+1
2018-02-12Add workaround for tar misinterpreting -C option path on WindowsKaren Arutyunov1-1/+18
2018-01-16Use tmp directory facility for storing temporary certificatesBoris Kolpackov1-1/+1
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-1/+1
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-8/+8
2017-05-01Reimplement tar invocations to do manual decompressionBoris Kolpackov1-8/+48
2017-04-10Adapt to process_error changeKaren Arutyunov1-1/+1
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-09-17Audit all print_process()/process ctor for path_search()Karen Arutyunov1-4/+6
2016-09-02Only use tar --force-local argument on WindowsKaren Arutyunov1-1/+4
2016-08-29Support system packagesKaren Arutyunov1-3/+6
2016-05-31Port to MinGWKaren Arutyunov1-0/+6
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-4/+4
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-1/+1
2015-10-27Complete tests for all commandsBoris Kolpackov1-1/+1
2015-10-22Implement dependents check in drop commandBoris Kolpackov1-1/+3
2015-10-21Add support for held packages, package versionsBoris Kolpackov1-0/+2
2015-10-10Complete build commandBoris Kolpackov1-12/+14
2015-10-10Implement --replace|-r mode for pkg-unpack; improve in pkg-fetchBoris Kolpackov1-20/+57
2015-10-06Rename package to selected_package, state to package_stateBoris Kolpackov1-9/+9
2015-10-06Track prerequisite packages, handle in pkg-{con,dis}figureBoris Kolpackov1-1/+2
2015-10-05Add repository location to package, minor cleanupsBoris Kolpackov1-1/+3
2015-09-29Add --tar, --tar-option options, test with bsdtarBoris Kolpackov1-9/+21
2015-09-29Automatically cleanup package archive, directory on failureBoris Kolpackov1-11/+7
2015-09-21Implement rep-add commandBoris Kolpackov1-2/+0
2015-09-21Add tracer_guard to restore database tracerBoris Kolpackov1-2/+2
2015-09-17Use nullopt to reset optionalBoris Kolpackov1-3/+3
2015-09-17Integrate database statement tracing into our diagnostics machineryBoris Kolpackov1-1/+3
2015-09-17Implement pkg-{configure, disfigure} commandsBoris Kolpackov1-10/+12
2015-09-16Add --purge|-p option to pkg-{fetch,unpack} commandsBoris Kolpackov1-3/+3
2015-09-16Implement pkg-unpack commandBoris Kolpackov1-0/+205