summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one like in 8060cdc93cc185e9a71c1aa17091dc0a5ab14457 of upstreamHEADfixupsDaniel Silverstone2014-05-291-2/+2
* Add -lssl to the pkgconfig in case we're linking staticallyDaniel Silverstone2012-09-081-1/+1
* Add missing accessor for fetchRecurseSubmodulesdevelopmentRussell Belfer2012-09-073-0/+60
* odb: mark unused variableMichael Schubert2012-09-061-0/+1
* Merge pull request #900 from pwkelley/developmentVicent Martí2012-09-062-0/+11
|\
| * Expose a malloc function to 3rd party ODB backendsPhilip Kelley2012-08-272-0/+11
* | 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-062-5/+16
* | | Merge remote-tracking branch 'arrbee/diff-iterator' into developmentVicent Marti2012-09-0625-570/+1549
|\ \ \
| * | | Fix comments and a minor bugRussell Belfer2012-09-052-38/+103
| * | | Diff iteratorsRussell Belfer2012-09-0525-570/+1484
* | | | Merge pull request #917 from arrbee/test-issue-835Russell Belfer2012-09-052-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Test for gitmodules only submodule defRussell Belfer2012-09-052-1/+8
|/ / /
* | | Merge pull request #856 from libgit2/utf8-winVicent Martí2012-09-049-301/+147
|\ \ \
| * | | Add bounds checking to UTF-8 conversionVicent Marti2012-08-288-70/+45
| * | | windows: Keep UTF-8 on the stack yoVicent Marti2012-08-288-308/+87
| * | | UTF-8 changes yoVicent Martí2012-08-281-0/+92
* | | | branch: Add missing includeVicent Marti2012-09-041-0/+1
* | | | odb: pass the user's data pointer correctly in foreachCarlos Martín Nieto2012-09-041-1/+1
* | | | travis: use a valgrind suppressions fileCarlos Martín Nieto2012-09-042-1/+13
* | | | clar: Clear errors on shutdownVicent Marti2012-09-041-0/+1
* | | | Merge pull request #913 from nulltoken/fix/warningsVicent Martí2012-09-042-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix MSVC compilation warningsnulltoken2012-09-042-2/+2
|/ / /
* | | Ignore tags fileBen Straub2012-08-301-0/+1
* | | Merge pull request #908 from nulltoken/bug/repo_reinit_initRussell Belfer2012-08-292-2/+17
|\ \ \ | |/ / |/| |
| * | repository: make initialization cope with missing core.worktreenulltoken2012-08-292-2/+17
|/ /
* | 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-276-56/+55
|\ \
| * | branch: Change `git_branch_delete` to take a refVicent Marti2012-08-265-56/+51
| * | posix: Always set a default mapping modeVicent Marti2012-08-261-0/+2
| |/
* | Merge pull request #904 from arrbee/better-object-peelVicent Martí2012-08-276-74/+53
|\ \
| * | Make git_object_peel a bit smarterRussell Belfer2012-08-276-74/+53
| |/
* | Merge pull request #897 from nulltoken/topic/git_reference_check_formatVicent Martí2012-08-273-153/+349
|\ \
| * | refs: expose git_reference_normalize_name()nulltoken2012-08-273-153/+349
* | | Merge pull request #899 from schu/revwalk-pushVicent Martí2012-08-272-6/+22
|\ \ \
| * | | revwalk: refuse push of non-commit objectsMichael Schubert2012-08-272-6/+22
| | |/ | |/|
* | | 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-263-19/+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-252-3/+9
|\ \
| * | Revparse: GIT_EAMBIGUOUSBen Straub2012-08-252-3/+9
* | | Merge pull request #895 from carlosmn/sidebandVicent Martí2012-08-2412-15/+185
|\ \ \
| * | | examples: add progress output to fetchCarlos Martín Nieto2012-08-241-1/+13