Shy
|
d7038be35b
|
Fix #506
|
2025-01-16 18:32:33 -05:00 |
|
|
8fdb832c85
|
refactor index schema, remove sidecar parsing, remove TS
|
2023-09-05 18:59:18 -04:00 |
|
|
f984baf7fd
|
Fix #373
|
2023-06-10 10:59:25 -04:00 |
|
|
300c70883d
|
Fixes and cleanup
|
2023-04-10 11:04:16 -04:00 |
|
|
fc36f33d52
|
use sqlite to save index, major thread pool refactor
|
2023-04-03 21:39:50 -04:00 |
|
|
f8abffba81
|
process pool mostly works, still WIP
|
2023-03-09 22:11:21 -05:00 |
|
|
8c662bb8f8
|
Adjust some structs
|
2023-02-27 20:44:25 -05:00 |
|
|
09613eaaf9
|
import magic database as a blob as last resort to make it work
|
2022-04-18 12:55:22 -04:00 |
|
|
16a4fb4874
|
Rework document IDs
|
2022-03-05 11:18:06 -05:00 |
|
|
8fa34da02f
|
Fix some memory leaks, fix tests, fix --print regression
|
2022-02-11 11:09:29 -05:00 |
|
Yatao Li
|
501064da10
|
parse: fix full scan regression
|
2022-01-25 19:03:25 +08:00 |
|
Yatao Li
|
e65905a165
|
only add new entries into new_table to save memory
|
2022-01-25 19:03:25 +08:00 |
|
Yatao Li
|
7d40b9e959
|
incremental scan: build delete index. only load from main & original.
|
2022-01-25 19:03:25 +08:00 |
|
|
ee9a8fa514
|
Add thread lock for incremental_mark_file_for_copy()
|
2021-12-29 19:18:10 -05:00 |
|
|
0887046b41
|
Fix sidecar files, better error handling in store_write
|
2021-09-20 20:34:05 -04:00 |
|
|
17fda1e540
|
Support for rewind buffer
|
2021-09-11 20:46:40 -04:00 |
|
|
c9aa4bed72
|
Add argument to calculate checksums
|
2021-09-11 14:31:31 -04:00 |
|
|
43470e9ce6
|
Add basic JSON/NDJSON support
|
2021-09-06 21:27:17 -04:00 |
|
|
27560a82bb
|
Basic support for WordPerfect files
|
2021-09-06 14:08:53 -04:00 |
|
|
f4e1d90a6b
|
web UI rewrite, switch to ndjson.zst index format
|
2021-09-05 09:49:25 -04:00 |
|
|
a2209e91ca
|
add fast-epub arg, tweak thread pool, error handling for nftw
|
2021-07-10 12:52:04 -04:00 |
|
|
dfb8c67490
|
thread safety for debug info table
|
2021-06-14 15:04:08 -04:00 |
|
|
22dd58e140
|
add signal handler w/ debug info
|
2021-05-08 16:23:24 -04:00 |
|
|
050c1283a3
|
Remove UUID dep, fix incremental scan, use MD5(path) as unique id, version bump
|
2020-12-31 10:26:05 -05:00 |
|
|
51a40c8819
|
Add .doc support
|
2020-12-31 10:26:05 -05:00 |
|
|
641a8ec90c
|
sidecar files #114, version bump
|
2020-10-25 09:44:30 -04:00 |
|
|
465d017e18
|
CSS tweaks, fix #87
|
2020-08-03 19:15:12 -04:00 |
|
|
4d43036ded
|
Fix simon987/sist2#78
|
2020-07-18 09:41:39 -04:00 |
|
|
e629b4d7d3
|
Faster comic book parsing, probably fixes #77
|
2020-07-17 19:10:18 -04:00 |
|
|
eb559b53aa
|
RAW picture file support
|
2020-06-21 10:46:11 -04:00 |
|
|
449aa77c8f
|
Fix for unknown mime inside archives
|
2020-05-25 17:36:04 -04:00 |
|
|
ab199b0c0c
|
Remove arc_reset() function because seek() inside archive doesn't work
|
2020-05-24 14:18:31 -04:00 |
|
|
cf513b4ad8
|
Escape invalid UTF8 characters simon987/sist2#44, increase magic buffer size
|
2020-05-12 19:28:02 -04:00 |
|
|
bd9e56829c
|
Support for markup files
|
2020-04-30 20:21:09 -04:00 |
|
|
e436af7b2a
|
2.0 (#46)
* extract scan code to libscan, (wip)
* submodules
* replace curl with mongoose (wip)
* replace onion with mongoose (wip)
* replace onion with mongoose (wip)
* It compiles! (I think)
* Update readme
* Entirely remove libonion (WIP)
* unscramble submodules
* recover screenshot
* Update mappings
* Bug fixes
* update
* media meta fix
* memory fixes
* More bug fixes...
* Bug fix w/ libmagic & vfile
* libmagic fix (again)
* Better lightbox, better video handler, random reloads fix
* Use svg for info icon
* re-enable http auth
* mobi support #41, fix logs
* Update README & cleanup
|
2020-04-21 14:42:20 -04:00 |
|
|
02fa3f02f5
|
Fix memory leak with virtual files in parse.c
|
2020-03-06 09:36:07 -05:00 |
|
|
7d0091f647
|
whoops
|
2020-03-05 21:54:56 -05:00 |
|
|
1abddabeec
|
Rewrite doc.c module, fix bad error handling, fix pdf.c memory leaks
|
2020-03-05 16:12:34 -05:00 |
|
|
eab6101cf7
|
make --fast faster
|
2020-03-05 12:26:43 -05:00 |
|
|
398f1aead4
|
Support for cbr documents
|
2020-02-22 13:11:19 -05:00 |
|
|
0d06d39281
|
Path in list view #16
|
2019-12-28 14:32:05 -05:00 |
|
|
663f8e21c1
|
Better logging, fixes #15
|
2019-12-21 12:32:08 -05:00 |
|
|
8451109ecd
|
OOXML files support
|
2019-12-19 16:53:18 -05:00 |
|
|
be23201210
|
Archive file support
|
2019-12-13 10:53:51 -05:00 |
|
|
8d187926d9
|
Bugfix with incremental comparison
|
2019-12-12 15:41:31 -05:00 |
|
|
d816dae8b3
|
UI fix, disable thumbnail option, batch index size option
|
2019-12-01 10:57:29 -05:00 |
|
|
1a1032a8a7
|
Cleaner shutdown
|
2019-11-30 19:59:11 -05:00 |
|
|
ea4fb7fa0d
|
Bug fixes
|
2019-11-09 12:00:07 -05:00 |
|
|
7962a994e2
|
utf8 update + bug fixes
|
2019-11-03 07:50:31 -05:00 |
|
|
9b7c56a608
|
Static build (scan only)
|
2019-10-27 12:25:34 -04:00 |
|