index
:
sisyphus
master
next
Sisyphus Package Manager
Redcore Linux Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
download.py
Age
Commit message (
Expand
)
Author
2024-02-08
download -> dlpkg
V3n3RiX
2023-05-05
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142
V3n3RiX
2023-04-08
make sure download stops with keyboard interrupt
V3n3RiX
2023-04-07
download : show why and where we use output_redirection (aka, graphical inter...
V3n3RiX
2023-04-07
fix typo
V3n3RiX
2023-04-07
let's tidy up emerge arguments a bit
V3n3RiX
2023-04-07
backend : rewrite download in a more efficient way
V3n3RiX
2023-03-11
run autopep8 on the code
V3n3RiX
2023-03-10
more cryptic changes
V3n3RiX
2023-03-09
fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...
V3n3RiX
2023-03-09
isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...
V3n3RiX
2023-03-09
portageOutput -> p_out
V3n3RiX
2023-03-09
portageExec -> p_exe
V3n3RiX
2023-01-16
new download method is more reliable, but slower...speed it up again
v5.2301.1
V3n3RiX
2023-01-12
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...
v5.2301.0
V3n3RiX
2022-12-04
add an aditional matchphrase to the dependency solver, add color support && p...
v4.2212.0
V3n3RiX
2022-11-16
change pickle database names
V3n3RiX
2022-11-13
don't show file extensions
V3n3RiX
2022-11-04
maintain some consistency
V3n3RiX
2022-11-04
Revert "backend : maintain some consistency, shave off some more lines of code"
V3n3RiX
2022-11-04
backend : maintain some consistency, shave off some more lines of code
V3n3RiX
2022-11-04
backend : use pickle to store dependency lists across modules, split out down...
V3n3RiX