Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the builtin http-parserhttp-parser-2 | Vicent Marti | 2012-11-12 | 2 | -647/+1079 |
| | |||||
* | clar-helpers: Oops, grab pointer | Vicent Marti | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'ben/local-transport' into development | Vicent Marti | 2012-11-12 | 35 | -104/+277 |
|\ | |||||
| * | Remove unnecessary progress logic | Ben Straub | 2012-11-12 | 1 | -4/+0 |
| | | | | | | | | | | The indexer handles this better than the fetch logic does. | ||||
| * | Fix error check | Ben Straub | 2012-11-12 | 1 | -1/+1 |
| | | |||||
| * | Helpers for local-filesystem remote URLs | Ben Straub | 2012-11-09 | 5 | -135/+63 |
| | | |||||
| * | Avoid copying duplicate commits | Ben Straub | 2012-11-09 | 1 | -7/+8 |
| | | |||||
| * | Local fetch: add tests | Ben Straub | 2012-11-09 | 30 | -0/+124 |
| | | |||||
| * | Implement local transport's fetch | Ben Straub | 2012-11-09 | 2 | -14/+138 |
| | | |||||
* | | Merge pull request #1061 from nulltoken/topic/explicit-head-errors | Vicent Martí | 2012-11-12 | 8 | -4/+52 |
|\ \ | | | | | | | repository: Refine repository_head() error report | ||||
| * | | repository: Refine repository_head() error report | nulltoken | 2012-11-12 | 7 | -3/+51 |
| | | | |||||
| * | | Fix compilation warning | nulltoken | 2012-11-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1010 from ethomson/fetch_head | Edward Thomson | 2012-11-11 | 12 | -3/+542 |
|\ \ | | | | | | | create FETCH_HEAD specially instead of as a ref file | ||||
| * | | create FETCH_HEAD specially instead of as a ref file | Edward Thomson | 2012-11-11 | 12 | -3/+542 |
|/ / | |||||
* | | Merge pull request #1056 from nulltoken/duplicate-tree-entries | Vicent Martí | 2012-11-10 | 5 | -2/+197 |
|\ \ | | | | | | | Duplicate tree entries | ||||
| * | | index: prevent tree creation from a non merged state | nulltoken | 2012-11-09 | 3 | -2/+54 |
| | | | | | | | | | | | | Fix libgit2/libgit2sharp#243 | ||||
| * | | index: Introduce git_index_has_conflicts() | nulltoken | 2012-11-08 | 3 | -0/+26 |
| | | | |||||
| * | | tree: enforce coverage of silent entry replacement | nulltoken | 2012-11-08 | 1 | -0/+117 |
| |/ | |||||
* | | Merge pull request #1060 from nulltoken/topic/explicit-index-errors | Vicent Martí | 2012-11-10 | 4 | -29/+64 |
|\ \ | | | | | | | Topic/explicit index errors | ||||
| * | | index: prefer INDEX_OWNER usage | nulltoken | 2012-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | index: refine add_from_workdir() error report | nulltoken | 2012-11-10 | 3 | -24/+48 |
| | | | |||||
| * | | index: make git_index_new() work with a NULL path | nulltoken | 2012-11-10 | 2 | -1/+12 |
| | | | |||||
| * | | tests: Add missing assertions | nulltoken | 2012-11-10 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1058 from pwkelley/development | Vicent Martí | 2012-11-09 | 3 | -6/+11 |
|\ \ | | | | | | | Fixes for two segfaults | ||||
| * | | Fix a mutex/critical section leak | Philip Kelley | 2012-11-09 | 1 | -0/+1 |
| | | | |||||
| * | | Fix uninitialized memory in winhttp subtransport on 64-bit | Philip Kelley | 2012-11-09 | 1 | -1/+4 |
| | | | |||||
| * | | Fix implementation of strndup to not overrun | Philip Kelley | 2012-11-09 | 1 | -5/+6 |
| | | | |||||
* | | | Merge pull request #1059 from nulltoken/fix/config-open-level | Vicent Martí | 2012-11-09 | 2 | -2/+13 |
|\ \ \ | |/ / |/| | | config: make git_config_open_level() work with an empty config | ||||
| * | | config: make git_config_open_level() work with an empty config | nulltoken | 2012-11-09 | 2 | -2/+13 |
|/ / | |||||
* | | Merge pull request #1052 from delanne/invalid_read | Vicent Martí | 2012-11-09 | 2 | -2/+4 |
|\ \ | | | | | | | Valgrind reports Invalid Read when the configuration file contains some empty line | ||||
| * | | - Update 'tests-clar/resources/config/config11' in order to reproduce the ↵ | delanne | 2012-11-08 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | invalidread with the unittest (just added some \n at the end of the file) - Fix config_file.c | ||||
* | | | Merge pull request #1057 from bts/patch-1 | Vicent Martí | 2012-11-09 | 1 | -4/+11 |
|\ \ \ | |_|/ |/| | | Update documentation in remote.h | ||||
| * | | Update documentation in remote.h | Brian Schroeder | 2012-11-08 | 1 | -4/+11 |
|/ / | |||||
* | | Merge pull request #1048 from pwkelley/basic_auth | Philip Kelley | 2012-11-08 | 11 | -123/+594 |
|\ \ | |/ |/| | Basic authentication for http and winhttp | ||||
| * | Don't store no_check_cert; fetch it on demand | Philip Kelley | 2012-11-06 | 2 | -24/+16 |
| | | |||||
| * | Fix connection leak in http subtransport | Philip Kelley | 2012-11-06 | 2 | -3/+9 |
| | | |||||
| * | Basic authentication for http and winhttp | Philip Kelley | 2012-11-06 | 10 | -96/+569 |
| | | |||||
* | | Merge pull request #1039 from erikvanzijst/erik/tag_without_message | Vicent Martí | 2012-11-07 | 11 | -7/+52 |
|\ \ | | | | | | | Correctly parse tags lacking a description | ||||
| * | | tags: Fixed the tag parser to correctly treat the message field as optional. | Erik van Zijst | 2012-11-02 | 11 | -7/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix makes libgit2 capable of parsing annotated tag objects that lack the optional message/description field. Previously, libgit2 treated this field as mandatory and raised a tag_error on such tags. However, the message field is optional. An example of such a tag is refs/tags/v2.6.16.31-rc1 in Linux: $ git cat-file tag refs/tags/v2.6.16.31-rc1 object afaa018cefb6af63befef1df7d8febaae904434f type commit tag v2.6.16.31-rc1 tagger Adrian Bunk <bunk@stusta.de> 1162716505 +0100 $ | ||||
* | | | Merge pull request #1050 from edubart/development | Ben Straub | 2012-11-07 | 5 | -3/+49 |
|\ \ \ | | | | | | | | | Fix compilation for mingw32 and cygwin | ||||
| * | | | Move inet_pton to posix platform-compatibility layer | Eduardo Bart | 2012-11-07 | 6 | -52/+49 |
| | | | | |||||
| * | | | Fix compilation for mingw32 and cygwin | Eduardo Bart | 2012-11-06 | 2 | -2/+51 |
|/ / / | | | | | | | | | | | | | inet_pton is available only in windows vista or later, fixed the issue by reimplementing it using WSAStringToAddress | ||||
* | | | Merge pull request #1025 from ethomson/fetchodb | Philip Kelley | 2012-11-06 | 7 | -21/+150 |
|\ \ \ | |_|/ |/| | | fetch: Write packs to the ODB instead of directly to disk | ||||
| * | | create callback to handle packs from fetch, move the indexer to odb_pack | Edward Thomson | 2012-11-05 | 7 | -21/+150 |
|/ / | |||||
* | | Merge pull request #1046 from libgit2/empty-remote-url-crash | Russell Belfer | 2012-11-05 | 3 | -2/+18 |
|\ \ | | | | | | | Bail out of remote loading if the URL would be NULL | ||||
| * | | 'geterr' -> 'giterr'empty-remote-url-crash | Justin Spahr-Summers | 2012-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Don't expect the 'empty-remote-url' remote to be listed" | Justin Spahr-Summers | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Apparently git_remote_list() includes even remotes for which git_remote_load() would fail. Sorry @nulltoken, false alarm. This reverts commit f358ec143c8c9952227d31cd21c24f8c9be23d3c. | ||||
| * | | Don't expect the 'empty-remote-url' remote to be listed | Justin Spahr-Summers | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | | CC @nulltoken | ||||
| * | | Test for GITERR_INVALID | Justin Spahr-Summers | 2012-11-05 | 1 | -0/+1 |
| | | | |||||
| * | | Set GITERR_INVALID when encountering a NULL remote URL | Justin Spahr-Summers | 2012-11-05 | 1 | -0/+1 |
| | | |