summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix function amqp_get_monotonic_timestamp return zerowizjin2013-12-031-3/+3
| * Add GNUInstallDirs.cmake moduleAlan Antonuk2013-11-051-0/+205
| * Use CMAKE_INSTALL_* variables provided by GNUInstallDirs.Michael Fladischer2013-11-052-10/+12
| * Right unexpected frames requeue in amqp_consumer.cOleg Blednov2013-11-053-5/+37
| * Moved mutex initialization inside ENABLE_THREAD_SAFETY guards.woldan2013-10-291-1/+1
| * Switched to CMAKE_CURRENT_.. variants for source and binary dirs to enable ne...woldan2013-10-281-3/+3
| * amqp.h: delivery mode constantsAlexander Klauer2013-10-031-0/+11
| * Documentation fixesAlexander Klauer2013-10-033-6/+6
| * Fixed the library path for the x86_64 architectureViacheslav Dubrovskyi2013-10-032-5/+5
| * .gitignore: ignore editor swap filesAlexander Klauer2013-10-031-0/+6
| * * tools/CMakeLists.txt: Fix missing POPT_INCLUDE_DIRS variable.Lieven Govaerts2013-09-131-1/+1
| * Add amqp_basic_nack() API functionAlan Antonuk2013-08-252-0/+35
| * Bumping version due to v0.4.1 releaseAlan Antonuk2013-08-251-3/+3
| * Prep for v0.4.1 releaseAlan Antonuk2013-08-255-8/+18
| * FIX: use correct buf/len when re-starting send()Alan Antonuk2013-08-231-1/+1
| * amqp_socket_close() should not be a public fnAlan Antonuk2013-08-231-2/+0
| * Non-exclusive queue declaration in amqp-consume.Marc Falzon2013-08-212-5/+26
| * Removing distro-specific packaging componentsAlan Antonuk2013-08-2012-182/+0
| * CMake: correct generation of librabbitmq.pcAlan Antonuk2013-08-202-6/+27
| * FIX: destroy amqp_envelope_t in consumer exampleAlan Antonuk2013-08-202-0/+5
| * Add amqp_get_broker_properties() functionAlan Antonuk2013-08-154-0/+27
| * Bumping revision for developmentAlan Antonuk2013-08-131-2/+2
| * Updating version numbers for release of v0.4.0Alan Antonuk2013-08-134-11/+13
| * FIX: missing files in dist packageAlan Antonuk2013-08-131-0/+2
| * FIX: bring autotools build system up to dateAlan Antonuk2013-08-132-136/+61
| * Document public APIAlan Antonuk2013-08-138-218/+2117
| * Add compile and runtime library version functionsAlan Antonuk2013-07-235-10/+95
| * Provide defaults values for amqp_loginAlan Antonuk2013-07-231-0/+15
| * FIX: amqp_open_socket not defined.Alan Antonuk2013-07-231-0/+7
| * BUG: double-free in ssl-socket on connect failureAlan Antonuk2013-07-221-0/+1
| * FIX: handle 0-len msg body in amqp_read_messageAlan Antonuk2013-07-101-5/+9
| * FIX: basic_properties_clone handle 0-len stringsAlan Antonuk2013-07-101-6/+10
| * FIX: amqp_table_clone handle 0-len table correctlyAlan Antonuk2013-07-101-13/+30
| * FIX: Incorrect assert in wait_frame_innerAlan Antonuk2013-07-081-3/+0
| * Ignore MacOSX .DS_Store filesAlan Antonuk2013-07-081-0/+1
| * Add a high level API for consuming messagesAlan Antonuk2013-07-0812-338/+646
| * Add amqp_table_clone() to deep-copy a amqp_table_tAlan Antonuk2013-07-062-0/+137
| * Make sure date math is done in 64-bit precAlan Antonuk2013-07-061-4/+5
| * Add nonblocking connect supportzaq178miami2013-07-0614-19/+554
| * Squash OpenSSL deprecated warnings on MacOSX 10.7+Alan Antonuk2013-07-061-0/+4
| * FIX: remove amqp_set_socket() from public APIAlan Antonuk2013-07-032-4/+13
| * Get rid of amqp_socket_error interfaceAlan Antonuk2013-07-035-47/+0
| * Make connection the socket object ownerAlan Antonuk2013-07-0326-89/+138
* | Remove unix/socket.cAsk Solem2013-07-032-1/+2
* | include unix/socket.cAsk Solem2013-07-031-1/+1
* | Fixes typo amqp-socket.h -> amqp_socket.hAsk Solem2013-07-031-1/+1
* | Use _AMQP_INLINE for llvm supportAsk Solem2013-07-031-111/+15
* | Merge branch 'alanxz/master'Ask Solem2013-07-03112-2634/+11801
|\ \ | |/
| * OpenVMS MMS build systemAlan Antonuk2013-06-267-0/+240
| * listen to multiple routing keys separated by commasBrian Hammond2013-06-262-7/+58