summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-051-12/+7
* Remove unnecessary checkBen Straub2013-11-051-1/+1
* Incorporate feedbackBen Straub2013-11-051-5/+5
* Fix ssh.c compileBen Straub2013-11-041-2/+3
* Unescape url-encoded usernames and passwordsBen Straub2013-11-041-2/+26
* Use http_parser_parse_url to parse urlsBen Straub2013-11-044-89/+74
* Clarify parsing issues and errorsBen Straub2013-11-011-2/+3
* Streamline url-parsing logic.Ben Straub2013-11-011-25/+25
* Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer2013-11-019-21/+43
|\
| * iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-013-12/+35
| * 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 #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-015-43/+43
|\ \
| * | indexer: remove the stream infixCarlos Martín Nieto2013-10-305-43/+43
* | | config_file: Style fixesVicent Marti2013-11-011-9/+6
* | | Merge remote-tracking branch 'drodriguez/fix-remote-save' into developmentVicent Marti2013-11-013-3/+111
|\ \ \ | |_|/ |/| |
| * | Set new multivar values using unmatcheable regexp.Daniel Rodríguez Troitiño2013-11-011-1/+4
| * | Fix memory leaks.Daniel Rodríguez Troitiño2013-11-011-0/+2
| * | Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-013-3/+106
* | | Prevent another segfault from bad URLBen Straub2013-10-312-6/+7
* | | Prevent segfault with a badly-formed URLBen Straub2013-10-311-3/+4
|/ /
* | 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
|/ /
* | pack-objects: Depth can be negativeVicent Marti2013-10-301-4/+3
|/
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-289-80/+327
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-231-0/+6
| * indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-3/+2
| * 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-044-40/+243
| * 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-041-12/+30
* | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-282-25/+25
|\ \
| * | Rename the ssh credentialsCarlos Martín Nieto2013-10-232-25/+25
* | | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-288-336/+435
|\ \ \
| * | | reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-022-117/+86
| * | | reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-0/+19
| * | | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-028-409/+520
| | |/ | |/|
* | | The "common.h" should be included before "config.h".Cheng Zhao2013-10-283-0/+3
* | | Use two calls to set two headersEdward Thomson2013-10-251-4/+17
* | | transport: let the progress output return an errorCarlos Martín Nieto2013-10-231-1/+4
| |/ |/|
* | Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí2013-10-2216-518/+549
|\ \
| * | Implement patience and minimal diff flagsRussell Belfer2013-10-211-0/+5
| * | Fix warnings for win64Russell Belfer2013-10-211-5/+5
| * | Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-213-160/+147
| * | Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-212-20/+29