summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|/
* travis: build the master branchCarlos Martín Nieto2014-06-251-1/+2
* Merge pull request #2435 from ethomson/text_attrVicent Marti2014-06-253-3/+12
|\
| * Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-243-3/+12
* | Merge pull request #2439 from ethomson/revert_exportVicent Marti2014-06-251-1/+1
|\ \ | |/ |/|
| * Export git_revert_commitEdward Thomson2014-06-251-1/+1
|/
* Add CHANGELOG entry for mixed-EOL fixCarlos Martín Nieto2014-06-241-0/+2
* Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto2014-06-244-33/+22
|\
| * crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-234-33/+22
* | Add CHANGELOG entry for treebuilder mapCarlos Martín Nieto2014-06-241-0/+2
* | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto2014-06-244-62/+72
|\ \
| * | treentry: no need for manual size book-keepingcmn/treebuilder-perfCarlos Martín Nieto2014-06-102-10/+6
| * | treebuilder: don't keep removed entries aroundCarlos Martín Nieto2014-06-103-38/+22
| * | treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-104-54/+84
* | | Add CHANGELOG entry for shared packsCarlos Martín Nieto2014-06-241-0/+2
* | | Merge branch 'cmn/global-mwf'Carlos Martín Nieto2014-06-247-14/+202
|\ \ \
| * | | Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-237-14/+202
| | |/ | |/|
* | | Merge pull request #2434 from libgit2/rb/contributing-updatesVicent Marti2014-06-242-33/+75
|\ \ \
| * | | missing parenrb/contributing-updatesRussell Belfer2014-06-201-1/+1
| * | | Update CONTRIBUTING and PROJECTSRussell Belfer2014-06-202-33/+75
* | | | Add a CHANGELOG entry for the filebuf changeCarlos Martín Nieto2014-06-231-0/+5
* | | | Merge remote-tracking branch 'upstream/cmn/filebuf-atomic-unlock'Carlos Martín Nieto2014-06-232-4/+28
|\ \ \ \ | |/ / / |/| | |
| * | | filebuf: make unlocking atomiccmn/filebuf-atomic-unlockCarlos Martín Nieto2014-06-042-4/+28
* | | | 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
| | * | | 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 handlingcmn/revwalk-array-fixCarlos Martín Nieto2014-06-111-2/+2
| |/ / /
| * | | Merge pull request #2416 from libgit2/cmn/treebuilder-insert-sortedVicent Marti2014-06-101-2/+2
| |\ \ \
| | * | | treebuilder: insert sortedcmn/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 breakscmn/soversionCarlos Martín Nieto2014-06-082-1/+6
| |/ / /
| * | | Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti2014-06-085-115/+191
| |\ \ \
| | * | | remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-063-5/+1