aboutsummaryrefslogtreecommitdiff
path: root/bpkg/checksum.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov1-9/+9
2018-07-10Drop unused sha256(istream) functionKaren Arutyunov1-17/+0
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-1/+0
2017-10-24Fix issues in previous commitBoris Kolpackov1-5/+4
2017-10-24Add workaround for MSYS2-based sha256sum utility issueKaren Arutyunov1-1/+17
2017-10-22Make use of butl::sha256 classKaren Arutyunov1-75/+40
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-3/+3
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in ↵Karen Arutyunov1-3/+3
libbutl
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-2/+2
2017-04-18Reduce noise at verbosity level 2Boris Kolpackov1-4/+4
2017-04-10Adapt to process_error changeKaren Arutyunov1-4/+4
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-6/+3
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-6/+6
2016-09-17Audit all print_process()/process ctor for path_search()Karen Arutyunov1-15/+27
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-5/+5
2016-08-02Check for eof before streaming rdbufBoris Kolpackov1-1/+6
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-32/+57
2016-05-31Port to MinGWKaren Arutyunov1-1/+6
2016-01-30Add checksum verificationBoris Kolpackov1-0/+385