summaryrefslogtreecommitdiffstats
path: root/bpkg/checksum.cxx
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-121-9/+9
* Drop unused sha256(istream) functionKaren Arutyunov2018-07-101-17/+0
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Parse repositories and packages files for git repositoriesKaren Arutyunov2018-02-191-1/+0
* Fix issues in previous commitBoris Kolpackov2017-10-241-5/+4
* Add workaround for MSYS2-based sha256sum utility issueKaren Arutyunov2017-10-241-1/+17
* Make use of butl::sha256 classKaren Arutyunov2017-10-221-75/+40
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-3/+3
* Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov2017-05-011-3/+3
* Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2017-05-011-2/+2
* Reduce noise at verbosity level 2Boris Kolpackov2017-04-181-4/+4
* Adapt to process_error changeKaren Arutyunov2017-04-101-4/+4
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-2/+2
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
* Use diagnostics facility from libbutlBoris Kolpackov2016-11-221-6/+3
* Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov2016-11-031-6/+6
* Audit all print_process()/process ctor for path_search()Karen Arutyunov2016-09-171-15/+27
* Add io_error alias for std::ios_base::failureKaren Arutyunov2016-09-161-5/+5
* Check for eof before streaming rdbufBoris Kolpackov2016-08-021-1/+6
* Adapt to fdstream extensionKaren Arutyunov2016-07-231-32/+57
* Port to MinGWKaren Arutyunov2016-05-311-1/+6
* Add checksum verificationBoris Kolpackov2016-01-301-0/+385