summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/crypto.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-27OCI buildcache (#38358)Harmen Stoppels1-43/+47
2023-08-31ASP-based solver: add hidden mode to ignore versions that are moving targets,...Harmen Stoppels1-1/+2
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-1/+1
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-8/+3
2022-07-31black: reformat entire repository with blackTodd Gamblin1-45/+34
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-15Revert "patches: make re-applied patches idempotent (#26784)" (#27625)Harmen Stoppels1-5/+0
2021-10-18patches: make re-applied patches idempotent (#26784)Todd Gamblin1-0/+5
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-2/+2
2020-10-29CI: disable vermin check for deprecated hash (#19612)Peter Scheibel1-1/+2
2020-07-01Fix hashlib function capitalization (#17323)Adam J. Stewart1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-07-24core: make `spack.util.crypto` initialization less expensive.Todd Gamblin1-36/+52
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-21Support MD5 with a warning when OpenSSL is compiled in FIPS mode (#7531)scheibelp1-3/+48
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-21Fix checksumming in Python3; add more fetch tests (#3941)Todd Gamblin1-9/+9
2017-03-31Resolve Python2/Python3 unicode issues by using str()Todd Gamblin1-1/+7
2016-10-11Roll my my own bit_length function for Python 2.6 compatibility.Todd Gamblin1-0/+7
2016-10-11Use a single lock file for stages and a single file for prefixes.Todd Gamblin1-0/+14
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-6/+5
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-05-18Remove redundancy: convert `with closing(open(...))` to `with open(...)`Todd Gamblin1-2/+1
2014-08-10Change dict comprehensions to dict() constructors.Todd Gamblin1-1/+1
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-6/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2013-12-21SPACK-1: Multi-version installation now works front to back with specs.Todd Gamblin1-5/+73
2013-11-23Added web spider capability for listing versions.Todd Gamblin1-0/+13