summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add function to kill connection based on nameArnaud Cogoluègnes2020-08-053-3/+22
| * | | Fix frame reading in testArnaud Cogoluègnes2020-07-231-1/+2
| * | | Send heartbeat from the reader processArnaud Cogoluègnes2020-07-101-15/+16
| * | | Handle error case when creating a streamArnaud Cogoluègnes2020-07-102-2/+5
| * | | Pass in monitor reference, not stream nameArnaud Cogoluègnes2020-07-092-1/+14
| * | | Add consumer failure testArnaud Cogoluègnes2020-07-065-8/+191
| * | | Add publishing failure testArnaud Cogoluègnes2020-07-034-38/+231
| * | | Handle publishing sub-entries (batch)Arnaud Cogoluègnes2020-06-301-1/+5
| * | | Disable failure testArnaud Cogoluègnes2020-06-291-0/+2
| * | | Fix closing sequenceArnaud Cogoluègnes2020-06-261-9/+15
| * | | Add failure testArnaud Cogoluègnes2020-06-255-7/+146
| * | | Ignore non-responding brokers in metadata commandArnaud Cogoluègnes2020-06-251-10/+25
| * | | Change response code labelArnaud Cogoluègnes2020-06-233-4/+4
| * | | Use Erlang monitor to detect stream deletion/failureArnaud Cogoluègnes2020-06-222-98/+57
| * | | Pass in node information to Java test suiteArnaud Cogoluègnes2020-06-225-10/+123
| * | | Add credit response to protocol referenceArnaud Cogoluègnes2020-06-191-0/+8
| * | | Notify client when it credits an unknown subscriptionArnaud Cogoluègnes2020-06-191-4/+10
| * | | Add authorisation on publishingArnaud Cogoluègnes2020-06-181-15/+26
| * | | Add authorisation for subscriptionArnaud Cogoluègnes2020-06-181-56/+62
| * | | Add authorisation for creation/deletionArnaud Cogoluègnes2020-06-182-29/+77
| * | | Clean manager listener codeArnaud Cogoluègnes2020-06-181-23/+3
| * | | Adjust licensingArnaud Cogoluègnes2020-06-181-7/+1
| * | | Use coordinator to get notified on stream deletionArnaud Cogoluègnes2020-06-182-45/+121
| * | | Use rabbit_logArnaud Cogoluègnes2020-06-152-35/+35
| * | | Fix cluster testsArnaud Cogoluègnes2020-06-112-5/+5
| * | | Make max_frame consistent between makefile and applicationArnaud Cogoluègnes2020-06-111-1/+1
| * | | Add Java-based tests for clusteringArnaud Cogoluègnes2020-06-1110-2/+1051
| * | | Add specs t stream managerArnaud Cogoluègnes2020-06-112-3/+10
| * | | Fix dialyzer errorsArnaud Cogoluègnes2020-06-102-23/+14
| * | | Add type specificationsArnaud Cogoluègnes2020-06-101-25/+32
| * | | Remove some unnecessary commentsArnaud Cogoluègnes2020-06-101-9/+9
| * | | Separate changing state from (almost) immutable stateArnaud Cogoluègnes2020-06-101-232/+253
| * | | Introduce PeerProperties commandArnaud Cogoluègnes2020-06-104-28/+102
| * | | Support client propertiesArnaud Cogoluègnes2020-06-093-27/+40
| * | | Improve readmeArnaud Cogoluègnes2020-06-093-24/+59
| * | | Use MPL 2.0Arnaud Cogoluègnes2020-06-089-466/+419
| * | | Support first/last/next/offset/timestamp offset specArnaud Cogoluègnes2020-06-024-9/+37
| * | | Update link to osiris for data formatArnaud Cogoluègnes2020-06-021-1/+1
| * | | Fix typoArnaud Cogoluègnes2020-06-021-1/+1
| * | | Consume from a local memberArnaud Cogoluègnes2020-05-282-21/+53
| * | | Add advertised host/port settingsArnaud Cogoluègnes2020-05-284-21/+65
| * | | Polish documentationArnaud Cogoluègnes2020-05-251-4/+4
| * | | Document authentication sequenceArnaud Cogoluègnes2020-05-251-0/+40
| * | | Fix link in documentationArnaud Cogoluègnes2020-05-251-1/+1
| * | | Cover all commands in protocol documentationArnaud Cogoluègnes2020-05-251-3/+290
| * | | Fix links in documentationArnaud Cogoluègnes2020-05-251-2/+2
| * | | Start documenting protocolArnaud Cogoluègnes2020-05-251-0/+79
| * | | Add arguments for stream creationArnaud Cogoluègnes2020-05-193-8/+39
| * | | Make sure queue is stream queueArnaud Cogoluègnes2020-05-072-6/+25
| * | | Use stream coordinator to manage streamsArnaud Cogoluègnes2020-05-063-141/+78