summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
chdirMinor improvements to chdir on browsingYorhel7 years
cleardelete.c: Fix segfault when not confirming a clear operationYorhel10 years
compllConverted all code to call the compll functionsYorhel14 years
masterRemove old POD man pageYorhel3 months
openatExperiment with scanning using openat() rather than chdir()Yorhel3 years
zigRewrite man page in mdocYorhel3 months
zig-threadedscan.zig: Revamp output API, reduce buffering a bit, re-add UIYorhel2 years
 
TagDownloadAuthorAge
v1.19commit 1ca0c5769b...Yorhel7 months
v2.3commit ec99218645...Yorhel9 months
v1.18.1commit c08340ee08...Yorhel14 months
v2.2.2commit ec233ff33a...Yorhel15 months
v1.18commit 3ef0ac93c7...Yorhel16 months
v2.2.1commit f37362af36...Yorhel18 months
v2.2commit 34dafffc62...Yorhel18 months
v1.17commit 683eb26ad1...Yorhel24 months
v2.1.2commit e6806059e6...Yorhel24 months
v2.1.1commit 2e4f0f0bce...Yorhel2 years
[...]
 
AgeCommit messageAuthorFilesLines
2010-05-10Converted all code to call the compll functionscompllYorhel12-314/+348
2010-05-07Added compll to the compilation environment and allow linking to zlibYorhel6-1/+33
2010-04-28Only create the line format once when drawing the browser windowYorhel1-21/+16
2010-04-28Got rid of segfault when the root dir only contains hidden filesYorhel1-6/+9
2010-04-28Reset descending/ascending order when changing sort columnYorhel1-2/+2
2010-04-28Store the name of the item in the dir struct itselfYorhel4-11/+15
2010-04-28More intuitive multi-page browsingYorhel6-7/+84
2010-04-28Fixed buffer overflow when some directories can't be scannedYorhel2-3/+4
2010-04-27Determine which item to select after deletion in browser.cYorhel2-7/+4
2010-04-27Changed directory listings to a doubly linked listYorhel4-30/+40
[...]