summaryrefslogtreecommitdiffstats
path: root/bpkg/pkg-verify.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add pkg-verify --deep optionKaren Arutyunov2018-11-131-2/+52
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-121-3/+3
* Add --manifest option to pkg-verifyKaren Arutyunov2018-07-121-1/+20
* Adapt to inventing package_name typeKaren Arutyunov2018-05-241-1/+1
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Add support for version iterationKaren Arutyunov2018-03-161-2/+3
* Use package_manifest() ctorKaren Arutyunov2018-03-161-2/+2
* Add --no-result option to suppress printing informational messagesBoris Kolpackov2018-03-141-1/+1
* Rename bpkg repository type to pkgKaren Arutyunov2018-03-051-2/+2
* Parse repositories and packages files for git repositoriesKaren Arutyunov2018-02-191-1/+0
* Adapt to package/repository manifests API changeKaren Arutyunov2018-02-151-2/+2
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-3/+3
* Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov2017-05-011-3/+3
* Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2017-05-011-3/+3
* Reimplement tar invocations to do manual decompressionBoris Kolpackov2017-05-011-15/+16
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-3/+3
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
* Use diagnostics facility from libbutlBoris Kolpackov2016-11-221-3/+2
* Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov2016-11-031-1/+1
* Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov2016-09-291-2/+1
* Add io_error alias for std::ios_base::failureKaren Arutyunov2016-09-161-2/+2
* Adapt to fdstream extensionKaren Arutyunov2016-07-231-22/+4
* Make rep_create to convert file-type manifest values to corresponding inline-...Karen Arutyunov2016-03-111-102/+78
* Rename level[1-6]() to l[1-6]()Boris Kolpackov2016-02-291-1/+1
* <types>/<utility> scheme cleanupBoris Kolpackov2016-02-121-2/+0
* Don't enforce <name>-<version> form for user-supplied package directoriesBoris Kolpackov2016-01-251-11/+13
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
* Ignoring unknown manifest entries where appropriateBoris Kolpackov2015-12-071-5/+6
* Implement dependents check in drop commandBoris Kolpackov2015-10-221-4/+13
* Add --tar, --tar-option options, test with bsdtarBoris Kolpackov2015-09-291-9/+18
* Implement pkg-unpack commandBoris Kolpackov2015-09-161-0/+57
* Implement pkg-verify, pkg-fetch commandsBoris Kolpackov2015-09-151-0/+169