summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clar: Fix warnings in GCC/Linuxvmg/gcc-warningsVicent Marti2013-11-013-4/+7
* iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-015-16/+47
* checkout: Remove unused vectorVicent Marti2013-11-011-1/+0
* array: Wrap `array_alloc` as a single statementVicent Marti2013-11-011-2/+2
* pack: `__object_header` always returns unsigned valuesVicent Marti2013-11-013-5/+4
* Fix warning on win64Linquize2013-11-014-6/+7
* Merge pull request #1928 from libgit2/parse-bad-urlsVicent Martí2013-11-014-14/+21
|\
| * Prevent another segfault from bad URLBen Straub2013-10-312-6/+7
| * Test another bad URLBen Straub2013-10-311-1/+3
| * Prevent segfault with a badly-formed URLBen Straub2013-10-311-3/+4
| * Add tests for badly-formed URLsBen Straub2013-10-312-6/+9
|/
* Merge pull request #1924 from linquize/gmtimeVicent Martí2013-10-311-3/+3
|\
| * Use gmtime() instead of gmtime_t()Linquize2013-10-311-3/+3
|/
* Test more kinds of bad urlBen Straub2013-10-301-1/+10
* Initialize variablesBen Straub2013-10-301-2/+2
* Merge pull request #1919 from libgit2/cmn/multi-ack-detailedVicent Martí2013-10-303-29/+58
|\
| * protocol: basic support for multi_ack_detailedCarlos Martín Nieto2013-10-303-29/+58
* | merge: any non-zero return from the user is an errorCarlos Martín Nieto2013-10-301-1/+1
|/
* Remove leftover function declarationCarlos Martín Nieto2013-10-301-15/+0
* pack-objects: Depth can be negativeVicent Marti2013-10-301-4/+3
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-2817-87/+492
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-234-2/+21
| * examples: show used local objects in fetchCarlos Martín Nieto2013-10-231-1/+6
| * indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-113-4/+10
| * indexer: inject one base at a timeCarlos Martín Nieto2013-10-081-27/+37
| * net: advertise our support for fixing thin packsCarlos Martín Nieto2013-10-043-1/+12
| * indexer: fix thin packsCarlos Martín Nieto2013-10-0410-44/+340
| * pack: move the object header function hereCarlos Martín Nieto2013-10-043-35/+35
| * indexer: do multiple passes over the delta listCarlos Martín Nieto2013-10-042-12/+70
* | Merge pull request #1912 from ethomson/push_err_messagesVicent Martí2013-10-281-33/+42
|\ \
| * | Test for failure, but don't test the error messageEdward Thomson2013-10-251-33/+42
* | | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-284-43/+53
|\ \ \
| * | | Rename the ssh credentialsCarlos Martín Nieto2013-10-234-43/+53
* | | | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-2814-397/+571
|\ \ \ \
| * | | | reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-023-129/+86
| * | | | reflog: add a convenience append functionCarlos Martín Nieto2013-10-023-25/+93
| * | | | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-0214-446/+595
| | |_|/ | |/| |
* | | | Merge pull request #1915 from zcbenz/common-h-before-config-hVicent Martí2013-10-283-0/+3
|\ \ \ \
| * | | | The "common.h" should be included before "config.h".Cheng Zhao2013-10-283-0/+3
|/ / / /
* | | | Merge pull request #1913 from nvloff/remove_fedora_specVicent Martí2013-10-262-112/+0
|\ \ \ \
| * | | | remove rpm specNikolai Vladimirov2013-10-262-112/+0
|/ / / /
* | | | Merge pull request #1910 from ethomson/disable_winhttpVicent Martí2013-10-251-1/+5
|\ \ \ \
| * | | | Allow -DWINHTTP=OFF to disable WinHTTPEdward Thomson2013-10-251-1/+5
| | |_|/ | |/| |
* | | | Merge pull request #1911 from ethomson/http_headersVicent Martí2013-10-251-4/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Use two calls to set two headersEdward Thomson2013-10-251-4/+17
|/ / /
* | | Merge pull request #1907 from nikai3d/patch-1Vicent Martí2013-10-241-3/+3
|\ \ \
| * | | fix typos in README.mdNicolas Kaiser2013-10-241-3/+3
|/ / /
* | | Really fix the pc fileCarlos Martín Nieto2013-10-231-2/+8
* | | Merge pull request #1905 from libgit2/cmn/list-depsVicent Martí2013-10-233-2/+28
|\ \ \
| * | | README: add a note about the optional dependenciesCarlos Martín Nieto2013-10-231-0/+11