summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti2012-11-121-7/+135
|\
| * Remove unnecessary progress logicBen Straub2012-11-121-4/+0
| * Fix error checkBen Straub2012-11-121-1/+1
| * Avoid copying duplicate commitsBen Straub2012-11-091-7/+8
| * Implement local transport's fetchBen Straub2012-11-091-7/+138
* | repository: Refine repository_head() error reportnulltoken2012-11-122-2/+12
* | create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-118-3/+321
* | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-102-0/+21
|\ \
| * | index: prevent tree creation from a non merged statenulltoken2012-11-091-0/+6
| * | index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+15
| |/
* | index: prefer INDEX_OWNER usagenulltoken2012-11-101-1/+1
* | index: refine add_from_workdir() error reportnulltoken2012-11-101-24/+24
* | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-1/+1
* | 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
* | | config: make git_config_open_level() work with an empty confignulltoken2012-11-091-2/+0
|/ /
* | Merge pull request #1052 from delanne/invalid_readVicent Martí2012-11-091-2/+2
|\ \ | |/ |/|
| * - Update 'tests-clar/resources/config/config11' in order to reproduce the inv...delanne2012-11-081-2/+2
* | Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-089-122/+529
|\ \ | |/ |/|
| * 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-068-95/+504
* | Merge pull request #1039 from erikvanzijst/erik/tag_without_messageVicent Martí2012-11-071-7/+10
|\ \
| * | tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-021-7/+10
* | | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-076-52/+49
* | | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-062-2/+51
* | | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-054-16/+105
| |/ |/|
* | Merge pull request #1046 from libgit2/empty-remote-url-crashRussell Belfer2012-11-051-0/+6
|\ \
| * | 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
| * | Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
| * | Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* | | Merge pull request #1044 from dahlbyk/repo/stateRussell Belfer2012-11-051-3/+0
|\ \ \
| * | | repo: fix state when HEAD is not detachedKeith Dahlby2012-11-041-3/+0
| |/ /
* | | Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-051-0/+16
|\ \ \ | |/ / |/| |
| * | packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-011-0/+10
| * | packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-0/+6
* | | Merge pull request #1042 from pwkelley/progress_cbPhilip Kelley2012-11-021-8/+15
|\ \ \
| * | | Fix bytes_received in fetch tests - we weren't calling the callbackPhilip Kelley2012-11-021-8/+15
* | | | Move error capture to top of giterr_setRussell Belfer2012-11-021-4/+4
* | | | Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-025-183/+538
|\ \ \ \ | |/ / / |/| | |
| * | | Move rename detection into new fileRussell Belfer2012-10-305-319/+524
| * | | Initial implementation of diff rename detectionRussell Belfer2012-10-232-0/+150
* | | | Merge pull request #1040 from ethomson/index_refactorPhilip Kelley2012-11-021-3/+9
|\ \ \ \
| * | | | freeing index entries would be helpfulEdward Thomson2012-11-021-3/+9
| | |_|/ | |/| |
* | | | Merge pull request #1041 from pwkelley/transportsPhilip Kelley2012-11-021-30/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Prefer GetLastError() for GITERR_OS on Win32Philip Kelley2012-11-021-30/+19
* | | | Merge pull request #1038 from arrbee/doc-fixesVicent Martí2012-11-012-3/+3
|\ \ \ \
| * | | | Improve docs, examples, warningsRussell Belfer2012-11-012-3/+3