summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* Adding vim modelines to new filesAlan Antonuk2013-04-1711-0/+11
* Enable SSL hostname verification by defaultMichael Steinert2013-04-174-3/+5
* 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
* Start addressing review commentsMichael Steinert2013-04-0911-12/+16
* 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-092-16/+17
* close() requires unistd.h on UnixMichael Steinert2013-04-091-0/+1
* Add API to load SSL keys from a bufferMichael Steinert2013-04-092-19/+99
* Simplify socket codeMichael Steinert2013-04-093-90/+31
* 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-091-1/+1
* Fix build scriptsMichael Steinert2013-04-091-7/+6
* Add checks for derived socket typeMichael Steinert2013-04-094-29/+58
* Propose new socket APIMichael Steinert2013-04-0912-232/+592
* Fix some compiler warningsMichael Steinert2013-04-091-9/+11
* Adding pthread shim for Win32 ENABLE_THREAD_SAFETYAlan Antonuk2013-04-094-1/+78
* Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2013-04-093-6/+108
* Adding function to init OpenSSL onceAlan Antonuk2013-04-091-3/+32
* Adding amqp_set_initialize_ssl_library() API functionAlan Antonuk2013-04-095-0/+53
* Make socket function declarations match defintionsAlan Antonuk2013-04-091-2/+3
* Moving posix-specific inet includes to unix/socket.hAlan Antonuk2013-04-091-9/+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
* Use `_stricmp` instead of `strcasecmp` for MSVCMichael Steinert2013-04-091-0/+6
* Add checks for Unix-specific header filesMichael Steinert2013-04-093-5/+12
* 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-091-1/+34
* Add amqps:// support to the URL parserMichael Steinert2013-04-092-18/+21
* Reduce allocations in SSL writev implementationsMichael Steinert2013-04-094-29/+58
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2013-04-096-2/+961
* Add plumbing for SSL/TLS supportMichael Steinert2013-04-098-40/+145
* Add amqp_login_with_properties functionAlan Antonuk2013-04-092-57/+146
* Updating license yearAlan Antonuk2013-04-0815-0/+51
* Formatted source code with astyle utiltyAlan Antonuk2013-04-0811-634/+740
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-0514-1/+15
* Fixes #102: SIGPIPE not disabled on Mac OS X/*BSDAlan Antonuk2013-03-061-4/+4
* Build without amqp_framing.py codegenAlan Antonuk2013-01-164-48/+2750
* Codegen.py should emit license in amqp_framing.hAlan Antonuk2013-01-151-1/+33
* Fixed outdated link in 'information' headerAndrew Kravchuk2012-12-261-1/+1
* Install .pdb files where availableAlan Antonuk2012-11-291-0/+5
* BUG: import library not installed on Win32Alan Antonuk2012-11-291-0/+1
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-22/+45