summaryrefslogtreecommitdiff
path: root/cups/dest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update cupsEnumDests implementation to return early if all printers have beenMichael R Sweet2017-04-191-38/+131
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-211-1/+1
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-13/+13
* PR #4808: Fix builds without Avahi or mDNSResponder.Michael R Sweet2016-04-211-1/+1
* Add iOS target, config.h tweaks, and dest.c tweaks for builds.Michael Sweet2016-03-311-5/+26
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-231-25/+7
* Fix builds on Linux.msweet2016-03-091-1/+1
* Implement more of testdest unit test.msweet2016-02-181-7/+32
* Fix some bugs in the implementation that have been around for a while...msweet2016-02-171-6/+13
* More work on temporary queues - implement support for them in the cupsDest APIs,msweet2016-02-171-58/+53
* First half of new "local temporary printer" queues, to support on-demand IPPmsweet2016-02-151-7/+51
* Fix deprecation and uninitialized value issues.msweet2016-01-291-1/+1