summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* New example: amqp_rpc_sendstring_client. The client sends a plain text messag...Jani Hur2012-10-052-0/+231
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
* Cleanup Win32 artifactsMichael Steinert2012-05-172-1/+1
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-172-2/+2
* Convert to non-recursive AutomakeMichael Steinert2012-05-171-33/+0
* Merge remote-tracking branch 'upstream/bug24770'Alan Antonuk2012-04-1212-321/+249
|\
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1212-321/+249
* | Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-1212-12/+12
|\ \ | |/
| * Update copyright 2012Emile Joubert2012-02-0212-12/+12
* | Fix for stdint.h not found in examplesAlan Antonuk2012-03-061-1/+1
|/
* Fix: correct platform_utils directory under win32Alan Antonuk2011-11-011-1/+1
* Building the rest of the example programsAlan Antonuk2011-10-301-1/+34
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+4
* Remove trailing whitespaceDavid Wragg2011-07-053-3/+3
* Update copyright noticesDavid Wragg2011-03-0112-228/+84
* More fixes for VPATH-based buildsTony Garnock-Jones2010-12-171-1/+5
* Add newlines on error messages in examplesDavid Wragg2010-10-281-4/+4
* Make the examples compile and work under WindowsDavid Wragg2010-10-2113-58/+255
* Eliminate the AMQP_EMPTY_* macros from amqp.hDavid Wragg2010-10-216-12/+12
* Use the msinttypes header when building with the Microsoft compilerDavid Wragg2010-10-211-0/+4
* Pass "-ansi -pedantic" to gcc, so it tells us when we stray from C90David Wragg2010-10-211-0/+8
* Eliminate // commentsDavid Wragg2010-10-212-3/+3
* removed auto-delete parameter from exchange.declareAlexandru Scvortov2010-08-161-1/+1
* merged default into bug22951Alexandru Scvortov2010-08-043-3/+3
|\
| * this branch is default with amqp_0_9_1 merged in; everything seems to work fineAlexandru Scvortov2010-07-093-3/+3
* | Eliminate unnecessary includes of errno.hDavid Wragg2010-07-283-3/+0
* | Free heap-allocated error stringsDavid Wragg2010-07-271-1/+3
* | die_on_error expects a librabbitmq error codeDavid Wragg2010-07-272-2/+4
* | Fold amqp_end_connection socket closing into amqp_destroy_connectionDavid Wragg2010-07-268-8/+8
* | Make error codes returned by librabbitmq functions opaqueDavid Wragg2010-05-304-12/+15
* | Remove uses of the GNU-specific %ll printf format modifierDavid Wragg2010-05-302-6/+6
* | Add amqp_end_connection, which closes the socket and destroys the connectionDavid Wragg2010-05-308-16/+8
|/
* Package for amqp-toolsTony Garnock-Jones2010-05-241-1/+1
* Update licensing to dual MPL/GPLTony Garnock-Jones2010-02-2110-0/+500
* Remove amqp_rpc_reply global variable, making it instead state-localTony Garnock-Jones2010-02-188-18/+18
* Add amqp_listenq, like amqp_listen but for queues rather than exchangesTony Garnock-Jones2009-08-272-1/+130
* Extend API to permit heartbeat configuration.Tony Garnock-Jones2009-08-207-7/+7
* Make sendstring deliver in persistent mode.Tony Garnock-Jones2009-08-171-1/+2
* Make "make distcheck" work and passTony Garnock-Jones2009-07-141-3/+3
* Add bind/unbind utilities, and API for unbindTony Garnock-Jones2009-05-183-1/+114
* Support for multiple channels.Tony Garnock-Jones2009-05-125-10/+22
* Report EOF speciallyTony Garnock-Jones2009-05-071-1/+2
* Use amq.direct instead of the default exchangeTony Garnock-Jones2009-05-072-2/+2
* Correct warning on 64-bit linuxTony Garnock-Jones2009-05-071-2/+2
* Introduce more mid-level APITony Garnock-Jones2009-05-073-107/+19
* Simple producer/consumer examplesTony Garnock-Jones2009-04-305-1/+288
* Avoid leaking memory by being precise about when a delivery isTony Garnock-Jones2009-04-301-37/+60
* Be more careful about checking allocation results.Tony Garnock-Jones2009-04-291-0/+4
* More examples; clean shutdownTony Garnock-Jones2009-04-276-62/+288
* Avoid stomping on flags during content properties encoding.Tony Garnock-Jones2009-04-261-8/+13