summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* errors: Set error messages on memory allocationVicent Marti2011-05-092-11/+36
* errors: Add error handling functionVicent Marti2011-05-092-0/+42
* Fix two warnings from ClangCarlos Martín Nieto2011-05-062-3/+2
* Merge pull request #151 from carlosmn/root-commit.Vicent Martí2011-05-022-3/+13
|\
| * commit: support a root commitsCarlos Martín Nieto2011-04-291-2/+11
| * refs: don't loose info on resolve errorCarlos Martín Nieto2011-04-291-1/+2
* | Merge pull request #146 from nordsturm/fix_subtrees.Vicent Martí2011-05-021-1/+2
|\ \
| * | Fix tree-entry attribute convertion (fix corrupted trees)Sergey Nikishin2011-04-261-1/+2
| |/
* | Re-apply missing patchesVicent Marti2011-05-022-2/+25
* | Merge pull request #145 from schu/fix-unused-warnings.Vicent Martí2011-05-013-9/+6
|\ \
| * | Fix -Wunused-but-set-variable warningsschu2011-04-263-9/+6
| |/
* | Merge pull request #147 from nordsturm/fix_pack_backend_leak.Vicent Martí2011-05-011-0/+1
|\ \
| * | Fix memory leak in pack_backend__freeSergey Nikishin2011-04-271-0/+1
| |/
* | pack-odb: Check `mtime` instead of folder sizeVicent Marti2011-05-011-4/+4
|/
* Merged pull request #139 from jpfender/merge-head-file.Vicent Martí2011-04-232-2/+4
|\
| * refs: Allow MERGE_HEAD in normalize_name()Jakob Pfender2011-04-212-2/+4
* | index: Refactor add/replace methodsVicent Marti2011-04-241-46/+77
* | Merged pull request #140 from jpfender/insert-replace.Vicent Martí2011-04-231-5/+7
|\ \
| * | index: Allow user to toggle whether to replace an index entryJakob Pfender2011-04-211-5/+7
| |/
* | Merged pull request #143 from nordsturm/fix_loop.Vicent Martí2011-04-231-0/+3
|\ \
| * | Fix going into infinite loop in read_header_loose()Sergey Nikishin2011-04-221-0/+3
| |/
* | Fix conversion warning in MSVCVicent Marti2011-04-231-4/+4
|/
* Close file descriptor when writing a blobVicent Marti2011-04-151-0/+1
* Refresh the list of packfiles on each ODB queryVicent Marti2011-04-151-33/+46
* Add `git_tag_list`Vicent Marti2011-04-121-0/+26
* Use Z_BEST_SPEED for filebuf deflatingVicent Marti2011-04-101-1/+1
* Fix `time_t` conversion on Win32Vicent Marti2011-04-091-2/+2
* Fix `gmtime` issues in Win32Vicent Marti2011-04-091-6/+20
* Rename `git_signature_new_now`Vicent Marti2011-04-091-1/+1
* Add API git_signature_new_nowCarlos Martín Nieto2011-04-091-0/+19
* Add a few malloc checksCarlos Martín Nieto2011-04-092-0/+14
* Add two new accessors to the repositorynulltoken2011-04-091-0/+11
* Properly check `strtol` for errorsVicent Marti2011-04-097-15/+112
* Add new method `git_repository_is_empty`Vicent Marti2011-04-081-0/+15
* refs: Fix issue when packing weak tagsVicent Marti2011-04-081-13/+24
* tag: don't check twice if an object existsCarlos Martín Nieto2011-04-081-9/+1
* tag: don't allow tags to non-existent objectsCarlos Martín Nieto2011-04-081-0/+3
* tag: discover the target type if neededCarlos Martín Nieto2011-04-081-0/+8
* Added git_commit_tree_oid and git_commit_parent_oid.Sam2011-04-081-0/+6
* fix git_treebuilder_insert probrem.Shuhei Tanuma2011-04-081-1/+1
* Do not assert error codes on Hiredis backendVicent Marti2011-04-081-4/+2
* redis backendDmitry Kovega2011-04-081-0/+202
* Build & write custom trees in memoryVicent Marti2011-04-042-8/+227
* Make reinitializing a repository return GIT_ENOTIMPLEMENTED instead of GIT_SU...nulltoken2011-04-041-1/+1
* Add a fake wstream to the ODBVicent Marti2011-04-041-0/+65
* Fix the git_tree_write implementationVicent Marti2011-04-041-53/+61
* New external API method: `git_tree_create`Sarath Lakshman2011-04-032-0/+88
* Merge branch 'tagging' of https://github.com/nulltoken/libgit2 into developmentVicent Marti2011-04-021-21/+120
|\
| * Rename git_tag_create_o_f() to git_tag_create_fo()nulltoken2011-03-301-1/+1
| * Add git_tag_delete()nulltoken2011-03-301-2/+29