summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'alanxz/master'Ask Solem2014-04-141-1/+1
|\ | | | | | | | | | | Conflicts: Makefile.am codegen
| * Initial connection.blocked/unblocked supportAlan Antonuk2013-12-151-0/+0
| | | | | | | | | | Add encode/decode support for connection.blocked, connection.unblocked RabbitMQ AMQP extension
* | Remove unix/socket.cAsk Solem2013-07-031-0/+1
|/
* Python 3.x support in codegen.py (via 2to3)Alan Antonuk2012-10-041-0/+0
| | | | | | Changes to librabbitmq/codegen.py to support Python3 Upstream changes to rabbitmq-codegen/amqp_codegen.py to support Python3
* Add rabbitmq-codegen as a submoduleMichael Steinert2012-05-171-0/+0
The following commands can be used to update the submodule: $ git submodule init $ git sumodule update Signed-off-by: Michael Steinert <mike.steinert@gmail.com>