12c978 librabbitmq-0.9.0 base

Merged and Committed by Packit 3 years ago
104 files changed. 23144 lines added. 0 lines removed.
.clang-format
file added
+47
.gitattributes
file added
+18
.gitignore
file added
+73
.gitmodules
file added
+6
.travis.yml
file added
+92
.ycm_extra_conf.py
file added
+157
AUTHORS
file added
+2
CMakeLists.txt
file added
+343
CONTRIBUTING.md
file added
+26
ChangeLog.md
file added
+221
LICENSE-MIT
file added
+28
README.md
file added
+128
THANKS
file added
+8
TODO
file added
+9
appveyor.yml
file added
+34
cmake/CMakePushCheckState.cmake
file added
+103
cmake/COPYING-CMAKE-SCRIPTS
file added
+22
cmake/FindPOPT.cmake
file added
+39
cmake/FindXmlTo.cmake
file added
+98
cmake/GNUInstallDirs.cmake
file added
+205
cmake/TestCInline.cmake
file added
+28
cmake/config.h.in
file added
+14
coverity/model.c
file added
+17
docs/Doxyfile.in
file added
+317
examples/CMakeLists.txt
file added
+52
examples/amqp_bind.c
file added
+95
examples/amqp_connect_timeout.c
file added
+114
examples/amqp_consumer.c
file added
+215
examples/amqp_exchange_declare.c
file added
+94
examples/amqp_listen.c
file added
+143
examples/amqp_listenq.c
file added
+122
examples/amqp_producer.c
file added
+150
examples/amqp_rpc_sendstring_client.c
file added
+243
examples/amqp_sendstring.c
file added
+103
examples/amqp_ssl_connect.c
file added
+135
examples/amqp_unbind.c
file added
+95
examples/unix/platform_utils.c
file added
+52
examples/utils.c
file added
+188
examples/utils.h
file added
+48
examples/win32/platform_utils.c
file added
+47
librabbitmq.pc.in
file added
+13
librabbitmq/CMakeLists.txt
file added
+186
librabbitmq/amqp.h
file added
+2535
librabbitmq/amqp_api.c
file added
+394
librabbitmq/amqp_connection.c
file added
+595
librabbitmq/amqp_consumer.c
file added
+307
librabbitmq/amqp_framing.c
file added
+2876
librabbitmq/amqp_framing.h
file added
+1144
librabbitmq/amqp_hostcheck.c
file added
+195
librabbitmq/amqp_hostcheck.h
file added
+48
librabbitmq/amqp_mem.c
file added
+242
librabbitmq/amqp_openssl.c
file added
+704
librabbitmq/amqp_openssl_bio.c
file added
+193
librabbitmq/amqp_openssl_bio.h
file added
+44
librabbitmq/amqp_openssl_hostname_validation.c
file added
+179
librabbitmq/amqp_openssl_hostname_validation.h
file added
+58
librabbitmq/amqp_private.h
file added
+374
librabbitmq/amqp_socket.c
file added
+1492
librabbitmq/amqp_socket.h
file added
+188
librabbitmq/amqp_ssl_socket.h
file added
+239
librabbitmq/amqp_table.c
file added
+668
librabbitmq/amqp_table.h
file added
+81
librabbitmq/amqp_tcp_socket.c
file added
+238
librabbitmq/amqp_tcp_socket.h
file added
+68
librabbitmq/amqp_time.c
file added
+265
librabbitmq/amqp_time.h
file added
+130
librabbitmq/amqp_url.c
file added
+220
librabbitmq/codegen.py
file added
+785
librabbitmq/unix/threads.h
file added
+28
librabbitmq/win32/msinttypes/stdint.h
file added
+245
librabbitmq/win32/threads.c
file added
+56
librabbitmq/win32/threads.h
file added
+52
tests/CMakeLists.txt
file added
+47
tests/test_basic.c
file added
+207
tests/test_hostcheck.c
file added
+71
tests/test_merge_capabilities.c
file added
+203
tests/test_parse_url.c
file added
+220
tests/test_sasl_mechanism.c
file added
+70
tests/test_status_enum.c
file added
+52
tests/test_tables.c
file added
+466
tests/test_tables.expected
file added
+90
tests/win32/msinttypes/inttypes.h
file added
+304
tools/CMakeLists.txt
file added
+82
tools/common.c
file added
+444
tools/common.h
file added
+73
tools/consume.c
file added
+250
tools/declare_queue.c
file added
+79
tools/delete_queue.c
file added
+81
tools/doc/amqp-consume.xml
file added
+223
tools/doc/amqp-declare-queue.xml
file added
+122
tools/doc/amqp-delete-queue.xml
file added
+94
tools/doc/amqp-get.xml
file added
+95
tools/doc/amqp-publish.xml
file added
+169
tools/doc/librabbitmq-tools.xml
file added
+90
tools/get.c
file added
+78
tools/publish.c
file added
+180
tools/unix/process.c
file added
+91
tools/unix/process.h
file added
+42
tools/win32/compat.c
file added
+65
tools/win32/compat.h
file added
+36
tools/win32/process.c
file added
+227
tools/win32/process.h
file added
+44
travis.sh
file added
+71
travis/clang-format.sh
file added
+5
    librabbitmq-0.9.0 base
    
        
file added
+47
file added
+18
file added
+73
file added
+6
file added
+92
file added
+157
file added
+2
file added
+343
file added
+26
file added
+221
file added
+28
file added
+128
file added
+8
file added
+9
file added
+34
file added
+39
file added
+14
file added
+17
file added
+317
file added
+95
file added
+143
file added
+188
file added
+48
file added
+13
file added
+2535
file added
+394
file added
+242
file added
+220
file added
+785
file added
+47
file added
+207
file added
+220
file added
+466
file added
+82
file added
+444
file added
+73
file added
+250
file added
+81
file added
+78
file added
+180
file added
+91
file added
+42
file added
+65
file added
+36
file added
+227
file added
+71