summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the builtin http-parserhttp-parser-2Vicent Marti2012-11-122-647/+1079
* clar-helpers: Oops, grab pointerVicent Marti2012-11-121-1/+1
* Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti2012-11-1235-104/+277
|\
| * Remove unnecessary progress logicBen Straub2012-11-121-4/+0
| * Fix error checkBen Straub2012-11-121-1/+1
| * Helpers for local-filesystem remote URLsBen Straub2012-11-095-135/+63
| * Avoid copying duplicate commitsBen Straub2012-11-091-7/+8
| * Local fetch: add testsBen Straub2012-11-0930-0/+124
| * Implement local transport's fetchBen Straub2012-11-092-14/+138
* | Merge pull request #1061 from nulltoken/topic/explicit-head-errorsVicent Martí2012-11-128-4/+52
|\ \
| * | repository: Refine repository_head() error reportnulltoken2012-11-127-3/+51
| * | Fix compilation warningnulltoken2012-11-121-1/+1
|/ /
* | Merge pull request #1010 from ethomson/fetch_headEdward Thomson2012-11-1112-3/+542
|\ \
| * | create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-1112-3/+542
|/ /
* | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-105-2/+197
|\ \
| * | index: prevent tree creation from a non merged statenulltoken2012-11-093-2/+54
| * | index: Introduce git_index_has_conflicts()nulltoken2012-11-083-0/+26
| * | tree: enforce coverage of silent entry replacementnulltoken2012-11-081-0/+117
| |/
* | Merge pull request #1060 from nulltoken/topic/explicit-index-errorsVicent Martí2012-11-104-29/+64
|\ \
| * | index: prefer INDEX_OWNER usagenulltoken2012-11-101-1/+1
| * | index: refine add_from_workdir() error reportnulltoken2012-11-103-24/+48
| * | index: make git_index_new() work with a NULL pathnulltoken2012-11-102-1/+12
| * | tests: Add missing assertionsnulltoken2012-11-101-3/+3
|/ /
* | Merge pull request #1058 from pwkelley/developmentVicent Martí2012-11-093-6/+11
|\ \
| * | Fix a mutex/critical section leakPhilip Kelley2012-11-091-0/+1
| * | Fix uninitialized memory in winhttp subtransport on 64-bitPhilip Kelley2012-11-091-1/+4
| * | Fix implementation of strndup to not overrunPhilip Kelley2012-11-091-5/+6
* | | Merge pull request #1059 from nulltoken/fix/config-open-levelVicent Martí2012-11-092-2/+13
|\ \ \ | |/ / |/| |
| * | config: make git_config_open_level() work with an empty confignulltoken2012-11-092-2/+13
|/ /
* | Merge pull request #1052 from delanne/invalid_readVicent Martí2012-11-092-2/+4
|\ \
| * | - Update 'tests-clar/resources/config/config11' in order to reproduce the inv...delanne2012-11-082-2/+4
* | | Merge pull request #1057 from bts/patch-1Vicent Martí2012-11-091-4/+11
|\ \ \ | |_|/ |/| |
| * | Update documentation in remote.hBrian Schroeder2012-11-081-4/+11
|/ /
* | Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-0811-123/+594
|\ \ | |/ |/|
| * Don't store no_check_cert; fetch it on demandPhilip Kelley2012-11-062-24/+16
| * Fix connection leak in http subtransportPhilip Kelley2012-11-062-3/+9
| * Basic authentication for http and winhttpPhilip Kelley2012-11-0610-96/+569
* | Merge pull request #1039 from erikvanzijst/erik/tag_without_messageVicent Martí2012-11-0711-7/+52
|\ \
| * | tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-0211-7/+52
* | | Merge pull request #1050 from edubart/developmentBen Straub2012-11-075-3/+49
|\ \ \
| * | | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-076-52/+49
| * | | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-062-2/+51
|/ / /
* | | Merge pull request #1025 from ethomson/fetchodbPhilip Kelley2012-11-067-21/+150
|\ \ \ | |_|/ |/| |
| * | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-057-21/+150
|/ /
* | Merge pull request #1046 from libgit2/empty-remote-url-crashRussell Belfer2012-11-053-2/+18
|\ \
| * | 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
| * | Revert "Don't expect the 'empty-remote-url' remote to be listed"Justin Spahr-Summers2012-11-051-2/+2
| * | Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers2012-11-051-2/+2
| * | Test for GITERR_INVALIDJustin Spahr-Summers2012-11-051-0/+1
| * | Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1