summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/impl_zmq.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix serialization in impl_zmq.Russell Bryant2013-01-071-7/+30
* | Optionally add message envelope to notifications.Russell Bryant2013-01-031-7/+11
* | Add a rpc envelope format version number.Russell Bryant2013-01-021-35/+15
|/
* Allow exceptions to pass over RPC silentlyDan Smith2012-12-061-0/+7
* Removes redundant string castZhongyue Luo2012-10-311-1/+1
* Revert "fanout subscriptions in impl_zmq"Eric Windisch2012-10-111-48/+19
* Revert "Support declare_topic_consumer in impl_zmq"Eric Windisch2012-10-111-29/+0
* Support declare_topic_consumer in impl_zmqEric Windisch2012-09-201-0/+29
* fanout subscriptions in impl_zmqEric Windisch2012-09-201-19/+48
* Update zmq context cleanup to use term.Dan Prince2012-08-301-1/+1
* Remove register_opts from client methodsEric Windisch2012-08-151-5/+0
* Rename FLAGS to CONF; Remove self.confEric Windisch2012-08-061-16/+14
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-1/+1
* Merge "Add additional usage info on rpc_zmq_host flag"Jenkins2012-07-161-1/+2
|\
| * Add additional usage info on rpc_zmq_host flagEric Windisch2012-07-131-1/+2
* | Merge "Restore register_opts on impl_zmq module load"Jenkins2012-07-161-0/+3
|\ \
| * | Restore register_opts on impl_zmq module loadEric Windisch2012-07-131-0/+3
* | | Merge "Minor pep8 cleanup in rpc."Jenkins2012-07-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Minor pep8 cleanup in rpc.Andrew Bogott2012-07-081-1/+1
* | | Fix typo made in 372d11e990Eric Windisch2012-07-131-1/+1
| |/ |/|
* | Fix line length for pep8 compliance after cloning into other projectsDoug Hellmann2012-07-111-3/+6
|/
* Fix Zmq so it doesn't rely on nova flagsJason Kölker2012-07-101-7/+11
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-3/+3
* Fix missing RPCException from raiseEric Windisch2012-06-281-1/+1
* Update common code to support pep 1.3.Gary Kotton2012-06-181-21/+21
* Add impl_zmq to rpc.Russell Bryant2012-06-111-0/+714