summaryrefslogtreecommitdiff
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warnings.Michael Sweet2016-05-301-3/+3
* Add new administrative APis help.Michael Sweet2016-05-251-32/+0
* Move cupsGetDevices to adminutil.h since it isn't a regular application API.Michael Sweet2016-04-141-1/+2
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1120-128/+18
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-232-10/+9
* Remove all remnants of the old private PWG APIs and structures.msweet2016-03-081-2/+2
* Added support for disc media sizes (<rdar://problem/20219536>)msweet2016-03-071-12/+3
* Make sure cupsPageSize is initialized.msweet2016-03-021-0/+4
* Add PWG Raster field definitions.msweet2016-02-261-16/+10
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-062-2/+4
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-183-17/+259
* The EPL2 and ZPL sample drivers did not properly support the CutMedia option.msweet2015-12-161-0/+14
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-092-5/+6
* Don't log strings directly (<rdar://problem/23134299>)msweet2015-10-264-64/+59
* Return error if we cannot allocate the compression buffermsweet2015-10-261-1/+9
* Make sure that raster buffer can hold enough data for all planesmsweet2015-10-261-1/+1
* Ensure that cupsBytesPerLine < 2^31 for 32-bit only platformsmsweet2015-10-231-1/+1
* Fix compile error.msweet2015-10-231-0/+2
* Add margin checks to rastertopwg (<rdar://problem/23132108>)msweet2015-10-231-0/+7
* Protect against integer overflow in raster data (<rdar://problem/23131948>)msweet2015-10-231-6/+13
* Documentation updates (STR #4691, STR #4693)msweet2015-08-261-1/+1
* Fix a bug in cupsRasterWritePixels (STR #4650)msweet2015-06-242-10/+42
* Update libcupsimage to properly use DEBUG_ macros.msweet2015-06-244-58/+82
* Save changes to raster unit test and debug messages.msweet2015-06-232-9/+48
* Fix a compiler warning.msweet2015-05-281-8/+4
* Fix "make check" when there are no native CUPS filters on the system.msweet2015-05-222-6/+14
* Log the filename that cannot be opened.msweet2015-05-221-0/+4
* The sample Epson driver could crash (STR #4616)msweet2015-05-061-2/+14
* The rastertopwg filter did not check for truncated input (STR #4597)msweet2015-05-061-1/+8
* cupsRasterReadHeader did not fully validate the raster header (STR #4596)msweet2015-05-061-1/+4
* Fix potential buffer overflow in rastertohp (STR #4601)msweet2015-03-261-3/+3
* Fix another potential buffer overflow (STR #4600)msweet2015-03-251-1/+1
* Fix another potential buffer overflow (STR #4599)msweet2015-03-251-0/+3
* Fix buffer overflow in rastertopwg (STR #4598)msweet2015-03-252-1/+10
* Revert SDKROOT changes for OS X.msweet2015-02-171-6/+0
* Add support for SDKROOT on OS X.msweet2015-02-061-0/+6
* Validate cupsBitsPerColor, cupsBitsPerPixel, and cupsBytesPerLine to avoidmsweet2015-01-301-2/+8
* Don't log a "file does not exist" error for a canceled job.msweet2014-12-111-1/+2
* More changes.msweet2014-12-091-2/+3
* Bypass another bogus compiler warning.msweet2014-12-091-2/+2
* Fix Linux builds without normal prerequisite libraries installed.msweet2014-08-282-14/+14
* Make sure long-edge feed bounding box is correct.msweet2014-05-071-0/+14
* Remove lppasswd man page, and clean up dependencies.msweet2014-03-281-33/+40
* Fix a memory leak in the label printer driver (STR #4393)msweet2014-03-271-7/+12
* The Zebra printer driver did not properly handle negative "label top" valuesmsweet2014-02-191-1/+1
* Fix build errors on Fedora.msweet2014-02-142-5/+5
* Full sweep of all Clang warnings, plus some bug fixes for incorrect memcpy us...msweet2014-02-0613-590/+435
* Fix clang-reported issues (<rdar://problem/15936066>)msweet2014-01-291-2/+4
* cupsRasterInterpretPPD now supports the Orientation header in order to suppor...msweet2014-01-221-32/+59
* Fix HTML errors in documentation (using swish-e to validate HTML...)msweet2013-07-032-5/+5