summaryrefslogtreecommitdiffstats
path: root/bpkg/fetch.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add support for --no-progress optionKaren Arutyunov2019-01-241-8/+63
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-121-8/+8
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Parse repositories and packages files for git repositoriesKaren Arutyunov2018-02-191-1/+1
* Clone and fetch git repositoriesKaren Arutyunov2018-02-121-261/+2
* Change remaining auto_rm to auto_rmfileBoris Kolpackov2018-01-181-1/+1
* Add repository type detectionKaren Arutyunov2017-12-281-54/+32
* Make use of butl::sha256 classKaren Arutyunov2017-10-221-2/+3
* Add support for --fetch-timeout optionKaren Arutyunov2017-10-181-3/+41
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-4/+4
* Adapt to libbutl::process interface changeKaren Arutyunov2017-06-061-2/+6
* Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov2017-05-011-4/+4
* Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2017-05-011-3/+3
* Switch to version moduleKaren Arutyunov2017-04-281-1/+0
* Reduce noise at verbosity level 2Boris Kolpackov2017-04-181-1/+1
* Adapt to process_error changeKaren Arutyunov2017-04-101-4/+4
* 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-7/+4
* Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov2016-11-031-4/+4
* Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov2016-09-291-2/+1
* Audit all print_process()/process ctor for path_search()Karen Arutyunov2016-09-171-18/+30
* Add io_error alias for std::ios_base::failureKaren Arutyunov2016-09-161-5/+5
* Fix FreeBSD fetch detectionBoris Kolpackov2016-09-041-1/+1
* Check for eof before streaming rdbufBoris Kolpackov2016-08-021-2/+7
* Use cpfile() for file fetchingKaren Arutyunov2016-07-241-25/+2
* Adapt to fdstream extensionKaren Arutyunov2016-07-231-35/+60
* Port to MinGWKaren Arutyunov2016-05-311-19/+23
* Add support for repository authenticationKaren Arutyunov2016-05-041-53/+48
* Rename level[1-6]() to l[1-6]()Boris Kolpackov2016-02-291-2/+2
* Add checksum verificationBoris Kolpackov2016-01-301-12/+59
* Fix lack of HTTPS support in fetching codeBoris Kolpackov2016-01-191-7/+20
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
* Support package dependency version rangeBoris Kolpackov2016-01-081-1/+1
* Ignoring unknown manifest entries where appropriateBoris Kolpackov2015-12-071-14/+19
* Move check for empty archive file up the call stackBoris Kolpackov2015-10-141-2/+2
* Normalize and check file and URL paths in fetch operationsBoris Kolpackov2015-10-141-1/+14
* Adapt to remote repository location relative pathBoris Kolpackov2015-10-141-5/+2
* Automatically cleanup package archive, directory on failureBoris Kolpackov2015-09-291-0/+7
* Implement archive fetching, complete pkg-fetchBoris Kolpackov2015-09-251-49/+211
* Add support for fetching remote repositoriesBoris Kolpackov2015-09-251-8/+445
* Factor and reuse manifest fetching codeBoris Kolpackov2015-09-241-0/+85