summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CI: build only 1 matrix slot on coverity branchAlan Antonuk2015-12-251-2/+12
* CI: fix build_commands in travis coverity configAlan Antonuk2015-12-251-2/+2
* Remove obsolete mingw build scriptsAlan Antonuk2015-12-253-287/+0
* Lib: amqp_frame_to_bytes: use temp bytes_tAlan Antonuk2015-12-251-4/+8
* Coverity: update model to include more abort funcsAlan Antonuk2015-12-251-12/+12
* Adding build/ in .gitignorepr333Sébastien Santoro2015-12-121-0/+1
* CI: bump OpenSSL version in appveyor build.Alan Antonuk2015-12-081-1/+1
* Lib: fix incorrect hostname check return valueAlan Antonuk2015-11-301-33/+14
* CI: Cache OpenSSL binary on AppVeyorAlan Antonuk2015-11-301-2/+16
* CMake: remove unused Find{cyassl,Polarssl} files.Alan Antonuk2015-11-292-46/+0
* Lib: fix size_t conversion issues in openssl.cAlan Antonuk2015-11-291-7/+24
* Win32: fix missing definition of malloc warning.Alan Antonuk2015-11-291-0/+2
* CI: treat warnings as errors with travis build.Alan Antonuk2015-11-291-4/+3
* CMake: rework symbol checking to work with -WerrorAlan Antonuk2015-11-291-37/+37
* CI: ignore output of brew update in travis build.quiet_brewAlan Antonuk2015-11-291-1/+2
* Lib: use amqp_cstring_bytes to construct stringAlan Antonuk2015-11-291-4/+2
* Lib: memset based on size of argument.Alan Antonuk2015-11-281-5/+5
* CI: limit clone depth on appveyorAlan Antonuk2015-11-271-0/+3
* CI: Enable OpenSSL for appveyor builds.Alan Antonuk2015-11-271-1/+7
* Lib: correctly check SSL connectionInsu Yun2015-11-271-0/+10
* Lib: don't pass NULL to memcpy in amqp_table.cscan-build-fixesAlan Antonuk2015-11-101-5/+13
* Lib: use amqp_hostcheck correctlyAlan Antonuk2015-11-101-2/+2
* Lib: use vetted hostname validation algorithmssl_leakAlan Antonuk2015-11-081-91/+5
* Lib: clarify return value of amqp_hostcheckAlan Antonuk2015-11-082-17/+22
* Lib: Add robust OpenSSL hostname validation.Alan Antonuk2015-11-084-1/+231