summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide replacement for htonll where not availableAlan Antonuk2012-10-201-3/+36
* cmake: configure config.h instead of generating itAlan Antonuk2012-10-201-10/+0
* cmake: Detect if socket library is neededAlan Antonuk2012-10-201-3/+3
* Merge pull request #48 from alanxz/issue47_python3_supportAlan Antonuk2012-10-042-1/+13
|\
| * CMake build support for building with Python3Alan Antonuk2012-10-041-0/+11
| * Python 3.x support in codegen.py (via 2to3)Alan Antonuk2012-10-041-1/+2
* | Correct sys/types.h sys/socket.h include order on *BSDAlan Antonuk2012-10-042-5/+2
|/
* Make inttypes.h available when compiling for msvcAlan Antonuk2012-10-021-305/+0
* Correctly set-up SONAME for shared library versioningAlan Antonuk2012-10-021-0/+6
* Fix for issue #38: Use FormatMessageA instead of FormatMessageAlan Antonuk2012-09-041-1/+1
* Correct #ifdef DISABLE_SIGPIPE_WITH_SETSOCKOPTAlan Antonuk2012-06-251-1/+1