summaryrefslogtreecommitdiff
path: root/cups
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak in ppdOpen.Michael R Sweet2019-08-011-0/+4
* Enhance testipp to support reading hex dumps.Michael R Sweet2019-08-011-2/+73
* Fix NULL pointer dereference in httpGetField2 (Issue #5598)Michael R Sweet2019-06-171-3/+6
* Clean up error messages.Michael R Sweet2019-05-161-7/+7
* Fix clang warning.Michael R Sweet2019-05-161-1/+1
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-52/+27
* Fix regression in ipptool - hex support needs to be limited to a single line.Michael R Sweet2019-05-151-18/+15
* Optimize PNG files (Issue #5529)Michael R Sweet2019-05-152-0/+0
* Add support for $date-current, $date-start, and ISO-8601 time period values forMichael R Sweet2019-05-131-1/+73
* Support <hex> strings in IPP files.Michael R Sweet2019-05-131-20/+66
* Update Windows DLL exports file.Michael R Sweet2019-05-092-1/+17
* Support C-style character escapes in IPP files.Michael R Sweet2019-05-031-0/+14
* Add PWG ippserver attributes to list of printer description and systemMichael R Sweet2019-05-031-0/+11
* Fix typos in snprintf/vsnprintf emulation code.Michael R Sweet2019-05-011-6/+7
* Fix whitespace errors (again).Michael R Sweet2019-04-251-17/+18
* Fix color PostScript raster output.Michael R Sweet2019-04-241-0/+6
* Fix clang errors on Linux.Michael R Sweet2019-04-203-6/+6
* Clean up Clang analyzer warnings.Michael R Sweet2019-04-205-15/+19
* Fix a memory reallocation bug in HTTP header value expansionMichael R Sweet2019-04-181-1/+9
* Fix broken indentation.Michael R Sweet2019-04-171-1/+1
* Add UserAgentTokens config directive (Issue #5555)Michael R Sweet2019-04-152-7/+103
* Add a workaround for old Samsung drivers (Issue #5562)Michael R Sweet2019-04-151-0/+18
* For octetString values, compare the length against the -supported valueMichael R Sweet2019-04-151-2/+11
* One more spot needs attention.Michael R Sweet2019-03-211-3/+8
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-215-127/+131
* Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet2019-03-191-27/+27
* Fix PPD caching and IPP Everywhere PPDs (Issue #5535)Michael R Sweet2019-02-271-4/+14
* Use iterator for CRL (Issue #5532)Michael R Sweet2019-02-251-9/+11
* Media size matching now uses a tolerance of 0.5mm (rdar://33822024)Michael R Sweet2019-02-211-4/+7
* Add subject alternate names for self-signed certificates (Issue #5525)Michael R Sweet2019-02-191-1/+24
* Merge pull request #5519 from IslandCow/smallMichael R Sweet2019-02-191-1/+1
|\
| * Make explicit cast from enum to integerSean Kau2019-02-181-1/+1
* | Documentation updates.Michael R Sweet2019-02-188-30/+53
|/
* Non-Kerberized IPP printing to Windows was broken (Issue #5515)Michael R Sweet2019-02-151-18/+54
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-143-47/+15
* Fix compiler warnings.Michael R Sweet2019-02-142-0/+12
* Fix a GNU TLS certificate problem (Issue #5506)Michael R Sweet2019-02-051-2/+2
* Fix UTF-8 validation (Issue #5509)Michael R Sweet2019-02-051-30/+18
* Don't generate synthetic cups_en.po, we have a real one now...Michael R Sweet2019-01-241-5/+0
* Add _CUPS_MESSAGE_EMPTY flag to allow loading of empty localizations (neededMichael R Sweet2019-01-242-2/+3
* Fix some build issues with the "core" component selection (rdar://47394086)Michael R Sweet2019-01-238-71/+91
* Clean out some more _cupsStr cruft that might potentially cause anMichael R Sweet2019-01-211-12/+12
* Changelog.Michael R Sweet2019-01-211-1/+1
* Fix potential unaligned accesses in the string pool (Issue #5474)Michael R Sweet2019-01-213-141/+122
* Stop parsing the Emulators keywords in PPD files (Issue #5475)Michael R Sweet2019-01-212-77/+5
* Fix compile error on Linux (Issue #5483)Michael R Sweet2019-01-211-2/+2
* Clean up installation of private headers.Michael R Sweet2019-01-211-10/+4
* Fix iOS libcups builds (rdar://47386169)Michael R Sweet2019-01-182-24/+105
* Allow ippSetXxx from no-value or unknown to the corresponding type.Michael R Sweet2019-01-101-22/+22
* Update usage info.Michael R Sweet2019-01-091-1/+2