summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oid: explain why allocfmt is exposedcmn/doc-allocfmtCarlos Martín Nieto2014-08-161-0/+3
* Merge pull request #2521 from jacquesg/remote-ls-not-connectedVicent Marti2014-08-152-0/+18
|\
| * git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-152-0/+18
|/
* Merge pull request #2497 from ethomson/kerberos3Vicent Marti2014-08-1514-98/+1048
|\
| * Introduce proper http authentication APIEdward Thomson2014-08-156-283/+529
| * Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson2014-08-153-30/+622
| * Introduce git_buf_decode_base64Edward Thomson2014-08-156-23/+92
| * Perform HTTP keep-aliveEdward Thomson2014-08-151-3/+12
| * online::clone::credentials support default credentialsEdward Thomson2014-08-151-3/+26
| * Free references during push validationEdward Thomson2014-08-151-0/+2
| * Remove the refs/notes/commits that we push in testEdward Thomson2014-08-141-0/+9
| * Don't run the ssh clone tests against http remotesEdward Thomson2014-08-141-1/+1
|/
* Merge pull request #2469 from ethomson/transport2Vicent Marti2014-08-1411-410/+461
|\
| * Custom transport: minor cleanupsEdward Thomson2014-08-1411-410/+461
* | Merge pull request #2517 from ethomson/no_win_unreadableVicent Marti2014-08-131-0/+4
|\ \
| * | Don't include the unreadable tests on win32Edward Thomson2014-08-131-0/+4
| |/
* | Merge pull request #2513 from ethomson/giterr_null_msgVicent Marti2014-08-131-7/+9
|\ \ | |/
| * Allow NULL error message prefix when class=GITERR_OSEdward Thomson2014-08-131-7/+9
|/
* Merge pull request #2509 from libgit2/cmn/immediate-multilineVicent Marti2014-08-092-1/+14
|\
| * config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-092-1/+14
|/
* Merge pull request #2507 from libgit2/rb/timer-typoVicent Marti2014-08-091-3/+3
|\
| * Fix typo in timer normalization constantsrb/timer-typoRussell Belfer2014-08-051-3/+3
* | Merge pull request #2506 from libgit2/rb/ignore-pipes-etcVicent Marti2014-08-082-11/+44
|\ \
| * | Don't report status on named pipesRussell Belfer2014-08-082-11/+44
|/ /
* | Merge pull request #2471 from jacquesg/compatibility-cleanupVicent Marti2014-08-0715-136/+158
|\ \
| * | Introduce some consistency in definition/declaration orderingJacques Germishuys2014-08-052-17/+17
| * | Move p_realpath logic to realpath.cJacques Germishuys2014-08-052-14/+9
| * | Use p_snprintf also in testsJacques Germishuys2014-08-054-12/+13
| * | Consistently use p_snprintfJacques Germishuys2014-08-053-12/+13
| * | Cleanup portability/compatibility layerJacques Germishuys2014-08-057-90/+106
| * | Define WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH if not definedJacques Germishuys2014-08-051-0/+4
| * | Silence unused variables warningsJacques Germishuys2014-08-052-0/+4
| * | Only create openssl_locks if thread support is enabledJacques Germishuys2014-07-131-0/+2
| * | Fix unix/posix.h include guardJacques Germishuys2014-07-131-2/+2
* | | Merge pull request #2503 from jacquesg/solaris-http-parserVicent Marti2014-08-051-0/+2
|\ \ \ | |_|/ |/| |
| * | Solaris doesn't necessarily have stdint.h, use inttypes.hJacques Germishuys2014-08-051-0/+2
|/ /
* | Merge pull request #2487 from libgit2/cmn/revwalk-no-preallocVicent Marti2014-07-252-4/+1
|\ \
| * | array: mark the array to grow as volatilecmn/revwalk-no-preallocCarlos Martín Nieto2014-07-251-1/+1
| * | revwalk: remove preallocation of the uninteresting commitsCarlos Martín Nieto2014-07-241-3/+0
|/ /
* | Merge pull request #2477 from ethomson/mergeVicent Marti2014-07-231-2/+1
|\ \
| * | Don't allow conflicts by defaultEdward Thomson2014-07-171-2/+1
* | | Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti2014-07-2312-32/+189
|\ \ \
| * | | undo indentation change in diff_print.cfix-git-status-list-new-unreadable-folderAlan Rogers2014-07-231-9/+9
| * | | Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-22125-1297/+2895
| |\ \ \ | | |/ /
| * | | Remove debug printfs.Alan Rogers2014-07-221-2/+0
| * | | Move the UNREADABLE enums to the correct group.Alan Rogers2014-07-221-6/+6
| * | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-1026-246/+500
| |\ \ \
| * | | | Whitespace wibbles.Alan Rogers2014-06-042-6/+7
| * | | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-04115-846/+2544
| |\ \ \ \
| * | | | | Clear out the struct.Alan Rogers2014-06-041-0/+1