- 06 Jul, 2016 1 commit
-
-
wildart committed
-
- 05 Jul, 2016 1 commit
-
-
Andrius Bentkus committed
-
- 21 Jun, 2016 1 commit
-
-
Avoid declaring old-style functions without any parameters. Functions not accepting any parameters should be declared with `void fn(void)`. See ISO C89 $3.5.4.3.
Patrick Steinhardt committed
-
- 14 Mar, 2016 2 commits
-
-
Dirkjan Bussink committed
-
This ensures that when using OpenSSL a safe default set of ciphers is selected. This is done so that the client communicates securely and we don't accidentally enable unsafe ciphers like RC4, or even worse some old export ciphers. Implements the first part of https://github.com/libgit2/libgit2/issues/3682
Dirkjan Bussink committed
-
- 28 Feb, 2016 1 commit
-
-
Edward Thomson committed
-
- 23 Feb, 2016 1 commit
-
-
Edward Thomson committed
-
- 17 Nov, 2015 1 commit
-
-
Allow users to set the `git_libgit2_opts` search path for the `GIT_CONFIG_LEVEL_PROGRAMDATA`. Convert `GIT_CONFIG_LEVEL_PROGRAMDATA` to `GIT_SYSDIR_PROGRAMDATA` for setting the configuration.
Edward Thomson committed
-
- 12 Nov, 2015 1 commit
-
-
Carlos Martín Nieto committed
-
- 19 Sep, 2015 1 commit
-
-
Axel Rasmussen committed
-
- 23 Apr, 2015 2 commits
-
-
This is what it's meant all along, but now we actually have multiple implementations, it's clearer to use the name of the library.
Carlos Martín Nieto committed -
As an alternative to OpenSSL when we're on OS X. This one can actually take advantage of stacking the streams.
Carlos Martín Nieto committed
-
- 01 Oct, 2014 1 commit
-
-
This allows users to specify self-signed certificates, or to provide their own certificate stores on limited platforms such as mobile phones.
William Swanson committed
-
- 24 Mar, 2014 1 commit
-
-
This survived the last round of culling, as the signature is only in the comments.
Carlos Martín Nieto committed
-
- 03 Mar, 2014 2 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
- 25 Feb, 2014 2 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
- 15 Jan, 2014 1 commit
-
-
Edward Thomson committed
-