summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use TCP_NOPUSH on Mac OS X/*BSD.send_perfAlan Antonuk2015-05-251-0/+21
* Indicate to the OS that Method/Header/Body frames should be in one packet ifAlan Antonuk2015-05-237-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
* Correct buffer recalc error in amqp_try_sendAlan Antonuk2015-04-301-1/+1
* Update README.mdAlan Antonuk2015-04-271-6/+3
* Add nonblocking sockets in OpenSSL socket implnonblocking_socketAlan Antonuk2015-04-191-5/+55
* Simplify the timer/timeout logic.Alan Antonuk2015-04-196-166/+146
* Refactor read/write poll function usage.Alan Antonuk2015-04-192-88/+78
* Add support for send/writev in non-blocking modeAlan Antonuk2015-04-194-68/+197
* Add support for non-blocking read in rabbitmq-cAlan Antonuk2015-04-191-58/+60
* Return NEEDREAD status from amqp_tcp_socket_recvAlan Antonuk2015-04-192-4/+24
* Leave socket as non-blocking after connectAlan Antonuk2015-04-191-12/+0
* Simplify amqp_open_socket_nonblock.Alan Antonuk2015-04-191-80/+65
* Build only shared libs on AppVeyor config.Alan Antonuk2015-04-181-1/+1
* Disable tests in appveyor config.Alan Antonuk2015-04-181-1/+1
* fix WSAEINVAL WSAPoll due to POLERR in eventsIvan Efimov2015-04-081-1/+1
* Unit test for verify sasl mechanismsBhasker Allam2015-04-055-3/+86
* Add error codes for unsupported SASL type.Bhasker Allam2015-04-053-1/+4
* Add EXTERNAL SASL mechanism.Alan Antonuk2015-04-052-2/+73
* Make tests only link against static rabbitmqAlan Antonuk2015-04-053-7/+12
* Remove trailing whitespace in CMakeLists.txtAlan Antonuk2015-04-051-1/+1