summaryrefslogtreecommitdiffstats
path: root/bpkg/rep-fetch.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2018-11-161-2/+2
* Issue warning for git repository that have no packages available and its URL ...Karen Arutyunov2018-09-101-0/+8
* Fix memory leak due to complement repository cyclesKaren Arutyunov2018-07-091-22/+28
* Strip .git extension for non-existent local prerequisite locationKaren Arutyunov2018-07-051-0/+21
* Fix repeated removal of repository fragment object during rep-fetchKaren Arutyunov2018-06-011-1/+17
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Add support for recursive pkg-testKaren Arutyunov2018-05-111-8/+5
* Fix package checksum mismatch for all repositories being fetchedKaren Arutyunov2018-05-101-37/+69
* Fix referring into moved objectKaren Arutyunov2018-05-031-2/+2
* Adapt to optional base repository manifestKaren Arutyunov2018-05-031-1/+1
* Add support for dependent repository trustKaren Arutyunov2018-05-031-48/+147
* Don't print "fetching..." if all the repositories being fetched are dir:Boris Kolpackov2018-04-301-4/+18
* Normalize package path in case location is ./Boris Kolpackov2018-04-301-1/+2
* Add support for repository fragmentsKaren Arutyunov2018-04-271-243/+412
* Add support for comma-separated list of git reference filterKaren Arutyunov2018-04-201-26/+32
* Implement git repository handling transition (phase 0)Karen Arutyunov2018-04-191-64/+92
* Implement build plan simulationKaren Arutyunov2018-04-191-2/+2
* Add support for version iterationKaren Arutyunov2018-03-161-16/+79
* Use package_manifest() ctorKaren Arutyunov2018-03-161-1/+1
* Add --no-result option to suppress printing informational messagesBoris Kolpackov2018-03-141-4/+4
* Don't print pointless "fetching ..." line if fetching single repositoryBoris Kolpackov2018-03-141-11/+28
* Add support for shallow fetchKaren Arutyunov2018-03-121-53/+106
* Fix up package manifest version for pkg-unpackKaren Arutyunov2018-03-091-96/+5
* Add support for dir repositoryKaren Arutyunov2018-03-081-126/+239
* Change database parameter type to transaction for some rep_*() functionsKaren Arutyunov2018-03-081-10/+9
* Add .manifest extension to repositories, packages and signature filesKaren Arutyunov2018-03-051-7/+8
* Rename bpkg repository type to pkgKaren Arutyunov2018-03-051-14/+14
* Improve filesystem modification detectionBoris Kolpackov2018-03-021-23/+24
* Update rep-fetchKaren Arutyunov2018-03-021-77/+238
* Invent repository_state() functionKaren Arutyunov2018-02-221-7/+4
* Rename repository state to fragmentBoris Kolpackov2018-02-221-1/+1
* Add support for pkg-checkoutKaren Arutyunov2018-02-211-6/+30
* Use root repository as a default complement for git repositoryKaren Arutyunov2018-02-191-0/+14
* Parse repositories and packages files for git repositoriesKaren Arutyunov2018-02-191-27/+240
* Adapt to package/repository manifests API changeKaren Arutyunov2018-02-151-4/+4
* Use abbreviated to 16 chars SHA256 fingerprint as certificate idKaren Arutyunov2018-02-121-26/+0
* Clone and fetch git repositoriesKaren Arutyunov2018-02-121-8/+102
* Suppress GCC's 'maybe uninitialized' warningsKaren Arutyunov2018-02-121-1/+1
* Factor out bpkg repository fetching code used in rep-fetch and rep-infoBoris Kolpackov2018-01-161-48/+87
* Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2017-05-011-8/+8
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-1/+1
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
* Adapt to fdstream extensionKaren Arutyunov2016-07-231-2/+0
* Rename cfg-{add,fetch} to rep-{add,fetch} (aliases stay same)Boris Kolpackov2016-06-181-0/+328
* Clean up command names, add aliasesBoris Kolpackov2015-12-091-245/+0
* Ignoring unknown manifest entries where appropriateBoris Kolpackov2015-12-071-2/+2
* Implement dependents check in drop commandBoris Kolpackov2015-10-221-1/+3
* Add noteBoris Kolpackov2015-10-051-0/+2
* build command genesis, some re-factoringBoris Kolpackov2015-10-011-2/+2
* Complete pkg-status, rework object modelBoris Kolpackov2015-09-291-12/+8