summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sha1Lookup: Fixed two MSVC compilation warnings.unknown2011-06-032-5/+5
* Fileops:retrieve_path_root_offset is now named gitfo_retrieve_path_root_offse...Romain Geissler2011-06-032-16/+25
* Merge pull request #144 from nordsturm/fix_fakewstreamVicent Martí2011-06-022-2/+5
|\
| * Add error processing in git_blob_create_frombuffer()Sergey Nikishin2011-04-241-1/+4
| * Fix whole buffer writing in fake wstreamSergey Nikishin2011-04-241-1/+1
* | odb-pack: More variable declarationsVicent Marti2011-06-021-4/+5
* | odb-pack: Do not declare variables mid-functionVicent Marti2011-06-021-2/+2
* | signature: Fix compilationVicent Marti2011-06-011-1/+1
* | short-oid: CleanupVicent Marti2011-06-016-41/+56
* | Implemented read_unique_short_oid method for loose backend.Marc Pegon2011-06-011-2/+115
* | Fixed some error messages related to searching objects from a short oid. Fixe...Marc Pegon2011-06-012-17/+39
* | Deleted unused method git_cached_object_match, since we do not explore the ca...Marc Pegon2011-06-011-5/+0
* | Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon2011-06-012-4/+19
* | Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-012-2/+6
* | Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-015-60/+455
* | Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-014-0/+33
* | Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon2011-06-014-0/+62
* | Merge pull request #224 from glesserd/tagparsingVicent Martí2011-06-012-6/+23
|\ \
| * | Fix tag and signature parsingDavid Glesser2011-05-312-6/+23
* | | Merge pull request #215 from schu/typosVicent Martí2011-06-011-1/+1
|\ \ \
| * | | gitfo_isdir: fix error messageschu2011-05-291-1/+1
| |/ /
* | | Merge pull request #223 from carlosmn/valgrindVicent Martí2011-06-011-0/+9
|\ \ \
| * | | Plug a leak in the index unmerged entries vectorCarlos Martín Nieto2011-05-311-0/+9
* | | | Merge pull request #222 from carlosmn/config-bugfixVicent Martí2011-06-011-36/+22
|\ \ \ \
| * | | | Don't try to parse an empty config fileCarlos Martín Nieto2011-05-311-0/+4
| * | | | Config parse header ext: don't allow text after closing quoteCarlos Martín Nieto2011-05-311-4/+8
| * | | | Parse section header ext: don't leak on errorCarlos Martín Nieto2011-05-311-2/+4
| * | | | Guard against double-freeing the current sectionCarlos Martín Nieto2011-05-311-2/+2
| * | | | cfg_readline: really ignore empty linesCarlos Martín Nieto2011-05-311-31/+8
| * | | | Config file open: don't free memory that doesn't belong to usCarlos Martín Nieto2011-05-311-1/+0
| | |/ / | |/| |
* | | | Merge pull request #206 from nulltoken/topic/is-bareVicent Martí2011-06-011-0/+6
|\ \ \ \
| * | | | Add git_repository_is_bare() accessornulltoken2011-05-241-0/+6
| |/ / /
* | | | index: Cleanup tree parsingVicent Marti2011-06-011-23/+25
* | | | index: correctly parse invalidated TREE extensionsCarlos Martín Nieto2011-06-011-1/+10
* | | | Allow read_tree_internal to return an error codeCarlos Martín Nieto2011-06-011-28/+53
* | | | index: Change the memory management for repo indexesVicent Marti2011-06-013-27/+9
|/ / /
* | | Fix compilation warnings in MSVCnulltoken2011-05-242-3/+3
|/ /
* | index: Fix unused error messagesVicent Marti2011-05-231-2/+2
* | index.c: Move to new error handling mechanismJakob Pfender2011-05-231-21/+20
* | config_file.c: Move to new error handling mechanismJakob Pfender2011-05-231-5/+5
* | win32/pthread.c: Move to new error handling mechanismJakob Pfender2011-05-231-1/+1
* | win32/map.c: Move to new error handling mechanismJakob Pfender2011-05-231-10/+10
* | unix/map.c: Move to new error handling mechanismJakob Pfender2011-05-231-5/+5
* | backends/sqlite.c: Move to new error handling mechanismJakob Pfender2011-05-231-12/+12
* | backends/hiredis.c: Move to new error handling mechanismJakob Pfender2011-05-231-6/+6
* | util.c: Move to new error handling mechanismJakob Pfender2011-05-231-3/+3
* | tree.c: Move to new error handling mechanismJakob Pfender2011-05-231-4/+4
* | tag.c: Move to new error handling mechanismJakob Pfender2011-05-231-11/+11
* | signature.c: Move to new error handling mechanismJakob Pfender2011-05-231-1/+1
* | revwalk.c: Move to new error handling mechanismJakob Pfender2011-05-231-12/+12