summaryrefslogtreecommitdiff
path: root/cups/dest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printer instances (OpenPrinting #71)Michael R Sweet2021-05-031-23/+61
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-0/+11
* Refactor the defaults code so that the correct order of precedence isMichael R Sweet2019-11-181-27/+31
* Sandboxed applications were not able to get the default printer (Issue #5676)Michael R Sweet2019-11-141-26/+12
* Fix lpoptions defaults (Issue #5681)Michael R Sweet2019-11-141-0/+10
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-211-3/+3
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-0/+1
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-101-6/+6
* Also support /ipp/print/queuename.Michael R Sweet2018-03-221-0/+6
* Update documentation (Issue #5252)Michael R Sweet2018-02-201-2/+2
* The `cupsCopyDestInfo` function did not work with all print queues (Issue #5235)Michael R Sweet2018-01-311-4/+5
* One more fix for _cupsGetDestResource (Issue #5211)Michael R Sweet2018-01-311-38/+43
* Fix additional IPP/1.1 issues with cupsCopyDestInfo (Issue #5211)Michael R Sweet2018-01-311-24/+37
* Copy the is_default value in cupsCopyDest so that cupsGetDests reports theMichael R Sweet2018-01-111-8/+14
* The `cupsGetDests` and `cupsEnumDests` functions no longer filter out localMichael Sweet2018-01-091-116/+4
* The `cupsEnumDests` function did not include options from the lpoptionsMichael R Sweet2017-12-141-153/+121
* Fix writing of default options (Issue #4717)Michael R Sweet2017-12-051-23/+6
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
* The `lp` and `lpr` commands now provide better error messages when the defaultMichael R Sweet2017-11-011-1/+37
* One further fix for cupsGetDests2 - don't show network printers when the serverMichael Sweet2017-10-121-1/+32
* `cupsGetDests2` was not using the supplied HTTP connection (Issue #5135)Michael Sweet2017-10-111-438/+450
* Fix mapping and defaulting of print-quality/cupsPrintQuality (Issue #5090)Michael Sweet2017-09-111-10/+8
* Fix builds without Bonjour/Avahi (Issue #5105)Michael Sweet2017-09-051-0/+2
* Add error checking for all Bonjour browsing in cupsEnumDests.Michael Sweet2017-07-251-17/+45
* Use a 250ms delay for cupsGetDests - not perfect, but usually gets the fullMichael R Sweet2017-07-241-1/+1
* Try a much shorter enum time for cupsGetDests (Issue #5049)Michael Sweet2017-07-241-2/+2
* Lower maximum poll()/select() time to 100ms (possible fix for Issue #5049)Michael Sweet2017-07-191-1/+1
* The `cupsGetNamedDest` function did not use the local default printerMichael Sweet2017-07-191-1/+1
* The `cupsGetDests` function incorrectly returned an empty list of printers if...Michael R Sweet2017-07-071-11/+0
* Add some more debug printfs to figure out Issue #5046...Michael R Sweet2017-07-071-5/+22
* Don't support default printers that are not queues.Michael R Sweet2017-06-281-11/+13
* Save resolved device URI back in the "device-uri" option (makes things simpler).Michael Sweet2017-06-201-26/+11
* Save resolved device URI.Michael Sweet2017-06-201-0/+6
* Add CUPS_DEST_FLAGS_DEVICE flag for cupsConnectDest.Michael Sweet2017-06-201-1/+24
* Report the value of the printer-is-temporary attribute (Issue #5028)Michael Sweet2017-06-191-1/+3
* Fix crashes on Linux (Issue #5022)Michael R Sweet2017-06-161-11/+20
* Fix some (bogus) clang warnings.Michael Sweet2017-06-161-19/+22
* Fix compile warning.Michael R Sweet2017-06-161-1/+3
* Sync up with changes from IPP sample code project.Michael Sweet2017-06-151-6/+8
* Update reference to Avahi poll bug (now moved to Github...)Michael Sweet2017-06-151-1/+1
* Save work on documentation.Michael Sweet2017-06-081-32/+47
* Add note that the callback/block will get multiple calls for the sameMichael R Sweet2017-06-071-0/+6
* Documentation updates.Michael Sweet2017-05-311-3/+7
* Revive CUPS_PRINTER_DISCOVERED for cupsEnumDests.Michael Sweet2017-05-311-84/+110
* Add support for lp and lpr to print to network printers that haven't been addedMichael Sweet2017-05-261-22/+104
* Re-implement cupsGetDests and cupsCreateJob using cupsEnumDests (Issue #4993)Michael Sweet2017-05-171-19/+68
* Move most of the CUPS library documentation into a new CUPS Programming Manual.Michael Sweet2017-04-301-5/+5
* Use human-readable strings for printer-info.Michael R Sweet2017-04-201-43/+49
* Avahi fixes for cupsEnumDests (Issue #4989)Michael R Sweet2017-04-201-24/+46
* Save work on Avahi codeMichael R Sweet2017-04-201-19/+45