summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* Adding pthread shim for Win32 ENABLE_THREAD_SAFETYAlan Antonuk2012-05-294-1/+78
* Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2012-05-293-6/+108
* Adding function to init OpenSSL onceAlan Antonuk2012-05-291-3/+32
* Adding amqp_set_initialize_ssl_library() API functionAlan Antonuk2012-05-295-0/+53
* Make socket function declarations match defintionsAlan Antonuk2012-05-291-2/+3
* Moving posix-specific inet includes to unix/socket.hAlan Antonuk2012-05-292-9/+7
* Move MSVC ssize_t defs outside AMQP_PUBLIC_* macro ifdefsAlan Antonuk2012-05-291-13/+16
* Clean up documentation in <amqp-ssl.h>Michael Steinert2012-05-281-11/+19
* Use `_stricmp` instead of `strcasecmp` for MSVCMichael Steinert2012-05-271-0/+6
* Add checks for Unix-specific header filesMichael Steinert2012-05-273-5/+12
* Switch from stdbool.h to amqp_boolean_tMichael Steinert2012-05-273-5/+3
* Define `ssize_t` for MSVC buildsMichael Steinert2012-05-271-0/+16
* Changing return type on amqp_socket_writev to match fn ptr typeAlan Antonuk2012-05-274-4/+4
* Adding support for SSL to CMake build systemAlan Antonuk2012-05-271-0/+34
* Add amqps:// support to the URL parserMichael Steinert2012-05-272-2/+11
* Reduce allocations in SSL writev implementationsMichael Steinert2012-05-274-29/+58
* Implement SSL/TLS over CyaSSL, GnuTLS, OpenSSL & PolarSSL backendsMichael Steinert2012-05-276-2/+961
* Add plumbing for SSL/TLS supportMichael Steinert2012-05-278-84/+189
* Merge pull request #22 from glassresistor/masterAlan Antonuk2012-05-261-0/+2
|\
| * added fix for smartosMichael Clemmons2012-05-231-0/+2
* | Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
* | Add support for config/install of librabbitmq.pc fileAlan Antonuk2012-05-241-1/+1
* | Fixing typo in librabbitmq/CMakeLists.txt: should be BUILD_SHARED_LIBSAlan Antonuk2012-05-231-1/+1
* | Fix visibility definitions for GCCMichael Steinert2012-05-231-2/+2
* | Cleaning up Public API decorators on Win32Alan Antonuk2012-05-234-159/+220
* | Cleanup Win32 artifactsMichael Steinert2012-05-175-3/+555
* | Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-1714-276/+393
* | Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-175-6/+14
* | Add config.h header guardsMichael Steinert2012-05-179-2/+30
* | Convert to non-recursive AutomakeMichael Steinert2012-05-171-35/+0
|/
* Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-171-1/+1
* Fix: double free() if amqp_tune_connection fails in amqp_new_connectionAlan Antonuk2012-05-101-1/+5
* Intializing unintiailzed member in amqp_basic_publishAlan Antonuk2012-05-101-0/+1
* Bumping VERSION to 0.2 due to license change0.2Alan Antonuk2012-04-231-1/+1
* Merge remote-tracking branch 'upstream/bug24770'Alan Antonuk2012-04-1213-367/+283
|\
| * Python uses different comments than CMarek Majkowski2012-04-121-27/+27
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1213-374/+290
* | Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-1213-14/+14
|\ \ | |/
| * Update copyright 2012Emile Joubert2012-02-0213-14/+14
* | Fix: adding stddef.h include that typedefs size_tAlan Antonuk2012-03-081-0/+1
* | amqp.h should include amqp_framing.h at the bottompublic_header_includes_fixAlan Antonuk2012-03-061-0/+2
* | amqp_framing.h should include amqp.hAlan Antonuk2012-03-061-0/+2
* | amqp.h should include stdint.hAlan Antonuk2012-03-061-0/+2
* | Fix for stdint.h not found in exampleswin32_example_include_fixAlan Antonuk2012-03-061-1/+13
* | Fix: add stdint.h to install target on MSVC < 1600vs2008_install_stdint_fixAlan Antonuk2012-03-061-2/+5
|/
* Guard msinttypes include dir with MSVC and not WIN32bug24528Alan Antonuk2011-11-041-1/+4
* codegen.py should be copied to the bin directoryAlan Antonuk2011-11-041-5/+11
* Adding missing amqp_url.c to CMakeLists.txtAlan Antonuk2011-11-011-0/+1
* Make codegen pull a dependancy of librabbitmqAlan Antonuk2011-11-011-1/+1
* Fix: setting correct output name for generated filesAlan Antonuk2011-10-301-2/+2