summaryrefslogtreecommitdiff
path: root/src/blob.c
Commit message (Expand)AuthorAgeFilesLines
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+1
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-0/+1
* Add has_cr_in_index check to CRLF filterRussell Belfer2013-03-251-2/+12
* update copyrightsEdward Thomson2013-01-081-1/+1
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-2/+2
* blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
* More external API cleanupVicent Marti2012-11-271-3/+3
* blob: do not create temp files in the current pathnulltoken2012-10-221-1/+10
* Fix -Wuninitialized warningMichael Schubert2012-09-131-1/+1
* Merge branch 'diff-crlf-filters' into developmentVicent Marti2012-09-111-10/+9
|\
| * Properly handle p_readsVicent Marti2012-09-111-10/+9
* | errors: deploy GIT_EBAREREPO usagenulltoken2012-09-061-1/+3
|/
* blob: add git_blob_create_fromchunks()nulltoken2012-06-071-11/+60
* blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-16/+40
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-2/+2
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Continue error conversionRussell Belfer2012-03-141-63/+47
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-1/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-0/+6
* filter: Beautiful refactoringVicent Martí2012-03-011-14/+20
* filter: Add write-to CRLF filterVicent Martí2012-02-291-11/+13
* filter: Apply filters before writing a file to the ODBVicent Martí2012-02-271-48/+108
* 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