]> git.ipfire.org Git - thirdparty/cups.git/history - cups/http-private.h
Update documentation and dependencies for 1.5b1.
[thirdparty/cups.git] / cups / http-private.h
2011-05-12  mikeUpdate documentation and dependencies for 1.5b1.
2011-05-11  mikeUse SecureTransportPriv.h header as needed.
2011-05-01  mikeUse GSS framework, when available, and support acquisit...
2011-04-29  mikeUpdate Bonjour support to resolve the server's hostname...
2011-04-15  mikeAdd IPv6 support to the SNMP backend, and do some addit...
2011-03-30  mikeAdd callback to _httpResolveURI.
2011-03-30  mikeFix this header so it can be included from a C++ source...
2011-03-28  mikeMove cupsdMakeUUID code into libcups as _httpAssembleUU...
2011-03-23  mikeFix compiles when there is no SSL implementation available.
2011-02-18  mikeRevamp network backends so that they don't connect...
2011-01-21  mikeFix Xerox issue with early HTTP responses (STR #3778)
2011-01-10  mikeDon't depend on having a SecItem.h header.
2010-11-13  mikeSave work.
2010-11-10  mikeAdd the ability to force IPv4 or IPv6 connections.
2010-10-07  mikeAdd _httpSetTimeout private API to allow libcups to...
2010-08-10  mikeSync up IPP and HTTP conformance changes, IPP->PPD...
2010-04-23  mikeAdd Windows SSL support.
2010-04-12  mikeMake the GNU TLS and OpenSSL interfaces thread-safe...
2010-04-11  mikeAdd support for multi-threaded apps on Windows.
2010-03-24  mikeFix builds with SSL and GSSAPI disabled.
2010-03-24  mikeChange all private headers to foo-private.h, and option...
2009-04-07  mikeDon't cause the write buffer to be flushed in cupsWrite...
2008-12-10  mikeAdd marker-* and printer-commands attributes to cupsGet...
2008-08-20  mike_cupsSNMPWrite() incorrectly changed the address that...
2008-08-16  mikecupsAdminGetServerSettings with CUPS_HTTP_DEFAULT immed...
2008-07-14  mikeShow progress while we resolve a DNS-SD hostname...
2008-05-16  mikeMove URI resolution to libcups, and make cupsBackendDev...
2008-04-09  mikeThe scheduler did not log the current date and time...
2007-12-17  mikeDon't set FD_SETSIZE anymore, and drop CUPS_MAX_FDS...
2007-09-10  mikeFix HP-UX compile problem (STR #2501)
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-04-30  mikeFix Mac OS X AuthRef authorization (STR #2375)
2007-01-10  mikeClean up VC++.NET builds of CUPS library.
2006-11-21  mikeMerge poll branch into trunk - cupsd now uses poll...
2006-11-15  mikeImplement read timeouts for CDSA encryption, too.
2006-11-14  mikeImplement OpenSSL BIO methods so we can do timeouts.
2006-11-13  mikeImplement a 10-second timeout for SSL negotiations.
2006-09-19  mikeInclude md5.h from http-private.h, and don't include...
2006-09-11  mikeAdd check for GSS_C_NT_HOSTBASED_SERVICE and remove...
2006-08-31  mikeMerge Kerberos branch to trunk...
2006-06-06  mikeMove _http_s structure to http-private.h, and update...
2006-05-10  mikeThe cups-config script did not work when invoked from...
2006-04-26  mikeFix support for --enable-pie.
2006-04-18  mikeAdd SNMP backend and corresponding changes and document...
2006-04-14  mikeMore CDSA encryption support fixes (STR #1563)
2006-04-06  mikeAdded --with-printcap configure option.
2006-02-02  mikeMacOS X 10.2.x compile fixes.
2006-01-25  mikeCleanup and some minor performance optimizations.
2005-10-18  mikeFix Solaris compile problems (STR #1321, STR #1317)
2005-10-14  mikeFix some includes and definitions (STR #1317)
2005-10-09  mikeFinal bits of STR #1313 - fixes for CDSA.
2005-10-08  mikeUse socklen_t (defined for platforms that don't provide...
2005-10-08  mikeNew IPv6-capable address list stuff for STR #1313....
2005-09-21  mikeCleanup namespace so that private APIs and types use...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
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-11-24  mikeMirror 1.1.x changes.
2003-11-24  mikeThe pstops filter didn't properly handle collated,...
2003-10-09  mikeMirror 1.1.x changes.
2003-10-09  mikeRevamp child signal handling to remove all processing...
2003-08-04  mikeMirror 1.1.x changes.
2003-08-04  swdevMake sure that FD_SETSIZE and <sys/select.h> are define...
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  (no author)This commit was manufactured by cvs2svn to create branc...
2003-01-15  mikeGNU TLS support from Jeff Licquia.