summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pack: return the correct final offsetcmn/unpack-offsetCarlos Martín Nieto2014-08-261-1/+1
* Merge pull request #2532 from arthurschreiber/arthur/fix-merge-base-commit-checkVicent Marti2014-08-251-1/+4
|\
| * merge base: Correctly raise an error if a non-commit object is passed.Arthur Schreiber2014-08-251-1/+4
* | Merge pull request #2531 from libgit2/rb/mkdir-allow-parent-failuresVicent Marti2014-08-251-3/+5
|\ \
| * | Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-221-3/+5
| |/
* | Merge pull request #2527 from jacquesg/refspec-crashVicent Marti2014-08-251-2/+14
|\ \ | |/ |/|
| * Check that the refspec matches before modifying the out bufferJacques Germishuys2014-08-211-6/+6
| * Check if the refspec matches before transformingJacques Germishuys2014-08-171-2/+14
* | Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-183-0/+20
|\ \
| * | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-183-0/+20
* | | http: make sure we can consume the data we requestcmn/http-recv-bufferCarlos Martín Nieto2014-08-161-4/+20
| |/ |/|
* | git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+7
* | Introduce proper http authentication APIEdward Thomson2014-08-155-282/+528
* | Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson2014-08-151-30/+287
* | Introduce git_buf_decode_base64Edward Thomson2014-08-155-15/+63
* | Perform HTTP keep-aliveEdward Thomson2014-08-151-3/+12
* | Custom transport: minor cleanupsEdward Thomson2014-08-144-62/+89
* | Allow NULL error message prefix when class=GITERR_OSEdward Thomson2014-08-131-7/+9
|/
* config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-091-1/+1
* 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
* | Don't report status on named pipesRussell Belfer2014-08-081-11/+12
* | Merge pull request #2471 from jacquesg/compatibility-cleanupVicent Marti2014-08-0711-124/+145
|\ \ | |/ |/|
| * Introduce some consistency in definition/declaration orderingJacques Germishuys2014-08-052-17/+17
| * Move p_realpath logic to realpath.cJacques Germishuys2014-08-052-14/+9
| * 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
* | 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-237-12/+57
|\ \ \
| * | | 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-2239-379/+719
| |\ \ \ | | |/ /
| * | | Remove debug printfs.Alan Rogers2014-07-221-2/+0
| * | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-1012-164/+276
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-0455-605/+1413
| |\ \ \ \
| * | | | | Clear out the struct.Alan Rogers2014-06-041-0/+1
| * | | | | Implement GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-041-1/+4
| * | | | | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-0/+2
| * | | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+2
| * | | | | Don't need to duplicate this code.Alan Rogers2014-05-231-5/+1
| * | | | | Return GIT_DELTA_UNREADABLE for a file with a mode changeAlan Rogers2014-05-221-0/+5
| * | | | | Remove errant whitespace.Alan Rogers2014-05-211-1/+1
| * | | | | Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-212-18/+24
| * | | | | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-206-19/+47