summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-12-03 01:50:37 +0100
committerCarlos Martín Nieto <[email protected]>2014-12-03 17:26:55 +0100
commit1d759e3697c9236916ffb782b3721a96760bfc07 (patch)
tree32ff46e2c994351a081dcd6ef7ffc96478ecb42c /README.md
parent17963043741d7057cae1782032d022af0cd053fb (diff)
Update to master
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d10c46e..b0af2f9 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,11 @@ Run `go get -d github.com/libgit2/git2go` to download the code and go to your `$
will compile libgit2 and run `go install` such that it's statically linked to the git2go package.
+Paralellism and network operations
+----------------------------------
+
+libgit2 uses OpenSSL and LibSSH2 for performing encrypted network connections. For now, git2go asks libgit2 to set locking for OpenSSL. This makes HTTPS connections thread-safe, but it is fragile and will likely stop doing it soon. This may also make SSH connections thread-safe if your copy of libssh2 is linked against OpenSSL. Check libgit2's `THREADSAFE.md` for more information.
+
Running the tests
-----------------