]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.c
File cleanup.
[thirdparty/cups.git] / cups / http.c
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...
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-09  mikeMove cookie, expect, and IPv6 address stuff to end...
2002-05-09  mikeMove IPP stuff back into libcups.
2002-04-09  mikeMore debug stuff for HTTP and IPP functions...
2002-03-22  mikeBreak out the IPP and HTTP code into a separate library...
2002-03-01  mikeMirror 1.1.x changes.
2002-03-01  mikeMacOS license updates.
2002-02-12  mikeMirror 1.1.x changes.
2002-02-12  mikeMacOS X changes...
2002-01-27  mikeMirror 1.1.x changes.
2002-01-27  mikeOS/2 porting stuff.
2002-01-23  mikeMirror 1.1.x changes.
2002-01-23  mikeAdd IRIX improvements and manpage updates from Andrea.
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  mikeSome compile fixes...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-11-26  mikeAlways encrypt port 443.
2001-10-30  mikeWhoops, copied too much code from 1.2; fix address...
2001-10-30  mikeMacOS X fixes and files.
2001-09-14  mikeDefault MaxJobs is 500.
2001-07-12  mikeFix PUT processing in scheduler.
2001-06-07  mikelppasswd -x shouldn't ask for a new password...
2001-06-01  mikeDigest authentication fixes.
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-03-06  mikeBug fix for httpGetSubField() - the whitespace skipping...
2001-02-28  mikeWhen looking up "localhost", try "127.0.0.1" if localho...
2001-02-09  mikeMore SuSE fixes.
2001-02-07  mikeTypo fix.
2001-02-07  mikeSecurity fixes for httpSeparate(), httpConnect(), and...
2001-02-07  mikeFinal NetBSD fixes from Johnny Lam.
2001-01-24  mikeFixed bug in HTTP upgrade code - wasn't consuming the...
2001-01-22  mikeCopyright 2001...
2001-01-08  mikeBug #174 - DoS fix for long HTTP request lines...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-20  mikeEncryption changes (use TLS/SSL method as needed)
2000-12-19  mikeFixes for encryption stuff.
2000-12-18  mikeFirst cut of SSL/TLS code in Print Pro.
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-10-20  mikeFixes to httpSeparate() for the username:password proce...
2000-10-13  mikeippWrite() and ippLength() didn't handle copied strings...
2000-05-01  mikeMD5 support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-20  mikeAdded missing md5.h include file to distribution.
2000-03-02  mikeDefault port is 631...
2000-02-29  mikeWorkaround for HP IPP client.
2000-01-25  mikeFix for httpSeparate()...
2000-01-04  mikeY2k copyright changes.
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-11-02  mikeFixed a chunking bug in the httpRead() code - it should...
1999-10-22  mikeFixed chunking infinite loop condition.
1999-10-21  mikehttpWrite() didn't output enough CR LF's for a 0-length...
1999-10-15  mikeWasn't decoding method://user:pass@host:port/resource...
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-10-10  mikeSecurity fixes - scanf, sprintf, strcpy.
1999-10-07  mikehttpEncode64() wouldn't put enough ='s on the end of...
1999-09-08  mikeFixes for timing-related HTTP error 401 messages.
1999-09-02  mikeDEBUG should *not* be defined...
1999-09-01  mikeAdded "error" to HTTP structure...
1999-08-27  mikeFixed what I hope is the final Linux TCP/IP bug.
1999-08-21  mikeAdded more checks in httpGets() for reset connections...
1999-08-18  mikeChanged httpGets() to retry error conditions exactly...
1999-08-16  mikeAdded more error checking code to httpGets() - now...
1999-08-12  mikeAdded fixes for Linux. Basically Linux sends the EPIPE...
1999-07-27  mikeChanged \n to \r\n so that CUPS will work with buggy...
1999-07-27  mikehttpUpdate() wasn't detecting when an error occurred...
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.
next