summaryrefslogtreecommitdiff
path: root/xcode/CUPS.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Add authentication support to ippeveprinter (Issue #5665)Michael R Sweet2019-12-021-0/+4
* Add missing file.Michael R Sweet2019-10-021-0/+110
* Fix handling of printer resource files (Issue #5652)Michael R Sweet2019-10-021-1/+177
* Fix another clang warning.Michael R Sweet2019-05-081-6/+6
* Update installation directories for Xcode project.Michael R Sweet2019-04-241-0/+6
* Clean up Clang analyzer warnings.Michael R Sweet2019-04-201-31/+257
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-141-204/+0
* Fix compiler warnings.Michael R Sweet2019-02-141-0/+1
* Fix iOS libcups builds (rdar://47386169)Michael R Sweet2019-01-181-2/+0
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-14/+24
* Update Xcode project, clean up includes for _cupsRasterInterpretPPD.Michael R Sweet2018-10-101-224/+87
* Move raster functions into libcups, with stubs that call back to libcups in l...Michael R Sweet2018-10-101-0/+16
* Code signing changes.Michael R Sweet2018-09-181-0/+2
* Move away from using __attribute__ directly (Issue #5349)Michael R Sweet2018-07-091-2/+0
* Use cupsGetNamedDest for legacy printing APIs (Issue #5288)Michael R Sweet2018-04-091-1/+5
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-201-8/+6
* Add (ASCII) IPP data file parser to libcups, to be used by ippserver andMichael R Sweet2018-01-221-6/+18
* Update Xcode project.Michael R Sweet2018-01-181-6/+142
* Update Xcode settings (yet again...)Michael R Sweet2018-01-101-1/+201
* The `cupsGetDests` and `cupsEnumDests` functions no longer filter out localMichael Sweet2018-01-091-1/+5
* Add support for finishings-col (Issue #5180)Michael Sweet2017-11-281-1/+1
* Add support for DNSSDHostName configuration directive (Issue #5071)Michael R Sweet2017-11-031-4/+0
* Add support for "printer-id" attribute (Issue #4868)Michael R Sweet2017-11-011-1/+1
* Add USB quirk for HP LaserJet 1160 (Issue #1160)Michael Sweet2017-09-251-1/+1
* Update the cups-files.conf and cupsd.conf file documentation for missingMichael Sweet2017-08-281-16/+6
* Add some more debug printfs to figure out Issue #5046...Michael R Sweet2017-07-071-6/+2
* Save work on documentation.Michael Sweet2017-06-121-1/+1
* Update Xcode project with latest recommendations.Michael Sweet2017-06-071-1/+9
* Documentation updates.Michael Sweet2017-05-311-2/+2
* Rename README, INSTALL, CHANGES, and CREDITS files to .md (markdown).Michael R Sweet2017-05-011-8/+8
* Add address logging to network backends (<rdar://problem/29268474>)Michael R Sweet2016-11-151-0/+4
* Don't create log files on startup (<rdar://problem/28332470>)Michael Sweet2016-11-071-2/+2
* More changes for Issue #4909:Michael Sweet2016-10-281-0/+16
* Fix builds on systems without a working poll() implementation (Issue #4905)Michael R Sweet2016-10-201-0/+2
* Add additional debug information from IPP backend (logging all requests andMichael R Sweet2016-10-191-2/+0
* Add new unit test program for testing credentials and the trust store.Michael Sweet2016-08-261-0/+110
* Add debug information for encrypted connections.Michael R Sweet2016-07-261-1/+1
* Clear informational messages out of printer-state-message when a job completesMichael R Sweet2016-07-191-1/+3
* Implement TrustOnFirstUse option and CRLs (GNU TLS) to allow for printing onlyMichael Sweet2016-05-181-1/+1
* Add remaining binaries that are built by the makefiles.Michael Sweet2016-04-151-0/+979
* Add more targets covering the CGIs and filters.Michael Sweet2016-04-151-277/+2917
* Save work on adding all unit tests to Xcode project.Michael R Sweet2016-04-151-259/+2988
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-4/+0
* Add iOS target, config.h tweaks, and dest.c tweaks for builds.Michael Sweet2016-03-311-0/+225
* Fix access to resource files when the web interface was disabled (STR #4755)msweet2016-01-261-0/+1
* Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)msweet2016-01-111-1/+1
* Do some code reorganization so that all of the PPD code is separate from the ...msweet2015-12-091-47/+53
* Add support for hashed job-password values; right now just SHA-1 and SHA-2 ha...msweet2015-11-181-1/+7
* Update libcupsimage to properly use DEBUG_ macros.msweet2015-06-241-0/+2
* Last bits of IPP Everywhere PPD support - web interface and cups-driverdmsweet2015-02-121-2/+3