| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #355 from jdavid/fix-build | Vicent Martí | 2011-08-09 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix "redefinition of typedef git_indexer" build error | J. David Ibáñez | 2011-08-05 | 1 | -2/+2 |
| * | | Merge pull request #361 from nulltoken/ntk/fix/wrap-strcmp | Vicent Martí | 2011-08-09 | 4 | -13/+19 |
| |\ \ | |||||
| | * | | util: Add git__strcmp_cb() wrapper | nulltoken | 2011-08-09 | 4 | -13/+19 |
| * | | | mwindow.c: fix -Wmissing-field-initializers | schu | 2011-08-09 | 1 | -1/+6 |
| |/ / | |||||
| * | | Fix compilation in Windows | Vicent Marti | 2011-08-08 | 5 | -25/+25 |
| * | | transport: Wrap `strcmp` | Vicent Marti | 2011-08-08 | 1 | -1/+8 |
| * | | Use the internal sort in the local transport | Carlos Martín Nieto | 2011-08-06 | 1 | -9/+1 |
| |/ | |||||
| * | Check for error calculating the delta base | Carlos Martín Nieto | 2011-08-04 | 1 | -0/+2 |
| * | Merge pull request #345 from carlosmn/gsoc2011/indexer | Vicent Martí | 2011-08-03 | 7 | -1108/+1655 |
| |\ | |||||
| | * | Move pack index writing to a public function | Carlos Martín Nieto | 2011-08-03 | 1 | -7/+1 |
| | * | Implement the indexer | Carlos Martín Nieto | 2011-08-03 | 1 | -42/+209 |
| | * | Add git_vector_foreach | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+3 |
| | * | Modify the given offset in git_packfile_unpack | Carlos Martín Nieto | 2011-08-02 | 4 | -107/+90 |
| | * | Move pack functions to their own file | Carlos Martín Nieto | 2011-08-02 | 4 | -557/+534 |
| | * | Make packfile_unpack_header more generic | Carlos Martín Nieto | 2011-08-02 | 6 | -374/+360 |
| | * | Rename stuff to git_indexer_ | Carlos Martín Nieto | 2011-08-02 | 1 | -9/+98 |
| | * | Start the runner | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+34 |
| | * | Intial indexer code | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+133 |
| | * | Move the pack structs to an internal header | Carlos Martín Nieto | 2011-08-02 | 2 | -59/+95 |
| | * | Factor out the mmap window code | Carlos Martín Nieto | 2011-08-02 | 3 | -227/+372 |
| * | | Merge pull request #349 from MasterGrumpy/development | Vicent Martí | 2011-08-03 | 2 | -5/+1 |
| |\ \ | |||||
| | * | | Remove duplicated sort | Luc Bertrand | 2011-08-03 | 2 | -2/+0 |
| | * | | remove unused variable | Luc Bertrand | 2011-08-03 | 1 | -2/+0 |
| | * | | fix recurse_tree_entries, continue parsing tree after first subdirectory found | Luc Bertrand | 2011-08-03 | 1 | -1/+1 |
| | |/ | |||||
| * | | signature: adjust API to return error codes | schu | 2011-08-03 | 1 | -7/+25 |
| * | | signature.c: fix off-by-one error | schu | 2011-08-03 | 1 | -1/+1 |
| |/ | |||||
| * | Fix memory leak when wrong object type is looked up from cache | Lambert CLARA | 2011-08-02 | 1 | -0/+3 |
| * | reflog: avoid users writing a wrong ancestor OID | schu | 2011-08-01 | 1 | -15/+16 |
| * | Merge pull request #335 from carlosmn/read-updated | Vicent Martí | 2011-07-28 | 4 | -77/+92 |
| |\ | |||||
| | * | index: use git_futils_readbuffer_updated | Carlos Martín Nieto | 2011-07-23 | 1 | -16/+11 |
| | * | refs: don't stat so much | Carlos Martín Nieto | 2011-07-23 | 1 | -53/+45 |
| | * | Add git_futils_readbuffer_updated | Carlos Martín Nieto | 2011-07-23 | 2 | -8/+36 |
| * | | filebuf: update git_filebuf.write signature to take non-const buffer | Kirill A. Shutemov | 2011-07-25 | 2 | -20/+8 |
| * | | index: rework index entry initialization routine | Kirill A. Shutemov | 2011-07-25 | 1 | -56/+68 |
| * | | index: rework index_insert() | Kirill A. Shutemov | 2011-07-25 | 1 | -22/+42 |
| * | | index: introduce index_entry_free() | Kirill A. Shutemov | 2011-07-25 | 1 | -4/+10 |
| * | | index: extract index_entry_dup() from index_insert() | Kirill A. Shutemov | 2011-07-25 | 1 | -9/+20 |
| * | | index: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -6/+6 |
| * | | refs: fix cast warning | Kirill A. Shutemov | 2011-07-25 | 1 | -2/+2 |
| * | | tree: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -4/+9 |
| * | | posix: declare 'buf' argument of p_write() as const | Kirill A. Shutemov | 2011-07-25 | 2 | -3/+3 |
| * | | odb_pack: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -6/+6 |
| * | | sha1: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -5/+5 |
| * | | revwalk: fix cast warning | Kirill A. Shutemov | 2011-07-25 | 1 | -2/+1 |
| * | | transport_local: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -2/+2 |
| * | | reflog: fix cast warning | Kirill A. Shutemov | 2011-07-25 | 1 | -2/+2 |
| * | | commit: fix cast warnings | Kirill A. Shutemov | 2011-07-25 | 1 | -2/+2 |
| * | | repository.c: remove obsolete TODO marker | schu | 2011-07-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #334 from schu/typos | Vicent Martí | 2011-07-21 | 1 | -4/+4 |
| |\ | |||||
