]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.c
Domain socket support (STR #656)
[thirdparty/cups.git] / cups / http.c
2004-06-29  mikeDomain socket support (STR #656)
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeMirror 1.1.x changes.
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeMirror 1.1.x changes.
2004-04-20  mikeMirror 1.1.x change.
2004-03-19  mikeMirror 1.1.x changes.
2004-03-19  mikeMirror 1.1.x change.
2004-02-25  mikeMirror 1.1.x changes.
2004-02-05  mikeMirror 1.1.x changes.
2004-02-04  mikeMirror 1.1.x changes.
2003-10-09  mikeMirror 1.1.x changes.
2003-09-05  mikeMirror 1.1.x changes.
2003-08-29  mikeMirror 1.1.x changes.
2003-08-28  mikeMirror 1.1.x changes.
2003-08-04  mikeMirror 1.1.x changes.
2003-06-02  mikeMirror 1.1.x changes.
2003-05-27  mikeMirror 1.1.x changes.
2003-05-12  mikeMirror 1.1.x changes.
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeMirror 1.1.x changes.
2003-04-08  mikeMirror 1.1.x changes.
2003-03-31  mikeIPv6 patch from Heath Kehoe.
2003-03-13  mikeCookie support and sync with 1.1.x.
2003-03-03  mikeMirrr 1.1.x changes.
2003-02-12  mikeMirror 1.1.x changes.
2003-02-11  mikeMirror 1.1.x changes.
2003-01-24  mikeMirror 1.1.x changes...
2003-01-24  mikeMirror 1.1.x changes.
2003-01-15  mikeMirror 1.1.x changes.
2003-01-14  mikeFix doco comment.
2003-01-07  mikeCopyright update.
2002-12-12  mikeMirror 1.1.x security fixes.
2002-10-30  mikeMirror 1.1.x changes.
2002-10-22  mikeMirror 1.1.x changes.
2002-09-04  mikeMirror 1.1.x change.
2002-07-18  mikeMirror 1.1.x changes.
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-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-01  mikeMirror 1.1.x changes.
2002-02-12  mikeMirror 1.1.x changes.
2002-01-27  mikeMirror 1.1.x changes.
2002-01-23  mikeMirror 1.1.x changes.
2002-01-02  mikeCopyright updates...
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-05-13  mikeMerge changes from 1.1 tree.
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