summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* lib: add tool to framing.h/amqp_framing.cAlan Antonuk2021-04-201-0/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* gitignore: ignore compile_commands.jsonAlan Antonuk2021-04-051-0/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Add .cache directory to .gitignoreAlan Antonuk2021-04-051-0/+1
| | | | | | This directory is used by clangd Signed-off-by: GitHub <noreply@github.com>
* Add .venv directory to .gitignore file.Alan Antonuk2020-12-221-0/+1
| | | | This directory seems to be created by vscode.
* Adding build/ in .gitignorepr333Sébastien Santoro2015-12-121-0/+1
|
* Add test for amqp_error_string2() for new values.Alan Antonuk2015-01-061-0/+1
| | | | | Add a tests that ensures that we add error message strings as we add new amqp_status_enum values.
* Add usable YCM configuration file.Alan Antonuk2014-08-161-1/+1
|
* Ignore build directories.Alan Antonuk2014-07-271-0/+1
|
* [openssl] Support wildcard hostname verificationMichael Steinert2014-03-041-0/+7
| | | | Most of this code comes from version Curl 7.35.
* .gitignore: ignore editor swap filesAlexander Klauer2013-10-031-0/+6
| | | | | Some source code editors create swap files in the same directory as the file being edited. These should be ignored by git.
* Ignore MacOSX .DS_Store filesAlan Antonuk2013-07-081-0/+1
|
* Enable SSL hostname verification by defaultMichael Steinert2013-04-171-0/+1
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Simplify socket codeMichael Steinert2013-04-091-0/+1
| | | | | | | | | The SSL & TCP code now use a common function to open sockets. Previously Nagle's algorithm wasn't disabled for SSL sockets. Also, bump the patch version for release. Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add SSL/TLS examplesMichael Steinert2013-04-091-0/+8
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Ignoring YouCompleteMe config fileAlan Antonuk2013-04-081-0/+1
|
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-2/+0
| | | | | | | | Changes to support building rabbitmq-c without having run the python code generator, or do a git submodule init/update. This is to facilitate creating links to downloadable source archives from github
* New example: amqp_rpc_sendstring_client. The client sends a plain text ↵Jani Hur2012-10-051-0/+1
| | | | message to a queue and expects to receive a reply to a private reply_to queue.
* Add a .gitignore fileMichael Steinert2012-05-171-0/+46
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>