summaryrefslogtreecommitdiff
path: root/cups
Commit message (Expand)AuthorAge
* Filter printers based on PRINTER_LISTJulien Desfossez at Revolution Linux2018-12-10
* Don't link libcups.so and libcupsimage.so against unnecessary libraries.Martin Pitt2018-12-10
* Tests: Force LC_* environment variables when testing (non) l10n'isation.Didier Raboud2018-12-10
* Tests: Do not run the CUPS_EUC_JP test case on BSD/Hurd either, as glibc's ic...Didier Raboud2018-12-10
* Remove cupsaddsmb and associated documentation and infrastructure (Issue #5449)Michael R Sweet2018-12-06
* Support AddressSanitizer in builds.Michael R Sweet2018-12-04
* Fix a crash bug when mapping PPD duplex options to IPP attributes (rdar://461...Michael R Sweet2018-11-26
* Fix compile error.Michael R Sweet2018-11-14
* Add cupsManualCopies as needed (Issue #5433)Michael R Sweet2018-11-14
* Fix potential truncation of Kerberos credentials (Issue #5435)Michael R Sweet2018-11-14
* Disable SNMP supply levels when the community name is cleared (Issue #5354)Michael R Sweet2018-11-08
* Fix more compiler warnings (Issue #5423)Michael R Sweet2018-11-06
* Fix compiler warnings (Issue #5423)Michael R Sweet2018-11-06
* Fix makefile errors on install.Michael R Sweet2018-10-29
* Add new libcupslite component that builds a libcups without driver/PPD support.Michael R Sweet2018-10-29
* Make sure _cups_debug_set always exists.Michael R Sweet2018-10-25
* Need to install debug-private.h as a private header.Michael R Sweet2018-10-25
* Update the location of strings files on newer versions of macOS.Michael R Sweet2018-10-18
* Move debug printfs to internal usage only.Michael R Sweet2018-10-18
* Drop _httpTLSSetCredentials - not implemented or used.Michael R Sweet2018-10-18
* Don't install internal headers.Michael R Sweet2018-10-18
* Cleanup.Michael R Sweet2018-10-17
* Fix embedded whitespace issue.Michael R Sweet2018-10-17
* Drop SNMP functions.Michael R Sweet2018-10-17
* Update Windows DLL exports.Michael R Sweet2018-10-17
* Don't need to include zlib header.Michael R Sweet2018-10-17
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-17
* More build fixes.Michael R Sweet2018-10-16
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-16
* Fix build issues, add missing files.Michael R Sweet2018-10-16
* Add DNS-SD stub library project. Update VS projects.Michael R Sweet2018-10-16
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-15
* Update Xcode project, clean up includes for _cupsRasterInterpretPPD.Michael R Sweet2018-10-10
* Move PPD tests to PPD unit test file.Michael R Sweet2018-10-10
* Fix raster header writing.Michael R Sweet2018-10-10
* Remove obsolete declarations.Michael R Sweet2018-10-10
* Move raster functions into libcups, with stubs that call back to libcups in l...Michael R Sweet2018-10-10
* Mark internal functions as internal.Michael R Sweet2018-10-10
* Update visibility stuff so we can build libcups.2.dylib without an exports list.Michael R Sweet2018-10-10
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-10
* Move private header includes to tls-darwin.c.Michael R Sweet2018-09-28
* Support face-up printers (Issue #5345)Michael R Sweet2018-09-28
* Add code signing for macOS Mojave.Michael R Sweet2018-09-18
* More Digest changes.Michael R Sweet2018-09-14
* More Digest authentication fixes/improvements.Michael R Sweet2018-09-14
* Change the threading model to keep track of a separate client thread count in...Michael R Sweet2018-09-13
* Update testclient to support simulation of N clients.Michael R Sweet2018-09-12
* Add explicit 1 second wait for Digest challenge.Michael R Sweet2018-09-11
* Silence some bogus Clang warnings.Michael R Sweet2018-09-03
* Add digest debugging and fix a small bug in the HTTP unit test.Michael R Sweet2018-08-29