summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix code formatting to match the rest of the libAlan Antonuk2013-04-1726-1120/+1152
| | * Adding vim modelines to new filesAlan Antonuk2013-04-1719-0/+19
| | * Enable SSL hostname verification by defaultMichael Steinert2013-04-177-7/+7
| | * Address review commentsMichael Steinert2013-04-172-2/+15
| | * Complete public socket API documentationMichael Steinert2013-04-174-4/+102
| | * Add "AMQP_DEPRECATED" support for MSVCMichael Steinert2013-04-171-4/+8
| | * Examples must link against ${RMQ_LIBRARY_TARGET}Alan Antonuk2013-04-171-10/+10
| | * Update FindPolarSSL and FindcyaSSL cmake scriptsAlan Antonuk2013-04-172-14/+26
| | * Remove duplicate CMake scriptsMichael Steinert2013-04-092-163/+0
| | * Start addressing review commentsMichael Steinert2013-04-0930-38/+42
| | * Update CyaSSL backendMichael Steinert2013-04-091-61/+107
| | * Update PolarSSL backendMichael Steinert2013-04-092-83/+141
| | * Update GnuTLS backendMichael Steinert2013-04-091-81/+138
| | * Set the client key/cert in one API callMichael Steinert2013-04-0911-84/+26
| | * close() requires unistd.h on UnixMichael Steinert2013-04-091-0/+1
| | * Update RPC example to use new socket APIMichael Steinert2013-04-091-5/+14
| | * Add API to load SSL keys from a bufferMichael Steinert2013-04-0911-35/+174
| | * Simplify socket codeMichael Steinert2013-04-094-90/+32
| | * Fix a memory leak in OpenSSL codeMichael Steinert2013-04-091-12/+17
| | * Merge IPV6 support into new socket APIMichael Steinert2013-04-092-36/+65
| | * Fix socket connect codeMichael Steinert2013-04-091-1/+4
| | * Update to 0.2.1 for releaseMichael Steinert2013-04-093-2/+14
| | * Fix build scriptsMichael Steinert2013-04-092-7/+8
| | * Convert amqp:// examples to use new socket APIMichael Steinert2013-04-098-40/+112
| | * Add checks for derived socket typeMichael Steinert2013-04-095-30/+59
| | * Propose new socket APIMichael Steinert2013-04-0924-335/+859
| | * Fix some compiler warningsMichael Steinert2013-04-092-9/+12
| | * Adding pthread shim for Win32 ENABLE_THREAD_SAFETYAlan Antonuk2013-04-094-1/+78
| | * Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2013-04-094-6/+111
| | * Adding function to init OpenSSL onceAlan Antonuk2013-04-091-3/+32
| | * Adding amqp_set_initialize_ssl_library() API functionAlan Antonuk2013-04-095-0/+53
| | * Relaxing restriction on OpenSSL to support v0.9.8Alan Antonuk2013-04-092-2/+2
| | * Make socket function declarations match defintionsAlan Antonuk2013-04-091-2/+3
| | * Moving posix-specific inet includes to unix/socket.hAlan Antonuk2013-04-092-12/+3
| | * Move MSVC ssize_t defs outside AMQP_PUBLIC_* macro ifdefsAlan Antonuk2013-04-091-13/+16
| | * Clean up documentation in <amqp-ssl.h>Michael Steinert2013-04-091-11/+19
| | * Add SSL/TLS examplesMichael Steinert2013-04-0911-2/+1098
| | * Cleanup CMake build a bitMichael Steinert2013-04-092-0/+163
| | * Use `_stricmp` instead of `strcasecmp` for MSVCMichael Steinert2013-04-091-0/+6
| | * Add checks for Unix-specific header filesMichael Steinert2013-04-094-5/+15
| | * Switch from stdbool.h to amqp_boolean_tMichael Steinert2013-04-093-5/+3
| | * Define `ssize_t` for MSVC buildsMichael Steinert2013-04-091-0/+16
| | * Changing return type on amqp_socket_writev to match fn ptr typeAlan Antonuk2013-04-094-4/+4
| | * Adding support for SSL to CMake build systemAlan Antonuk2013-04-094-1/+93
| | * Fix non-SSL build in the tools directoryMichael Steinert2013-04-092-4/+7
| | * Update polarssl.m4Michael Steinert2013-04-091-6/+21
| | * Add amqps:// support to the URL parserMichael Steinert2013-04-094-69/+149
| | * Reduce allocations in SSL writev implementationsMichael Steinert2013-04-094-29/+58
| | * Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2013-04-0910-20/+1113
| | * Add plumbing for SSL/TLS supportMichael Steinert2013-04-099-41/+145
| |/