summaryrefslogtreecommitdiff
path: root/deps/amqp_client/src/amqp_selective_consumer.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* URL CleanupSpring Operator2019-03-201-1/+1
* spelling: licenseJosh Soref2019-02-121-1/+1
* Handle basic.credit_drained framekjnilsson2018-10-251-2/+6
* Replace dicts with mapsDaniil Fedotov2017-04-271-19/+19
* (c) yearMichael Klishin2015-05-241-1/+1
* ChPid => DeliveryCtxMichael Klishin2014-08-111-2/+2
* These deliver several protocol methods, not just basic.deliverMichael Klishin2014-08-091-16/+16
* Refactor how delivery context is propagated to consumersMichael Klishin2014-08-091-7/+3
* On channels that use manual flow control, propagate channel pid to consumersMichael Klishin2014-08-061-6/+24
* Rename argument for clarityMichael Klishin2014-08-031-6/+6
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* Require default consumer for cancel nowait.Simon MacMullen2013-08-051-0/+4
* Merged bug25677 into stableEmile Joubert2013-08-011-2/+2
|\
| * Merged bug25538 into stableEmile Joubert2013-07-311-2/+2
| |\
| | * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | | Distinguish between server-sent and client-sent basic.cancels.Simon MacMullen2013-07-311-6/+11
|/ /
* | Minor cleanup and don't conflate two different errors together.Simon MacMullen2013-07-241-24/+23
* | Damn, we can't always update our state on basic.cancel or when we receive the...Simon MacMullen2013-07-241-3/+9
* | Invoke the cancel callback whenever we send a basic.cancel as well as when we...Simon MacMullen2013-07-241-3/+1
|/
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* Don't include amqp_client.hrl; it's included transitively by amqp_gen_consume...Simon MacMullen2011-10-171-1/+0
* warningAlexandru Scvortov2011-08-151-1/+1
* support multiple consumers on the same processAlexandru Scvortov2011-08-151-17/+28
* As reported by Alvaro Videla, calls to monitor and demonitor should still be ...Matthew Sackman2011-07-281-10/+11
* impossible case should cause an errorAlexandru Scvortov2011-07-261-14/+8
* handle only one unassigned consumer at a timeAlexandru Scvortov2011-07-261-27/+18
* fix a raceAlexandru Scvortov2011-07-261-10/+16
* documentation improvementsAlexandru Scvortov2011-07-251-8/+9
* it's called dict:appendAlexandru Scvortov2011-07-061-4/+2
* make consumers list into a fifo queueAlexandru Scvortov2011-07-061-1/+1
* reorder some functions to improve readabilityAlexandru Scvortov2011-07-051-25/+25
* all consumer module functions may returns errorsAlexandru Scvortov2011-07-051-15/+16
* handle_info instead of handle_downAlexandru Scvortov2011-07-051-2/+2
* fix a couple of warning and remove a dangling commentAlexandru Scvortov2011-06-301-26/+5
* re-enable selective's default consumer and add a test for itAlexandru Scvortov2011-06-301-6/+26
* remove selective_consumer:cancel/2 and comments mentioning it or subscribe/2Alexandru Scvortov2011-06-291-31/+6
* half remove selective's default consumerAlexandru Scvortov2011-06-291-7/+2
* use monitors instead of linksAlexandru Scvortov2011-06-291-14/+33
* remove channel:subscribeAlexandru Scvortov2011-06-291-16/+12
* turned consumers into separate processesAlexandru Scvortov2011-06-281-7/+12
* adding possibility of deferred reply in gen consumer's handle_call callback; ...Vlad Alexandru Ionescu2011-06-031-38/+22
* removing documentation dummy functions in amqp_gen_consumer.erl; fixing licen...Vlad Alexandru Ionescu2011-06-031-1/+1
* fixing amqp_gen_consumer specs and docVlad Alexandru Ionescu2011-04-191-0/+1
* refining amqp_gen_consumerVlad Alexandru Ionescu2011-04-191-11/+11
* fixing bug related to subscribing to the same queue at the same time from two...Vlad Alexandru Ionescu2011-04-011-14/+21
* adding links between consumers and channel; other tweaksVlad Alexandru Ionescu2011-03-311-14/+42
* fixing race condition bug related to calling subscribe in parallel; refining ...Vlad Alexandru Ionescu2011-03-311-115/+84