summaryrefslogtreecommitdiff
path: root/src/blob.c
Commit message (Expand)AuthorAgeFilesLines
* blob: implement function to parse raw dataPatrick Steinhardt2018-06-221-6/+26
* blob: use getters to get raw blob content and sizePatrick Steinhardt2018-06-221-4/+4
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-5/+5
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* repository: use `git_repository_item_path`Patrick Steinhardt2017-02-131-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* blob: remove _fromchunks()cmn/createblob-streamCarlos Martín Nieto2016-03-221-60/+0
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+92
* blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+6
* odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-131-2/+3
* centralizing all IO buffer size valuesJ Wyman2015-05-111-1/+1
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-2/+2
* buffer: introduce git_buf_attach_notownedEdward Thomson2015-02-191-6/+4
* Increase binary detection len to 8kRussell Belfer2014-05-161-1/+2
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-2/+4
* Const correctness!Jacques Germishuys2014-04-031-1/+1
* Some missing oid to id renamesRussell Belfer2014-01-301-19/+22
* Handle git_buf's from users more liberallyEdward Thomson2014-01-081-0/+2
* Update git_blob_create_fromchunks callback behavrRussell Belfer2013-12-111-13/+21
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-1/+1
* Merge git_buf and git_bufferRussell Belfer2013-09-171-3/+3
* Add ident filterRussell Belfer2013-09-171-4/+4
* Extend public filter api with filter listsRussell Belfer2013-09-171-45/+12
* Create public filter object and use itRussell Belfer2013-09-171-26/+22
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-0/+51
* odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-7/+7
* Fix some warningsRussell Belfer2013-07-261-1/+1
* Fix rename detection to use actual blob sizeRussell Belfer2013-07-251-37/+52
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-301-2/+0
* Some cleanupsRussell Belfer2013-04-291-1/+1
* Standardize cast versions of git_object accessorsRussell Belfer2013-04-291-0/+2
* Simplify object table parse functionsRussell Belfer2013-04-221-1/+1
* Add callback to git_objects_tableRussell Belfer2013-04-221-4/+4
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-221-3/+5
* What has science done.Vicent Marti2013-04-221-5/+5
* 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