summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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>