summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC compilation warningnulltoken2011-07-091-1/+1
* Remove unused methodsVicent Marti2011-07-098-74/+23
* odb: Direct writes are backVicent Marti2011-07-0912-98/+244
* posix: Portable `vsnprintf`Vicent Marti2011-07-094-12/+42
* signature: Fix optional headerVicent Marti2011-07-093-14/+8
* reflog: add API to read or write a reference logschu2011-07-092-0/+308
* git_signature__write: make header optionallyschu2011-07-091-4/+10
* index: Return `GIT_ENOTFOUND` when an entry cannot be openedVicent Marti2011-07-092-1/+4
* Merge pull request #309 from schu/rr-flawVicent Martí2011-07-081-2/+6
|\
| * reference_rename: fix flaw in force-renamingschu2011-07-071-2/+6
* | tsort: remove unused but set variableschu2011-07-071-3/+1
|/
* index: Fix memory leak on OOMVicent Marti2011-07-071-4/+17
* tag: add pattern based retrieval of list of tag namesnulltoken2011-07-071-4/+28
* tsort: fix wrong header inclusionnulltoken2011-07-071-7/+1
* Fix MSVC compilation warningsnulltoken2011-07-072-5/+10
* vector: Timsort all of the thingsVicent Marti2011-07-0710-81/+423
* Merge pull request #306 from carlosmn/developmentVicent Martí2011-07-062-11/+2
|\
| * Fix network MSYS compilationCarlos Martín Nieto2011-07-062-11/+2
* | Merge pull request #296 from kiryl/index-optimizationVicent Martí2011-07-065-18/+112
|\ \
| * | index: introduce git_index_uniq() functionKirill A. Shutemov2011-07-051-0/+5
| * | vector: implement git_vector_uniq()Kirill A. Shutemov2011-07-052-1/+21
| * | vector, index: use git__msort() for vector sortingKirill A. Shutemov2011-07-051-1/+1
| * | util: introduce merge sort routineKirill A. Shutemov2011-07-052-0/+67
| * | index: speedup git_index_append()/git_index_append2()Kirill A. Shutemov2011-07-051-17/+19
* | | revwalk: Properly mark uninteresting commitsVicent Marti2011-07-061-8/+6
* | | refs: Cleanup reference renamingVicent Marti2011-07-063-36/+33
* | | Remove duplicated recursive directory removal related codenulltoken2011-07-062-8/+10
* | | Fix windows specific issuesnulltoken2011-07-062-1/+3
* | | reference_rename: git compliant reference renamingschu2011-07-062-91/+107
* | | fileops: add git_futils_rmdir_recurs()schu2011-07-062-0/+28
* | | fileops: add convenience function is_dot_or_dotdot()schu2011-07-062-7/+10
| |/ |/|
* | fnmatch: Fix compilation under WindowsVicent Marti2011-07-061-2/+2
* | fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-067-577/+258
* | Also update local_connect's unused var name for MSVCCarlos Martín Nieto2011-07-051-1/+1
* | repository: fix typo'ed assertnulltoken2011-07-051-1/+1
|/
* repository: Fix unused parameter in Unix systemsVicent Marti2011-07-051-2/+2
* Merge pull request #302 from carlosmn/developmentVicent Martí2011-07-051-1/+6
|\
| * Small fixes in pack_window_openCarlos Martín Nieto2011-07-051-1/+6
* | Merge pull request #297 from nulltoken/patch-5Vicent Martí2011-07-051-3/+3
|\ \ | |/ |/|
| * Fix MSVC compilation issuenulltoken2011-07-051-3/+3
* | Include common.h in hashtable.hCarlos Martín Nieto2011-07-051-0/+1
* | Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-0515-0/+2060
|\ \ | |/ |/|
| * Slim down git_transportCarlos Martín Nieto2011-06-275-17/+10
| * Initialize memory in git transportCarlos Martín Nieto2011-06-271-0/+3
| * Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-272-0/+36
| * Use gitno_buffer in the git transportCarlos Martín Nieto2011-06-274-32/+24
| * Add gitno_buffer as a recv wrapperCarlos Martín Nieto2011-06-272-0/+59
| * Remove the repo param from git_transport_newCarlos Martín Nieto2011-06-261-3/+1
| * Move transports to an inheritance modelCarlos Martín Nieto2011-06-264-78/+73
| * local transport: keep better track of memoryCarlos Martín Nieto2011-06-261-12/+46