index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connectiondata.cpp
Age
Commit message (
Expand
)
Author
2021-08-22
Drop other stuff deprecated pre- or early 0.6
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-11-14
ConnectionData: fix defunct jobs stalling the queue
Kitsune Ral
2019-12-23
ConnectionData::submit: when not queuing, still submit asynchronously
Kitsune Ral
2019-12-12
BaseJob: prepare() -> initiate() + refactoring around it
Kitsune Ral
2019-12-08
ConnectionData: stop the timer on destruction
Kitsune Ral
2019-11-19
BaseJob: Don't send accessToken if not needed; send again on 401
Kitsune Ral
2019-10-21
ConnectionData: fix read-after-free in clearing the job queue
Kitsune Ral
2019-08-27
Tighten the code; add a missing #include
Kitsune Ral
2019-08-20
BaseJob/ConnectionData: connection-wide rate-limiting
Kitsune Ral
2019-08-20
Store userId in ConnectionData instead of Connection
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-04-06
Clean up on clang-tidy/clazy analysis
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-07-19
ConnectionData: use std::move()
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral