summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ssl: Fix a bug that host name verification failure isn't reportedKouhei Sutou2014-08-251-2/+2
* Add usable YCM configuration file.Alan Antonuk2014-08-162-1/+156
* autoconf: look for htonll in arpa/inet.hAlan Antonuk2014-08-131-1/+20
* Bumping version for development.Alan Antonuk2014-08-112-3/+3
* Preparation for v0.5.1 release.v0.5.1Alan Antonuk2014-08-115-6/+30
* FIX: don't range-check channel_ids.Alan Antonuk2014-08-021-4/+0
* Fix: remove superfulous assignment in amqp_socket.cAlan Antonuk2014-07-271-1/+0
* Ignore build directories.Alan Antonuk2014-07-271-0/+1
* Correct htonll macro detection in CMake.Alan Antonuk2014-07-261-1/+1
* Add clang-format configuration file.Alan Antonuk2014-07-201-0/+47
* FIX: Improve invalid frame detection code.Alan Antonuk2014-07-142-3/+13
* Remove unused INITIAL_DECODING_POOL_PAGE_SIZE defAlan Antonuk2014-07-111-4/+0
* Allow INITIAL bufffer and page size configurationMike Stitt2014-07-111-6/+15
* FIX: incorrect OOM for 0-len xchg in amqp_consume.Alan Antonuk2014-07-111-3/+10
* Correct #include <sys/uio.h> location.Alan Antonuk2014-05-072-1/+1
* Use gethrtime() on HP-UX for timers.Alan Antonuk2014-05-071-0/+4
* Fixed timeval to milliseconds calculation errorjestor2014-05-081-1/+1
* Use poll(2) for timeouts on socketAlan Antonuk2014-04-142-17/+35
* CMake: Add -DHAVE_CONFIG_H to tests/*.cAlan Antonuk2014-04-131-0/+2
* Mingw: specify WINVER 0x0502 when unspecified.Alan Antonuk2014-04-134-6/+18
* MinGW : missing ssize_t typedefemazv722014-04-131-2/+4
* Fixes for travis-ci configuration.Alan Antonuk2014-04-131-5/+17
* Add coverity_scan coverage to travis configAlan Antonuk2014-04-131-11/+26
* [openssl] Support wildcard hostname verificationMichael Steinert2014-03-048-10/+344
* Add missing amqp_get_server_properties() function.Alan Antonuk2014-02-171-0/+5
* Bumping version for developmentAlan Antonuk2014-01-291-2/+2
* Preparation for v0.5.0 releasev0.5.0Alan Antonuk2014-01-295-14/+37
* Update README.md Alan Antonuk2014-01-141-0/+1
* amqp_tcp_socket: update documentationLuka Perkov2014-01-121-1/+1
* Fixes librabbitmq.pc generation under autoconfAlan Antonuk2014-01-011-1/+4
* Improve documentation for amqp_ssl_socket_* funcsAlan Antonuk2014-01-011-3/+6
* Honor delivery mode value from command lineMarc Falzon2013-12-301-1/+1
* Initial connection.blocked/unblocked supportAlan Antonuk2013-12-153-0/+39
* 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