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

449 commits

Author SHA1 Message Date
2467f2f12d Fix a bug with the script not detecting non-empty
directories properly. It was looking for a relative path,
but the base path would change across invocations of clone_submodules().
2016-07-15 16:55:06 +01:00
29c71c9222 Merge 2016-07-15 15:51:42 +01:00
062b927d39 Add unlicense license to flat_git. 2016-07-15 15:47:21 +01:00
7804fbccbc Import flat_git tool 2016-07-15 15:23:38 +01:00
45ff635ee1 Update list of submodules to be ignored by flat_git 2016-07-15 15:17:55 +01:00
b021c36080 Update submodules 2016-07-15 15:11:45 +01:00
29c6e084b3 Update submodules 2016-07-15 15:00:54 +01:00
5ddd8d9408 Update submodules 2016-07-15 14:55:33 +01:00
e5814a5575 Buildfix in redis backend 2016-07-14 18:13:30 +01:00
f96fa212d6 Remove Sprout - it's not used by this project anymore.
duckhandy still uses it, and it pulls it in by itself.
2016-07-14 18:04:25 +01:00
6478b45dbf Updated submodules 2016-07-14 17:31:56 +01:00
2f6c4f3dab Remove incredis and import it as a submodule. 2016-07-14 17:30:45 +01:00
7a3438def6 Fix namespaces.
Build works, except for incredis which I'm going to move out anyways.
2016-07-14 16:02:15 +01:00
a5477c99cf Import duckhandy as a submodule and fix includes. 2016-07-14 15:52:03 +01:00
aeb8dee561 Fix detection of strings starting by ../ 2016-07-14 15:36:29 +01:00
a5d9d6b716 Remove helpers from this repo.
They have been pulled out into a separate git repository.
Adding that as a submodule in an upcoming commit.
2016-07-14 15:27:11 +01:00
3edb83dce3 Add new shared_git_project module for cmake. 2016-07-14 14:05:19 +01:00
dc814b4d09 Move flatinsertin2dlist to postgresql backend.
It's the only place using that header and its use is so
specialized I struggle to even remember what it does.
2016-07-14 11:24:41 +01:00
0b10316d9e Use lexical_cast from dinhelp, not boost. 2016-07-14 11:02:06 +01:00
4e41ea1864 Move hiredis wrapper into a separate .so
...but the new cmake file has some ugly hacks. Trying to work on
the problems...
2016-07-13 15:13:59 +01:00
43e53c3740 Move pending futures count's ownership to Command.
This is to make the count global across batches created from
the same Command.
2016-07-13 14:28:32 +01:00
960f10c370 Silence verbose feedback from commands sent to Redis. 2016-07-13 12:19:52 +01:00
853fb13495 Implement find_paths_starting_by(). 2016-07-13 12:19:27 +01:00
12c062b939 Prevent values being stolen accidentally and provide proper overloads. 2016-07-13 12:17:54 +01:00
f58d7d84eb Implement find_file_details(). 2016-07-13 01:49:29 +01:00
9a84f63e54 Implement zrangebyscore(). 2016-07-13 01:49:29 +01:00
a9b979dd03 Implement zadd(). 2016-07-13 01:49:29 +01:00
d7c254e1a0 Implement find_set_details(). 2016-07-12 20:31:57 +01:00
d10ae6846d Bugfix - cope with empty scan replies.
And, don't assert if anybody tries to disconnect twice. Just do nothing.
2016-07-12 20:31:31 +01:00
4b0aa85ac2 Fix typo in enum name. 2016-07-12 19:31:52 +01:00
5e69367c2c Implement locate_sets_in_db().
It's finally got fast & easy to write! Too bad it was the last one...
2016-07-12 19:01:31 +01:00
346f7ce971 Refactor code so there is less copy paste. 2016-07-12 18:50:51 +01:00
e0eaad2587 Implement locate_sets_in_db(). 2016-07-12 18:08:10 +01:00
bcfd1287c9 Extract the boost::copy_range part into a new function.
By making a more generic function, both locate functions can
use the same code now.
2016-07-12 17:20:56 +01:00
afb2e68849 Implement locate_in_db() by hash. 2016-07-12 16:42:27 +01:00
01be1a94e5 Bugfix - files where not being stored reliably.
Some crashes were also happening.
2016-07-12 13:40:12 +01:00
e2122277ee Crash fix. 2016-07-12 12:37:39 +01:00
d6682eb130 Call wrapper methods instead of plain run(). 2016-07-12 12:30:53 +01:00
f4c495c5ea New wrapper methods. 2016-07-12 12:30:17 +01:00
e0670ff433 New IncRedisBatch class.
Wraps Batch similarly to how IncRedis wraps Command.
2016-07-12 12:07:36 +01:00
e02b0a16f5 Implement hmget() method and use it. 2016-07-12 11:40:44 +01:00
64b87c52bb Move *scan function from Command to IncRedis.
Pass down IncRedis as required to fix the build.
2016-07-12 10:55:45 +01:00
d0242e2721 New IncRedis class. Makes high-level access to Redis easier. 2016-07-12 10:43:32 +01:00
0d16e4005e I forgot to check the tags... 2016-07-11 19:30:44 +01:00
417e7105d3 Import Sprout. This is to fix the build on clang.
Sprout is needed because pow, log2 and log10 are constexpr on gcc,
but that's nonstandard. Sprout provides the constexpr version of
those functions.

Also fix warnings. I still get plenty of warnings about some suggested
paretheses, but it seems to be a bug from clang. See
https://llvm.org/bugs/show_bug.cgi?id=21629 for the bug report.
2016-07-11 19:30:21 +01:00
d46cb322b9 Implement locate_in_db(). 2016-07-11 18:38:08 +01:00
5566b81b45 Add a reset() method to batch. 2016-07-11 18:37:47 +01:00
645cf5858b Implement find_all_sets. 2016-07-11 18:02:50 +01:00
bfdf849711 Implement delete_group. 2016-07-11 17:48:05 +01:00
dbd958daec Recursively check for failures. 2016-07-11 17:47:28 +01:00