summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop -Wno-format-truncation since only newer versions of GCC support it and ↵Michael R Sweet2018-10-182-37/+2
| | | | the configure check has never worked.
* Update the location of strings files on newer versions of macOS.Michael R Sweet2018-10-186-131/+151
| | | | Don't install debug symbols for static libraries.
* Don't install/remove private headers for internal libraries.Michael R Sweet2018-10-183-98/+37
| | | | Don't install symlinks for internal libraries.
* Move debug printfs to internal usage only.Michael R Sweet2018-10-1889-1042/+975
| | | | Also, old MD5 code is internal-only.
* Drop _httpTLSSetCredentials - not implemented or used.Michael R Sweet2018-10-182-14/+0
|
* Don't install internal headers.Michael R Sweet2018-10-183-3/+4
|
* Cleanup.Michael R Sweet2018-10-173-9/+28
|
* Save/restore line number to fix error line reporting.Michael R Sweet2018-10-171-2/+5
|
* Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.Michael R Sweet2018-10-173-17/+0
|
* Fix embedded whitespace issue.Michael R Sweet2018-10-171-1/+1
|
* Re-wrap comment.Michael R Sweet2018-10-171-2/+2
|
* Fix location of program database.Michael R Sweet2018-10-171-1/+1
|
* Drop SNMP functions.Michael R Sweet2018-10-172-13/+1
|
* Update Windows DLL exports.Michael R Sweet2018-10-171-0/+24
|
* Don't need to include zlib header.Michael R Sweet2018-10-171-6/+4
|
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-177-115/+157
|
* More build fixes.Michael R Sweet2018-10-1615-689/+71
|
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-1614-51/+127
|
* Fix build issues, add missing files.Michael R Sweet2018-10-1615-48/+94
|
* Add DNS-SD stub library project. Update VS projects.Michael R Sweet2018-10-1618-400/+371
|
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-156-139/+176
|
* Update Xcode project, clean up includes for _cupsRasterInterpretPPD.Michael R Sweet2018-10-102-228/+92
|
* Move PPD tests to PPD unit test file.Michael R Sweet2018-10-103-440/+676
| | | | Shorten cupsColorSpace strings.
* Fix raster header writing.Michael R Sweet2018-10-102-39/+17
|
* Remove obsolete declarations.Michael R Sweet2018-10-101-13/+0
|
* Move raster functions into libcups, with stubs that call back to libcups in ↵Michael R Sweet2018-10-1014-909/+942
| | | | libcupsimage.
* Mark internal functions as internal.Michael R Sweet2018-10-102-6/+6
|
* Update visibility stuff so we can build libcups.2.dylib without an exports list.Michael R Sweet2018-10-1019-230/+231
|
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-1012-81/+81
|
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-1041-235/+232
|
* Add Travis CI support.Michael R Sweet2018-10-021-0/+25
|
* Fix test suite with shared libraries on macOS.Michael R Sweet2018-10-0212-82/+79
|
* Move private header includes to tls-darwin.c.Michael R Sweet2018-09-282-48/+44
|
* Fix lpadmin error reporting for IPP Everywhere printers (Issue #5370)Michael R Sweet2018-09-2813-653/+798
|
* Support face-up printers (Issue #5345)Michael R Sweet2018-09-282-1/+33
|
* Whitespace issues reported by Git.Michael R Sweet2018-09-271-30/+30
|
* Set QoS priority class for the main thread when running from launchd.Michael R Sweet2018-09-271-0/+9
|
* Add new dynamic mDNSResponder stub.Michael R Sweet2018-09-262-0/+2843
|
* Changelog.Michael R Sweet2018-09-181-1/+2
|
* Update list of files to ignore.Michael R Sweet2018-09-181-0/+3
|
* Code signing changes.Michael R Sweet2018-09-185-61/+26
|
* Add code signing for macOS Mojave.Michael R Sweet2018-09-1817-29/+194
|
* Make sure clean is clean.Michael R Sweet2018-09-181-1/+1
|
* More Digest changes.Michael R Sweet2018-09-146-173/+172
|
* More Digest authentication fixes/improvements.Michael R Sweet2018-09-148-89/+195
|
* Change the threading model to keep track of a separate client thread count ↵Michael R Sweet2018-09-131-27/+38
| | | | instead.
* Update testclient to support simulation of N clients.Michael R Sweet2018-09-121-220/+306
|
* Add explicit 1 second wait for Digest challenge.Michael R Sweet2018-09-111-3/+6
|
* Update IPP backend to use non-deprecated APIs and constants.Michael R Sweet2018-09-111-115/+115
|
* Silence some bogus Clang warnings.Michael R Sweet2018-09-033-3/+5
|