summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add bounds checking to UTF-8 conversionutf8-winVicent 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
* 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 refbranch-delete-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
| * | | network: add sideband supportCarlos Martín Nieto2012-08-249-13/+156
| * | | indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-244-3/+18
* | | | Merge pull request #852 from arrbee/submodule-extensionsVicent Martí2012-08-24293-301/+3777
|\ \ \ \
| * | | | Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-244-7/+16
| * | | | Working implementation of git_submodule_statusRussell Belfer2012-08-2410-316/+606
| * | | | Fix valgrind issues and leaksRussell Belfer2012-08-246-128/+226
| * | | | Major submodule rewriteRussell Belfer2012-08-2413-200/+2273
| * | | | New submodule test dataRussell Belfer2012-08-24270-0/+1007
* | | | | Merge pull request #876 from arrbee/new-config-locationsVicent Martí2012-08-244-11/+24
|\ \ \ \ \
| * | | | | 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-242-8/+27
|/ / /
* | | Fix errors on Win32 with new repo initRussell Belfer2012-08-244-21/+37
|/ /
* | Merge pull request #844 from arrbee/init-extendedVicent Martí2012-08-2338-276/+1922
|\ \ | |/ |/|
| * Fix warnings and merge issues on Win64Russell Belfer2012-08-2312-43/+30
| * Some cleanup suggested during reviewRussell Belfer2012-08-227-56/+24
| * Don't reference stack vars in cleanup callbackRussell Belfer2012-08-221-4/+7
| * fix missing validation and type cast warningRussell Belfer2012-08-221-1/+4
| * Add template dir and set gid to repo initRussell Belfer2012-08-2229-184/+1481
| * Add git_repository_init_ext for power inittersRussell Belfer2012-08-226-141/+529
|/
* Minor bug fixes in diff codeRussell Belfer2012-08-223-3/+6
* Merge pull request #891 from arrbee/internal-ignore-apiVicent Martí2012-08-227-9/+190
|\
| * Wrap up ignore API and add testsRussell Belfer2012-08-224-9/+146
| * Add public API for internal ignoresRussell Belfer2012-08-214-0/+44
* | Merge pull request #889 from nulltoken/filemode-enumVicent Martí2012-08-219-92/+116
|\ \ | |/ |/|