summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/url.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-1/+3
2023-08-14Windows: enable "spack install" tests (#34696)markus-ferrell1-54/+0
2023-07-24Fix broken `sanitize_file_path` (#38926)Harmen Stoppels1-1/+20
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-21/+4
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-16Refer to mirrors by name, path, or url (#34891)Harmen Stoppels1-0/+14
2022-12-15Add a proper deprecation warning for update-index -d (#34520)Harmen Stoppels1-0/+8
2022-12-13Use file paths/urls correctly (#34452)Harmen Stoppels1-106/+13
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-17/+14
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-16/+52
2022-07-31black: reformat entire repository with blackTodd Gamblin1-69/+64
2022-04-15Remove assert in favor of error message (#29797)John W. Parent1-1/+2
2022-03-31Allow use of "git:"-based URLs (#29765)Ivo Steinbrecher1-1/+1
2022-03-28Add ssh to filter of valid urls (#29749)John W. Parent1-1/+1
2022-03-20Enable GCS urls as valid (#29592)Doug Jacobsen1-1/+1
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-53/+49
2022-03-17"spack commands --update-completion"John Parent1-1/+0
2022-03-17Path handling (#28402)John W. Parent1-1/+11
2022-03-17Update tests support for WindowsBetsy McPhail1-13/+60
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-14Adding ability to compare git references to spack install (#24639)Vanessasaurus1-0/+53
2021-07-02Fix fetching for Python 3.9.6 (#24686)Adam J. Stewart1-6/+6
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-09Follow up/11117 fixes and testing (#13607)Omar Padron1-2/+2
2019-11-01bugfix: spack.util.url.join() now handles absolute paths correctly (#13488)Omar Padron1-1/+76
2019-10-22fetching: S3 upload and download (#11117)Omar Padron1-0/+175