summaryrefslogtreecommitdiff
path: root/cups/dest.c
Commit message (Expand)AuthorAge
* The `lp` and `lpr` commands now provide better error messages when the defaultMichael R Sweet2018-11-16
* Switch to _WIN32 for Windows test.Michael R Sweet2018-10-17
* One further fix for cupsGetDests2 - don't show network printers when the serverMichael Sweet2017-10-12
* `cupsGetDests2` was not using the supplied HTTP connection (Issue #5135)Michael Sweet2017-10-11
* Fix mapping and defaulting of print-quality/cupsPrintQuality (Issue #5090)Michael Sweet2017-09-11
* Fix builds without Bonjour/Avahi (Issue #5105)Michael Sweet2017-09-05
* Add error checking for all Bonjour browsing in cupsEnumDests.Michael Sweet2017-07-25
* Use a 250ms delay for cupsGetDests - not perfect, but usually gets the fullMichael R Sweet2017-07-24
* Try a much shorter enum time for cupsGetDests (Issue #5049)Michael Sweet2017-07-24
* Lower maximum poll()/select() time to 100ms (possible fix for Issue #5049)Michael Sweet2017-07-19
* The `cupsGetNamedDest` function did not use the local default printerMichael Sweet2017-07-19
* The `cupsGetDests` function incorrectly returned an empty list of printers if...Michael R Sweet2017-07-07
* Add some more debug printfs to figure out Issue #5046...Michael R Sweet2017-07-07
* Don't support default printers that are not queues.Michael R Sweet2017-06-28
* Save resolved device URI back in the "device-uri" option (makes things simpler).Michael Sweet2017-06-20
* Save resolved device URI.Michael Sweet2017-06-20
* Add CUPS_DEST_FLAGS_DEVICE flag for cupsConnectDest.Michael Sweet2017-06-20
* Report the value of the printer-is-temporary attribute (Issue #5028)Michael Sweet2017-06-19
* Fix crashes on Linux (Issue #5022)Michael R Sweet2017-06-16
* Fix some (bogus) clang warnings.Michael Sweet2017-06-16
* Fix compile warning.Michael R Sweet2017-06-16
* Sync up with changes from IPP sample code project.Michael Sweet2017-06-15
* Update reference to Avahi poll bug (now moved to Github...)Michael Sweet2017-06-15
* Save work on documentation.Michael Sweet2017-06-08
* Add note that the callback/block will get multiple calls for the sameMichael R Sweet2017-06-07
* Documentation updates.Michael Sweet2017-05-31
* Revive CUPS_PRINTER_DISCOVERED for cupsEnumDests.Michael Sweet2017-05-31
* Add support for lp and lpr to print to network printers that haven't been addedMichael Sweet2017-05-26
* Re-implement cupsGetDests and cupsCreateJob using cupsEnumDests (Issue #4993)Michael Sweet2017-05-17
* Move most of the CUPS library documentation into a new CUPS Programming Manual.Michael Sweet2017-04-30
* Use human-readable strings for printer-info.Michael R Sweet2017-04-20
* Avahi fixes for cupsEnumDests (Issue #4989)Michael R Sweet2017-04-20
* Save work on Avahi codeMichael R Sweet2017-04-20
* Update cupsEnumDests implementation to return early if all printers have beenMichael R Sweet2017-04-19
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-16
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-21
* Update all references to OS X to macOS.Michael R Sweet2016-06-20
* PR #4808: Fix builds without Avahi or mDNSResponder.Michael R Sweet2016-04-21
* Add iOS target, config.h tweaks, and dest.c tweaks for builds.Michael Sweet2016-03-31
* Changes to eliminate warnings from new Clang.Michael Sweet2016-03-23
* Fix builds on Linux.msweet2016-03-09
* Implement more of testdest unit test.msweet2016-02-18
* Fix some bugs in the implementation that have been around for a while...msweet2016-02-17
* More work on temporary queues - implement support for them in the cupsDest APIs,msweet2016-02-17
* First half of new "local temporary printer" queues, to support on-demand IPPmsweet2016-02-15
* Fix deprecation and uninitialized value issues.msweet2016-01-29
* Fix compiler warning.msweet2016-01-29
* Wrap all uses of notify_post with #ifdef's.msweet2015-12-18
* Bring back PWG white paper support for 3D print queues (just tagging of queue...msweet2015-06-12
* Back out PWG white paper support from mainline CUPS.msweet2015-06-08