summaryrefslogtreecommitdiff
path: root/cups/ipp-file.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant codeAlfonso Gregory2021-09-071-14/+1
|
* Clean up error messages.Michael R Sweet2019-05-161-7/+7
|
* Fix clang warning.Michael R Sweet2019-05-161-1/+1
|
* Fix regression in ipptool - hex support needs to be limited to a single line.Michael R Sweet2019-05-151-18/+15
|
* Add support for $date-current, $date-start, and ISO-8601 time period values forMichael R Sweet2019-05-131-1/+73
| | | | relative date/time values.
* Support <hex> strings in IPP files.Michael R Sweet2019-05-131-20/+66
|
* Support C-style character escapes in IPP files.Michael R Sweet2019-05-031-0/+14
|
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-1/+1
| | | | Also, old MD5 code is internal-only.
* Cleanup.Michael R Sweet2018-10-171-4/+24
|
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-161-1/+1
|
* Fix DEFINE-DEFAULT support in IPP data files.Michael R Sweet2018-03-101-2/+5
| | | | Add privacy attributes to requested-attributes support.
* Fix timezone offset code.Michael R Sweet2018-02-061-1/+1
|
* Fix dateTime value parsing.Michael R Sweet2018-02-061-0/+42
|
* Move file callbacks to _ipp_vars_t and add attribute filter callback.Michael R Sweet2018-02-061-38/+59
|
* Fix compiler warning.Michael R Sweet2018-02-061-1/+1
|
* Finish re-tooling of ipptool to use new parser.Michael R Sweet2018-01-251-11/+5
|
* Add (ASCII) IPP data file parser to libcups, to be used by ippserver andMichael R Sweet2018-01-221-0/+637
ipptool.