]> git.ipfire.org Git - thirdparty/cups.git/history - cups/dest.c
Sandboxed applications were not able to get the default printer (Issue #5676)
[thirdparty/cups.git] / cups / dest.c
2019-11-14  Michael R SweetSandboxed applications were not able to get the default...
2019-11-14  Michael R SweetFix lpoptions defaults (Issue #5681)
2019-03-21  Michael R SweetClean up some build issues on certain platforms.
2018-11-08  Michael R SweetMerge pull request #5410 from AOSC-Dev/master
2018-10-18  Michael R SweetMove debug printfs to internal usage only.
2018-10-10  Michael R SweetMigrate Windows conditional code to _WIN32 define.
2018-03-23  Michael R SweetAlso support /ipp/print/queuename.
2018-02-20  Michael R SweetUpdate documentation (Issue #5252)
2018-02-01  Michael R SweetThe `cupsCopyDestInfo` function did not work with all...
2018-02-01  Michael R SweetOne more fix for _cupsGetDestResource (Issue #5211)
2018-02-01  Michael R SweetFix additional IPP/1.1 issues with cupsCopyDestInfo...
2018-01-11  Michael R SweetCopy the is_default value in cupsCopyDest so that cupsG...
2018-01-10  Michael SweetThe `cupsGetDests` and `cupsEnumDests` functions no...
2017-12-14  Michael R SweetThe `cupsEnumDests` function did not include options...
2017-12-05  Michael R SweetFix writing of default options (Issue #4717)
2017-11-07  Michael R SweetLicense change: Apache License, Version 2.0.
2017-11-01  Michael R SweetThe `lp` and `lpr` commands now provide better error...
2017-10-12  Michael R SweetMerge pull request #5134 from LAfricain/master
2017-10-12  Michael SweetOne further fix for cupsGetDests2 - don't show network...
2017-10-11  Michael Sweet`cupsGetDests2` was not using the supplied HTTP connect...
2017-09-11  Michael SweetFix mapping and defaulting of print-quality/cupsPrintQu...
2017-09-05  Michael SweetFix builds without Bonjour/Avahi (Issue #5105)
2017-07-25  Michael SweetAdd error checking for all Bonjour browsing in cupsEnum...
2017-07-25  Michael R SweetUse a 250ms delay for cupsGetDests - not perfect, but...
2017-07-24  Michael SweetTry a much shorter enum time for cupsGetDests (Issue...
2017-07-19  Michael SweetLower maximum poll()/select() time to 100ms (possible...
2017-07-19  Michael SweetThe `cupsGetNamedDest` function did not use the local...
2017-07-07  Michael R SweetThe `cupsGetDests` function incorrectly returned an...
2017-07-07  Michael R SweetAdd some more debug printfs to figure out Issue #5046...
2017-06-28  Michael R SweetDon't support default printers that are not queues.
2017-06-20  Michael SweetSave resolved device URI back in the "device-uri" optio...
2017-06-20  Michael SweetSave resolved device URI.
2017-06-20  Michael SweetAdd CUPS_DEST_FLAGS_DEVICE flag for cupsConnectDest.
2017-06-19  Michael R SweetMerge pull request #5029 from AOSC-Dev/master
2017-06-19  Michael R SweetMerge pull request #4996 from psychomario/cupstestppdbof
2017-06-19  Michael SweetReport the value of the printer-is-temporary attribute...
2017-06-17  Michael R SweetFix crashes on Linux (Issue #5022)
2017-06-17  Michael SweetFix some (bogus) clang warnings.
2017-06-17  Michael R SweetFix compile warning.
2017-06-16  Michael SweetSync up with changes from IPP sample code project.
2017-06-15  Michael SweetUpdate reference to Avahi poll bug (now moved to Github...)
2017-06-08  Michael SweetSave work on documentation.
2017-06-07  Michael R SweetAdd note that the callback/block will get multiple...
2017-06-05  Michael R SweetMerge pull request #5016 from jnerin/patch-1
2017-06-01  Michael SweetDocumentation updates.
2017-05-31  Michael SweetRevive CUPS_PRINTER_DISCOVERED for cupsEnumDests.
2017-05-26  Michael SweetAdd support for lp and lpr to print to network printers...
2017-05-17  Michael SweetRe-implement cupsGetDests and cupsCreateJob using cupsE...
2017-04-30  Michael SweetMove most of the CUPS library documentation into a...
2017-04-20  Michael R SweetUse human-readable strings for printer-info.
2017-04-20  Michael R SweetAvahi fixes for cupsEnumDests (Issue #4989)
2017-04-20  Michael R SweetSave work on Avahi code
2017-04-19  Michael R SweetUpdate cupsEnumDests implementation to return early...
2017-01-16  Michael R SweetFix source file header text duplication text duplication.
2016-06-21  Michael R SweetMerge pull request #4841 from computersforpeace/doc
2016-06-21  Michael R SweetMerge pull request #4825 from computersforpeace/upstart
2016-06-21  Michael SweetFix some typos (MacmacOS, etc.) that slipped in due...
2016-06-20  Michael R SweetUpdate all references to OS X to macOS.
2016-04-21  Michael R SweetMerge pull request #4792 from OdyX/fix-spelling-error...
2016-04-21  Michael R SweetMerge pull request #4807 from OdyX/fix-spanish-gerunds
2016-04-21  Michael R SweetPR #4808: Fix builds without Avahi or mDNSResponder.
2016-04-01  Michael SweetAdd iOS target, config.h tweaks, and dest.c tweaks...
2016-03-23  Michael SweetChanges to eliminate warnings from new Clang.
2016-03-09  msweetFix builds on Linux.
2016-02-18  msweetImplement more of testdest unit test.
2016-02-17  msweetFix some bugs in the implementation that have been...
2016-02-17  msweetMore work on temporary queues - implement support for...
2016-02-15  msweetFirst half of new "local temporary printer" queues...
2016-01-29  msweetFix deprecation and uninitialized value issues.
2016-01-29  msweetFix compiler warning.
2015-12-18  msweetWrap all uses of notify_post with #ifdef's.
2015-06-12  msweetBring back PWG white paper support for 3D print queues...
2015-06-08  msweetBack out PWG white paper support from mainline CUPS.
2015-06-08  msweetStart of 3D printer support (infrastructure only)
2015-05-25  msweetFix a memory leak in cupsConnectDest (STR #4634)
2014-08-19  msweetUpdate "since CUPS 2.0" into to mention OS X 10.10.
2014-06-26  msweetUse "printer-uri" and not "printer URI".
2014-05-16  msweetSave work on destination API unit test program.
2014-03-05  msweetcupsEnumDests did not set the "is_default" field (STR...
2014-03-05  msweetcupsEnumDests didn't always call the callback function...
2014-02-14  msweetFix build errors on Fedora.
2014-02-06  msweetFull sweep of all Clang warnings, plus some bug fixes...
2013-07-16  msweetRemove debug printf.
2013-07-15  msweetUpdate ipptool packaging script to allow for Fedora...
2013-07-08  msweet<rdar://problem/14290628> cups.org: cupsGetNamedDest...
2013-06-25  msweetThe lp and lpr commands incorrectly ignored the default...
2013-05-29  msweetUpdate svn:keyword properties.
2013-04-09  msweetMerge changes from CUPS 1.7b1-r10947.
2013-03-11  msweetSync up with CUPS 1.7svn-r10893
2013-02-04  msweetMerge changes from CUPS 1.7svn-r10861.
2013-01-14  msweetMerge changes from CUPS 1.7svn-r10814.
2012-12-12  msweetMerge changes from CUPS 1.7svn-r10755.
2012-11-16  msweetMerge changes from CUPS 1.7svn-r10704.
2012-10-01  msweetMerge changes from CUPS 1.7svn-r10629.
2012-08-29  msweetMerge changes from CUPS 1.7svn-r10578.
2012-05-23  msweetMerge changes from CUPS 1.6svn-r10510.
2012-04-23  msweetMerge changes from CUPS 1.6svn-r10437.
2012-03-30  msweetMerge changes from CUPS 1.6svn-r10390.
2012-02-13  msweetMerge changes from CUPS 1.6svn-r10267.
2012-01-19  msweetMerge changes from CUPS 1.6svn-r10188, including change...
next