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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format sources using clang-format-10
Alan Antonuk
2020-12-24
7
-31
/
+33
*
docs: fix simple typo, throughly -> thoroughly
Tim Gates
2020-10-18
1
-1
/
+1
*
Support openssl engine setting
Han Mai
2020-06-25
4
-3
/
+111
*
lib: correct amqp_time_from_now behavior at {0, 0}
Alan Antonuk
2020-06-21
3
-15
/
+4
*
Allow use of pthreads with Windows
Zane van Iperen
2020-06-21
1
-14
/
+3
*
Add rabbitmq-c-config.cmake generation
Eric Huff
2020-05-31
1
-2
/
+2
*
Updating how openssl is configured
Michael D. Stemle, Jr
2020-04-19
1
-3
/
+1
*
Fix repeated word and spelling in api doc
Andriy Gelman
2020-01-29
1
-1
/
+1
*
win32: define AMQP_UNUSED for win32
Alan Antonuk
2019-12-29
1
-1
/
+1
*
Fix unused parameter warning in amqp_time_tv_until
Steven Van Ingelgem
2019-12-29
2
-8
/
+11
*
Make all timeval's constant
Steven Van Ingelgem
2019-12-29
9
-32
/
+33
*
win32: disable secure CRT warnings in OpenSSL code
Alan Antonuk
2019-12-24
1
-0
/
+4
*
ssl: fix OpenSSL modes to correct non-blocking behavior
Alan Antonuk
2019-12-11
1
-0
/
+5
*
lib: fix openSSL symbol clash on win32 (#583)
Zane van Iperen
2019-12-08
2
-1
/
+5
*
Bumping revision for development
Alan Antonuk
2019-12-01
1
-2
/
+2
*
Preparation for v0.10.0 release
v0.10.0
Alan Antonuk
2019-12-01
1
-1
/
+1
*
lib: check frame_size is >= INT32_MAX
Alan Antonuk
2019-11-04
1
-3
/
+12
*
ssl: Add amqp_ssl_socket_get_context()
Zane van Iperen
2019-05-14
2
-0
/
+20
*
Set AMQP_DEFAULT_MAX_CHANNELS to 2047
Alan Antonuk
2018-09-08
1
-2
/
+5
*
OpenSSL should ignore missing config file
Alan Antonuk
2018-09-08
1
-2
/
+3
*
Bumping revision for development
Alan Antonuk
2018-05-08
1
-2
/
+2
*
Preparation for v0.9.0 release.
v0.9.0-master
Alan Antonuk
2018-05-08
1
-3
/
+3
*
Lib: Present "exchange_exchange_bindings" capability to server
Jesus Fernandez Manzano
2018-05-07
1
-1
/
+3
*
Lib: Add #defines to allow building with LibreSSL
Zane van Iperen
2018-04-10
1
-1
/
+4
*
lib: define WINVER under mingw
Alan Antonuk
2018-03-28
1
-1
/
+4
*
Lib: Fixed an invalid CHECK_SUCCESS in amqp_set_initialize_ssl_library
Zane van Iperen
2018-03-27
1
-1
/
+1
*
Lib: remove use of OpenSSL functions deprecated in v1.1.0+
Simon Giesecke
2018-03-22
4
-38
/
+70
*
Lib: Support OpenSSL v1.1.0 in amqp_openssl_bio
Alan Antonuk
2018-03-12
3
-10
/
+57
*
Lib: initialize amqp_openssl_bio on first use
Alan Antonuk
2018-01-10
1
-0
/
+6
*
ssl: add support for SSL SNI
Christian Betz
2018-01-10
1
-0
/
+7
*
Lib: check encoded table length isn't too long
Alan Antonuk
2018-01-09
1
-0
/
+4
*
Lib: check encoded array length isn't too long
Alan Antonuk
2018-01-09
1
-0
/
+4
*
Lib: fix socket leak when sockfd == 0
Alan Antonuk
2018-01-09
1
-1
/
+1
*
ssl: OpenSSL should require explicitly un-init
Alan Antonuk
2017-12-10
6
-101
/
+180
*
ssl: Make thread-safety unconditional in rabbitmq-c
Alan Antonuk
2017-12-10
3
-29
/
+12
*
Format code with clang-format
Alan Antonuk
2017-12-05
24
-2992
/
+3364
*
Remove vim mode lines.
format
Alan Antonuk
2017-12-04
26
-26
/
+0
*
Calling va_start with enum is undefined behavior, replaced enum with compatib...
kokan
2017-09-12
1
-2
/
+2
*
Lib: simplify the byte-swap code
Alan Antonuk
2017-08-20
2
-135
/
+123
*
Fix: correct spelling of comment in amqp.h
Alan Antonuk
2017-08-20
1
-1
/
+1
*
Add AMQP_DEFAULT_VHOST define for "/"
Alan Antonuk
2017-08-20
1
-0
/
+11
*
amqp_consume_message: replace AMQP_STATUS_UNEXPECTED_FRAME in docstring
David Sharp
2017-08-02
1
-2
/
+2
*
Lib: simplify socket connection logic
conn-try
Alan Antonuk
2017-07-25
1
-163
/
+154
*
Properly deinit of OpenSSL
Jesus Fernandez Manzano
2017-06-22
1
-0
/
+12
*
TCP Keep alive for RabbitMQ Client
Ketan Kulkarni
2017-03-25
1
-0
/
+6
*
Lib: Do not set MSG_MORE on last message header if no body follows
Martin Willi
2017-03-23
1
-2
/
+7
*
Lib: add methods to set timeout of AMQP RPCs
rpc-timeout
Alan Antonuk
2017-03-15
4
-19
/
+104
*
Lib: close socket when amqp_login fails.
Alan Antonuk
2017-03-15
1
-4
/
+2
*
Lib: simplify reply generation in simple_rpc_inner
Alan Antonuk
2017-03-01
1
-9
/
+3
*
Doc: fix typo in amqp_get_handshake_timeout comment
Alan Antonuk
2017-03-01
1
-1
/
+1
[next]