summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG and PROJECTS with the tree cache changescmn/read-tree-cacheCarlos Martín Nieto2014-10-032-2/+3
* index: fill the tree cache on write-treeCarlos Martín Nieto2014-10-031-1/+16
* index: make sure to write cached subtrees if parent is invalidatedCarlos Martín Nieto2014-10-032-4/+55
* index: write out the tree cache extensionCarlos Martín Nieto2014-10-035-19/+168
* tree-cache: remove the parent pointerCarlos Martín Nieto2014-07-112-10/+8
* index: add tests for the tree cacheCarlos Martín Nieto2014-07-111-0/+110
* index: fill the tree cache when reading from a treeCarlos Martín Nieto2014-07-113-0/+83
* tree-cache: move to use a pool allocatorCarlos Martín Nieto2014-07-104-30/+22
* tree-cache: extract the allocationCarlos Martín Nieto2014-07-102-12/+23
* Documentation fixesCarlos Martín Nieto2014-07-082-13/+20
* Merge remote-tracking branch 'origin/cmn/update-zlib'Vicent Marti2014-07-0415-449/+1350
|\
| * zlib: disable warning 4142 on MSVCcmn/update-zlibCarlos Martín Nieto2014-06-111-0/+1
| * zlib: get rid of compress.c and uncompr.cCarlos Martín Nieto2014-06-112-139/+0
| * zlib: get rid of gz*Carlos Martín Nieto2014-06-116-2042/+0
| * zlib: add a few missing definesCarlos Martín Nieto2014-06-111-0/+3
| * Merge branch 'cmn/zlib-update' into cmn/update-zlibCarlos Martín Nieto2014-06-1121-449/+3527
| |\
| | * Merge branch 'cmn/zlib-128' into cmn/zlib-updateCarlos Martín Nieto2014-06-1121-449/+3527
| | |\
| | | * Update zlib to 1.2.8Carlos Martín Nieto2014-06-1122-458/+4502
* | | | Merge pull request #2461 from jacquesg/ssh2-warningsCarlos Martín Nieto2014-07-042-3/+5
|\ \ \ \
| * | | | Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-07-031-2/+4
| * | | | Fix git_cred_ssh_interactive_callback signatureJacques Germishuys2014-07-031-1/+1
|/ / / /
* | | | Merge pull request #2460 from libgit2/cmn/sched-yieldVicent Marti2014-07-032-7/+14
|\ \ \ \
| * | | | Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto2014-07-032-7/+14
* | | | | Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti2014-07-032-0/+21
|\ \ \ \ \
| * | | | | netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-032-0/+21
| |/ / / /
* | | | | Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-022-11/+19
|\ \ \ \ \
| * | | | | ssh: always declare the libssh2 typesCarlos Martín Nieto2014-06-302-19/+11
| * | | | | ssh: create the right callback signature based on build optionsCarlos Martín Nieto2014-06-302-10/+20
| * | | | | ssl: init only once without threadsCarlos Martín Nieto2014-06-301-1/+7
| |/ / / /
* | | | | Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-0240-151/+161
|\ \ \ \ \
| * | | | | revwalk::simplify test should testEdward Thomson2014-07-011-3/+3
| * | | | | Introduce cl_assert_equal_oidEdward Thomson2014-07-0139-148/+158
* | | | | | Merge pull request #2453 from ethomson/checkout_indexVicent Marti2014-07-026-175/+162
|\ \ \ \ \ \
| * | | | | | git_checkout_index: checkout other indexesEdward Thomson2014-07-016-175/+162
* | | | | | | Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti2014-07-027-148/+118
|\ \ \ \ \ \ \
| * | | | | | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-027-144/+64
| * | | | | | | clone: add a callback for repository creationCarlos Martín Nieto2014-07-023-4/+54
* | | | | | | | 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
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2451 from libgit2/rb/round-up-pool-allocationsVicent Marti2014-07-012-6/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-302-6/+6
|/ / / / / /
* | | | | | Merge pull request #2440 from phkelley/transportsVicent Marti2014-06-3010-68/+177
|\ \ \ \ \ \
| * | | | | | Improvements to git_transport extensibilityPhilip Kelley2014-06-2610-68/+177
* | | | | | | Merge pull request #2447 from phkelley/pkt_assertVicent Marti2014-06-272-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-272-1/+8
|/ / / / / / /
* | | | | | | Merge pull request #2445 from ethomson/checkout_conflict_testVicent Marti2014-06-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | checkout::conflict tests: only test owner modeEdward Thomson2014-06-261-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2444 from libgit2/phkelley/flexarrayPhilip Kelley2014-06-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixes #2443 Zero size arrays are an extensionphkelley/flexarrayPhilip Kelley2014-06-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #2442 from libgit2/cmn/leaksVicent Marti2014-06-254-17/+20
|\ \ \ \ \ \