cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / common / protocols / datastream / datastreampeer.h
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-02-24 Michael MarleyAllow for clients to negotiate whether compression...
2014-02-16 Manuel NickschasMove all socket handling into RemotePeer
2014-02-15 Manuel NickschasOutput the chosen protocol type on connect
2014-02-15 Manuel NickschasDataStreamPeer: Optimize message serialization format
2014-02-15 Manuel NickschasDataStreamPeer: Remove per-message compression
2014-02-15 Manuel NickschasDataStreamPeer: Remove obsolete stuff
2014-02-15 Manuel NickschasIntroduce the DataStreamProtocol