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
...
*
Add platform, version, copyright client properties
Alan Antonuk
2014-08-25
1
-2
/
+20
*
Fix: remove superfulous assignment in amqp_socket.c
Alan Antonuk
2014-07-27
1
-1
/
+0
*
FIX: Improve invalid frame detection code.
Alan Antonuk
2014-07-14
1
-0
/
+2
*
Fixed timeval to milliseconds calculation error
jestor
2014-05-08
1
-1
/
+1
*
Use poll(2) for timeouts on socket
Alan Antonuk
2014-04-14
1
-16
/
+31
*
Right unexpected frames requeue in amqp_consumer.c
Oleg Blednov
2013-11-05
1
-3
/
+32
*
Add amqp_get_broker_properties() function
Alan Antonuk
2013-08-15
1
-0
/
+7
*
FIX: amqp_open_socket not defined.
Alan Antonuk
2013-07-23
1
-0
/
+7
*
FIX: Incorrect assert in wait_frame_inner
Alan Antonuk
2013-07-08
1
-3
/
+0
*
Add a high level API for consuming messages
Alan Antonuk
2013-07-08
1
-0
/
+74
*
Make sure date math is done in 64-bit prec
Alan Antonuk
2013-07-06
1
-4
/
+5
*
Add nonblocking connect support
zaq178miami
2013-07-06
1
-9
/
+176
*
Get rid of amqp_socket_error interface
Alan Antonuk
2013-07-03
1
-8
/
+0
*
Make connection the socket object owner
Alan Antonuk
2013-07-03
1
-5
/
+10
*
Code clarity improvements in heartbeat handling
Alan Antonuk
2013-06-26
1
-5
/
+5
*
Add support for heartbeats in amqp_basic_publish
Alan Antonuk
2013-06-25
1
-100
/
+207
*
Add partial support for heartbeats in wait_frame
Alan Antonuk
2013-06-25
1
-13
/
+64
*
FIX: disable SIGPIPE on platforms w/SO_NOSIGPIPE
Alan Antonuk
2013-06-25
1
-2
/
+2
*
Channel-based memory management
Alan Antonuk
2013-06-21
1
-5
/
+24
*
FIX: handle amqp_get_sockfd failure in wait_frame
Alan Antonuk
2013-06-18
1
-0
/
+3
*
Add amqp_simple_wait_frame_noblock() function
Alan Antonuk
2013-06-14
1
-3
/
+79
*
Fix latent bugs with return error-codes
Alan Antonuk
2013-06-14
1
-8
/
+4
*
Set state->socket to NULL after amqp_socket_close
Alan Antonuk
2013-06-14
1
-0
/
+1
*
Move amqp_os_socket* funcs to amqp_socket.h/c
Alan Antonuk
2013-06-13
1
-10
/
+109
*
Improve error handling in socket functions
Alan Antonuk
2013-06-13
1
-5
/
+8
*
Don't abort() in amqp_simple_wait_frame()
Alan Antonuk
2013-06-13
1
-17
/
+5
*
Expose public error-code interface
Alan Antonuk
2013-06-13
1
-22
/
+22
*
FIX: missing va_end in amqp_login* functions
Alan Antonuk
2013-05-25
1
-4
/
+14
*
FIX/Win32: properly munge amqp_socket_init
Alan Antonuk
2013-04-17
1
-2
/
+3
*
Fix code formatting to match the rest of the lib
Alan Antonuk
2013-04-17
1
-30
/
+27
*
Address review comments
Michael Steinert
2013-04-17
1
-1
/
+14
*
Merge IPV6 support into new socket API
Michael Steinert
2013-04-09
1
-8
/
+11
*
Add checks for derived socket type
Michael Steinert
2013-04-09
1
-7
/
+7
*
Propose new socket API
Michael Steinert
2013-04-09
1
-4
/
+49
*
Moving posix-specific inet includes to unix/socket.h
Alan Antonuk
2013-04-09
1
-9
/
+3
*
Add checks for Unix-specific header files
Michael Steinert
2013-04-09
1
-3
/
+8
*
Add plumbing for SSL/TLS support
Michael Steinert
2013-04-09
1
-8
/
+12
*
Add amqp_login_with_properties function
Alan Antonuk
2013-04-09
1
-57
/
+140
*
Updating license year
Alan Antonuk
2013-04-08
1
-0
/
+3
*
Formatted source code with astyle utilty
Alan Antonuk
2013-04-08
1
-136
/
+158
*
Adding vim modelines to help with source formatting
Alan Antonuk
2013-04-05
1
-1
/
+2
*
Fixed outdated link in 'information' header
Andrew Kravchuk
2012-12-26
1
-1
/
+1
*
Correct #ifdef DISABLE_SIGPIPE_WITH_SETSOCKOPT
Alan Antonuk
2012-06-25
1
-1
/
+1
*
Squash warning: casting SOCKET to int on Win32
Alan Antonuk
2012-06-18
1
-1
/
+5
*
Adding support for IPv6
Alan Antonuk
2012-06-18
1
-27
/
+50
*
Disable sigpipe on Mac OSX
Alan Antonuk
2012-06-06
1
-0
/
+8
*
Set MSG_NOSIGNAL flag to supress SIGPIPE in send()
Alan Antonuk
2012-06-06
1
-1
/
+1
*
Set default visibility to hidden & enable a couple more warnings
Michael Steinert
2012-05-17
1
-5
/
+1
*
Fix compiler warnings (checked clang & gcc)
Michael Steinert
2012-05-17
1
-1
/
+1
*
Add config.h header guards
Michael Steinert
2012-05-17
1
-0
/
+4
[prev]
[next]