]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http.c
Fix httpFlush() and friends when doing PUT or OPTION requests (STR #558)
[thirdparty/cups.git] / cups / http.c
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-09-05  mikeFix 32-bit size alignment of FD set size (should divide...
2003-08-29  mikeCleanup includes.
2003-08-28  mikePrior to Solaris 7, Solaris apps could not select(...
2003-08-04  swdevMake sure that FD_SETSIZE and <sys/select.h> are define...
2003-06-02  mikeThe httpGets() function could, in certain states, block...
2003-05-27  mikeFix GNUTLS compile problem.
2003-05-12  mikeAdd SSL checks for timeout, too, since SSL data is...
2003-05-09  mikeFix more indentation problems.
2003-05-09  mikeMore HTTP request timeout changes.
2003-04-08  mikeFix ippLength() with collections.
2003-03-13  mikeAdd cookie support to HTTP API.
2003-03-03  mikeFix WIN32 compiles.
2003-02-12  mikeMake the maximum number of files a configure-time setti...
2003-02-11  mikeMake httpGets() non-blocking so that a client can't...
2003-01-24  mikeReduce the memory footprint of CUPS (changes donated...
2003-01-24  mikeCDSA encryption library support from Apple.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-12-12  mikeC++ comments -> C comments.
2002-12-12  mikeMultiple security fixes based on a report from iDEFENSE.
2002-10-30  mikeFix httpGets() bug caused by the line and newline(s...
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  mikeSeparate httpSeparate() from the main HTTP code, for...
2002-07-18  mikeUnquote %xx characters in the username:password field...
2002-06-27  mikeFix httpGetHostByName() - didn't handle hostnames with...
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-04-09  mikeMore debug stuff for HTTP and IPP functions...
2002-03-01  mikeMacOS license updates.
2002-02-12  mikeMacOS X changes...
2002-01-27  mikeOS/2 porting stuff.
2002-01-23  mikeAdd IRIX improvements and manpage updates from Andrea.
2002-01-02  mikeCopyright update...
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-06  mikeAdd httpConnectEncrypt() and fix all code that uses the
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.
1999-05-17  mikeFixes for reported compilation problems.
1999-05-01  mikeAdded httpFlush() function.
1999-04-30  mikeChanged hardcoded references to port 631 to ippPort().
1999-04-30  mikeChanged hardcoded port 631 to ippPort().
1999-04-30  mikeAlso now check for hostname without ".".
1999-04-30  mikeUpdated httpSeparate() to handle URIs like "hostname...
1999-04-29  mikeAdded string functions to makefile (oops).
next