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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright & license header to use SPDX id
Alan Antonuk
2021-07-27
16
-520
/
+33
*
cmake: modernize examples CMakeLists
Alan Antonuk
2021-04-19
1
-38
/
+32
*
Move official includes to rabbitmq-c/ directory
Alan Antonuk
2021-04-05
12
-24
/
+24
*
Support openssl engine setting
Han Mai
2020-06-25
1
-2
/
+7
*
Fix mem leak in examples
Andriy Gelman
2020-01-31
2
-0
/
+4
*
Examples: fix argument parsing in sendstring example
jerome
2018-05-07
1
-2
/
+2
*
examples: fix building against static librabbitmq.
Eduard Egorov
2018-03-28
1
-0
/
+4
*
Examples: Update amqp_ssl_connect.c to show how to un-initialize SSL library.
Jesus Fernandez Manzano
2018-01-30
1
-0
/
+1
*
Examples: remove duplicate amqps_* examples
rm-amqps-examples
Alan Antonuk
2018-01-09
10
-1291
/
+2
*
Format code with clang-format
Alan Antonuk
2017-12-05
22
-376
/
+398
*
Remove vim mode lines.
format
Alan Antonuk
2017-12-04
24
-24
/
+0
*
Examples: remove #include <amqp_framing.h>
Alan Antonuk
2017-12-04
19
-45
/
+37
*
Remove unneeded braces
Juan Eugenio Abadie
2017-10-07
1
-22
/
+20
*
Fix: small warning fixes.
Alan Antonuk
2016-04-09
3
-6
/
+5
*
Lib: correct format string in amqp[s]_consumer.c
Alan Antonuk
2016-04-09
2
-2
/
+2
*
Lib: use for(;;) for infinite loop
Alan Antonuk
2016-04-09
7
-7
/
+7
*
Examples: fix incorrect shadowing of loop variable
Alan Antonuk
2016-04-09
1
-3
/
+3
*
Examples: use correct format specifier for uint16_t
Alan Antonuk
2016-04-09
1
-2
/
+2
*
Examples: add verify opts to SSL connect_timeout
Alan Antonuk
2016-03-07
1
-24
/
+28
*
Examples: add flags to enable verification.
Alan Antonuk
2016-03-07
8
-56
/
+156
*
Fix compiler warnings of visual studio
CodeJuan
2015-10-23
1
-1
/
+1
*
VMS: remove OpenVMS-related build-system.
Alan Antonuk
2015-10-13
1
-41
/
+0
*
Win32: fixup a few MSVC warnings in test & examples
Alan Antonuk
2015-06-02
1
-1
/
+1
*
examples: replace usleep() with nanosleep()
Maciej Borzecki
2015-05-14
1
-5
/
+5
*
Fix int truncation warnings on Win32
Alan Antonuk
2015-05-04
1
-1
/
+1
*
Enable auto_delete & internal for exchange.declare
declare_xchg_parms
Alan Antonuk
2014-10-19
2
-2
/
+2
*
Print message body in amqp[s]_listen[q] examples.
Alan Antonuk
2014-09-01
4
-0
/
+12
*
FIX: destroy amqp_envelope_t in consumer example
Alan Antonuk
2013-08-20
2
-0
/
+5
*
Add a high level API for consuming messages
Alan Antonuk
2013-07-08
6
-336
/
+170
*
Add nonblocking connect support
zaq178miami
2013-07-06
3
-0
/
+248
*
Make connection the socket object owner
Alan Antonuk
2013-07-03
17
-34
/
+17
*
OpenVMS MMS build system
Alan Antonuk
2013-06-26
1
-0
/
+41
*
Preserve API/ABI of amqp_error_string()
Alan Antonuk
2013-06-14
1
-2
/
+2
*
Change amqp_error_string() to ret static strings
Alan Antonuk
2013-06-13
1
-3
/
+1
*
Updating license header in new files
Alan Antonuk
2013-04-17
8
-0
/
+48
*
Fix code formatting to match the rest of the lib
Alan Antonuk
2013-04-17
9
-125
/
+149
*
Adding vim modelines to new files
Alan Antonuk
2013-04-17
8
-0
/
+8
*
Examples must link against ${RMQ_LIBRARY_TARGET}
Alan Antonuk
2013-04-17
1
-10
/
+10
*
Start addressing review comments
Michael Steinert
2013-04-09
17
-17
/
+17
*
Set the client key/cert in one API call
Michael Steinert
2013-04-09
8
-64
/
+8
*
Update RPC example to use new socket API
Michael Steinert
2013-04-09
1
-5
/
+14
*
Add API to load SSL keys from a buffer
Michael Steinert
2013-04-09
8
-14
/
+70
*
Convert amqp:// examples to use new socket API
Michael Steinert
2013-04-09
8
-40
/
+112
*
Propose new socket API
Michael Steinert
2013-04-09
10
-74
/
+236
*
Add SSL/TLS examples
Michael Steinert
2013-04-09
9
-1
/
+1036
*
Updating license year
Alan Antonuk
2013-04-08
13
-0
/
+39
*
Formatted source code with astyle utilty
Alan Antonuk
2013-04-08
11
-177
/
+217
*
Adding vim modelines to help with source formatting
Alan Antonuk
2013-04-05
14
-0
/
+14
*
CMake: build both static and shared libs in one build
Alan Antonuk
2012-11-14
1
-8
/
+8
*
Removing exec bit from amqp_rpc_sendstring_client.c
Alan Antonuk
2012-10-24
1
-0
/
+0
[next]