- Mar 19, 2021
-
-
Erik Johnston authored
-
- Feb 23, 2021
-
-
Erik Johnston authored
Cargo.toml: Update dependencies
-
- Feb 22, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Erik Johnston authored
Support postgres with SSL requirements
-
- Feb 02, 2021
-
-
Alexander Olofsson authored
-
Alexander Olofsson authored
-
- Jan 30, 2021
-
-
Alexander Olofsson authored
This stupidly just strips any ?sslmode= arguments from the postgres URI and enables SSL without verification regardless of which mode the user specifies.
-
- Feb 20, 2020
-
-
Erik Johnston authored
Add information from #2 to README about being race-safe
-
Erik Johnston authored
Modernize the code
-
- Feb 14, 2020
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
From Jörg Sommer's PR: https://github.com/matrix-org/rust-synapse-compress-state/pull/10
-
Jörg Sommer authored
Some compressions yield only a few hundred lines saving which isn't worth the database update and the time needed to validate the compression. With the new commandline argument `-m` the output would be suppressed, if not at least the given number of database records would be saved.
-
Jörg Sommer authored
To unify the spelling of parameters, i.e. all upper-casse, add the `value_name()` for max_state_group.
-
Jörg Sommer authored
`cargo clippy` suggested to use a character instead of a string with a single character. See: <https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern>
-
Jörg Sommer authored
`cargo clippy` suggested to use `is_empty()` instead of `len() > 0`, because this doesn't require to calculate the whole length of the sequence. See: <https://rust-lang.github.io/rust-clippy/master/index.html#len_zero>
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
Delete Cargo.lock and re-add it after a `cargo update`. Since we just did the latter, the versions referenced do not change.
-
Jan Alexander Steffens (heftig) authored
-
- Dec 26, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Oct 10, 2019
-
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
- Aug 12, 2019
-
-
Richard van der Hoff authored
Fix infinite loop when looking for missing state groups
-
Erik Johnston authored
-
- Aug 11, 2019
-
-
Richard van der Hoff authored
The code which handles state groups which appear in state_group_edges but not state_groups_state would get confused if such state_groups did not themselves have a prev_state_group.
-
- Mar 21, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 20, 2019
-
-
Erik Johnston authored
-
- Mar 19, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 18, 2019
-
-
Erik Johnston authored
-
- Nov 02, 2018
-
-
Erik Johnston authored
-
- Oct 12, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 05, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 19, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 18, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-