summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* array: mark the array to grow as volatilereplace-luagit2Carlos 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 insertingCarlos Martín Nieto2014-07-312-3/+67
|/
* libgit2 v0.21.0Vicent Marti2014-06-20784-10716/+31834
|\
| * Merge pull request #2425 from libgit2/cmn/clone-auth-changeVicent Marti2014-06-161-9/+3
| |\
| | * test: remove assembla clone testCarlos 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 timeCarlos 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
| | * netops: init OpenSSL once under lockCarlos Martín Nieto2014-06-113-2/+37
| * | http: fix typo in credentials logicCarlos Martín Nieto2014-06-131-1/+1
| * | remote: update documentationCarlos Martín Nieto2014-06-111-18/+60
| * | Merge pull request #2417 from libgit2/cmn/revwalk-array-fixVicent Marti2014-06-111-2/+2
| |\ \
| | * | revwalk: more sensible array handlingCarlos Martín Nieto2014-06-111-2/+2
| |/ /
| * | Merge pull request #2416 from libgit2/cmn/treebuilder-insert-sortedVicent Marti2014-06-101-2/+2
| |\ \
| | * | treebuilder: insert sortedCarlos Martín Nieto2014-06-101-2/+2
| * | | pathspec: use C guards in headerCarlos Martín Nieto2014-06-101-0/+3
| |/ /
| * | remote: fix rename docsCarlos Martín Nieto2014-06-091-3/+0
| * | Merge branch 'cmn/soversion' into developmentCarlos Martín Nieto2014-06-082-3/+8
| |\ \
| | * | Bump version to 0.21.0Carlos Martín Nieto2014-06-081-3/+3
| | * | Change SOVERSION at API breaksCarlos Martín Nieto2014-06-082-1/+6
| |/ /
| * | Merge pull request #2407 from libgit2/cmn/remote-rename-moreVicent Marti2014-06-085-115/+191
| |\ \
| | * | remote: don't free the remote on deleteCarlos Martín Nieto2014-06-063-5/+1
| | * | remote: handle symrefs when renamingCarlos Martín Nieto2014-06-061-10/+39
| | * | remote: failing test for renaming with a symrefCarlos Martín Nieto2014-06-061-0/+48
| | * | remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-064-56/+87
| | * | remote: make sure the name stays valid on renameCarlos Martín Nieto2014-06-061-3/+6
| | * | remote: remove rename code for anonymous remotesCarlos Martín Nieto2014-06-061-42/+11
| | |/
| * | Merge pull request #2409 from phkelley/win32_thread_fixesVicent Marti2014-06-088-71/+107
| |\ \
| | * | React to review feedbackPhilip Kelley2014-06-073-18/+26
| | * | Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-078-68/+96
| |/ /
| * | Merge pull request #2408 from phkelley/win32_test_fixesPhilip Kelley2014-06-072-2/+5
| |\ \ | | |/ | |/|
| | * Win32: Fix diff::workdir::submodules test #2361Philip Kelley2014-06-071-2/+2