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
/
search.py
Age
Commit message (
Collapse
)
Author
2023-04-13
search : don't automatically update the database while searching as root ↵
V3n3RiX
(causes perceived slow-downs), improve signal handling
2023-04-07
rewrite update
V3n3RiX
2023-03-11
run autopep8 on the code
V3n3RiX
2023-03-09
remotePackagesCsv -> rmt_pcsv; remoteDescriptionsCsv -> rmt_dcsv; ↵
V3n3RiX
localPackagesCsv -> lcl_pcsv; localDatabase -> lcl_db
2022-12-08
let's maintain similar patterns
V3n3RiX
2022-12-04
add an aditional matchphrase to the dependency solver, add color support && ↵
v4.2212.0
V3n3RiX
pep8 the whole backend
2022-10-30
space functions a bit
V3n3RiX
2022-10-30
various cleanups
V3n3RiX
2022-09-17
rearrange the backend
V3n3RiX
2021-02-06
order imports, minor fix in check module
V3n3RiX
2021-01-30
ui : move package operations into the backend
V3n3RiX
2020-08-18
fix imports in dbsearch (no need to import the whole thing), rename it so we ↵
V3n3RiX
have something uniform
2020-06-09
make search work
V3n3RiX
2020-06-06
big rewrite : split the backend in smaller pieces, rework the cli frontend ↵
V3n3RiX
to work with the new backend ... gui frontend wip