summaryrefslogtreecommitdiff
path: root/examples/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Preserve API/ABI of amqp_error_string()Alan Antonuk2013-06-141-2/+2
| | | | | | Preserve API/ABI of amqp_error_string() by having it return a string allocated on the heap. Deprecate this function in favor of amqp_error_string2() which returns a statically allocated string
* Change amqp_error_string() to ret static stringsAlan Antonuk2013-06-131-3/+1
| | | | This is an API/ABI break.
* Fix code formatting to match the rest of the libAlan Antonuk2013-04-171-1/+2
|
* Propose new socket APIMichael Steinert2013-04-091-1/+11
| | | | | | | | | The general idea is to have a non-instantiable socket base class. Connection-specific sub-classes provide a constructor and methods for modifying connection parameters. `amqp_socket_close()` is the destructor. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Updating license yearAlan Antonuk2013-04-081-0/+3
|
* Formatted source code with astyle utiltyAlan Antonuk2013-04-081-54/+65
|
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
| | | | | | | | Added: -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -Wno-unused-function -fno-common -fvisibility=hidden The library compiles cleanly with the exception of the tools dir which has trouble with the initializer lists
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-1/+1
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
|
* Update copyright 2012Emile Joubert2012-02-021-1/+1
|
* Update copyright noticesDavid Wragg2011-03-011-19/+7
| | | | And generally bring debian/copyright up to date.
* Add newlines on error messages in examplesDavid Wragg2010-10-281-4/+4
|
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-0/+188