1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Alexander Andreev df3ea75ca9
Added a benchmark for ScanDirectory(). 2023-09-20 04:56:08 +04:00
Alexander Andreev cbe0292e4c
Before allocation of these three vars try to read a dir first. 2023-09-20 04:55:38 +04:00
Alexander Andreev d6463e81e8
A struct DirStats was renamed to DirStat. 2023-09-20 04:07:24 +04:00
Alexander Andreev 277333b1cb
Changed arav.top to arav.su. Version up to 23.8.0. 2023-02-23 17:56:26 +04:00
Alexander Andreev 920f9f08ee
Updated use of convertFileSize() in a ScanDirectory() function. 2022-12-17 22:46:17 +04:00
Alexander Andreev 0798ba6602
convertFileSize() now returns only a concatination of a converted size and a size unit. 2022-12-17 22:45:30 +04:00
Alexander Andreev a567a27c69
A deprecated ioutil was replaced with os.ReadDir. And a bit mask compare was used instead of a symbol compare. 2022-12-17 22:44:29 +04:00
Alexander Andreev b63e3ecbf5
http.go server moved in an internal dir. 2022-10-31 01:46:55 +04:00
Alexander Andreev 7fc6daa50f
To MainSite() added an Yggdrasil address. 2022-08-01 01:16:26 +04:00
Alexander Andreev 20a14eca95
Added code to resolve directory symlinks. 2022-06-28 06:13:44 +04:00
Alexander Andreev e73f3ee8fd
Decided not to escape. :) 2022-06-28 01:59:22 +04:00
Alexander Andreev 5f2b69ee3c
Looks like CurrentPath() func is complete. 2022-06-27 23:36:45 +04:00
Alexander Andreev 34a5202ea3
A working ScanDirectory() function. 2022-06-27 22:50:33 +04:00
Alexander Andreev cc0c97fa23
Initial commit. 2022-06-27 04:38:09 +04:00