summaryrefslogtreecommitdiff
path: root/src/blob.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-071-1/+1
|\
| * blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-1/+1
* | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+9
|/
* buffer: git_buf_sanitize should return a valueEdward Thomson2020-11-251-2/+3
* blob: use GIT_ASSERTEdward Thomson2020-11-251-9/+19
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-8/+8
* blob: optionally read attributes from repositoryEdward Thomson2019-08-111-0/+3
* blob: allow blob filtering to ignore system gitattributesEdward Thomson2019-08-111-0/+3
* blob: deprecate `git_blob_filtered_content`Edward Thomson2019-08-111-16/+16
* blob: introduce git_blob_filterEdward Thomson2019-08-111-4/+29
* blob: add underscore to `from` functionsEdward Thomson2019-06-161-5/+38
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-6/+8
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-6/+6
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-4/+4
* 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