summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: One last `long long`config-int-typesVicent Marti2011-09-301-2/+2
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-305-69/+80
* config: fix check for environment string expansionCarlos Martín Nieto2011-09-301-1/+1
* Merge pull request #434 from schu/fix-ref-regressionVicent Martí2011-09-301-1/+1
|\
| * refs.c: fix reference_renameschu2011-09-301-1/+1
* | repository: export git_repository_config_autoloadCarlos Martín Nieto2011-09-301-2/+3
|/
* mingw: Fix compilation warningsVicent Marti2011-09-294-22/+28
* netops: Use pragmas only in MSVCVicent Marti2011-09-291-9/+11
* index: Silence type-punned warningVicent Marti2011-09-291-1/+4
* mingw: Fix printf identifiersVicent Marti2011-09-292-1/+8
* odb: Pass compression settings to filebufVicent Marti2011-09-293-9/+10
* odb: Let users decide compression level for the loose ODBVicent Marti2011-09-293-5/+12
* http-parser: Disable MSVC warnings locallyVicent Marti2011-09-292-10/+5
* Resync with upstream http-parserCarlos Martín Nieto2011-09-281-12/+11
* msvc: Disable warnings in header fileVicent Marti2011-09-282-1/+11
* http-parser: More type changesVicent Marti2011-09-282-4/+4
* Change types in http-parserVicent Marti2011-09-281-4/+4
* Update ClayVicent Marti2011-09-283-116/+84
* Merge pull request #432 from carlosmn/msvcVicent Martí2011-09-272-2/+1
|\
| * Really fix MSVCCarlos Martín Nieto2011-09-272-2/+1
|/
* Fix dev branch under MSVCCarlos Martín Nieto2011-09-273-16/+21
* http-parser: Do not use bitfieldsVicent Marti2011-09-271-11/+12
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-275-62/+55
* Add git_config_find_systemCarlos Martín Nieto2011-09-272-0/+71
* Merge pull request #427 from schu/fix-unused-parametersVicent Martí2011-09-271-3/+3
|\
| * t18-status.c: fix unused warningsschu2011-09-241-3/+3
* | tree: Fix check for valid attributesVicent Marti2011-09-271-2/+4
* | tree: Use an internal append functiont to add new entriesVicent Marti2011-09-271-19/+25
* | Make use of the tree cacheCarlos Martín Nieto2011-09-271-0/+30
* | Add git_tree_cache_getCarlos Martín Nieto2011-09-272-1/+25
* | Invalidate the path when removing from the indexCarlos Martín Nieto2011-09-271-0/+6
* | index: invalidate added pathsCarlos Martín Nieto2011-09-271-0/+4
* | Add git_tree_cache_invalidate_pathCarlos Martín Nieto2011-09-272-1/+48
* | tree cache: correctly handle invalidated treesCarlos Martín Nieto2011-09-271-17/+10
* | Make tree cache name a flex-arrayCarlos Martín Nieto2011-09-272-16/+13
* | Move the tree cache functions to their own fileCarlos Martín Nieto2011-09-274-153/+176
* | Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti2011-09-276-48/+10
* | Merge pull request #424 from carlosmn/access-unicodeVicent Martí2011-09-254-2/+14
|\ \ | |/ |/|
| * Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto2011-09-234-2/+14
* | Revert changes to clayPaul Betts2011-09-221-4/+1
|/
* Merge pull request #421 from nulltoken/ntk/fix/config-get-set-longVicent Martí2011-09-2212-26/+113
|\
| * config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-2212-26/+113
* | Add HTTP sources to Clay suiteVicent Marti2011-09-221-1/+1
* | Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-2214-43/+2564
|\ \ | |/ |/|
| * http: get rid of the global stateCarlos Martín Nieto2011-09-211-20/+23
| * http: also store Content-Type if it's the last fieldCarlos Martín Nieto2011-09-121-0/+6
| * http: store which service to expectCarlos Martín Nieto2011-09-121-8/+19
| * Implement ls-remote over smart HTTPCarlos Martín Nieto2011-09-121-0/+325
| * netops: store the error if gitno_send failsCarlos Martín Nieto2011-09-091-1/+1
| * http: add http-parserCarlos Martín Nieto2011-09-094-3/+2081