]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.c
Added write buffering to the HTTP code to improve performance
[thirdparty/cups.git] / cups / http.c
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...
2003-01-24  mikeReduce the memory footprint of CUPS (changes donated...
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeCDSA encryption library support from Apple.
2003-01-15  mikeMirror 1.1.x changes.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2003-01-14  mikeFix doco comment.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-12-12  mikeC++ comments -> C comments.
2002-12-12  mikeMirror 1.1.x security fixes.
2002-12-12  mikeMultiple security fixes based on a report from iDEFENSE.
2002-10-30  mikeMirror 1.1.x changes.
2002-10-30  mikeFix httpGets() bug caused by the line and newline(s...
2002-10-22  mikeMirror 1.1.x changes.
2002-10-22  mikeAdd high load tests to the test target.
2002-10-18  mikeWIN32 compile fixes.
2002-09-05  mikeMove the httpStatus() function to the support file...
2002-09-05  mikeMove address functions to separate file, a la CUPS...
2002-09-04  mikeMirror 1.1.x change.
2002-09-04  mikeSeparate httpSeparate() from the main HTTP code, for...
2002-07-18  mikeMirror 1.1.x changes.
2002-07-18  mikeUnquote %xx characters in the username:password field...
2002-06-27  mikeFix httpGetHostByName() - didn't handle hostnames with...
2002-06-27  mikeFix httpGetHostByName() - didn't handle hostnames with...
next