summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_stream/include
Commit message (Collapse)AuthorAgeFilesLines
* Add query publisher sequenceArnaud Cogoluègnes2020-11-261-0/+1
|
* Start adding publishing dedup support for streamsArnaud Cogoluègnes2020-11-241-0/+3
|
* Check stream name before creationArnaud Cogoluègnes2020-10-161-0/+1
| | | | | Should not start with "amq.", be empty. Strips also newline and carriage return characters.
* Add CLI command to list stream connectionsArnaud Cogoluègnes2020-10-161-1/+20
|
* Set default heartbeat to 60 secondsArnaud Cogoluègnes2020-10-121-2/+2
|
* Add offset tracking commandsArnaud Cogoluègnes2020-09-151-0/+2
|
* Change response code labelArnaud Cogoluègnes2020-06-231-1/+1
| | | | | | | From "stream deleted" to "stream not available". It covers now the deletion of a stream and the unavailibility due to a failure. This is up to the client to find out what to do (typically send a metadata request about the stream and see if it's still there).
* Add authorisation for creation/deletionArnaud Cogoluègnes2020-06-181-0/+1
|
* Introduce PeerProperties commandArnaud Cogoluègnes2020-06-101-0/+1
| | | | To exchange client/server properties at the beginning of the connection.
* Support first/last/next/offset/timestamp offset specArnaud Cogoluègnes2020-06-021-0/+6
|
* Use stream coordinator to manage streamsArnaud Cogoluègnes2020-05-061-0/+1
|
* Use stream instead of targetArnaud Cogoluègnes2020-05-061-5/+5
|
* Add heartbeatArnaud Cogoluègnes2020-03-311-0/+1
|
* Send close when client sends frame too largeArnaud Cogoluègnes2020-03-301-0/+1
|
* Refactor tuneArnaud Cogoluègnes2020-03-271-1/+1
| | | | Use int32 for both max frame size and bump max frame size to 1 MB.
* Update test for opening sequenceArnaud Cogoluègnes2020-03-261-1/+6
|
* Add support to send closeArnaud Cogoluègnes2020-03-261-1/+2
|
* Handle close command from clientArnaud Cogoluègnes2020-03-261-0/+1
|
* Check virtual host access in openArnaud Cogoluègnes2020-03-261-1/+2
|
* Add skeleton for tune and openArnaud Cogoluègnes2020-03-251-0/+2
|
* Add test for authenticationArnaud Cogoluègnes2020-03-251-0/+27