]> git.ipfire.org Git - thirdparty/cups.git/commit
Update default cachedir to be /var/tmp/cups on Darwin.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 29 Jan 2006 14:39:44 +0000 (14:39 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 29 Jan 2006 14:39:44 +0000 (14:39 +0000)
commit00a1fad8c9f4fbe5964aebfeffa7f7e91bb7356e
treef766f6c7428353eb7c7f02fd6c455f7fab54c6c9
parent5db6985b96fb77a1088f7ebf86aa27788ae5ebdd
Update default cachedir to be /var/tmp/cups on Darwin.

Add coding enumeration and argument to the new httpAssembleURI,
httpAssembleURIf, and httpSeparateURI functions.

Add new cupsBackendDeviceURI() function to get the proper device
URI from a backend (DEVICE_URI env var or argv[0], whichever is
available first)

Add large file compatible httpRead2() and httpWrite2() functions.

Update the previously undocumented ippReadIO and ipp_iocb_t interfaces
to use large file compatible types.

Update the CUPS PPD spec.

Update the OSX test package script some more: don't update/make all, and
add the chmod stuff to the postflight script.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5023 7a7537e8-13f0-0310-91df-b6672ffda945
44 files changed:
Makefile
backend/ipp.c
backend/lpd.c
backend/parallel.c
backend/scsi.c
backend/serial.c
backend/socket.c
backend/usb.c
berkeley/lpc.c
berkeley/lpq.c
berkeley/lprm.c
cgi-bin/admin.c
cgi-bin/classes.c
cgi-bin/ipp-var.c
cgi-bin/printers.c
config-scripts/cups-directories.m4
cups/Makefile
cups/backend.h
cups/getputfile.c
cups/http-support.c
cups/http.c
cups/http.h
cups/ipp.c
cups/ipp.h
cups/testhttp.c
cups/testipp.c
cups/util.c
doc/cups.css
doc/help/spec-ppd.html
locale/translate.c
scheduler/client.c
scheduler/cups-lpd.c
scheduler/dirsvc.c
scheduler/ipp.c
scheduler/job.c
scheduler/main.c
systemv/accept.c
systemv/cancel.c
systemv/cupsaddsmb.c
systemv/lpadmin.c
systemv/lpmove.c
systemv/lpstat.c
test/ipptest.c
tools/testosx