]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.c
File cleanup.
[thirdparty/cups.git] / cups / http.c
2006-03-03  mikeFile cleanup.
2006-02-28  mikeCDSA updates and a ppdClose() bug fix from Jim (STR...
2006-02-22  mikeImplement the HTTP/1.1 Expect: header (STR #1407)
2006-02-21  mikeUpdate API documentation and add public accessors for...
2006-02-14  mikeFix undetected disconnect in cupsGetFd() and related...
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-26  mikeBack out IPP_TAG_COPY_NAME change - too disruptive.
2006-01-25  mikeFix some networking issues, add support for Darwin...
2006-01-11  mikeMake sure User-Agent field is set for all requests...
2005-11-11  mikeImplement DLL project for CUPS API on WIN32 (STR #366)
2005-10-28  mikeSend cookies in requests.
2005-10-25  mikeFix some authentication issues caused by the new policy...
2005-10-10  mikeFix compiler warnings.
2005-10-09  mikeFinal bits of STR #1313 - fixes for CDSA.
2005-10-08  mikeMore IPv6/address transparency changes for STR #1313.
2005-10-08  mikeNew IPv6-capable address list stuff for STR #1313....
2005-10-07  mikeApparently, the Microsoft IPP support provided through...
2005-10-01  mikeCUPS now handles HTTP request/response lines up to...
2005-09-30  mikeAdded large file (64-bit) support (STR #541) and job...
2005-09-27  mikeFix httpWrite() bug which caused a variety of errors.
2005-09-22  mikeMore work on on-line API help, testing.
2005-09-21  mikeCleanup namespace so that private APIs and types use...
2005-09-21  mikeMake CUPS API threadsafe (STR #1276), replace FILE...
2005-09-19  mikeFix buffered write implementation...
2005-09-18  mikeAdded write buffering to the HTTP code to improve perfo...
2005-09-16  mikeOSX compile fixes.
2005-09-16  mikeFix up IPv6 support, and remove remaining dirent checks.
2005-09-14  mikeAdd httpGetDateString2() API to replace httpGetDateStri...
2005-09-14  mikeRewrite httpGetDateTime() to not use mktime(), since...
2005-06-20  mikeThe CUPS API and scheduler no longer support SSLv2...
2005-05-25  mikeFixed a signal-handling bug in httpRead() which ultimat...
2005-05-23  mikeRemove C99-isms.
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-12-16  mikeMirror 1.1.x changes.
2004-12-16  mikeThe "lpc status" command used the wrong resource path...
2004-08-18  mikeMirror 1.1.x changes.
2004-08-18  mikeChangelog.
2004-08-18  mikeUpdate httpEncode64_2() and httpDecode64_2() to handle...
2004-07-06  mikeDomain socket fixes.
2004-07-02  mikeMirror 1.1.x changes.
2004-07-02  mikeAdd new httpSeparate2, httpEncode64_2, and httpDecode64...
2004-06-29  mikeDomain socket support (STR #656)
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeMiscellaneous build fixes for NetBSD (STR #788)
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded new CUPS API convenience functions which accept...
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeTypo in test script (lof files)
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeFixed some "type-punned" warnings produced by GCC when
2004-04-20  mikeMirror 1.1.x change.
2004-04-20  mikeFixed a segfault problem with some of the client progra...
2004-03-19  mikeMirror 1.1.x changes.
2004-03-19  mikeThe select() buffers are now allocated to be at least...
2004-03-19  mikeMirror 1.1.x change.
2004-03-19  mikeFix EPIPE problem with httpUpdate() (STR #611)
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeSome calls to the ctype functions did not account for...
2004-02-05  mikeMirror 1.1.x changes.
2004-02-05  mikeFix some niggling SSL/TLS shutdown issues with OpenSSL...
2004-02-04  mikeMirror 1.1.x changes.
2004-02-04  mikeCleanup...
2004-02-04  mikeFix httpFlush() and friends when doing PUT or OPTION...
2003-11-19  mikeThe HTTP code did not use a case-insensitive comparison...
2003-11-05  mikeFix WIN32 build problems with VC++ (STR #366)
2003-10-09  mikeMirror 1.1.x changes.
2003-09-05  mikeMirror 1.1.x changes.
2003-09-05  mikeFix 32-bit size alignment of FD set size (should divide...
2003-08-29  mikeMirror 1.1.x changes.
2003-08-29  mikeCleanup includes.
2003-08-28  mikeMirror 1.1.x changes.
2003-08-28  mikePrior to Solaris 7, Solaris apps could not select(...
2003-08-04  mikeMirror 1.1.x changes.
2003-08-04  swdevMake sure that FD_SETSIZE and <sys/select.h> are define...
2003-06-02  mikeMirror 1.1.x changes.
2003-06-02  mikeThe httpGets() function could, in certain states, block...
2003-05-27  mikeMirror 1.1.x changes.
2003-05-27  mikeFix GNUTLS compile problem.
2003-05-12  mikeMirror 1.1.x changes.
2003-05-12  mikeAdd SSL checks for timeout, too, since SSL data is...
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeFix more indentation problems.
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeMore HTTP request timeout changes.
2003-04-08  mikeMirror 1.1.x changes.
2003-04-08  mikeFix ippLength() with collections.
2003-03-31  mikeIPv6 patch from Heath Kehoe.
2003-03-13  mikeCookie support and sync with 1.1.x.
2003-03-13  mikeAdd cookie support to HTTP API.
2003-03-03  mikeMirrr 1.1.x changes.
2003-03-03  mikeFix WIN32 compiles.
2003-02-12  mikeMirror 1.1.x changes.
2003-02-12  mikeMake the maximum number of files a configure-time setti...
2003-02-11  mikeMirror 1.1.x changes.
2003-02-11  mikeMake httpGets() non-blocking so that a client can't...
2003-01-24  mikeMirror 1.1.x changes...
next