index
:
oslo.git
master
shared-key-msg
OpenStack's oslo-incubator patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openstack
/
common
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
kombu's fanout_cast_to_server was calling wrong method
Chris Behrens
2012-11-01
1
-1
/
+1
*
Removes redundant string cast
Zhongyue Luo
2012-10-31
1
-1
/
+1
*
Merge "Use queue_arguments for fanout consumers too."
Jenkins
2012-10-30
1
-0
/
+1
|
\
|
*
Use queue_arguments for fanout consumers too.
Sam Morrison
2012-10-26
1
-0
/
+1
*
|
Import order clean-up
Zhongyue Luo
2012-10-29
1
-1
/
+1
|
/
*
Revert "fanout subscriptions in impl_zmq"
Eric Windisch
2012-10-11
2
-78
/
+20
*
Revert "Support declare_topic_consumer in impl_zmq"
Eric Windisch
2012-10-11
1
-29
/
+0
*
Fix missing import of `rpc.dispatcher` in `rpc.service`
Kiall Mac Innes
2012-10-02
1
-4
/
+5
*
Merge "Add the rpc service and delete manager"
Jenkins
2012-09-27
1
-0
/
+69
|
\
|
*
Add the rpc service and delete manager
Angus Salkeld
2012-09-26
1
-0
/
+69
*
|
Add exchange_name parameter to TopicConsumer
Julien Danjou
2012-09-27
2
-6
/
+11
*
|
Extracted parse_host_port into network_utils.
Eugene Kirpichov
2012-09-26
1
-2
/
+2
*
|
LOG.exception() should only be used in exception handler
Johannes Erdfelt
2012-09-25
1
-9
/
+10
*
|
Merge "Don't deprecate rabbit_host and rabbit_port"
Jenkins
2012-09-25
1
-3
/
+4
|
\
\
|
*
|
Don't deprecate rabbit_host and rabbit_port
Mark McLoughlin
2012-09-25
1
-3
/
+4
*
|
|
Merge "DRY up mirrored Rabbit queue declaration"
Jenkins
2012-09-25
1
-5
/
+17
|
\
\
\
|
*
|
|
DRY up mirrored Rabbit queue declaration
Mark McLoughlin
2012-09-25
1
-5
/
+17
|
|
/
/
*
|
|
Merge "Support for several HA RabbitMQ servers."
Jenkins
2012-09-25
1
-29
/
+49
|
\
|
|
|
*
|
Support for several HA RabbitMQ servers.
Eugene Kirpichov
2012-09-25
1
-29
/
+49
*
|
|
Support declare_topic_consumer in impl_zmq
Eric Windisch
2012-09-20
1
-0
/
+29
*
|
|
fanout subscriptions in impl_zmq
Eric Windisch
2012-09-20
2
-20
/
+78
*
|
|
Merge "Change the qpid_heartbeat default to 60 seconds."
Jenkins
2012-09-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change the qpid_heartbeat default to 60 seconds.
Russell Bryant
2012-09-13
1
-1
/
+1
|
|
/
*
/
Use pep8 v1.3.3
Zhongyue Luo
2012-09-13
2
-11
/
+18
|
/
*
Make projects define 'control_exchange'.
Russell Bryant
2012-09-11
4
-19
/
+30
*
Add cinder to allowed_rpc_exception_modules.
Dan Prince
2012-09-05
1
-0
/
+1
*
Update zmq context cleanup to use term.
Dan Prince
2012-08-30
1
-1
/
+1
*
Remove unused imports
RongzeZhu
2012-08-16
1
-2
/
+0
*
Remove register_opts from client methods
Eric Windisch
2012-08-15
1
-5
/
+0
*
Rename FLAGS to CONF; Remove self.conf
Eric Windisch
2012-08-06
1
-16
/
+14
*
Remove bogus conf argument from create_consumer()
Mark McLoughlin
2012-08-01
1
-4
/
+2
*
fix the qpid_heartbeat option so that it's effective
Pádraig Brady
2012-07-30
1
-1
/
+1
*
Enable fanout_cast and fanout_cast_to_server to provide topic
Gary Kotton
2012-07-23
1
-4
/
+8
*
fix bug lp:1019348,update openstack-common to support pep8 1.3.
Yaguang Tang
2012-07-18
1
-1
/
+1
*
Merge "Add additional usage info on rpc_zmq_host flag"
Jenkins
2012-07-16
1
-1
/
+2
|
\
|
*
Add additional usage info on rpc_zmq_host flag
Eric Windisch
2012-07-13
1
-1
/
+2
*
|
Merge "Restore register_opts on impl_zmq module load"
Jenkins
2012-07-16
1
-0
/
+3
|
\
\
|
*
|
Restore register_opts on impl_zmq module load
Eric Windisch
2012-07-13
1
-0
/
+3
*
|
|
Merge "Minor pep8 cleanup in rpc."
Jenkins
2012-07-15
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Minor pep8 cleanup in rpc.
Andrew Bogott
2012-07-08
2
-2
/
+2
*
|
|
Fix typo made in 372d11e990
Eric Windisch
2012-07-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix import order of gettextutils in amqp.py
Eric Windisch
2012-07-13
1
-1
/
+1
*
|
Add more rpc version docs.
Russell Bryant
2012-07-13
1
-0
/
+39
*
|
Fix missing gettextutils in several modules.
Eric Windisch
2012-07-12
2
-0
/
+2
*
|
Merge "Fix line length for pep8 compliance after cloning into other projects"
Jenkins
2012-07-11
2
-4
/
+9
|
\
\
|
*
|
Fix line length for pep8 compliance after cloning into other projects
Doug Hellmann
2012-07-11
2
-4
/
+9
|
|
/
*
|
Merge "Fix import order."
Jenkins
2012-07-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix import order.
Russell Bryant
2012-07-02
1
-1
/
+1
*
|
Fix Zmq so it doesn't rely on nova flags
Jason Kölker
2012-07-10
1
-7
/
+11
*
|
Switch common files to using jsonutils.
Andrew Bogott
2012-07-03
3
-8
/
+8
[next]