summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Silence unused return value warningcmn/maint-21Jacques Germishuys2014-10-111-1/+1
* Ensure patch is initialized to zero, otherwise, the allocated flag may be setJacques Germishuys2014-10-111-0/+1
* Silence uninitialized warningJacques Germishuys2014-10-111-1/+1
* Fixed odb foreach test failure for big-endian 64-bitJakub Čajka2014-10-111-1/+1
* Fixed merge REUC test for big-endian 64-bitJakub Čajka2014-10-111-1/+1
* The raw index buffer content is not guaranteed to be alignedJacques Germishuys2014-10-111-24/+29
* Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys2014-10-111-1/+1
* Introduce GIT_ALIGNJacques Germishuys2014-10-111-0/+8
* git_filter: dup the filter nameAnurag Gupta (OSG)2014-10-111-2/+11
* config: Fix multiple trailing spaces before comments not completely trimmedLinquize2014-10-111-1/+1
* When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-10-033-2/+33
* global: free the error message when exiting a threadCarlos Martín Nieto2014-10-032-0/+17
* Correctly handle getaddrinfo return resultWilliam Swanson2014-10-031-1/+1
* Recurse ignored directories when stashingJacques Germishuys2014-10-031-3/+5
* Include git2/odb_backend.h in git2.hCarlos Martín Nieto2014-10-031-0/+1
* cherrypick: the name is still git_cherry_pickCarlos Martín Nieto2014-09-241-1/+1
* Remove local unused index_repo variableJacques Germishuys2014-09-161-3/+1
* Only check for workdir conflicts if the index has merged filesJacques Germishuys2014-09-161-0/+10
* Added test case to illustrate bogus conflicts detected if no files were merge...Jacques Germishuys2014-09-161-0/+41
* ssh: store error message immediately after a failed agent callCarlos Martín Nieto2014-09-101-1/+7
* pack: return the correct final offsetCarlos Martín Nieto2014-08-261-1/+1
* git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-182-0/+18
* http: make sure we can consume the data we requestCarlos Martín Nieto2014-08-181-4/+20
* config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-092-1/+14
* array: mark the array to grow as volatilev0.21.1Carlos Martín Nieto2014-08-051-1/+1
* revwalk: remove preallocation of the uninteresting commitsCarlos Martín Nieto2014-08-051-3/+0
* Add unit test to test add section without lf at EOFLinquize2014-08-051-0/+16
* Make sure \n is at the end of config file before a new section is writtenLinquize2014-08-051-3/+3
* Properly report failure when expanding a packfileWilliam Swanson2014-08-051-1/+1
* refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-08-052-18/+55
* refspec: short-circuit non-pattern refspecs on transformCarlos Martín Nieto2014-08-051-0/+10
* Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-08-051-2/+4
* Fix git_cred_ssh_interactive_callback signatureJacques Germishuys2014-08-051-1/+1
* netops: error out on url without a pathCarlos Martín Nieto2014-08-052-0/+21
* ssh: libssh2_channel_write() behaves like send()Carlos Martín Nieto2014-08-051-1/+12
* Round up pool alloc sizes for alignmentRussell Belfer2014-08-052-6/+6
* ssh: always declare the libssh2 typesCarlos Martín Nieto2014-08-052-19/+11
* ssh: create the right callback signature based on build optionsCarlos Martín Nieto2014-08-052-10/+20
* ssl: init only once without threadsCarlos Martín Nieto2014-08-051-1/+7
* Merge pull request #2494 from libgit2/cmn/treebuilder-set-attributeVicent Marti2014-08-012-3/+67
|\
| * treebuilder: set the attributes before sorting and insertingcmn/treebuilder-set-attributeCarlos Martín Nieto2014-07-312-3/+67
|/
* libgit2 v0.21.0v0.21.0Vicent Marti2014-06-20784-10716/+31834
|\
| * Merge pull request #2425 from libgit2/cmn/clone-auth-changev0.21.0-rc2Vicent Marti2014-06-161-9/+3
| |\
| | * test: remove assembla clone testcmn/clone-auth-changeCarlos Martín Nieto2014-06-131-6/+0
| | * test: use read-only accountCarlos Martín Nieto2014-06-131-3/+3
| * | Merge pull request #2421 from libgit2/cmn/init-ssl-onceVicent Marti2014-06-144-16/+81
| |\ \ | | |/ | |/|
| | * ssl: init everything all the timecmn/init-ssl-onceCarlos Martín Nieto2014-06-123-87/+51
| | * ssl: init also without threadsCarlos Martín Nieto2014-06-121-9/+10
| | * ssl: cargo-cult thread safetyCarlos Martín Nieto2014-06-124-23/+46
| | * ssl: use lockingCarlos Martín Nieto2014-06-111-0/+42