summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #361 from nulltoken/ntk/fix/wrap-strcmpVicent Martí2011-08-094-13/+19
|\ \
| * | util: Add git__strcmp_cb() wrappernulltoken2011-08-094-13/+19
* | | mwindow.c: fix -Wmissing-field-initializersschu2011-08-091-1/+6
|/ /
* | Fix compilation in WindowsVicent Marti2011-08-085-25/+25
* | transport: Wrap `strcmp`Vicent Marti2011-08-081-1/+8
* | Use the internal sort in the local transportCarlos Martín Nieto2011-08-061-9/+1
|/
* Check for error calculating the delta baseCarlos Martín Nieto2011-08-041-0/+2
* Merge pull request #345 from carlosmn/gsoc2011/indexerVicent Martí2011-08-037-1108/+1655
|\
| * 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
| * Add git_vector_foreachCarlos Martín Nieto2011-08-021-0/+3
| * Modify the given offset in git_packfile_unpackCarlos Martín Nieto2011-08-024-107/+90
| * Move pack functions to their own fileCarlos Martín Nieto2011-08-024-557/+534
| * Make packfile_unpack_header more genericCarlos Martín Nieto2011-08-026-374/+360
| * 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
| * Move the pack structs to an internal headerCarlos Martín Nieto2011-08-022-59/+95
| * Factor out the mmap window codeCarlos Martín Nieto2011-08-023-227/+372
* | Merge pull request #349 from MasterGrumpy/developmentVicent Martí2011-08-032-5/+1
|\ \
| * | Remove duplicated sortLuc Bertrand2011-08-032-2/+0
| * | remove unused variableLuc Bertrand2011-08-031-2/+0
| * | fix recurse_tree_entries, continue parsing tree after first subdirectory foundLuc Bertrand2011-08-031-1/+1
| |/
* | signature: adjust API to return error codesschu2011-08-031-7/+25
* | signature.c: fix off-by-one errorschu2011-08-031-1/+1
|/
* Fix memory leak when wrong object type is looked up from cacheLambert CLARA2011-08-021-0/+3
* reflog: avoid users writing a wrong ancestor OIDschu2011-08-011-15/+16
* Merge pull request #335 from carlosmn/read-updatedVicent Martí2011-07-284-77/+92
|\
| * index: use git_futils_readbuffer_updatedCarlos Martín Nieto2011-07-231-16/+11
| * refs: don't stat so muchCarlos Martín Nieto2011-07-231-53/+45
| * Add git_futils_readbuffer_updatedCarlos Martín Nieto2011-07-232-8/+36
* | filebuf: update git_filebuf.write signature to take non-const bufferKirill A. Shutemov2011-07-252-20/+8
* | index: rework index entry initialization routineKirill A. Shutemov2011-07-251-56/+68
* | index: rework index_insert()Kirill A. Shutemov2011-07-251-22/+42
* | index: introduce index_entry_free()Kirill A. Shutemov2011-07-251-4/+10
* | index: extract index_entry_dup() from index_insert()Kirill A. Shutemov2011-07-251-9/+20
* | index: fix cast warningsKirill A. Shutemov2011-07-251-6/+6
* | refs: fix cast warningKirill A. Shutemov2011-07-251-2/+2
* | tree: fix cast warningsKirill A. Shutemov2011-07-251-4/+9
* | posix: declare 'buf' argument of p_write() as constKirill A. Shutemov2011-07-252-3/+3
* | odb_pack: fix cast warningsKirill A. Shutemov2011-07-251-6/+6
* | sha1: fix cast warningsKirill A. Shutemov2011-07-251-5/+5
* | revwalk: fix cast warningKirill A. Shutemov2011-07-251-2/+1
* | transport_local: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* | reflog: fix cast warningKirill A. Shutemov2011-07-251-2/+2
* | commit: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* | repository.c: remove obsolete TODO markerschu2011-07-241-1/+1
|/
* Merge pull request #334 from schu/typosVicent Martí2011-07-211-4/+4
|\