summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing files to Makefile.ammissing_filesAlan Antonuk2015-06-301-1/+6
* Bumping version for development.Alan Antonuk2015-06-163-5/+5
* Preparation for v0.7.0 release.v0.7.0Alan Antonuk2015-06-164-9/+31
* ci: add asan and tsan builds to travis ci.ci_buildsAlan Antonuk2015-06-072-10/+32
* tests: fix memory leak in test_table.cAlan Antonuk2015-06-071-1/+2
* cmake: don't override CMAKE_C_FLAGS under clang.Alan Antonuk2015-06-071-1/+1
* ci: simplify travis config.Alan Antonuk2015-06-061-27/+16
* ci: add travis.sh for running various ci configs.Alan Antonuk2015-06-061-0/+25
* Win32: fixup a few MSVC warnings in test & examplesAlan Antonuk2015-06-023-5/+12
* ci: enable static-build & building of tests on appveyorAlan Antonuk2015-06-011-1/+1
* win32: Enable static builds on Win32.Alan Antonuk2015-06-012-4/+1
* ycm: add -std=gnu90 -DHAVE_POLL flags to ycm config.Alan Antonuk2015-06-011-1/+2
* Lib: add select()-based implementation of poll()Alan Antonuk2015-06-016-5/+218
* Lib: add AMQP_SF_POLL{IN,OUT} flags for amqp_pollAlan Antonuk2015-06-013-26/+25
* Add amqp_time_tv_until() function.Alan Antonuk2015-06-012-0/+52
* lib: amqp_ssl_socket_send ign unused parameter.warnfixAlan Antonuk2015-06-011-1/+1
* lib: remove unused buffer in opensslAlan Antonuk2015-05-311-3/+0
* lib: remove unused buffer in amqp_tcp_socket.Alan Antonuk2015-05-311-3/+0
* lib: use TCP_NOPUSH on Mac OS X/*BSD.Alan Antonuk2015-05-311-0/+23
* lib: use MSG_MORE on Linux for basic.publishAlan Antonuk2015-05-317-30/+60
* amqp_openssl: *_ssl_send() should return number of bytes sentpr271Maciej Borzecki2015-05-211-1/+0
* CMake: build with -std=c90 or -std=gnu90 if possiblepr267Maciek Borzecki2015-05-192-3/+14
* amqp_socket: fix C89 compatibilityMaciek Borzecki2015-05-181-1/+2
* amqp_openssl: fix SSL_connect() status checkMaciej Borzecki2015-05-141-1/+1
* travis: fix test in build scriptMaciek Borzecki2015-05-141-1/+1
* amqp_socket: res may be returned uninitializedMaciek Borzecki2015-05-141-1/+0
* amqp: helper macro to generate AMQP_VERSION codeMaciej Borzecki2015-05-141-5/+23
* examples: replace usleep() with nanosleep()Maciej Borzecki2015-05-141-5/+5
* Add test for amqp_merge_capabilities function.auth_failureAlan Antonuk2015-05-062-0/+208
* Handle connection.close on auth failure.Alan Antonuk2015-05-061-14/+34
* Add amqp_get_client_properties functionAlan Antonuk2015-05-064-2/+26
* Make amqp_table_clone first parameter const.Alan Antonuk2015-05-062-4/+4
* Add auth failure client capability as default.Alan Antonuk2015-05-061-1/+10
* Add cababilities merge function.Alan Antonuk2015-05-062-54/+64
* Add convenience funcs for creating table entries.Alan Antonuk2015-05-053-30/+137
* Add amqp_bytes_equal comparison function.Alan Antonuk2015-05-052-0/+10
* Don't redefine EINPROGRESS EWOULDBLOCK on Win32.Alan Antonuk2015-05-042-5/+4
* Disable MSVC secure-RTL function warnings.Alan Antonuk2015-05-044-0/+19
* Fix int truncation warnings on Win32Alan Antonuk2015-05-049-161/+247
* Squash warnings about static initializers in tools.initializer_warningsAlan Antonuk2015-05-035-24/+24
* Check for heartbeats when in blocking send.timer_refactorAlan Antonuk2015-05-032-5/+32
* Remove writev specific code.Alan Antonuk2015-05-035-228/+5
* Refactor frame encoding to its own function.Alan Antonuk2015-05-031-40/+45
* Fixup of commentAlan Antonuk2015-05-031-1/+1
* Extract poll selection from send/writevAlan Antonuk2015-05-031-30/+19
* Extract deadline as param of try_writev/try_sendAlan Antonuk2015-05-033-20/+8
* Refactor heartbeat timeout code to be simplerAlan Antonuk2015-05-036-120/+140
* Rename amqp_timer_t related functions.Alan Antonuk2015-05-035-71/+100
* Rename amqp_timer.[ch] to amqp_time.[ch].Alan Antonuk2015-05-0310-10/+10
* Correct configure_file in tests directory.Alan Antonuk2015-05-021-1/+1