summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * A missing refspec is not an errorCarlos Martín Nieto2011-10-082-7/+9
* | msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-054-73/+38
* | indexer: NUL-terminate the filenameCarlos Martín Nieto2011-10-051-2/+2
* | Merge pull request #441 from csware/ignore-missing-pack-fileVicent Martí2011-10-031-1/+4
|\ \
| * | ignore missing pack file as git doesSven Strickroth2011-10-031-1/+4
| |/
* | Merge pull request #438 from jdavid/developmentVicent Martí2011-10-031-7/+16
|\ \ | |/ |/|
| * oid: add missing check to git_oid_fromstrnJ. David Ibáñez2011-10-021-0/+3
| * oid: now git_oid_fromstrn checks whether the given string is too shortJ. David Ibáñez2011-09-301-0/+3
| * oid: optimize git_oid_fromstrn by using memsetJ. David Ibáñez2011-09-301-2/+1
| * oid: make git_oid_fromstrn support hex strings of odd lengthJ. David Ibáñez2011-09-301-5/+9
* | Squelch a couple of warningsCarlos Martín Nieto2011-10-012-2/+2
* | config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-011-61/+32
* | indexer: return immediately if passed a NULL valueCarlos Martín Nieto2011-10-011-0/+3
* | pkt: send all of the wants in the negotiationCarlos Martín Nieto2011-10-011-1/+3
* | transport-git: fix git request length calculationCarlos Martín Nieto2011-10-011-1/+1
* | transport-git: Encapsulation ist gutVicent Marti2011-10-011-16/+11
* | http-transport: Properly cleanup the WSA contextVicent Marti2011-10-011-13/+13
* | http-transport: Update copyrightVicent Marti2011-10-011-21/+3
* | netops: abstract away socket closingCarlos Martín Nieto2011-10-014-8/+20
* | local transport: don't segfault on wrong URLCarlos Martín Nieto2011-10-011-6/+11
* | Initialise the winsock DLLCarlos Martín Nieto2011-10-014-9/+52
* | Use git_buf in the git requestCarlos Martín Nieto2011-10-011-10/+10
* | config: Proper type declarations for 64 bit intsVicent Marti2011-09-303-33/+44
|/
* config: fix check for environment string expansionCarlos Martín Nieto2011-09-301-1/+1
* refs.c: fix reference_renameschu2011-09-301-1/+1
* 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-292-4/+11
* http-parser: Disable MSVC warnings locallyVicent Marti2011-09-291-10/+0
* msvc: Disable warnings in header fileVicent Marti2011-09-281-0/+10
* Really fix MSVCCarlos Martín Nieto2011-09-271-1/+0
* Fix dev branch under MSVCCarlos Martín Nieto2011-09-271-7/+10
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-271-3/+23
* Add git_config_find_systemCarlos Martín Nieto2011-09-271-0/+59
* 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-274-42/+4
* Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto2011-09-234-2/+14
* Merge pull request #421 from nulltoken/ntk/fix/config-get-set-longVicent Martí2011-09-228-23/+47
|\