aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Add rep-info --deep optionKaren Arutyunov1-1/+1
2019-05-07Add support for description-type package manifest valueKaren Arutyunov1-1/+2
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-2/+5
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-4/+9
2019-01-08Make use of package_manifest::load_files() functionKaren Arutyunov1-29/+6
2018-11-13Add pkg-verify --deep optionKaren Arutyunov1-2/+52
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov1-3/+3
2018-07-12Add --manifest option to pkg-verifyKaren Arutyunov1-1/+20
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-03-16Add support for version iterationKaren Arutyunov1-2/+3
2018-03-16Use package_manifest() ctorKaren Arutyunov1-2/+2
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-1/+1
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-2/+2
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-1/+0
2018-02-15Adapt to package/repository manifests API changeKaren Arutyunov1-2/+2
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-3/+3
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-3/+3
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-3/+3
2017-05-01Reimplement tar invocations to do manual decompressionBoris Kolpackov1-15/+16
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-3/+3
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-3/+2
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-1/+1
2016-09-29Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-2/+1
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-2/+2
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-22/+4
2016-03-11Make rep_create to convert file-type manifest values to corresponding inline-...Karen Arutyunov1-102/+78
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-25Don't enforce <name>-<version> form for user-supplied package directoriesBoris Kolpackov1-11/+13
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-5/+6
2015-10-22Implement dependents check in drop commandBoris Kolpackov1-4/+13
2015-09-29Add --tar, --tar-option options, test with bsdtarBoris Kolpackov1-9/+18
2015-09-16Implement pkg-unpack commandBoris Kolpackov1-0/+57
2015-09-15Implement pkg-verify, pkg-fetch commandsBoris Kolpackov1-0/+169