1
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
amqp: helper macro to generate AMQP_VERSION code More... over 10 years ago
examples: replace usleep() with nanosleep() More... over 10 years ago
Add test for amqp_merge_capabilities function. More... over 10 years ago
Handle connection.close on auth failure. More... over 10 years ago
Add amqp_get_client_properties function More... over 10 years ago
Make amqp_table_clone first parameter const. More... over 10 years ago
Don't redefine EINPROGRESS EWOULDBLOCK on Win32. More... over 10 years ago
Check for heartbeats when in blocking send. More... over 10 years ago
Correct configure_file in tests directory. More... over 10 years ago
Correct buffer recalc error in amqp_try_send More... over 10 years ago
Squash warnings about static initializers in tools. More... over 10 years ago
Remove writev specific code. More... over 10 years ago
Refactor frame encoding to its own function. More... over 10 years ago
Update README.md More... over 10 years ago
Disable MSVC secure-RTL function warnings. More... over 10 years ago
Fixup of comment More... over 10 years ago
Extract poll selection from send/writev More... over 10 years ago
Extract deadline as param of try_writev/try_send More... over 10 years ago
Refactor heartbeat timeout code to be simpler More... over 10 years ago
Rename amqp_timer_t related functions. More... over 10 years ago
Rename amqp_timer.[ch] to amqp_time.[ch]. More... over 10 years ago
Simplify the timer/timeout logic. More... over 10 years ago
Build only shared libs on AppVeyor config. More... over 10 years ago
Disable tests in appveyor config. More... over 10 years ago
Add nonblocking sockets in OpenSSL socket impl More... over 10 years ago
Refactor read/write poll function usage. More... over 10 years ago
fix WSAEINVAL WSAPoll due to POLERR in events More... over 10 years ago
Add support for send/writev in non-blocking mode More... over 10 years ago
Add support for non-blocking read in rabbitmq-c More... over 10 years ago
Return NEEDREAD status from amqp_tcp_socket_recv More... over 10 years ago