Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-05Make url decoding more bulletproofbetter-url-parsingBen Straub
2013-11-05Remove unnecessary checkBen Straub
2013-11-05Incorporate feedbackBen Straub
2013-11-05Fix ssh.c compileBen Straub
2013-11-05Compile HTTP parser on win32 (for url parsing)Ben Straub
2013-11-05Unescape url-encoded usernames and passwordsBen Straub
2013-11-04Use http_parser_parse_url to parse urlsBen Straub
2013-11-02Clarify parsing issues and errorsBen Straub
2013-11-02Streamline url-parsing logic.Ben Straub
2013-11-01Merge pull request #1916 from libgit2/simplify-examplesVicent Martí
2013-11-01Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer
2013-11-01clar: Fix warnings in GCC/Linuxvmg/gcc-warningsVicent Marti
2013-11-01iconv: Do not fake an API when iconv is not availableVicent Marti
2013-11-01checkout: Remove unused vectorVicent Marti
2013-11-01array: Wrap `array_alloc` as a single statementVicent Marti
2013-11-01pack: `__object_header` always returns unsigned valuesVicent Marti
2013-11-01Fix warning on win64Linquize
2013-11-01Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí
2013-11-01config_file: Style fixesVicent Marti
2013-11-01Merge remote-tracking branch 'drodriguez/fix-remote-save' into developmentVicent Marti
2013-11-01Fix typosBen Straub
2013-11-01Merge pull request #1928 from libgit2/parse-bad-urlsVicent Martí
2013-11-01A few formatting changes for roccoCarlos Martín Nieto
2013-11-01Set new multivar values using unmatcheable regexp.Daniel Rodríguez Troitiño
2013-11-01Fix memory leaks.Daniel Rodríguez Troitiño
2013-11-01Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño
2013-11-01Update examples/README.mdRussell Belfer
2013-11-01Format comments for use with doccoBen Straub
2013-11-01Prevent another segfault from bad URLBen Straub
2013-11-01Test another bad URLBen Straub
2013-11-01Prevent segfault with a badly-formed URLBen Straub
2013-11-01Add tests for badly-formed URLsBen Straub
2013-10-31Merge pull request #1924 from linquize/gmtimeVicent Martí
2013-10-31Use gmtime() instead of gmtime_t()Linquize
2013-10-31Test more kinds of bad urlBen Straub
2013-10-31Initialize variablesBen Straub
2013-10-31Clean up showindex sampleBen Straub
2013-10-31Reorganize rev-parse exampleBen Straub
2013-10-30rev-list.c example: use common utils, reorganizeBen Straub
2013-10-30Merge pull request #1919 from libgit2/cmn/multi-ack-detailedVicent Martí
2013-10-30merge: any non-zero return from the user is an errorCarlos Martín Nieto
2013-10-30protocol: basic support for multi_ack_detailedCarlos Martín Nieto
2013-10-30cat-file.c example: deploy helpers, reorgBen Straub
2013-10-30add.c: proper frontmatterBen Straub
2013-10-30Remove leftover function declarationCarlos Martín Nieto
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-30init.c example: deploy more helpersBen Straub
2013-10-30add.c example: deploy helpers, reorgBen Straub
2013-10-30pack-objects: Depth can be negativeVicent Marti
2013-10-30init example: deploy helpers, reorgBen Straub