- Mar 24, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T703
-
- Mar 21, 2017
-
-
Antoine R. Dumont authored
This resolves the caveat mentioned in prior commit about not being able to use blake2 prior to 3.5 Related T692 Closes D192
-
- Mar 17, 2017
-
-
Antoine R. Dumont authored
- Add module docstring - Add blake2s256 and blake2b512 in supported algorithms - Spawn a new variable DEFAULT_ALGORITHMS as default computed algorithms for the main functions Related T692
-
Antoine R. Dumont authored
Remove the limit on the python3 version, this should be transparent. If the hash requested is not available, this will raise with an explanation on the error. Related T692
-
Antoine R. Dumont authored
The same caveat applies, will only be supported from python3.6 onward. Related T692
-
Antoine R. Dumont authored
The caveat is that it will only be supported when we will be using python3 >= 3.5. Related T692
-
- Mar 15, 2017
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T700
-
- Feb 24, 2017
-
-
Antoine R. Dumont authored
-
- Feb 23, 2017
-
-
Antoine R. Dumont authored
Closes T255 Ref. D179
-
- Feb 15, 2017
-
-
Nicolas Dandrimont authored
Found by investigating T75
-
- Feb 14, 2017
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
The subversion loader (T680) has shown that throwing floating point values around for timestamps is a mess waiting to happen. We now coerce all clients to send us timestamps as integer numbers of seconds and microseconds, avoiding data losses everywhere.
-
- Feb 09, 2017
-
-
Antoine Pietri authored
-
- Jun 23, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 14, 2016
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
- Jun 13, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 12, 2016
-
-
Antoine R. Dumont authored
- default - ignoring empty folders - ignore folder based on pattern in names
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 11, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 10, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 08, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This permits to reuse the same logic for different clients (loader-dir, loader-tar, loader-svn) (Tests were lost)
-
Antoine R. Dumont authored
This actually is supposed to replace walk_and_compute_sha1_from_directory. The data structure used here is better at handling updates. (Code that actually got lost and rewritten - Tests are definitely lost though)
-
Antoine R. Dumont authored
Keep the old api (since i don't measure the impacts on other modules yet). + Improve docstring (Code that actually got lost and rewritten)
-
- May 26, 2016
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Combination of: - validation on files - ignore empty folder
-
- May 25, 2016
-
-
Antoine R. Dumont authored
-