- 09 Feb, 2016 3 commits
-
-
Previously we would set the global filter registry structure before adding filters to the structure, without a lock, which is quite racy. Now, register default filters during global registration and use an rwlock to read and write the filter registry (as appopriate).
Edward Thomson committed -
Use the gcc-like memory barrier (__sync_synchronize) on mingw.
Edward Thomson committed -
Edward Thomson committed
-
- 08 Feb, 2016 1 commit
-
-
Move the common initialization and cleanup methods to reduce unnecessary duplication.
Edward Thomson committed
-
- 07 Feb, 2016 1 commit
-
-
Introduce Contributor Covenant
Carlos Martín Nieto committed
-
- 05 Feb, 2016 3 commits
-
-
Free allocated pointer to curl stream on error
Carlos Martín Nieto committed -
winhttp: name mangle class / iid on mingw
Edward Thomson committed -
Export git_stash_apply_init_options
Edward Thomson committed
-
- 04 Feb, 2016 3 commits
-
-
Fix typo
Edward Thomson committed -
Ephemera committed
-
Fix a typo in documentation
Edward Thomson committed
-
- 03 Feb, 2016 1 commit
-
-
Nicolas Vanheuverzwijn committed
-
- 02 Feb, 2016 1 commit
-
-
Edward Thomson committed
-
- 24 Jan, 2016 1 commit
-
-
jbreeden committed
-
- 19 Jan, 2016 1 commit
-
-
Standard Windows type systems define CLSID_InternetSecurityManager and IID_IInternetSecurityManager, but MinGW lacks these definitions. As a result, we must hardcode these definitions ourselves. However, we should not use a public struct with those names, lest another library do the same thing and consumers cannot link to both.
Edward Thomson committed
-
- 17 Jan, 2016 1 commit
-
-
Bob Kuo committed
-
- 16 Jan, 2016 1 commit
-
-
Make packfile_unpack_compressed a private API
Carlos Martín Nieto committed
-
- 13 Jan, 2016 2 commits
-
-
Fix some issues with generated pkg-config file
Carlos Martín Nieto committed -
P.S.V.R committed
-
- 09 Jan, 2016 2 commits
-
-
Arthur Schreiber committed
-
Arthur Schreiber committed
-
- 29 Dec, 2015 1 commit
-
-
ssh_stream_read(): fix possible *bytes_read < 0 branch
Carlos Martín Nieto committed
-
- 28 Dec, 2015 3 commits
-
-
index: get rid of the locking
Carlos Martín Nieto committed -
We don't support using an index object from multiple threads at the same time, so the locking doesn't have any effect when following the rules. If not following the rules, things are going to break down anyway.
Carlos Martín Nieto committed -
Handle dotfiles as the repo template dir and inside the template dir
Carlos Martín Nieto committed
-
- 27 Dec, 2015 4 commits
-
-
Include dotfiles when copying template directory, which will handle both a template directory itself that begins with a dotfile, and any dotfiles inside the directory.
Edward Thomson committed -
Ensure that we can handle template directories that begin with a leading dot.
Edward Thomson committed -
Ensure that `git_repository_init` honors the `init.templatedir` configuration setting.
Edward Thomson committed -
Update README URLs based on HTTP redirects
Edward Thomson committed
-
- 26 Dec, 2015 3 commits
-
-
ReadmeCritic committed
-
Fix a couple function signatures
Edward Thomson committed -
Fix the possibility of returning successfully from ssh_stream_read() with *bytes_read < 0. This would occur if stdout channel read resulted in 0, and stderr channel read failed afterwards.
Michał Górny committed
-
- 24 Dec, 2015 2 commits
-
-
Fixed minor typo in README.md.
Edward Thomson committed -
drusk committed
-
- 21 Dec, 2015 2 commits
-
-
typos in comments
Carlos Martín Nieto committed -
Dmitriy Olshevskiy committed
-
- 17 Dec, 2015 4 commits
-
-
ReadmeCritic committed
-
commit: Fix memory leak in test suite
Vicent Marti committed -
Vicent Marti committed
-
Index fill: Small fixups
Vicent Marti committed
-