summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ssl: Add OpenSSL BIO that passes MSG_NOSIGNALssl_bioAlan Antonuk2017-02-205-4/+209
* ci: Update OpenSSL package on appveyor to v1.0.1k.Alan Antonuk2017-02-201-1/+1
* Add platform directory to YCM config.Alan Antonuk2017-02-201-0/+1
* Lib: re-order NULL check in empty_blocklistAlan Antonuk2016-12-041-3/+3
* Lib: add timeout for amqp_login and friendspr383Haster2016-11-276-72/+205
* Fix link to rabbitmq-c-users link in README.mdAlan Antonuk2016-11-151-1/+1
* CI: disable tsan, appears to be brokenAlan Antonuk2016-11-101-0/+4
* Fix: add ABI AMQP_CALL decorator on public functionsmissing_callAlan Antonuk2016-11-101-0/+3
* CI: bump OpenSSL version on appveyor to 1.0.2jAlan Antonuk2016-10-141-1/+1
* ci: add 'make dist' to autotools travis buildAlan Antonuk2016-10-141-0/+1
* automake: fix make dist due to missing files.Alan Antonuk2016-10-141-7/+1
* - Modified to enable cross-compilation with mingw-w64 cross compiler.Darmawan Salihun2016-10-146-11/+11
* CI: install openssl on travis/osx.fix_osxAlan Antonuk2016-10-141-1/+4
* removed /Z7 key when using non-Microsoft compilerpr373EvilBeaver2016-09-181-3/+8
* Add ability to specify headers on the command line for amqp-publishAndrew Gough2016-09-112-0/+48
* Lib: simplify empty-bytes assignment in amqp_login.ub-fixAlan Antonuk2016-08-201-2/+1
* Lib: fix undefined behavior in amqp_encode_bytesAlan Antonuk2016-08-201-0/+7
* Docs: add AMQP_SASL_METHOD_EXTERNAL documentation.sasl-docsAlan Antonuk2016-08-201-8/+16
* Tools: fix --url parameter processing issues.tools-flagsAlan Antonuk2016-08-191-23/+20
* Docs: add link to new mailing list for rabbitmq-c-users.readme-updateAlan Antonuk2016-08-191-1/+2
* CI: Update to latest OpenSSL version in appveyor.openssl-versionAlan Antonuk2016-08-191-1/+1
* Add NORETURN macro for MSVCJakub Stefański2016-04-211-0/+4
* Fix duplicate WIN32_LEAN_AND_MEAN definitionJakub Stefański2016-04-211-1/+3
* Bumping revision for development.ver_bumpAlan Antonuk2016-04-103-5/+5
* Preparation for v0.8.0 release.v0.8.0release_080Alan Antonuk2016-04-095-9/+39
* Lib: correct types in ENFORCE_STATE macro.win32_warn2Alan Antonuk2016-04-091-9/+9
* Fix: small warning fixes.Alan Antonuk2016-04-094-6/+8
* Test: correct overflow in constant.Alan Antonuk2016-04-091-1/+1
* Test: use correct printf for unsigned.Alan Antonuk2016-04-091-1/+1
* Lib: remove unreachable return statementsAlan Antonuk2016-04-093-4/+2
* Lib: correct format string in amqp[s]_consumer.cAlan Antonuk2016-04-092-2/+2
* Lib: correct sign conversion issue in amqp_url.cAlan Antonuk2016-04-091-2/+3
* Lib: add bounds check on amqp_login inputsAlan Antonuk2016-04-091-13/+35
* Lib: check out of range args in amqp_*_close() fn.Alan Antonuk2016-04-091-2/+10
* Lib: add amqp_rpc_reply_error convenience functionAlan Antonuk2016-04-091-0/+7
* Lib: correct input type to ioctlsocket on win32Alan Antonuk2016-04-091-1/+1
* Lib: fix shadowed variable in wait_frame_innerAlan Antonuk2016-04-091-2/+0
* Lib: use for(;;) for infinite loopAlan Antonuk2016-04-098-9/+9
* Examples: fix incorrect shadowing of loop variableAlan Antonuk2016-04-091-3/+3
* Examples: use correct format specifier for uint16_tAlan Antonuk2016-04-091-2/+2
* Lib: add missing type info on win32 in socket_initAlan Antonuk2016-04-091-1/+1
* CMake: Remove install_pdb macro.Alan Antonuk2016-04-092-49/+0
* Win32: embed debug info in static-libraryAlan Antonuk2016-04-091-2/+6
* CI: bump OpenSSL version to 1.0.2g.Alan Antonuk2016-03-071-1/+1
* Examples: add verify opts to SSL connect_timeoutAlan Antonuk2016-03-071-24/+28
* Examples: add flags to enable verification.Alan Antonuk2016-03-078-56/+156
* Documentation of amqp_basic_publish references wrong AMQP methodpr340sigiesec2016-02-021-2/+2
* CI: bump to latest version of OpenSSL on appveyorAlan Antonuk2016-01-281-1/+1
* CI: add clang-analyzer build on travis.scan-buildAlan Antonuk2016-01-132-1/+20
* Lib: don't use TCP_NOPUSH under cygwincygwin_nopushAlan Antonuk2016-01-121-1/+3