summaryrefslogtreecommitdiff
path: root/src/indexer.c
Commit message (Expand)AuthorAgeFilesLines
* indexer: delay resolving deltasCarlos Martín Nieto2012-07-141-22/+24
* mwindow: allow memory-window files to deregisterCarlos Martin Nieto2012-06-281-0/+2
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-1/+1
* indexer: start parsing input data immediatelyMichael Schubert2012-06-251-2/+0
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-1/+3
|\
| * misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+3
* | Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young2012-06-121-1/+1
|/
* CleanupMichael Schubert2012-05-191-1/+0
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-4/+4
* errors: Rename the generic return codesVicent Martí2012-05-181-4/+4
* indexer: add more consistency checksCarlos Martín Nieto2012-05-161-0/+11
* Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-151-5/+5
* indexer: close the pack's fd before renaming itCarlos Martín Nieto2012-05-091-1/+2
* buf: deploy git_buf_len()nulltoken2012-04-301-2/+2
* Fix Win32 warningsRussell Belfer2012-04-261-1/+1
* transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-1/+1
* indexer: add git_indexer_stream_free() and _hash()Carlos Martín Nieto2012-04-131-0/+29
* indexer: Add git_indexer_stream_finalize()Carlos Martín Nieto2012-04-131-71/+235
* indexer: start writing the stream indexerCarlos Martín Nieto2012-04-131-36/+310
* Convert indexer, notes, sha1_lookup, and signatureRussell Belfer2012-03-191-70/+64
* Continue error conversionRussell Belfer2012-03-141-4/+7
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-6/+6
* error-handling: RepositoryVicent Martí2012-03-071-3/+6
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-1/+2
* Update Copyright headerschu2012-02-131-1/+1
* odb: Add internal `git_odb__hashfd`Vicent Martí2012-02-101-1/+1
* indexer: save the pack index with the right nameCarlos Martín Nieto2012-01-191-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-16/+34
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-1/+1
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
|/
* indexer: NUL-terminate the filenameCarlos Martín Nieto2011-10-051-2/+2
* indexer: return immediately if passed a NULL valueCarlos Martín Nieto2011-10-011-0/+3
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-2/+3
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-4/+4
* odb: Do not pass around a header when hashingVicent Marti2011-08-181-3/+2
* Assert a filename in indexer creationCarlos Martín Nieto2011-08-181-0/+2
* Implement cooperative cachingCarlos Martín Nieto2011-08-181-3/+35
* Merge pull request #355 from jdavid/fix-buildVicent Martí2011-08-091-2/+2
|\
| * Fix "redefinition of typedef git_indexer" build errorJ. David Ibáñez2011-08-051-2/+2
* | Fix compilation in WindowsVicent Marti2011-08-081-3/+5
|/
* Move pack index writing to a public functionCarlos Martín Nieto2011-08-031-7/+1
* Implement the indexerCarlos Martín Nieto2011-08-031-42/+209
* Modify the given offset in git_packfile_unpackCarlos Martín Nieto2011-08-021-91/+65
* Move pack functions to their own fileCarlos Martín Nieto2011-08-021-4/+4
* Make packfile_unpack_header more genericCarlos Martín Nieto2011-08-021-20/+9
* Rename stuff to git_indexer_Carlos Martín Nieto2011-08-021-9/+98
* Start the runnerCarlos Martín Nieto2011-08-021-0/+34
* Intial indexer codeCarlos Martín Nieto2011-08-021-0/+133