aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-09-05Adapt to optional package revisionKaren Arutyunov1-1/+4
2019-08-16Add support for default options filesKaren Arutyunov1-1/+1
2019-05-21Add rep-info --deep optionKaren Arutyunov1-17/+124
2019-02-15Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov1-1/+1
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-8/+9
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-16Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov1-2/+2
2018-09-10Issue warning for git repository that have no packages available and its URL ...Karen Arutyunov1-0/+8
2018-07-09Fix memory leak due to complement repository cyclesKaren Arutyunov1-22/+28
2018-07-05Strip .git extension for non-existent local prerequisite locationKaren Arutyunov1-0/+21
2018-06-01Fix repeated removal of repository fragment object during rep-fetchKaren Arutyunov1-1/+17
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-11Add support for recursive pkg-testKaren Arutyunov1-8/+5
2018-05-10Fix package checksum mismatch for all repositories being fetchedKaren Arutyunov1-37/+69
2018-05-03Fix referring into moved objectKaren Arutyunov1-2/+2
2018-05-03Adapt to optional base repository manifestKaren Arutyunov1-1/+1
2018-05-03Add support for dependent repository trustKaren Arutyunov1-48/+147
2018-04-30Don't print "fetching..." if all the repositories being fetched are dir:Boris Kolpackov1-4/+18
2018-04-30Normalize package path in case location is ./Boris Kolpackov1-1/+2
2018-04-27Add support for repository fragmentsKaren Arutyunov1-243/+412
2018-04-20Add support for comma-separated list of git reference filterKaren Arutyunov1-26/+32
2018-04-19Implement git repository handling transition (phase 0)Karen Arutyunov1-64/+92
2018-04-19Implement build plan simulationKaren Arutyunov1-2/+2
2018-03-16Add support for version iterationKaren Arutyunov1-16/+79
2018-03-16Use package_manifest() ctorKaren Arutyunov1-1/+1
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-4/+4
2018-03-14Don't print pointless "fetching ..." line if fetching single repositoryBoris Kolpackov1-11/+28
2018-03-12Add support for shallow fetchKaren Arutyunov1-53/+106
2018-03-09Fix up package manifest version for pkg-unpackKaren Arutyunov1-96/+5
2018-03-08Add support for dir repositoryKaren Arutyunov1-126/+239
2018-03-08Change database parameter type to transaction for some rep_*() functionsKaren Arutyunov1-10/+9
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov1-7/+8
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-14/+14
2018-03-02Improve filesystem modification detectionBoris Kolpackov1-23/+24
2018-03-02Update rep-fetchKaren Arutyunov1-77/+238
2018-02-22Invent repository_state() functionKaren Arutyunov1-7/+4
2018-02-22Rename repository state to fragmentBoris Kolpackov1-1/+1
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-6/+30
2018-02-19Use root repository as a default complement for git repositoryKaren Arutyunov1-0/+14
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-27/+240
2018-02-15Adapt to package/repository manifests API changeKaren Arutyunov1-4/+4
2018-02-12Use abbreviated to 16 chars SHA256 fingerprint as certificate idKaren Arutyunov1-26/+0
2018-02-12Clone and fetch git repositoriesKaren Arutyunov1-8/+102
2018-02-12Suppress GCC's 'maybe uninitialized' warningsKaren Arutyunov1-1/+1
2018-01-16Factor out bpkg repository fetching code used in rep-fetch and rep-infoBoris Kolpackov1-48/+87
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-8/+8
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-2/+0