summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pare down CMakeList.txt.rmq2Alan Antonuk2014-10-271-129/+16
* Add version header.Alan Antonuk2014-10-271-0/+31
* Correct travis-ci config.Alan Antonuk2014-10-271-1/+1
* Remove OpenVMS build system.Alan Antonuk2014-10-277-240/+0
* Remove autotools build system.Alan Antonuk2014-10-2713-1237/+2
* Add first bits of public API.Alan Antonuk2014-10-267-0/+380
* Switch rabbitmq-c CMake project to C++.Alan Antonuk2014-10-261-2/+2
* Switch YCM config over to C++11.Alan Antonuk2014-10-261-3/+3
* Enable auto_delete & internal for exchange.declaredeclare_xchg_parmsAlan Antonuk2014-10-195-7/+10
* Regen amqp_framing.[ch] to include autogend docs.framing_docsAlan 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.v0.5.2Alan 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.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