summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-273-1/+92
* Merge pull request #2475 from libgit2/expose-buffer-binary-detectionVicent Marti2014-07-161-0/+11
|\
| * Just put it all in buffer.joshaber2014-07-163-3/+29
| * Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detectionjoshaber2014-07-152-18/+3
* | Merge pull request #2476 from linquize/config-lf-eofVicent Marti2014-07-161-3/+3
|\ \
| * | Make sure \n is at the end of config file before a new section is writtenLinquize2014-07-161-3/+3
| |/
* | ssh: Fix unused warningVicent Marti2014-07-161-0/+1
* | clone: should_clone? Of course we should clone. That's not the questionVicent Marti2014-07-161-4/+4
* | Merge pull request #2467 from ethomson/win_local_cloneVicent Marti2014-07-163-47/+50
|\ \ | |/ |/|
| * Handle local file:/// paths on WindowsEdward Thomson2014-07-113-47/+50
* | Merge pull request #2466 from jacquesg/win2003-platform-sdkVicent Marti2014-07-117-8/+23
|\ \
| * | Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys2014-07-061-0/+4
| * | Secure CRT is only available from Visual Studio 2005+Jacques Germishuys2014-07-062-3/+3
| * | qsort_r is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+2
| * | Variadic macros is only available from Visual Studio 2005+Jacques Germishuys2014-07-062-2/+10
| * | _stat64 is a function, __stat64 is the structureJacques Germishuys2014-07-061-1/+1
| * | strnlen() is only available from Visual Studio 2005+Jacques Germishuys2014-07-061-1/+2
| * | in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h>Jacques Germishuys2014-07-061-0/+1
* | | Merge pull request #2463 from libgit2/cmn/ssh-factory-for-pathsVicent Marti2014-07-111-2/+52
|\ \ \
| * | | ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-2/+52
* | | | Merge pull request #2465 from libgit2/cmn/refspec-start-middleVicent Marti2014-07-111-18/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-07-041-18/+32
| * | | refspec: short-circuit non-pattern refspecs on transformCarlos Martín Nieto2014-07-041-0/+10
| |/ /
* | | Merge pull request #2468 from Airbitz/pack-error-reportingCarlos Martín Nieto2014-07-111-1/+1
|\ \ \
| * | | Properly report failure when expanding a packfileWilliam Swanson2014-07-091-1/+1
| |/ /
* | | merge: don't open COMMIT_MSG unless we need to append conflictsEdward Thomson2014-07-081-3/+4
|/ /
* | Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-07-031-2/+4
|/
* Merge pull request #2460 from libgit2/cmn/sched-yieldVicent Marti2014-07-031-7/+0
|\
| * Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto2014-07-031-7/+0
* | Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti2014-07-031-0/+3
|\ \
| * | netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-031-0/+3
| |/
* | Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-021-1/+7
|\ \
| * | ssl: init only once without threadsCarlos Martín Nieto2014-06-301-1/+7
| |/
* | Merge pull request #2453 from ethomson/checkout_indexVicent Marti2014-07-025-174/+161
|\ \
| * | git_checkout_index: checkout other indexesEdward Thomson2014-07-015-174/+161
* | | Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti2014-07-021-5/+20
|\ \ \
| * | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-4/+6
| * | | clone: add a callback for repository creationCarlos Martín Nieto2014-07-021-1/+14
* | | | Merge pull request #2456 from libgit2/cmn/ssh-send-everythingVicent Marti2014-07-021-1/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto2014-07-021-1/+12
| | |/ | |/|
* | | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-301-1/+1
| |/ |/|
* | Merge pull request #2440 from phkelley/transportsVicent Marti2014-06-304-18/+46
|\ \
| * | Improvements to git_transport extensibilityPhilip Kelley2014-06-264-18/+46
* | | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-272-1/+8
* | | Fixes #2443 Zero size arrays are an extensionphkelley/flexarrayPhilip Kelley2014-06-261-1/+1
|/ /
* | pack: clean up error returnsCarlos Martín Nieto2014-06-252-13/+11
* | tree: free in error conditionsCarlos Martín Nieto2014-06-251-0/+2
* | pack: free the new pack struct if we fail to insertCarlos Martín Nieto2014-06-252-4/+7
* | Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-241-1/+2
* | Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto2014-06-242-7/+12
|\ \