1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
Commit graph

27 commits

Author SHA1 Message Date
f6c638e6e4 Fix wrong assertion. 2015-11-27 19:49:29 +00:00
56735c9d86 Get the config file path from cmake. 2015-11-13 19:25:32 +00:00
e2cfdb9edb Update readme. 2015-11-13 17:11:32 +00:00
4bf8ff3131 Add readme. 2015-11-13 16:58:51 +00:00
f48626960d Improve progress output. 2015-11-13 15:45:28 +00:00
8d4e8b86b1 Version bump. 2015-11-12 14:07:57 +00:00
f7441292bc Add optional verbose mode that shows the number of hashed files. 2015-11-12 14:07:26 +00:00
a82ab4a4ed Bugfix in Release. 2015-11-11 20:13:03 +00:00
49a9702115 Make a macro for verbosity. 2015-11-11 20:12:55 +00:00
911da3bb00 Add column 'type' to sets and take its value on command line. 2015-11-11 20:06:14 +00:00
585c7f45b7 Allow passing set name and search path as command line parameters. 2015-11-11 19:24:10 +00:00
e9a7e756e1 Replace hardcoded name with a token that can be easily replaced. 2015-11-11 17:18:35 +00:00
9a25846880 Fix release build. 2015-11-11 17:14:51 +00:00
292e32b38f Read db connection parameters from a yml file. 2015-11-11 17:08:17 +00:00
413bf0444b Update DB tables and insert set along with new files. 2015-11-11 13:30:41 +00:00
444d2a2fa3 Limit insertion to 100 records per query, but this is still suboptimal. 2015-11-11 12:35:52 +00:00
4236b2ece8 Fix hashing and db insertion. 2015-11-11 12:28:04 +00:00
777b91b898 Add database creation queries. 2015-11-11 02:06:01 +00:00
bd9ce0ef54 Send data to the database. 2015-11-11 02:01:37 +00:00
a00d30b0ee Calculate hash for all entries. 2015-11-10 17:48:22 +00:00
1dee8e0f83 Implement SSE2 Tiger hashing. 2015-11-09 16:50:56 +00:00
d07dc9a7da New Indexer class. 2015-11-06 19:48:38 +00:00
4fcc2cf25c New make_relative_path() function. 2015-11-06 19:48:18 +00:00
3f8cda06aa Improve interface and add some getters. 2015-11-06 19:48:02 +00:00
485796db48 Keep paths in a string pool. 2015-11-06 17:57:07 +00:00
109ce9b82a Use string_ref instead of string and implement join(). 2015-11-05 17:22:34 +01:00
31a70945bb First import 2015-11-05 15:32:31 +01:00