summaryrefslogtreecommitdiff
path: root/src/hb-blob.cc
Commit message (Expand)AuthorAgeFilesLines
* Add pragram GCC diagnostic ignored "-Wunused-macros"Behdad Esfahbod2019-01-171-0/+3
* Move _POSIX_SOURCE definitionBehdad Esfahbod2019-01-141-0/+9
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-171-4/+4
* Don't use Win32 API on CygwinKen Brown2018-11-121-5/+5
* [blob] Use default null objectBehdad Esfahbod2018-11-111-12/+0
* [blob] Change null object memory mode to DUPLICATEBehdad Esfahbod2018-11-111-1/+1
* [blob] Allow null parent in create_sub_blob()Behdad Esfahbod2018-11-031-1/+1
* Port objects to use header.writable instead of immutableBehdad Esfahbod2018-11-031-8/+4
* [docs] Change section titles againBehdad Esfahbod2018-10-271-1/+1
* [docs] Rename section titles to object namesBehdad Esfahbod2018-10-271-1/+1
* [docs] Fill in some sectionsBehdad Esfahbod2018-10-271-0/+13
* Use O_BINARY instead of _O_BINARYKhaled Hosny2018-10-191-3/+3
* [blob] Fix UBSan errorBehdad Esfahbod2018-10-141-1/+2
* Move _POSIX_SOURCE to hb.hhBehdad Esfahbod2018-09-301-5/+0
* Make TSan happy with make_immutable()Behdad Esfahbod2018-09-261-0/+2
* src/hb-blob.cc: Fix mmap functionality with UWP.Matt Oliver2018-09-231-0/+27
* Rename hb-*private.hh to hb-*.hhBehdad Esfahbod2018-08-251-2/+2
* Port _nil objects to Null() machineryBehdad Esfahbod2018-08-061-14/+15
* Include more basic internal headers from hb-private.hhBehdad Esfahbod2018-07-101-1/+0
* Use CreateFileW explicitly and pass wchar_t to it (#1087)Ebrahim Byagowi2018-07-041-3/+9
* Fix unused function '_hb_mapped_file_destroy' if no mmapBehdad Esfahbod2018-07-031-0/+2
* Improve nommap naming and use C style comments on create_from_file (#1084)Ebrahim Byagowi2018-07-011-8/+8
* armcc compatibility, don't use EINTR if doesn't existEbrahim Byagowi2018-06-281-0/+2
* Minor on hb_blob_create_from_file, reuse ferror resultEbrahim Byagowi2018-06-281-1/+1
* Minor, rename blob to data on blob_from_fileEbrahim Byagowi2018-06-271-9/+9
* Minor touches on hb_blob_create_from_file (#1079)Ebrahim Byagowi2018-06-271-9/+13
* Minor on hb_blob_create_from_fileEbrahim Byagowi2018-06-261-2/+2
* Unify our pipe reader with the fallback reader (#1068)Ebrahim Byagowi2018-06-251-87/+65
* Support pipe and friends on hb_blob_create_from_file (#1061)Ebrahim Byagowi2018-06-181-1/+43
* 1.7.71.7.7Behdad Esfahbod2018-06-051-1/+1
* [blob] Use MAP_NORESERVE if available (#1039)Ebrahim Byagowi2018-05-261-1/+5
* Minor, make CreateFile compatible with the disabled writable flagEbrahim Byagowi2018-05-111-2/+3
* Remove unnecessary headers and definitions of hb-blob (#1028)Ebrahim Byagowi2018-05-111-18/+4
* Make hb_blob_create_from_file more portable (#1027)Ebrahim Byagowi2018-05-111-21/+43
* Move some blob functions to methodsBehdad Esfahbod2018-05-071-46/+34
* Add hb-blob-private.hhBehdad Esfahbod2018-05-071-16/+5
* Minor, improve file reading failing condition comment Ebrahim Byagowi2018-04-251-1/+2
* Minor, fix calloc call orderEbrahim Byagowi2018-04-221-1/+1
* Add hb_blob_create_from_file, a new API (#926)Ebrahim Byagowi2018-04-201-8/+123
* Add hb_blob_copy_writable_or_fail()Behdad Esfahbod2018-02-131-0/+25
* Fix typos.Bruce Mitchener2018-01-311-1/+1
* Update _POSIX_C_SOURCE to the latest versionTing-Wei Lan2018-01-121-1/+1
* Consolidate debug stuff into hb-debug.hhBehdad Esfahbod2017-11-031-6/+1
* Use nullptr instead of NULLBehdad Esfahbod2017-10-151-6/+6
* Remove cast of functions to (hb_destroy_func_t)Behdad Esfahbod2017-10-111-1/+7
* Remove pointless overflow check in pointer mathBehdad Esfahbod2016-02-181-1/+0
* Fix Since tagsBehdad Esfahbod2015-09-031-12/+12
* [bindings] Use hb_glib_blob_create() in sampleBehdad Esfahbod2015-01-061-4/+4
* [bindings] Replace deprecated allow-none with optional and nullableBehdad Esfahbod2015-01-061-2/+2
* Fix up gobject-introspection a bitBehdad Esfahbod2015-01-061-3/+3