summaryrefslogtreecommitdiff
path: root/src/cairo-deflate-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Remove if's from Makefile.sourcesAndrea Canciani2011-06-141-0/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Add CairoScript backend.Chris Wilson2008-11-131-0/+1
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-1/+2
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-2/+1
* [cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson2008-01-161-5/+2
* [cairo-deflate-stream] Return the nil stream if creating from an error stream.Chris Wilson2007-10-041-0/+6
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-1/+1
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* [cairo-deflate-stream] Free the stream on error.Chris Wilson2007-05-161-1/+3
* Make sure all nil objects start with _cairo_Behdad Esfahbod2007-04-031-2/+2
* Add cairo-deflate-stream.cAdrian Johnson2007-01-171-0/+142