summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lib: remove useless #includes in amqp_hostcheck.*Alan Antonuk2015-11-082-5/+13
* Lib: add braces in if statements lacking them.Alan Antonuk2015-10-271-4/+8
* Lib: fix leak in amqp_ssl_socket_verify_hostnameopenssl_leaksAlan Antonuk2015-10-261-0/+4
* build: Add check for posix_spawn functionsChris Packham2015-10-262-1/+3
* Lib: amqp_parse_url should initialize outputAlan Antonuk2015-10-243-1/+6
* Lib: clarify error check in amqp_login_innerAlan Antonuk2015-10-241-1/+1
* Lib: fix potential leak in mem_pool implAlan Antonuk2015-10-241-0/+1
* Fix compiler warnings of visual studioCodeJuan2015-10-231-1/+1
* Lib: add amqp_ssl_socket_set_versions fnAlan Antonuk2015-10-224-2/+95
* Lib: disable SSLv2 and SSLv3.Alan Antonuk2015-10-221-0/+2
* Lib: don't try hard when closing SSL socketsAlan Antonuk2015-10-224-28/+20
* Fix for commit ba7c342a55e200d1f72b30d74df1591b0f72de49 making assertHugo Lefebvre2015-10-211-1/+1
* CMake: Set CMP0042 to use NEW policy.Alan Antonuk2015-10-191-0/+5
* Lib: remove pointless initialization of last_errorIvan Skytte Jørgensen2015-10-191-1/+1
* Lib: Removed unused include <assert.h>pr314Ivan Skytte Jørgensen2015-10-182-2/+0
* Lib: remove unused macro RPC_REPLY.Ivan Skytte Jørgensen2015-10-181-5/+0
* Lib: fix incorrect cast in amqp_login_inner()Ivan Skytte Jørgensen2015-10-181-1/+1
* Lib: fix incorrect preprocessor conditionalIvan Skytte Jørgensen2015-10-181-1/+1
* CI: install libpopt library in osx travis build.Alan Antonuk2015-10-151-0/+7
* Lib: separate peer & hostname SSL cert validationAlan Antonuk2015-10-152-11/+65
* Win32: check exceptfds in select when connectingwin32_selectAlan Antonuk2015-10-132-9/+25
* autoconf: squash tabs in configure.acAlan Antonuk2015-10-131-30/+30
* Lib: remove unmaintained SSL backendsAlan Antonuk2015-10-138-1151/+20
* Other: Remove unused .hgignore file.Alan Antonuk2015-10-131-40/+0
* Other: remove .astyle config.Alan Antonuk2015-10-131-4/+0
* VMS: remove OpenVMS-related build-system.Alan Antonuk2015-10-137-240/+0
* Bumping revision for development.Alan Antonuk2015-10-123-7/+7
* Preparation for v0.7.1 release.v0.7.1v071-releaseAlan Antonuk2015-10-124-3/+11
* ci: reenable mistakenly removed CFLAGSAlan Antonuk2015-08-102-2/+4
* build: remove -pedantic and -Wcast-align CFLAGS.Alan Antonuk2015-08-102-5/+2