Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | remote: remove git_push from the public APIcmn/hide-push | Carlos Martín Nieto | 2014-12-30 | 3 | -12/+152 | |
| |/ / | ||||||
* | | | Merge pull request #2785 from jacquesg/coverity | Carlos Martín Nieto | 2014-12-30 | 12 | -21/+48 | |
|\ \ \ | ||||||
| * | | | Check for OOM | Jacques Germishuys | 2014-12-30 | 2 | -0/+4 | |
| * | | | Added missing error handling path | Jacques Germishuys | 2014-12-30 | 1 | -0/+1 | |
| * | | | Check the result of git_buf_joinpath | Jacques Germishuys | 2014-12-30 | 2 | -4/+9 | |
| * | | | Plug some leaks | Jacques Germishuys | 2014-12-29 | 8 | -17/+34 | |
* | | | | Merge pull request #2784 from jacquesg/undef-stat | Edward Thomson | 2014-12-29 | 1 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | Undef stat first | Jacques Germishuys | 2014-12-29 | 1 | -0/+2 | |
| |/ / / | ||||||
* | | | | Merge pull request #2783 from libgit2/cmn/treebuilder-new | Edward Thomson | 2014-12-29 | 2 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | treebuilder: rename _create() to _new()cmn/treebuilder-new | Carlos Martín Nieto | 2014-12-27 | 2 | -3/+3 | |
| |/ / / | ||||||
* | | | | Added AmigaOS-specific implementation of git__timer(). | Sebastian Bauer | 2014-12-28 | 1 | -0/+11 | |
|/ / / | ||||||
* | | | Merge pull request #2772 from ethomson/case_changing_rename | Carlos Martín Nieto | 2014-12-24 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Always checkout with case sensitive iterator | Edward Thomson | 2014-12-23 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2778 from ethomson/whitespace_85 | Carlos Martín Nieto | 2014-12-24 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | don't treat 0x85 as whitespace | Edward Thomson | 2014-12-23 | 1 | -2/+2 | |
* | | | | global: include sys/openssl.h for GIT_EXPORT of fn | Edward Thomson | 2014-12-23 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | index: reuc and name entrycounts should be size_t | Edward Thomson | 2014-12-22 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #2759 from libgit2/cmn/openssl-sys | Edward Thomson | 2014-12-20 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Make the OpenSSL locking function warnings more severe | Carlos Martín Nieto | 2014-12-12 | 1 | -1/+0 | |
| |/ | ||||||
* | | Merge pull request #2763 from libgit2/cmn/local-proto-progress | Edward Thomson | 2014-12-20 | 1 | -0/+52 | |
|\ \ | ||||||
| * | | local: send 'counting objects' outputcmn/local-proto-progress | Carlos Martín Nieto | 2014-12-16 | 1 | -0/+52 | |
| |/ | ||||||
* | | COM0 is a valid path, although Windows Explorer does not allow to create this | Linquize | 2014-12-19 | 1 | -1/+1 | |
* | | Fix ming32 compilation | Carlos Martín Nieto | 2014-12-19 | 1 | -0/+2 | |
* | | treebuilder: take a repository for path validation | Edward Thomson | 2014-12-17 | 3 | -16/+19 | |
* | | Introduce core.protectHFS and core.protectNTFS | Edward Thomson | 2014-12-17 | 4 | -41/+100 | |
* | | path: Use UTF8 iteration for HFS chars | Vicent Marti | 2014-12-16 | 3 | -81/+132 | |
* | | checkout: disallow bad paths on HFS | Edward Thomson | 2014-12-16 | 2 | -0/+98 | |
* | | reference_create: validate loose names | Edward Thomson | 2014-12-16 | 1 | -1/+1 | |
* | | checkout: disallow bad paths on win32 | Edward Thomson | 2014-12-16 | 11 | -90/+365 | |
* | | index: Check for valid paths before creating an index entry | Vicent Marti | 2014-12-16 | 1 | -15/+95 | |
* | | tree: Check for `.git` with case insensitivy | Vicent Marti | 2014-12-16 | 1 | -1/+1 | |
* | | win32: use NT-prefixed "\\?\" paths | Edward Thomson | 2014-12-16 | 8 | -87/+398 | |
|/ | ||||||
* | push: fold unpack_ok() into finish() | Carlos Martín Nieto | 2014-12-10 | 2 | -11/+5 | |
* | Merge pull request #2678 from libgit2/cmn/io-stream | Edward Thomson | 2014-12-10 | 11 | -612/+817 | |
|\ | ||||||
| * | Fix a couple of compiler warnings | Carlos Martín Nieto | 2014-12-10 | 2 | -2/+2 | |
| * | stream: constify the write buffer | Carlos Martín Nieto | 2014-12-10 | 3 | -3/+3 | |
| * | gitno: remove code which is no longer needed | Carlos Martín Nieto | 2014-12-10 | 5 | -500/+17 | |
| * | ssh: use socket_stream to perform the connection | Carlos Martín Nieto | 2014-12-10 | 1 | -8/+12 | |
| * | Port HTTP(S) to the new stream API | Carlos Martín Nieto | 2014-12-10 | 1 | -61/+39 | |
| * | Port the TCP transport to the new stream API | Carlos Martín Nieto | 2014-12-10 | 3 | -57/+93 | |
| * | Add an OpenSSL IO stream | Carlos Martín Nieto | 2014-12-10 | 4 | -15/+418 | |
| * | Introduce stackable IO streams | Carlos Martín Nieto | 2014-12-10 | 2 | -0/+267 | |
* | | winhttp: plug some leaks | Edward Thomson | 2014-12-09 | 1 | -47/+67 | |
* | | win32: remember to cleanup our hash_ctx | Edward Thomson | 2014-12-09 | 2 | -0/+2 | |
* | | Merge pull request #2746 from libgit2/cmn/neg-ignore-dir | Edward Thomson | 2014-12-06 | 1 | -3/+86 | |
|\ \ | ||||||
| * | | ignore: match git's rule negation rulescmn/neg-ignore-dir | Carlos Martín Nieto | 2014-12-05 | 1 | -3/+86 | |
* | | | Merge pull request #2730 from libgit2/cmn/local-push | Edward Thomson | 2014-12-05 | 2 | -12/+8 | |
|\ \ \ | ||||||
| * | | | local: adjust to the common refspec parsercmn/local-push | Carlos Martín Nieto | 2014-11-23 | 1 | -11/+6 | |
| * | | | remote: verify there is a push foreach callback set | Carlos Martín Nieto | 2014-11-23 | 1 | -1/+2 | |
* | | | | notes: move the notes name argument | Carlos Martín Nieto | 2014-12-06 | 2 | -3/+3 | |
| |/ / |/| | |