summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update CGI documentation and add testable examples for CGI support (Issue #5940)Michael R Sweet2021-09-091-1/+2
|
* Test: Fix reference to onepage-letter-*.pwg away from their old .gz postfixDidier 'OdyX' Raboud2019-05-081-2/+2
| | | | This was changed in ea75e93d17738a9abb81514029949e661c730869
* Test: Fix *topdf filters to find the examples in the correct pathDidier 'OdyX' Raboud2019-05-081-6/+6
|
* Update test suite for new location of test files.Michael R Sweet2019-04-2612-37/+37
|
* Move example ipptool files to the examples directory.Michael R Sweet2019-04-2683-372462/+0
| | | | Build tools directory for IPP tools.
* Fix builds without PPD support.Michael R Sweet2019-04-251-0/+2
|
* Update man pages.Michael R Sweet2019-04-242-46/+94
| | | | | | | | | Default manufacturer is now "Example". Add support for DEBUG:, ERROR:, and INFO: messages from print commands. Info and error messages get copied to the job-state-message attribute. Add support for updating printer-alert-description attributes.
* Remove unused common source file.Michael R Sweet2019-04-241-12/+0
|
* Process ATTR: messages.Michael R Sweet2019-04-243-34/+107
| | | | | | | | Unify job logging to use [Job NNN] prefix. Report job-impressions/-completed from printer commands. Report millisecond-resolution processing time in log.
* Fix color PostScript raster output.Michael R Sweet2019-04-241-11/+27
| | | | ppdEmitJCL didn't handle NULL username or title strings.
* Implement printer-input-tray and default source/type for PPD-based printers.Michael R Sweet2019-04-242-460/+480
| | | | Fix printer-png.h corruption.
* Fix PDF filtering.Michael R Sweet2019-04-231-5/+14
|
* Save more work - JPEG, PDF, PostScript, and raster support for PS command.Michael R Sweet2019-04-233-45/+446
|
* Save work.Michael R Sweet2019-04-233-78/+816
|
* Save work on PPD support.Michael R Sweet2019-04-221-21/+610
|
* Fix clang errors on Linux.Michael R Sweet2019-04-204-462/+481
| | | | Fix subtype support on Linux/Avahi.
* More clang warning fixes.Michael R Sweet2019-04-202-12/+6
|
* Clean up Clang analyzer warnings.Michael R Sweet2019-04-201-8/+10
| | | | Update Xcode project file for ippeveprinter and friends.
* Fix Avahi/Linux build error (Issue #5566)Michael R Sweet2019-04-191-4/+4
|
* More cleanup of web interfaces, add --no-web-forms option to disable the webMichael R Sweet2019-04-192-41/+132
| | | | forms.
* Support B&W raster as well.Michael R Sweet2019-04-161-24/+39
|
* Clean up IPP Everywhere conformance issues.Michael R Sweet2019-04-161-11/+38
|
* Cleanup to use copy_hex_string, and fix a bug in that function.Michael R Sweet2019-04-161-31/+4
|
* Fix regular expression matching on octetString attributes.Michael R Sweet2019-04-161-3/+100
|
* The IPP/2.2 test file tested booleans against value "1" instead of "true", butMichael R Sweet2019-04-152-4/+4
| | | | | | | | | | ipptool was updated a while back to look for "true". test/ipp-2.2.test: - Change WITH-VALUE for booleans from '1' to 'true' test/ipptool.c: - Update with_value() to support both "true" and "1" for boolean true values.
* Fix compile errors.Michael R Sweet2019-03-262-39/+43
|
* Save work.Michael R Sweet2019-03-222-2/+484
|
* Directory output now uses the same naming algorithm as is used for the spoolMichael R Sweet2019-03-221-12/+18
| | | | directory.
* Point stdout to the output device or spool directory.Michael R Sweet2019-03-221-0/+81
|
* Fix up some more of the web interface, add colored status indicator, add autoMichael R Sweet2019-03-221-22/+66
| | | | refresh on the status page.
* Update supply and media pages to be based on attributes instead of memberMichael R Sweet2019-03-221-304/+528
| | | | variables.
* Update icon image to use "ippeve-printer"Michael R Sweet2019-03-223-420/+441
|
* Update ippeveprinter to use internal copy of printer.png.Michael R Sweet2019-03-224-18/+481
| | | | Fix a crash bug in load_legacy_attributes.
* Add man page for and installation of ippeveprinter commands.Michael R Sweet2019-03-221-0/+8
|
* Stub out the PS and PCL print commands for ippeveprinter.Michael R Sweet2019-03-224-5/+84
| | | | | | | Add a "corelite" value for --with-components that builds the tools as well as the PPD-free libcups. Add a "CUPS_LITE" define in config.h.
* Make the default get-printer-attributes test request media-col-database.Michael R Sweet2019-03-222-53/+15
|
* Normalize/update program help, error messages.Michael R Sweet2019-03-221-78/+50
|
* Update dependencies.Michael R Sweet2019-03-211-4/+8
|
* Same changes for Print-URI/Send-URI.Michael R Sweet2019-03-211-505/+332
|
* Merge common document processing code.Michael R Sweet2019-03-211-203/+153
|
* Normalize filename generation and print file creation.Michael R Sweet2019-03-212-189/+177
|
* ippeveprinter building again...Michael R Sweet2019-03-215-1328/+833
|
* Clean up some build issues on certain platforms.Michael R Sweet2019-03-211-1/+1
|
* Save work.Michael R Sweet2019-03-214-80/+128
|
* Save work, take ippeveprinter out of the regular build until it isMichael R Sweet2019-03-202-379/+560
| | | | compiling again...
* Save work.Michael R Sweet2019-03-201-22/+39
|
* Update copyright.Michael R Sweet2019-03-201-1/+1
|
* Make ippserver sample code a supported program called "ippeveprinter", whichMichael R Sweet2019-03-203-460/+311
| | | | can serve as a wrapper for "printer applications".
* Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet2019-03-191-7/+7
|
* Fix an issue with `PreserveJobHistory` and time values (Issue #5538)Michael R Sweet2019-03-111-1/+1
|