summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-052-14/+9
* Remove unnecessary checkBen Straub2013-11-051-1/+1
* Incorporate feedbackBen Straub2013-11-051-5/+5
* Fix ssh.c compileBen Straub2013-11-041-2/+3
* Compile HTTP parser on win32 (for url parsing)Ben Straub2013-11-041-0/+2
* Unescape url-encoded usernames and passwordsBen Straub2013-11-042-4/+40
* Use http_parser_parse_url to parse urlsBen Straub2013-11-045-116/+102
* Clarify parsing issues and errorsBen Straub2013-11-011-2/+3
* Streamline url-parsing logic.Ben Straub2013-11-012-25/+35
* Merge pull request #1916 from libgit2/simplify-examplesVicent Martí2013-11-0116-950/+1255
|\
| * Fix typosBen Straub2013-11-012-3/+3
| * A few formatting changes for roccoCarlos Martín Nieto2013-11-014-8/+31
| * Update examples/README.mdRussell Belfer2013-10-311-6/+14
| * Format comments for use with doccoBen Straub2013-10-315-72/+86
| * Clean up showindex sampleBen Straub2013-10-301-23/+15
| * Reorganize rev-parse exampleBen Straub2013-10-301-53/+56
| * rev-list.c example: use common utils, reorganizeBen Straub2013-10-301-34/+28
| * cat-file.c example: deploy helpers, reorgBen Straub2013-10-301-76/+78
| * add.c: proper frontmatterBen Straub2013-10-301-3/+8
| * init.c example: deploy more helpersBen Straub2013-10-301-7/+4
| * add.c example: deploy helpers, reorgBen Straub2013-10-301-57/+61
| * init example: deploy helpers, reorgBen Straub2013-10-301-127/+122
| * Extract common example helpers and reorg examplesRussell Belfer2013-10-297-540/+808
* | Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer2013-11-0114-29/+62
|\ \
| * | 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 #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-0110-85/+85
|\ \ \
| * | | indexer: remove the stream infixCarlos Martín Nieto2013-10-3010-85/+85
| | |/ | |/|
* | | config_file: Style fixesVicent Marti2013-11-011-9/+6
* | | Merge remote-tracking branch 'drodriguez/fix-remote-save' into developmentVicent Marti2013-11-017-12/+204
|\ \ \ | |_|/ |/| |
| * | 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-017-12/+199
* | | 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