]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.h
New IPv6-capable address list stuff for STR #1313. Basically, this
[thirdparty/cups.git] / cups / http.h
2005-10-08  mikeNew IPv6-capable address list stuff for STR #1313....
2005-09-30  mikeAdded large file (64-bit) support (STR #541) and job...
2005-09-23  mikeFix domain socket handling (STR #1277)
2005-09-19  mikeFix buffered write implementation...
2005-09-18  mikeAdded write buffering to the HTTP code to improve perfo...
2005-09-16  mikeFix up IPv6 support, and remove remaining dirent checks.
2005-09-15  mikeAdded new httpGetHostname() function to CUPS API, and...
2005-09-14  mikeAdd httpGetDateString2() API to replace httpGetDateStri...
2005-05-12  mikeMake MD5 functions and structures private APIs with...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-01-03  mikeCopyright updates.
2004-08-18  mikeMirror 1.1.x changes.
2004-08-18  mikeUpdate httpEncode64_2() and httpDecode64_2() to handle...
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-02-25  mikeCopyright updates...
2003-08-29  mikeMirror 1.1.x changes.
2003-08-29  mikeAdd new CUPS API calls (STR #112)
2003-07-20  mikeMirror 1.1.x changes.
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeFix more indentation problems.
2003-03-13  mikeCookie support and sync with 1.1.x.
2003-03-13  mikeAdd cookie support to HTTP API.
2003-03-13  mikeReorder cookie/expect stuff so it can be implemented...
2003-02-11  mikeMirror 1.1.x changes.
2003-02-11  mikeMake httpGets() non-blocking so that a client can't...
2003-01-10  swdevNo, that's not right either...
2003-01-10  swdevFix this definition for MacOS X - they define the TCP_...
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-08-23  mikeAdd MacOS IPv6 support.
2002-05-15  mikeMirror 1.1.x changes.
2002-05-15  mikeAdd GNU __attribute__ stuff for printf-like functions...
2002-05-09  mikeMove cookie, expect, and IPv6 address stuff to end...
2002-05-09  mikeMove IPP stuff back into libcups.
2002-03-22  mikeBreak out the IPP and HTTP code into a separate library...
2002-03-08  mikeMirror 1.1.x changes.
2002-03-08  mikeChanges from Apple...
2002-03-01  mikeMirror 1.1.x changes.
2002-03-01  mikeMacOS license updates.
2002-01-27  mikeMirror 1.1.x changes.
2002-01-27  mikeOS/2 porting stuff.
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-30  mikeAdd Cookie, Expect, and Set-Cookie to HTTP request...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-10-30  mikeMacOS X fixes and files.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-05-06  mikeAdd httpConnectEncrypt() and fix all code that uses the
2001-04-02  mikeCreation of 1.2 development branch.
2001-01-22  mikeCopyright 2001...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-19  mikeFixes for encryption stuff.
2000-12-17  mikeAdded remaining encryption hooks to http_t structure...
2000-09-13  mikeAdded new cupsEncodeOptions() function to handle genera...
2000-06-02  mikeAdded TLS placeholder pointer to HTTP structure.
2000-05-20  mikeMakefile fixes.
2000-05-01  mikeMD5 support.
2000-02-18  mikeDocumentation changes.
2000-01-04  mikeY2k copyright changes.
1999-09-01  mikeAdded "error" to HTTP structure...
1999-08-12  mikeAdded fixes for Linux. Basically Linux sends the EPIPE...
1999-07-12  mikeFixed all constant arrays to use "const" modifier.
1999-07-09  mikeReduced the number of fields that are supported/used...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-15  mikeUpdated messages for GUIs.
1999-05-01  mikeAdded httpFlush() function.
1999-04-28  mikeChanged httpBlocking() to not change the non-blocking...
1999-02-26  mikeMultiple IPP processing fixes.
1999-02-20  mikeUpdated mime.c to scan directories under WIN32.
1999-02-09  mikehttpWrite() was chunking even when data_encoding was...
1999-02-09  mikeDropped httpLongStatus() - use cupsLangString() instead.
1999-02-05  mikeAdded IPP client read/write code.
1999-02-01  mikeUpdated HTTP fields.
1999-01-29  mikeWoo-hoo! The test client works with everything, even...
1999-01-29  mikeFinished main HTTP client stuff.
1999-01-28  mikeUpdated HTTP and IPP code; now have a nearly complete...
1999-01-27  mikeAdded WIN32 project files.
1999-01-24  mikeCheck-in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-10-13  mikeAdded activity timeout code.
1998-10-12  mikeSwitched from stdio files to file descriptors.
1998-10-12  mikeInitial revision