summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* make distcheck was failing because of a missing $(srcdir) relative-referencebug23089David Wragg2010-08-071-1/+1
* Update for recent changes to rabbitmq-codegenDavid Wragg2010-08-051-4/+4
* Fix "const char *" to "void *" conversion warningsDavid Wragg2010-07-285-5/+5
* Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-262-10/+7
* Convert the socket_ prefix to amqp_socket_David Wragg2010-07-266-24/+25
* Eliminate the socket_ prefix on connectDavid Wragg2010-07-263-3/+1
* Replace socket_{read,write} with recv and sendDavid Wragg2010-07-264-18/+5
* ERROR_HOST_NOT_FOUND -> ERROR_GETHOSTBYNAME_FAILEDDavid Wragg2010-07-263-3/+3
* Merge default into bug22825David Wragg2010-07-263-2/+18
|\
| * Dedup error handling codebug22931Tony Garnock-Jones2010-07-111-9/+3
| * Turn on TCP_NODELAY by default.Tony Garnock-Jones2010-07-021-0/+10
| * Check result of socket call (!)Tony Garnock-Jones2010-07-021-0/+4
* | Merge default into bug22825Tony Garnock-Jones2010-06-2713-110/+526
|\ \ | |/ |/|
| * Include both unix and windows support files in distributionsTony Garnock-Jones2010-06-061-1/+4
| * Merge default into bug22825David Wragg2010-06-062-0/+19
| |\
| * | Fix EXTRA_LIBS dependencies of librabbitmqDavid Wragg2010-06-041-2/+1
| * | A Windows port, using MinGW/MSYSDavid Wragg2010-05-3012-43/+381
| * | Propagate write and writev errors correctly in amqp_send_frameDavid Wragg2010-05-301-11/+14
| * | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-308-70/+133
| * | Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-302-0/+10
* | | Use the new extensions file (NB: this does not add synchronous basic.recover ...bug22864Simon MacMullen2010-06-171-4/+4
| |/ |/|
* | Added amqp_queue_delete to APITony Garnock-Jones2010-06-052-0/+19
|/
* Only allocate and check if we would ask for more than zero bytesTony Garnock-Jones2010-04-201-3/+6
* Check results of amqp_pool_alloc() and friends.Tony Garnock-Jones2010-04-164-3/+36
* Use writev(2) instead of 3 write(2)sTony Garnock-Jones2010-04-151-8/+13
* Add TX select, commit, rollbackTony Garnock-Jones2010-03-302-2/+39
* Include stdint.h in generated C. HT @geoffgarside.Tony Garnock-Jones2010-03-301-0/+1
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-219-30/+447
* Fix small memory leak. Thanks to Noah Fontes for noticing and supplying a patch.Tony Garnock-Jones2010-02-181-0/+4
* Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-183-24/+30
* Reindent without changing anything.Tony Garnock-Jones2010-02-181-15/+15
* Pay attention to result of amqp_login_innerTony Garnock-Jones2010-02-181-1/+9
* Work harder for a sane PYTHON default.Tony Garnock-Jones2010-02-161-2/+0
* Add "autogenerated code" comment to codegen.Tony Garnock-Jones2010-01-121-1/+4
* Pass raw properties alongTony Garnock-Jones2010-01-092-0/+2
* Add amqp_constant_name() and amqp_constant_is_hard_error().Tony Garnock-Jones2010-01-091-0/+21
* Add amqp_bytes_t utilities.Tony Garnock-Jones2010-01-092-0/+13
* Implement Qpid/RabbitMQ/0-9-1 field table types.Tony Garnock-Jones2009-11-173-73/+390
* Use C-style comments; avoid AMQP_EXPAND_METHOD; use amqp_data_in_buffer.Tony Garnock-Jones2009-10-143-13/+27
* Updated amqp_simple_rpc to take a 0 terminated array of amqp_method_number_t ...Scott Brooks2009-10-143-7/+81
* Support basic.ack.Tony Garnock-Jones2009-08-272-0/+19
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-204-6/+19
* Add missing flagword_index incrementTony Garnock-Jones2009-08-121-0/+1
* Make "make distcheck" work and passTony Garnock-Jones2009-07-141-5/+8
* Add bind/unbind utilities, and API for unbindTony Garnock-Jones2009-05-182-0/+21
* Support for multiple channels.Tony Garnock-Jones2009-05-125-45/+86
* Correct test for connection exception frames.Tony Garnock-Jones2009-05-121-6/+16
* Return, and send, heartbeat frames.Tony Garnock-Jones2009-05-121-0/+10
* New AMQP_BYTES_FREE macro.Tony Garnock-Jones2009-05-121-0/+8
* Actually implement amqp_send_header_to!Tony Garnock-Jones2009-05-103-6/+19