summaryrefslogtreecommitdiff
path: root/src/blob.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings about type conversion on win32Russell Belfer2012-02-231-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* odb: Proper symlink hashingVicent Martí2012-02-101-25/+40
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-22/+29
* Rename all `_close` methodsVicent Marti2011-11-261-1/+1
* repository: Change ownership semanticsVicent Marti2011-11-261-5/+18
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-1/+1
* fileops: CleanupVicent Marti2011-07-051-8/+8
* git_blob_create_fromfile: remove old codeschu2011-06-271-16/+5
* Stat files with full pathnamesCarlos Martín Nieto2011-06-201-4/+8
* blob: Fix git_blob_create_fromfile()nulltoken2011-06-151-2/+2
* windows: Fix Symlink issuesVicent Marti2011-06-081-2/+2
* blob: Stat path inside git_blob_create_fromfileJakob Pfender2011-06-071-1/+4
* blob: Require stat information for git_blob_create_fromfile()Jakob Pfender2011-06-071-11/+24
* Merge pull request #144 from nordsturm/fix_fakewstreamVicent Martí2011-06-021-1/+4
|\
| * Add error processing in git_blob_create_frombuffer()Sergey Nikishin2011-04-241-1/+4
* | blob: Reword errorsVicent Marti2011-05-231-6/+8
* | blob.c: Move to new error handling mechanismJakob Pfender2011-05-231-3/+7
* | Move blob.c to the new error handlingschu2011-05-111-3/+3
|/
* Close file descriptor when writing a blobVicent Marti2011-04-151-0/+1
* I broke your bindingsVicent Marti2011-03-201-64/+49
* Fix the retarded object interdependency systemVicent Marti2011-03-141-3/+1
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-051-1/+1
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-1/+1
* Implement reference counting for git_objectsVicent Marti2011-03-031-0/+4
* Change the library include fileVicent Marti2010-12-061-3/+3
* Change include structure for the projectVicent Marti2010-12-061-1/+1
* Small source code readability improvements.nulltoken2010-12-051-4/+4
* Change blob API to return temp refs to the contentVicent Marti2010-11-201-24/+11
* Fix freeing blob objects from the ODBVicent Marti2010-11-161-0/+1
* Add support for blob filesVicent Marti2010-11-161-0/+146