summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ci: use container-based builds on travis-ci.Alan Antonuk2015-08-101-0/+3
* ci: enable building for OSX on travis-ci.Alan Antonuk2015-08-101-6/+8
* Build on OpenBSD by including <sys/socket.h> for setsockopt and <netinet/in.h...Devin Smith2015-07-171-0/+2
* If channel_max is 0, use server's channel_maxCarl Hörberg2015-07-152-3/+8
* Switch travis config to use container based-builders.Alan Antonuk2015-07-091-11/+4
* Use WSAEWOULDBLOCK instead of EWOULDBLOCK on Win32win32_wouldblockAlan Antonuk2015-07-071-1/+14
* Add missing files to Makefile.ammissing_filesAlan Antonuk2015-06-301-1/+6
* Bumping version for development.Alan Antonuk2015-06-163-5/+5
* Preparation for v0.7.0 release.v0.7.0Alan Antonuk2015-06-164-9/+31