summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'alanxz/master'HEADmasterAsk Solem2014-10-2435-421/+1405
|\
| * Enable auto_delete & internal for exchange.declareAlan Antonuk2014-10-195-7/+10
| * Regen amqp_framing.[ch] to include autogend docs.Alan Antonuk2014-10-192-346/+921
| * Enable SSL support for tools too.Michael Fladischer2014-10-171-0/+4
| * Fix spelling in comment for amqp_socket_writev()Eddy Jansson2014-10-141-1/+1
| * Bumping revision for development.Alan Antonuk2014-09-133-5/+5
| * Preparation for v0.5.2 release.Alan Antonuk2014-09-135-6/+14
| * amqp-consume: support consuming N messages at a timeAntonio Terceiro2014-09-032-3/+45
| * Revert "Stop CMake warning about @rpath on Mac OS X."Alan Antonuk2014-09-021-1/+0
| * Stop CMake warning about @rpath on Mac OS X.Alan Antonuk2014-09-021-0/+1
| * CMake: check for PKG_CONFIG_FOUND in FindPOPT.cmakeAlan Antonuk2014-09-021-2/+4
| * Print message body in amqp[s]_listen[q] examples.Alan Antonuk2014-09-015-3/+12
| * Update copyright on files changed in 2014.Alan Antonuk2014-08-2612-12/+34
| * Add platform, version, copyright client propertiesAlan Antonuk2014-08-254-2/+26
| * Enable compiler warnings with ClangAlan Antonuk2014-08-251-0/+2
| * Suppress OpenSSL deprecation warnings on OSXAlan Antonuk2014-08-254-4/+12
| * 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.Alan 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
* | Merge branch 'alanxz/master'Ask Solem2014-04-1476-1062/+4666
|\ \ | |/
| * 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 releaseAlan 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