]> git.ipfire.org Git - thirdparty/cups.git/commit
Get 1.7 back into shape to use/test on 10.8.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Jan 2013 18:51:47 +0000 (18:51 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Jan 2013 18:51:47 +0000 (18:51 +0000)
commit8a5c43f434876d693342ad41659db79a4d60e059
tree00e69f7f1f3277971cbd53f160cc787e145c9527
parent8cdf35a75e877ffb2c1eec3319b8571a2168457a
Get 1.7 back into shape to use/test on 10.8.

Revert changes to _httpCreate private API to the CUPS 1.6 version, and add a
new static function with the new API that gets used in libcups.

Change httpConnect2 to return an unconnected http_t if msec == 0.

Change all remaining callers of _httpCreate to use httpConnect2 with msec = 0.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10841 7a7537e8-13f0-0310-91df-b6672ffda945
backend/ipp.c
cups/adminutil.c
cups/dest.c
cups/http-private.h
cups/http.c
test/ipptool.c