]> git.ipfire.org Git - thirdparty/cups.git/commit - filter/gziptoany.c
Raw printing with queues pointing to the file pseudo- device and
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 21 Mar 2007 06:21:05 +0000 (06:21 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 21 Mar 2007 06:21:05 +0000 (06:21 +0000)
commitab1cd784043ccf4c0e3005c9036274bb3e181f54
treefa6ac2cfd4e1ca3c0ea291ef369a405b36a74692
parenta798acdf84ea0b41d314ecf2aff7df16de51eaca
Raw printing with queues pointing to the file pseudo- device and
multiple files and/or banners now works (STR #1933)

filter/gziptoany.c:
    - main(): Use cupsFile API instead of gzip API, and look for the
      FINAL_CONTENT_TYPE environment variable to determine whether
      copies need to be generated.

scheduler/job.c:
    - start_job(): Add gziptoany filter for raw jobs and drop raw
      printing to file device prohibition.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6375 7a7537e8-13f0-0310-91df-b6672ffda945
CHANGES.txt
filter/gziptoany.c
scheduler/job.c