index
:
delta/python-packages/rabbitmq-c.git
acks_examples
alanxz-patch-1
am-fix
amqp_0_8
appveyor
auth_failure
cache-openssl
cache_openssl
ci
ci_builds
ci_exp
ci_maxos
circle-ci
cmp0042
conn-try
consumer_cancel_example
coverity_scan
cve
cygwin_nopush
declare_xchg_parms
double_ack_example
error_as_warning
external_sasl
faster-travis
fix588
fix_621
fix_osx
fix_travis
force_close
format
framing_docs
gh-actions
gh-pages
initializer_warnings
ios2
ios_build
issue513
issue586
master
missing_call
missing_files
modernize-cmake
nonblocking_socket
openssl-version
openssl_leaks
ossl-init
ossl-v110
pr267
pr271
pr314
pr333
pr340
pr373
pr383
pr443
pr445
pr487
pr516
pr556
pr607
pr628
quiet_brew
readme-update
release_080
rm-amqps-examples
rm_appveyor
rmq2
rpc-timeout
sasl-docs
scan-build
scan-build-fixes
send_perf
ssl_bio
ssl_examples
ssl_leak
ssl_verify
ssl_warn
timer_refactor
tls_version
tools-flags
tools_heartbeat
trusty
tutorial
tutorial-1
ub-fix
updateframing
v0.11-release
v0.4.0-devel
v071-release
ver_bump
warnfix
win32_select
win32_ssl
win32_static
win32_warn
win32_warn2
win32_wouldblock
wireformat
github.com: alanxz/rabbitmq-c
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
librabbitmq
/
amqp_socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lib: add timeout for amqp_login and friends
pr383
Haster
2016-11-27
1
-61
/
+101
*
- Modified to enable cross-compilation with mingw-w64 cross compiler.
Darmawan Salihun
2016-10-14
1
-2
/
+2
*
Lib: simplify empty-bytes assignment in amqp_login.
ub-fix
Alan Antonuk
2016-08-20
1
-2
/
+1
*
Lib: remove unreachable return statements
Alan Antonuk
2016-04-09
1
-1
/
+0
*
Lib: add bounds check on amqp_login inputs
Alan Antonuk
2016-04-09
1
-13
/
+35
*
Lib: correct input type to ioctlsocket on win32
Alan Antonuk
2016-04-09
1
-1
/
+1
*
Lib: fix shadowed variable in wait_frame_inner
Alan Antonuk
2016-04-09
1
-2
/
+0
*
Lib: use for(;;) for infinite loop
Alan Antonuk
2016-04-09
1
-2
/
+2
*
Lib: add missing type info on win32 in socket_init
Alan Antonuk
2016-04-09
1
-1
/
+1
*
Lib: use amqp_cstring_bytes to construct string
Alan Antonuk
2015-11-29
1
-4
/
+2
*
Lib: clarify error check in amqp_login_inner
Alan Antonuk
2015-10-24
1
-1
/
+1
*
Lib: don't try hard when closing SSL sockets
Alan Antonuk
2015-10-22
1
-3
/
+3
*
Fix for commit ba7c342a55e200d1f72b30d74df1591b0f72de49 making assert
Hugo Lefebvre
2015-10-21
1
-1
/
+1
*
Lib: remove pointless initialization of last_error
Ivan Skytte Jørgensen
2015-10-19
1
-1
/
+1
*
Lib: fix incorrect cast in amqp_login_inner()
Ivan Skytte Jørgensen
2015-10-18
1
-1
/
+1
*
Win32: check exceptfds in select when connecting
win32_select
Alan Antonuk
2015-10-13
1
-8
/
+23
*
If channel_max is 0, use server's channel_max
Carl Hörberg
2015-07-15
1
-1
/
+2
*
Lib: add select()-based implementation of poll()
Alan Antonuk
2015-06-01
1
-5
/
+48
*
Lib: add AMQP_SF_POLL{IN,OUT} flags for amqp_poll
Alan Antonuk
2015-06-01
1
-16
/
+15
*
lib: use MSG_MORE on Linux for basic.publish
Alan Antonuk
2015-05-31
1
-11
/
+15
*
amqp_socket: fix C89 compatibility
Maciek Borzecki
2015-05-18
1
-1
/
+2
*
amqp_socket: res may be returned uninitialized
Maciek Borzecki
2015-05-14
1
-1
/
+0
*
Handle connection.close on auth failure.
Alan Antonuk
2015-05-06
1
-14
/
+34
*
Add amqp_get_client_properties function
Alan Antonuk
2015-05-06
1
-2
/
+3
*
Add auth failure client capability as default.
Alan Antonuk
2015-05-06
1
-1
/
+10
*
Add cababilities merge function.
Alan Antonuk
2015-05-06
1
-54
/
+62
*
Add convenience funcs for creating table entries.
Alan Antonuk
2015-05-05
1
-30
/
+15
*
Don't redefine EINPROGRESS EWOULDBLOCK on Win32.
Alan Antonuk
2015-05-04
1
-1
/
+4
*
Disable MSVC secure-RTL function warnings.
Alan Antonuk
2015-05-04
1
-0
/
+4
*
Fix int truncation warnings on Win32
Alan Antonuk
2015-05-04
1
-10
/
+19
*
Check for heartbeats when in blocking send.
timer_refactor
Alan Antonuk
2015-05-03
1
-2
/
+10
*
Remove writev specific code.
Alan Antonuk
2015-05-03
1
-50
/
+0
*
Fixup of comment
Alan Antonuk
2015-05-03
1
-1
/
+1
*
Extract poll selection from send/writev
Alan Antonuk
2015-05-03
1
-30
/
+19
*
Extract deadline as param of try_writev/try_send
Alan Antonuk
2015-05-03
1
-16
/
+3
*
Refactor heartbeat timeout code to be simpler
Alan Antonuk
2015-05-03
1
-78
/
+23
*
Rename amqp_timer_t related functions.
Alan Antonuk
2015-05-03
1
-27
/
+27
*
Rename amqp_timer.[ch] to amqp_time.[ch].
Alan Antonuk
2015-05-03
1
-1
/
+1
*
Correct buffer recalc error in amqp_try_send
Alan Antonuk
2015-04-30
1
-1
/
+1
*
Simplify the timer/timeout logic.
Alan Antonuk
2015-04-19
1
-125
/
+61
*
Refactor read/write poll function usage.
Alan Antonuk
2015-04-19
1
-88
/
+72
*
Add support for send/writev in non-blocking mode
Alan Antonuk
2015-04-19
1
-5
/
+157
*
Add support for non-blocking read in rabbitmq-c
Alan Antonuk
2015-04-19
1
-58
/
+60
*
Leave socket as non-blocking after connect
Alan Antonuk
2015-04-19
1
-12
/
+0
*
Simplify amqp_open_socket_nonblock.
Alan Antonuk
2015-04-19
1
-80
/
+65
*
fix WSAEINVAL WSAPoll due to POLERR in events
Ivan Efimov
2015-04-08
1
-1
/
+1
*
Unit test for verify sasl mechanisms
Bhasker Allam
2015-04-05
1
-2
/
+2
*
Add error codes for unsupported SASL type.
Bhasker Allam
2015-04-05
1
-0
/
+1
*
Add EXTERNAL SASL mechanism.
Alan Antonuk
2015-04-05
1
-0
/
+67
*
Update copyright on files changed in 2014.
Alan Antonuk
2014-08-26
1
-1
/
+1
[next]