summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squash warning: casting SOCKET to int on Win32Alan Antonuk2012-06-181-1/+5
* Adding support for IPv6Alan Antonuk2012-06-182-27/+51
* Disable sigpipe on Mac OSXAlan Antonuk2012-06-063-0/+20
* Set MSG_NOSIGNAL flag to supress SIGPIPE in send()Alan Antonuk2012-06-062-2/+2
* 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 staticallyAlan 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 changev0.20.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 bottomAlan 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 examplesAlan Antonuk2012-03-061-1/+13
* | Fix: add stdint.h to install target on MSVC < 1600Alan Antonuk2012-03-061-2/+5
|/
* Guard msinttypes include dir with MSVC and not WIN32Alan 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