summaryrefslogtreecommitdiff
path: root/deps/amqp10_client/src/amqp10_client_session.erl
Commit message (Expand)AuthorAgeFilesLines
* Squash a compiler warning introduced in #56Michael Klishin2020-08-141-1/+0
* Handle detach frame when closed set to falseTom Storck2020-08-141-2/+1
* Update amqp10_client_session.erlsircinek2020-08-041-2/+0
* Switch remaining processes to gen_statemkjnilsson2020-07-241-115/+95
* Corrections for various dialyzer warningsPhilip Kuryloski2020-07-231-2/+5
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Fix type specificationAntoine Gagné2019-08-081-1/+1
* Add working propertiesAntoine Gagné2019-08-081-9/+1
* WIP: Add sketchy propertiesAntoine Gagné2019-08-081-2/+8
* WIP: Add attach propertiesAntoine Gagné2019-08-081-0/+19
* update all the filtersJean Bouchard2019-03-201-13/+18
* updateJean Bouchard2019-03-201-4/+1
* dirty hack the filterJean Bouchard2019-03-201-1/+4
* Remove commented out codekjnilsson2018-10-261-5/+0
* Add API for client to pass the drain flagkjnilsson2018-10-241-0/+6
* translate_filters testsPatrick Detlefsen2018-04-071-35/+96
* export filter type and add commentPatrick Detlefsen2018-03-241-1/+2
* more readable formattingPatrick Detlefsen2018-03-231-20/+34
* Allow passing of filters in attach receiverPatrick Detlefsen2018-03-231-3/+34
* Add test for large message sizes.kjnilsson2017-12-211-6/+7
* Handle transfer frames without deliver_idkjnilsson2017-12-191-4/+7
* typespec fixeskjnilsson2017-12-121-2/+7
* With Erlang 20, turn off warning about deprecated gen_fsmJean-Sébastien Pédron2017-10-161-0/+11
* Only auto flow based on settled transfers.kjnilsson2017-06-071-38/+70
* Add api overload to configure durability during attachkjnilsson2017-05-081-5/+7
* dialyzer fixeskjnilsson2017-05-081-14/+6
* Monitor reader in case socket is closedkjnilsson2017-05-081-4/+11
* mergekjnilsson2017-05-041-15/+38
* Terminius durabuilitykjnilsson2017-05-021-7/+16
* Handle undefined delivery state.kjnilsson2017-05-021-0/+4
* message and delivery annotation setterskjnilsson2017-04-181-2/+0
* fix issues encoding/decoding application_propertieskjnilsson2017-04-131-9/+11
* Turn certain debug messages into full error logskjnilsson2017-04-131-1/+2
* Add license headerskjnilsson2017-04-121-10/+16
* Docs and refactor to use link_refs in amqp10_link eventskjnilsson2017-04-041-11/+20
* document api moduleskjnilsson2017-04-031-2/+12
* implement flow auto-renewalkjnilsson2017-04-031-40/+96
* report reason in detached eventkjnilsson2017-04-031-4/+8
* Tweaks for Servicebuskjnilsson2017-03-311-22/+22
* Add basic ssl/tcl supportkjnilsson2017-03-301-7/+11
* Implement PLAIN SASL authkjnilsson2017-03-291-16/+13
* make link attach/detach asynckjnilsson2017-03-281-58/+71
* rabbitmq amqp10 plugin returns undefined for the linkkjnilsson2017-03-241-4/+5
* client initiated link detachkjnilsson2017-03-241-14/+57
* Do not expose delivery ids in apikjnilsson2017-03-241-7/+9
* API refactorkjnilsson2017-02-171-20/+19
* switchable debuggingkjnilsson2017-02-071-3/+3
* disposition frames _must_ specify rolekjnilsson2017-02-071-15/+22