summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one like in 8060cdc93cc185e9a71c1aa17091dc0a5ab14457 of upstreamHEADfixupsDaniel Silverstone2014-05-291-2/+2
* Add missing accessor for fetchRecurseSubmodulesdevelopmentRussell Belfer2012-09-071-0/+20
* odb: mark unused variableMichael Schubert2012-09-061-0/+1
* Merge pull request #900 from pwkelley/developmentVicent Martí2012-09-061-0/+5
|\
| * Expose a malloc function to 3rd party ODB backendsPhilip Kelley2012-08-271-0/+5
* | Merge pull request #912 from schu/netops-ssl-errorVicent Martí2012-09-061-2/+38
|\ \
| * | netops: be more careful with SSL errorsMichael Schubert2012-09-041-1/+37
| * | netops: continue writing on SSL_ERROR_WANT_WRITEMichael Schubert2012-09-041-1/+1
* | | diff: Cleanup documentation and printf compatVicent Marti2012-09-061-4/+4
* | | Fix comments and a minor bugRussell Belfer2012-09-051-4/+3
* | | Diff iteratorsRussell Belfer2012-09-0512-274/+809
* | | Merge pull request #856 from libgit2/utf8-winVicent Martí2012-09-047-229/+134
|\ \ \
| * | | Add bounds checking to UTF-8 conversionVicent Marti2012-08-287-67/+42
| * | | windows: Keep UTF-8 on the stack yoVicent Marti2012-08-286-236/+74
| * | | UTF-8 changes yoVicent Martí2012-08-281-0/+92
* | | | odb: pass the user's data pointer correctly in foreachCarlos Martín Nieto2012-09-041-1/+1
* | | | Fix MSVC compilation warningsnulltoken2012-09-042-2/+2
| |/ / |/| |
* | | repository: make initialization cope with missing core.worktreenulltoken2012-08-291-2/+2
|/ /
* | Merge pull request #905 from carlosmn/signature-nowVicent Martí2012-08-281-10/+12
|\ \
| * | signature: make the OS give us the offset for git_signature_nowCarlos Martín Nieto2012-08-281-10/+12
* | | Fix parentheses warningMichael Schubert2012-08-281-1/+2
|/ /
* | ssl: make cert check ignore work for invalid certs, not just CNsCarlos Martín Nieto2012-08-281-2/+6
* | Merge branch 'branch-delete-ref' into developmentVicent Marti2012-08-273-17/+23
|\ \
| * | branch: Change `git_branch_delete` to take a refVicent Marti2012-08-262-17/+21
| * | posix: Always set a default mapping modeVicent Marti2012-08-261-0/+2
| |/
* | Merge pull request #904 from arrbee/better-object-peelVicent Martí2012-08-273-66/+32
|\ \
| * | Make git_object_peel a bit smarterRussell Belfer2012-08-273-66/+32
| |/
* | Merge pull request #897 from nulltoken/topic/git_reference_check_formatVicent Martí2012-08-271-38/+70
|\ \
| * | refs: expose git_reference_normalize_name()nulltoken2012-08-271-38/+70
* | | Merge pull request #899 from schu/revwalk-pushVicent Martí2012-08-271-6/+14
|\ \ \
| * | | revwalk: refuse push of non-commit objectsMichael Schubert2012-08-271-6/+14
| | |/ | |/|
* | | Merge pull request #903 from nulltoken/topic/peeling-duplicationRussell Belfer2012-08-271-25/+3
|\ \ \ | |/ / |/| |
| * | branch: reduce code duplicationnulltoken2012-08-271-25/+3
| |/
* | indexer: kill git_indexer_stats.data_receivedCarlos Martín Nieto2012-08-262-18/+4
* | http: increase buffer side to deal with side-band-64kCarlos Martín Nieto2012-08-251-1/+1
* | indexer: don't segfault when freeing an unused indexerCarlos Martín Nieto2012-08-251-3/+5
* | Merge pull request #896 from ben/revparse-ambiguousVicent Martí2012-08-251-3/+0
|\ \
| * | Revparse: GIT_EAMBIGUOUSBen Straub2012-08-251-3/+0
* | | Merge pull request #895 from carlosmn/sidebandVicent Martí2012-08-249-13/+169
|\ \ \
| * | | network: add sideband supportCarlos Martín Nieto2012-08-248-12/+155
| * | | indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-242-2/+15
* | | | Merge pull request #852 from arrbee/submodule-extensionsVicent Martí2012-08-2412-241/+1485
|\ \ \ \
| * | | | Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-244-7/+16
| * | | | Working implementation of git_submodule_statusRussell Belfer2012-08-245-210/+224
| * | | | Fix valgrind issues and leaksRussell Belfer2012-08-244-128/+143
| * | | | Major submodule rewriteRussell Belfer2012-08-245-144/+1351
* | | | | Support new config locationsRussell Belfer2012-08-244-11/+24
* | | | | Fix memory leak in cp_rRussell Belfer2012-08-241-0/+1
| |_|_|/ |/| | |
* | | | Fix crash with adding internal ignoresRussell Belfer2012-08-241-8/+12
|/ / /
* | | Fix errors on Win32 with new repo initRussell Belfer2012-08-242-5/+8
|/ /