summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add mutex around mapping and unmapping pack filesRussell Belfer2013-04-222-24/+44
* Add range checking around cache optsRussell Belfer2013-04-223-12/+31
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-226-17/+28
* Global option settersVicent Marti2013-04-223-6/+18
* Clear the cache when there are too many items to expireVicent Marti2013-04-221-1/+20
* Some statsVicent Marti2013-04-221-0/+21
* Per-object max sizeVicent Marti2013-04-222-28/+29
* Duplicated type objectVicent Marti2013-04-223-12/+8
* What has science done.Vicent Marti2013-04-2211-35/+45
* Random evictionVicent Marti2013-04-223-4/+21
* Per-object filteringVicent Marti2013-04-222-7/+33
* lol this worked first try wtfVicent Marti2013-04-228-128/+184
* Merge pull request #1489 from libgit2/vmg/dupe-odb-backendsVicent Martí2013-04-221-9/+32
|\
| * Merge branch 'development' into vmg/dupe-odb-backendsvmg/dupe-odb-backendsVicent Marti2013-04-2222-338/+491
| |\
| * | odb: Disable inode checks for Win32Vicent Marti2013-04-221-0/+4
| * | odb: Do not allow duplicate on-disk backendsVicent Marti2013-04-191-9/+28
* | | Merge pull request #1493 from carlosmn/remotesVicent Martí2013-04-229-174/+300
|\ \ \ | |_|/ |/| |
| * | refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-204-46/+29
| * | remote: allow querying for refspecsCarlos Martín Nieto2013-04-202-4/+52
| * | remote: handle multiple refspecsCarlos Martín Nieto2013-04-208-172/+265
| * | config: allow setting multivars when none exist yetCarlos Martín Nieto2013-04-201-1/+3
* | | Merge pull request #1485 from libgit2/include-git2-sysVicent Martí2013-04-2216-89/+159
|\ \ \
| * | | Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-214-19/+16
| * | | Move refdb_backend to include/git2/sysRussell Belfer2013-04-214-42/+44
| * | | Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-211-38/+43
| * | | Added git_commit_create_oidJohn Wiegley2013-04-211-10/+40
| * | | Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-0/+1
| * | | Added git_repository_new functionJohn Wiegley2013-04-211-0/+6
| * | | Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-216-2/+28
| * | | Move git_config_backend to include/git2/sysRussell Belfer2013-04-213-0/+3
| |/ /
* | | Add missing prototype for p_realpath().Jasper Lievisse Adriaanse2013-04-221-0/+2
|/ /
* | alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-193-22/+29
* | Fix workdir iterator leakRussell Belfer2013-04-181-7/+5
* | Fix win64 warningsRussell Belfer2013-04-181-1/+1
* | Fix uninitialized var warningsRussell Belfer2013-04-182-2/+2
* | More filesystem iterator cleanupRussell Belfer2013-04-181-41/+42
* | Make workdir iterator use filesystem iteratorRussell Belfer2013-04-181-391/+154
* | Add filesystem iterator variantRussell Belfer2013-04-182-0/+312
|/
* Merge pull request #1482 from nviennot/error-name-emailVicent Martí2013-04-181-1/+1
|\
| * Return error for empty name/emailNicolas Viennot2013-04-181-1/+1
* | treebuilder: don't overwrite the error messageCarlos Martín Nieto2013-04-181-1/+0
|/
* Merge pull request #1475 from libgit2/vmg/refs-peelVicent Martí2013-04-173-60/+113
|\
| * refs: Do not union the peelvmg/refs-peelVicent Marti2013-04-173-17/+14
| * refs: Check alloc is cleanerVicent Marti2013-04-171-2/+1
| * refs: Add `git_referene_target_peel`Vicent Marti2013-04-173-62/+119
* | Merge pull request #1477 from ethomson/checkout_modified_use_cacheVicent Martí2013-04-171-0/+12
|\ \
| * | checkout: use cache when possible to determine if workdir item is dirtyEdward Thomson2013-04-171-0/+12
| |/
* | repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-171-0/+31
|/
* Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-153-42/+59
|\
| * git_revision -> git_revspecVicent Marti2013-04-152-16/+16