summaryrefslogtreecommitdiff
path: root/cups
Commit message (Expand)AuthorAgeFilesLines
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-1811-135/+7119
* Attribute names in cupsFinishingTemplate should be prefixed with PostScriptMichael R Sweet2018-01-181-1/+1
* Expand ColorModel support for IPP Everywhere printers to include device colorMichael R Sweet2018-01-181-27/+54
* Add support for deep grayscale (ColorModel=Gray16) and 8-bit AdobeRGBMichael Sweet2018-01-181-2/+29
* Update copyright.Michael R Sweet2018-01-172-2/+2
* Fixed an issue with mapping finishing options (rdar://34250727)Michael R Sweet2018-01-173-14/+8
* The `ppdLocalizeIPPReason` function incorrectly returned a localized versionMichael R Sweet2018-01-171-2/+2
* Copy the is_default value in cupsCopyDest so that cupsGetDests reports theMichael R Sweet2018-01-111-8/+14
* Printing to old CUPS servers has been fixed (Issue #5211)Michael R Sweet2018-01-111-1/+3
* Update HTTP implementation to support field values larger than HTTP_MAX_VALUEMichael R Sweet2018-01-106-290/+225
* The `cupsGetDests` and `cupsEnumDests` functions no longer filter out localMichael Sweet2018-01-091-116/+4
* Update copyright year.Michael Sweet2018-01-091-1/+1
* Merge pull request #5217 from StefanScherer/fix-compile-wihout-have-sslMichael R Sweet2018-01-091-0/+2
|\
| * Fix compile without HAVE_SSLStefan Scherer2018-01-091-0/+2
* | Merge pull request #5212 from albert-astals-cid-kdab/masterMichael R Sweet2018-01-091-1/+0
|\ \
| * | Remove unused _PPD_NORMAL_CONSTRAINTS enumAlbert Astals Cid2018-01-021-1/+0
| |/
* | Fix ppdInstallableConflict conflict reportingAlbert Astals Cid2018-01-021-1/+1
|/
* Generate strings files for localizing PPD options (Issue #5194)Michael R Sweet2017-12-194-17/+160
* Fix default TLS versions.Michael R Sweet2017-12-181-5/+7
* Fix TLS on macOS.Michael R Sweet2017-12-151-2/+2
* Fix authentication issues.Michael R Sweet2017-12-151-5/+33
* Fix sub-collection testing (Issue #4096)Michael R Sweet2017-12-141-6/+19
* The `cupsCopyDestConflicts` function now handles collection attributeMichael R Sweet2017-12-142-46/+364
* Factor out the option to IPP attribute encoding code into a new private API.Michael R Sweet2017-12-142-306/+320
* Update help text.Michael R Sweet2017-12-141-0/+1
* The `cupsEnumDests` function did not include options from the lpoptionsMichael R Sweet2017-12-142-156/+139
* Use IPP printer-state-reasons localizations instead of the old English strings.Michael R Sweet2017-12-131-51/+9
* Add support for IPP presets (Issue #5179)Michael R Sweet2017-12-111-0/+145
* Rename HTTP_STATUS_REDIRECT_TEMPORARILY to HTTP_STATUS_FOUND, to match RFC 7231.Michael Sweet2017-12-082-4/+7
* Add missing HTTP status message for 302 (moved temporarily).Michael Sweet2017-12-081-0/+3
* Add support for IPP Presets attributes.Michael R Sweet2017-12-071-0/+2
* Fix requested attributes group mappings.Michael R Sweet2017-12-071-2/+10
* Fix some typos that prevented the cupsFinishingTemplate option from beingMichael R Sweet2017-12-071-3/+3
* Fix compile errors on Linux.Michael R Sweet2017-12-071-6/+8
* Fix writing of default options (Issue #4717)Michael R Sweet2017-12-051-23/+6
* Fix builds.Michael R Sweet2017-12-052-2/+6
* Some more localization fixes and simplifications.Michael Sweet2017-12-011-413/+143
* Last of the media improvements (Issue #5167)Michael Sweet2017-11-304-51/+79
* Finish up media improvements (Issue #5167)Michael Sweet2017-11-293-54/+176
* First part of better media support (Issue #5167)Michael Sweet2017-11-294-98/+329
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-282-10/+54
* Add cupsFinishingTemplate to generated PPDs.Michael Sweet2017-11-271-7/+84
* Add media-type localizations for printer-specific media types (Issue #5168)Michael R Sweet2017-11-105-324/+415
* Remove old GPL stuff.Michael R Sweet2017-11-101-8/+2
* Remove old GPL stuff.Michael R Sweet2017-11-102-16/+4
* Remove old GPL notices.Michael R Sweet2017-11-107-14/+14
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07100-684/+98
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-0613-282/+701
* Add prototype System Service operations and attribute groups.Michael R Sweet2017-11-062-4/+62
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-036-45/+131