aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.cxx
AgeCommit message (Expand)AuthorFilesLines
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