summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pool: Never return unaligned buffersvmg/pool-alignVicent Marti2015-11-131-8/+16
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-1210-34/+136
|\
| * diff: refactor complex timestamp check into its own functionAxel Rasmussen2015-10-011-5/+27
| * index: don't populate nsec values if GIT_USE_NSEC is offAxel Rasmussen2015-10-011-0/+3
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-0116-56/+226
| |\
| * | apple: work around non-POSIX struct stat on OS X.Axel Rasmussen2015-09-181-6/+17
| * | diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen2015-09-184-13/+30
| * | win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-185-17/+57
| * | cmake: Only provide USE_NSEC if struct stat members are avilable.Axel Rasmussen2015-09-181-2/+1
| * | settings: expose GIT_USE_NSEC flag in git_libgit2_featuresAxel Rasmussen2015-09-181-0/+3
| * | cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen2015-09-182-2/+9
* | | Merge pull request #3499 from ethomson/ref_dir_errmsgsCarlos Martín Nieto2015-11-122-5/+21
|\ \ \
| * | | reflog: error when a directory is at reflog pathEdward Thomson2015-11-121-4/+11
| * | | refs: complain when a directory exists at refEdward Thomson2015-11-121-1/+4
| * | | filebuf: detect directories in our wayEdward Thomson2015-11-031-0/+6
* | | | Merge pull request #3448 from libgit2/cmn/custom-agentCarlos Martín Nieto2015-11-125-3/+69
|\ \ \ \
| * | | | winhttp: use a custom user-agent if the user has set itCarlos Martín Nieto2015-11-121-2/+34
| * | | | http: use a custom user-agent if the user has set itCarlos Martín Nieto2015-11-121-1/+12
| * | | | settings: add a setter for a custom user-agentCarlos Martín Nieto2015-11-123-0/+23
* | | | | index: overwrite the path when inserting conflictsntk/case_index_conflictsCarlos Martín Nieto2015-11-121-1/+1
* | | | | index: correctly report which conflict stage has a wrong filemodeCarlos Martín Nieto2015-11-121-1/+1
|/ / / /
* | | | Merge pull request #3498 from ethomson/windows_symlinksCarlos Martín Nieto2015-11-081-0/+25
|\ \ \ \
| * | | | diff: on win32, treat fake "symlinks" speciallyEdward Thomson2015-11-031-0/+25
| |/ / /
* | | | Merge pull request #3500 from ethomson/submodules_with_pathCarlos Martín Nieto2015-11-081-24/+18
|\ \ \ \
| * | | | submodule: reload HEAD/index after reading configEdward Thomson2015-11-041-24/+18
* | | | | Merge pull request #3465 from libgit2/cmn/tls-registerEdward Thomson2015-11-042-0/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stream: allow registering a user-provided TLS constructorcmn/tls-registerCarlos Martín Nieto2015-11-031-0/+13
| * | | | stream: accept NULL in the free functionCarlos Martín Nieto2015-11-031-0/+3
* | | | | Fix git_commit_summary to convert newlines to spaces even afterStjepan Rajko2015-11-031-10/+25
|/ / / /
* | | | Add diff progress callback.Jason Haslam2015-11-021-2/+13
|/ / /
* | | Merge pull request #3491 from libgit2/cmn/config-checksumEdward Thomson2015-11-023-36/+39
|\ \ \
| * | | filebuf: use an internal buffercmn/config-checksumCarlos Martín Nieto2015-10-301-6/+10
| * | | filebuf: use a checksum to detect file changesCarlos Martín Nieto2015-10-303-34/+33
* | | | merge-base: StyleVicent Marti2015-11-021-1/+6
* | | | merge-base: Do not read parents from the rootVicent Marti2015-11-021-1/+1
* | | | merge-base: Remove redundant merge basesVicent Marti2015-11-022-22/+166
|/ / /
* | | Merge pull request #3493 from ethomson/read_indexCarlos Martín Nieto2015-10-301-9/+29
|\ \ \
| * | | index: read_index must update hashesEdward Thomson2015-10-301-9/+29
* | | | git: put NULL check at the topCarlos Martín Nieto2015-10-301-2/+5
|/ / /
* | | git: accept NULL as argument to its stream freeCarlos Martín Nieto2015-10-301-2/+2
* | | Merge pull request #3486 from srajko/reflog-segfault-fixCarlos Martín Nieto2015-10-291-1/+1
|\ \ \
| * | | Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko2015-10-291-1/+1
* | | | pool: fix documentationEdward Thomson2015-10-281-2/+2
* | | | merge: Do not mallocz unecessary entriesvmg/poolVicent Marti2015-10-281-2/+2
* | | | pool: update commentVicent Marti2015-10-281-1/+1
* | | | pool: Dot not assume mallocs are zeroed outVicent Marti2015-10-284-24/+23
* | | | pool: Take into account malloc overhead & pool page sizeVicent Marti2015-10-281-1/+2
* | | | repository: plug memory leakVicent Marti2015-10-281-0/+1
* | | | pool: Simplify implementationVicent Marti2015-10-2816-265/+72
* | | | merge: Plug memory leakvmg/reuc-insertVicent Marti2015-10-271-3/+3