- 24 Mar, 2015 5 commits
-
-
Add a custom param to git_smart_subtransport_definition
Edward Thomson committed -
WinHTTP for MinGW
Edward Thomson committed -
note: use a git_buf to return the default namespace
Edward Thomson committed -
examples: add remote example.
Carlos Martín Nieto committed -
checkout: report correct invalid path
Carlos Martín Nieto committed
-
- 23 Mar, 2015 1 commit
-
-
Edward Thomson committed
-
- 21 Mar, 2015 1 commit
-
-
In case of a bad url or other error during the connection setup, we close the stream via free.
Carlos Martín Nieto committed
-
- 20 Mar, 2015 2 commits
-
-
fix changelog
Edward Thomson committed -
Shawn Landden committed
-
- 19 Mar, 2015 5 commits
-
-
mkdir-ext: Assume directories don't exist; fix all race cases
Edward Thomson committed -
Vicent Marti committed
-
Tony Kelman committed
-
Patrick Steinhardt committed
-
win32 resource: allow custom comments field in DLL
Carlos Martín Nieto committed
-
- 18 Mar, 2015 8 commits
-
-
Edward Thomson committed
-
Allow merges of files (and trees) with whitespace problems/fixes
Edward Thomson committed -
The smart transport has already take the payload param. For the sub transport a payload param is useful for the implementer.
Leo Yang committed -
clar: update to 08f434d
Carlos Martín Nieto committed -
Update tips fixes
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
Lower case the include directive of windows header
Edward Thomson committed -
PERF: In MERGE, lazily compute is_binary
Edward Thomson committed
-
- 17 Mar, 2015 10 commits
-
-
Edward Thomson committed
-
Initialize refs vector in git_remote_update_tips().
Edward Thomson committed -
Otherwise, bailing out early when ls_to_vector() fails accesses uninitialized memory.
Sebastian Bauer committed -
The caller has otherwise no way to know how long the string will be allocated or ability to free it. This fixes #2944.
Carlos Martín Nieto committed -
Tony Kelman committed
-
Jacques Germishuys committed
-
Add annotated versions of ref-modying functions
Edward Thomson committed -
[WIP] Smarter pack-building
Edward Thomson committed -
Don't ask for a stream's certificate unless it's encrypted
Edward Thomson committed -
Fix git_submodule_sync writing URL to wrong key.
Edward Thomson committed
-
- 16 Mar, 2015 8 commits
-
-
Tony Kelman committed
-
Since the Linux platform has a case sensitive file system, the header name should be lower case for cross compiling purposes. (On Linux, the mingw header is called ```windows.h```).
Claudiu Olteanu committed -
link against crypt32 for CertFreeCertificateContext
Tony Kelman committed -
Alex Crichton committed
-
klutzy committed
-
Philip Kelley committed
-
Jeff Hostetler committed
-
When the user has a certificate check callback set, we still have to check whether the stream we're using is even capable of providing a certificate. In the case of an unencrypted certificate, do not ask for it from the stream, and do not call the callback.
Carlos Martín Nieto committed
-