Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-16tree: Naming conventionsVicent Martí
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-03-20Migrate index, oid, and utils to new errorsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-06Fix memory leak in git_index_remove.Russell Belfer
2011-12-30add git_index_read_treeClemens Buchacher
2011-12-19Restore missing lstat in index_entry_initRussell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-29Plug a bunch of leaksCarlos Martín Nieto
2011-11-26repository: Change ownership semanticsVicent Marti
2011-11-22filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer
2011-10-29Merge pull request #456 from brodie/perm-fixesVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-09-29index: Silence type-punned warningVicent Marti
2011-09-27Invalidate the path when removing from the indexCarlos Martín Nieto
2011-09-27index: invalidate added pathsCarlos Martín Nieto
2011-09-27Move the tree cache functions to their own fileCarlos Martín Nieto
2011-09-22config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-31Fix compilation in MinGWVicent Marti
2011-07-28Merge pull request #335 from carlosmn/read-updatedVicent Martí
2011-07-25index: rework index entry initialization routineKirill A. Shutemov
2011-07-25index: rework index_insert()Kirill A. Shutemov
2011-07-25index: introduce index_entry_free()Kirill A. Shutemov
2011-07-25index: extract index_entry_dup() from index_insert()Kirill A. Shutemov
2011-07-25index: fix cast warningsKirill A. Shutemov
2011-07-23index: use git_futils_readbuffer_updatedCarlos Martín Nieto
2011-07-19index: fix memory leakKirill A. Shutemov
2011-07-13index: Yes, we have to truncateVicent Marti
2011-07-13index: fix potential overflowKirill A. Shutemov
2011-07-13index: drop useless type castingKirill A. Shutemov
2011-07-13vector: mark internal functions as staticKirill A. Shutemov
2011-07-13vector: avoid double assertingKirill A. Shutemov
2011-07-13index: drop sort_index()Kirill A. Shutemov
2011-07-13index: do not sort index before git_vector_bsearch2()Kirill A. Shutemov
2011-07-13index: do not free vectors twice in git_index_free()Kirill A. Shutemov
2011-07-09index: Return `GIT_ENOTFOUND` when an entry cannot be openedVicent Marti
2011-07-07index: Fix memory leak on OOMVicent Marti
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-05index: introduce git_index_uniq() functionKirill A. Shutemov
2011-07-05index: speedup git_index_append()/git_index_append2()Kirill A. Shutemov
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov