aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Use 12 instead of 16-character abbreviated hashBoris Kolpackov2-2/+2
2018-03-16Implement --old-available|-o in pkg-statusBoris Kolpackov2-14/+34
2018-03-16Don't update dependents if only reconfiguringBoris Kolpackov1-1/+1
2018-03-16Redo pkg-status outputBoris Kolpackov4-118/+198
2018-03-16Fix bug in pkg-build version iteration handlingBoris Kolpackov1-2/+10
2018-03-16Add support for version iterationKaren Arutyunov17-124/+514
2018-03-16Use package_manifest() ctorKaren Arutyunov2-3/+3
2018-03-15Add --immediate|-i and --recursive|-r to pkg-status for dependenciesBoris Kolpackov3-66/+129
2018-03-15Print status of all held packages in pkg-status if no packages were specifiedBoris Kolpackov3-49/+97
2018-03-14Add --no-fetch option for pkg-buildBoris Kolpackov2-22/+33
2018-03-14Fix bug in pkg-build --keep-out logicBoris Kolpackov1-1/+1
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov19-40/+58
2018-03-14Don't print pointless "fetching ..." line if fetching single repositoryBoris Kolpackov3-13/+38
2018-03-12Add support for --keep-out optionKaren Arutyunov8-22/+125
2018-03-12Add support for shallow fetchKaren Arutyunov7-72/+148
2018-03-12Use c++14 during ODB compilationBoris Kolpackov1-1/+1
2018-03-10Document repository preferenceBoris Kolpackov1-0/+6
2018-03-09Fix up package manifest version for pkg-unpackKaren Arutyunov6-100/+129
2018-03-09Call output directory just <pkg> for external packagesKaren Arutyunov1-1/+11
2018-03-09Search for repository location in database before parsing for pkg-buildKaren Arutyunov1-33/+52
2018-03-09Prefer dir repository type over others for pkg-buildKaren Arutyunov2-13/+9
2018-03-09Fix repository_name() to always recognize names for local repositoriesKaren Arutyunov1-6/+12
2018-03-08Minor doc tweakBoris Kolpackov1-5/+5
2018-03-08Add support for dir repositoryKaren Arutyunov12-248/+576
2018-03-08Change database parameter type to transaction for some rep_*() functionsKaren Arutyunov6-27/+33
2018-03-07Fix typoBoris Kolpackov1-1/+1
2018-03-07Document package iteration mechanism, external package termBoris Kolpackov2-12/+24
2018-03-06Add note to rep-fetch documentationBoris Kolpackov1-1/+5
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov7-46/+50
2018-03-05Style/naming cleanup in man synopsisBoris Kolpackov13-38/+47
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov12-107/+106
2018-03-04Minor documentation formatting tweaksBoris Kolpackov1-4/+4
2018-03-03Use butl::url::traits::find() to sens URLsBoris Kolpackov2-20/+16
2018-03-03Fix certificates and repositories directory names in commentsKaren Arutyunov3-5/+5
2018-03-03Shorten bpkg certificates and repositories directory namesKaren Arutyunov1-2/+6
2018-03-03Fix support of package scheme in <package>@<location>Karen Arutyunov1-13/+30
2018-03-03Document new pkg-build functionalityBoris Kolpackov1-13/+39
2018-03-03Support package scheme in <package>@<location>Boris Kolpackov1-6/+18
2018-03-03Add support for specifying just repository URL in pkg-buildBoris Kolpackov1-15/+29
2018-03-02Improve filesystem modification detectionBoris Kolpackov1-23/+24
2018-03-02Update pkg-buildKaren Arutyunov5-59/+229
2018-03-02Update rep-fetchKaren Arutyunov15-177/+578
2018-03-02Minor documentation changesBoris Kolpackov3-5/+6
2018-03-01Initial naming adjustments (bdep)Boris Kolpackov1-13/+13
2018-02-26Add support for rep-list and rep-remove, update rep-addKaren Arutyunov12-29/+588
2018-02-26Document new rep-list and rep-remove, update rep-add and rep-fetchBoris Kolpackov5-17/+121
2018-02-22Invent repository_state() functionKaren Arutyunov4-10/+36
2018-02-22Rename repository state to fragmentBoris Kolpackov6-13/+15
2018-02-22Add support for version control-based repos to pkg-buildKaren Arutyunov1-94/+138
2018-02-21Add support for pkg-checkoutKaren Arutyunov20-128/+543