summaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Use setuid for Kerberized IPP printing (Issue #5233)Michael R Sweet2018-03-121-1/+1
* Fix Kerberized IPP printing (Issue #5233)Michael R Sweet2018-03-091-2/+1
* Add USB quirk rule for Lexmark Optra E310 printers (Issue #5259)Michael R Sweet2018-03-081-1/+11
* The IPP backend did not properly detect failed PDF prints (rdar://34055474)Michael R Sweet2018-02-201-6/+32
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-2015-102/+57
* Changelog and dependencies updates.Michael R Sweet2018-02-201-46/+45
* Use unidirectional mode for Star Micronics printers (Issue #5251)Michael R Sweet2018-02-201-1/+4
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-181-22/+22
* Add a USB quirk rule for Canon MP280 series printers (Issue #5221)Michael R Sweet2018-01-111-0/+3
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-0717-42/+2
* add usb quirks for canon mp540 and Samsung ML-2160 SeriesZdenek Dohnal2017-10-171-0/+6
* The network backends now retry on more error conditions (Issue #5123)Michael Sweet2017-10-053-9/+6
* Add USB quirk for HP LaserJet 1160 (Issue #1160)Michael Sweet2017-09-251-0/+3
* Add a USB quirk rule for the Kyocera Ecosys P6130cdn (Issue #5102)Michael Weghorn2017-09-011-0/+3
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-4/+4
* Update libtool support to include --mode=foo stuff - surprise, libtool change...Michael R Sweet2017-07-171-16/+16
* Add USB quirk rule for Lexmark E260dn (Issue #4994)Michael Sweet2017-06-191-0/+3
* Update reference to Avahi poll bug (now moved to Github...)Michael Sweet2017-06-151-2/+2
* Fix an issue with the error handling for the network backends (Issue #4979)Michael R Sweet2017-03-141-2/+2
* The IPP backend could get into an infinite loop for certain errors, causing aMichael R Sweet2017-01-261-3/+5
* Optimize connection usage in the IPP backend.Michael R Sweet2017-01-161-12/+12
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-162-2/+2
* Add address logging to network backends (<rdar://problem/29268474>)Michael R Sweet2016-11-155-59/+68
* Add a USB quirk rule for the Kyocera Ecosys P6026cdn (Issue #4900)Michael Sweet2016-10-211-0/+3
* Remove unnecessary logging.Michael R Sweet2016-10-201-34/+0
* Fix crash bug.Michael R Sweet2016-10-201-2/+1
* Add additional debug information from IPP backend (logging all requests andMichael R Sweet2016-10-191-31/+64
* Address some build warnings on Linux (Issue #4881)Michael R Sweet2016-09-211-1/+1
* Set cupsLastErrorString in httpCredentialsGetTrust, and show the result in theMichael Sweet2016-08-251-1/+1
* Add debug information for encrypted connections.Michael R Sweet2016-07-261-3/+26
* Move TLS cert validation after the connection is finally established.Michael Sweet2016-07-071-38/+47
* Don't call exit() from signal handler (Issue #4671)Michael R Sweet2016-07-051-1/+1
* Fix malformed device-id for printers found by dnssdLaurent Bigonville2016-06-081-3/+3
* Stagger connect calls by 100ms to avoid "confusing" printers and/or the networkMichael Sweet2016-05-021-2/+8
* Switch USB implementation to handle iterating with multiple interfaces.Michael Sweet2016-04-131-215/+183
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1118-183/+43
* Do not compress print jobs by default except for certain raster formats.Michael R Sweet2016-04-041-19/+5
* Add USB quirk rule for Lexmark C540n (Issue #4778)Michael R Sweet2016-03-241-0/+3
* Add USB quirk rule for Xerox WorkCentre 3220 (Issue #4789)Michael R Sweet2016-03-241-29/+32
* The IPP backend now continues on to the next job when the remote server/printermsweet2016-03-101-11/+7
* Fix builds on Linux.msweet2016-01-121-0/+1
* Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)msweet2016-01-111-1/+1
* Fix some compile issues, use our implementation of rresvport_af since it ismsweet2016-01-061-85/+81
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-181-3/+3
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-095-27/+26
* Add support for hashed job-password values; right now just SHA-1 and SHA-2 ha...msweet2015-11-181-0/+40
* Added USB quirk for Canon MP530 (STR #4730)msweet2015-11-171-0/+3
* Don't create the full name twice (<rdar://problem/23144358>)msweet2015-11-131-9/+1
* Add missing length check (<rdar://problem/23133230>)msweet2015-10-231-1/+1
* Get rid of compiler warning...msweet2015-10-231-6/+2