copyparty/tests
ed d67e9cc507 sqlite and misc optimizations:
* exponentially slow upload handshakes caused by lack of rd+fn
   sqlite index; became apparent after a volume hit 200k files
* listing big folders 5% faster due to `_quotep3b`
* optimize `unquote`, 20% faster but only used rarely
* reindex on startup 150x faster in some rare cases
   (same filename in MANY folders)

the database is now around 10% larger (likely worst-case)
2024-09-15 13:18:43 +00:00
..
res/idp idp: precise expansion of ${u} (fixes #79); 2024-03-21 20:10:27 +00:00
__init__.py fix write-only volumes + add regression test 2021-04-24 02:48:41 +02:00
ptrav.py make linters happier 2023-11-30 17:33:07 +00:00
run.py make linters happier 2023-11-30 17:33:07 +00:00
test_dedup.py fix u2c --ow (overwrite/replace) 2024-09-09 19:40:38 +00:00
test_dots.py fix dedup bug as of v1.13.8: 2024-08-30 22:06:25 +00:00
test_dxml.py make linters happier 2023-11-30 17:33:07 +00:00
test_hooks.py add hook side-effects; closes #86 2024-08-11 14:52:32 +00:00
test_httpcli.py optimize test_httpcli.py too, from 1.64 to 1.51s 2024-08-31 22:03:06 +00:00
test_idp.py fix tests on windows 2024-04-25 22:25:38 +00:00
test_mv.py fix mv with --no-dedup in volumes with dupes; 2024-09-07 00:47:12 +00:00
test_utils.py sqlite and misc optimizations: 2024-09-15 13:18:43 +00:00
test_vfs.py cleanup: strip trailing whitespace 2024-07-26 19:33:56 +00:00
util.py sqlite and misc optimizations: 2024-09-15 13:18:43 +00:00