This project is mirrored from https://*****:*****@github.com/savoirfairelinux/opendht.git.
Pull mirroring updated .
- May 15, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
- May 14, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 13, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 10, 2016
-
-
If operator bool is not marked as explicit and you try to do such: a == b where a and b are instances of class with overloaded bool operator, the behavior is not the waited one: a and b are casted to bool BEFORE the comparaison! This could lead into non waited situation. This patch fixes all operator bool() where overloaded. This also implements PublicKey operators == and != as needed in value.h. This last showed a typical case explained upper. Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 09, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 08, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 05, 2016
-
-
Simon Désaulniers authored
Also, instance calls to Value::Filter::chain methods were moving the calling instance while you may not want this in many cases.
-
- May 03, 2016
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
- May 02, 2016
-
-
Adrien Béraud authored
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
previous code was duplicating nodes, causing sending many "dubious node" pings to the same node.
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
-
-