]> git.ipfire.org Git - thirdparty/cups.git/history - backend/socket.c
Changelog.
[thirdparty/cups.git] / backend / socket.c
2012-11-06  mikeEliminate warning from unused vars...
2012-11-06  mikeDon't wait for 5 seconds.
2012-11-01  mikeSupport gzip/deflate on HTTP connections.
2012-09-15  mikeAdd "snmp" option to network backends and don't use...
2012-04-23  mikeClean up localizations throughout.
2012-04-23  mikeNuke "Ready to print." from orbit...
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-06  mikeFix an issue with the new "no print" code in the IPP...
2011-05-04  mikeFix "don't connect unless we have print data" changes...
2011-04-16  mikeFix IPP backend so that it can recover from failed...
2011-04-15  mikeAdd IPv6 support to the SNMP backend, and do some addit...
2011-03-04  mikeFix a regression in side-channel reporting of back...
2011-03-02  mikeFix crash bug in socket backend.
2011-02-18  mikeRevamp network backends so that they don't connect...
2011-01-04  mikeName resolution errors no longer cause queues to stop...
2010-11-22  mikeMore localization work.
2010-11-20  mikeFix compile errors.
2010-11-20  mikeSave work on localization changes - prep for new bundle...
2010-06-30  mikeNormalize connection error messages for all network...
2010-05-18  mikeClean up error messages and make some errors DEBUG...
2010-02-15  mikeFix Linux build errors.
2010-02-15  mikeThe socket backend no longer waits for back-channel...
2009-11-20  mikeThe network backends incorrectly cleared the media...
2009-10-15  mikeStop using exclamation marks in error messages.
2009-10-15  mikeDrop support for the recovered:/recoverable: message...
2009-06-12  mikeMake sure all of the network backends set the connectin...
2009-06-12  mikeUpdate copyright.
2009-03-03  mikeAdd debug messages before calls to httpAddrGetList.
2008-12-09  mikeSide-channel SNMP lookups would not work when cupsSNMPS...
2008-12-08  mikeSimplify the network "connecting to" and "connected...
2008-12-08  mikeLocalized the device descriptions for the SCSI, serial...
2008-10-31  mikeThe IPP, LPD, and socket backends used different "conne...
2008-08-28  mikeRevise code to wait up to 5 seconds. We'll tune the...
2008-08-27  mikeThe socket backend could wait indefinitely for back...
2008-07-14  mikeShow progress while we resolve a DNS-SD hostname...
2008-07-11  mikeRemoved unused variables and assignments found by the...
2008-05-16  mikeMove URI resolution to libcups, and make cupsBackendDev...
2008-05-01  mikeMerge current DNS-SD work from dnssd2 branch - proper...
2008-04-28  mikeMake SNMP API private for now.
2008-02-25  mikeAdd preliminary support for SNMP supply and page counte...
2008-01-07  mikeRemove unmaintained, non-working IEEE-1394 backend.
2007-09-04  mikeAvoid copying option names and values, just break up...
2007-08-22  mikeThe backends were not displaying their localized messages.
2007-08-10  mikeUse 1284DEVICEID environment variable to provide a...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-06-21  mikeFix implementation of CUPS_SC_CMD_DRAIN_OUTPUT for...
2007-04-03  mikeAdd pre-shutdown wait for back-channel data (STR #2325)
2007-03-27  mikeMore localization stuff + cleanup to only use fputs...
2007-03-27  mikeLocalize backends.
2007-01-02  mikeMerge changes from side-channel branch into trunk.
2006-10-23  mikeThe network backends now log the numeric address that...
2006-09-12  mikeGet rid of some HP-UX compiler warnings.
2006-05-26  mikeFirst part of back-channel fix for STR #1724.
2006-03-07  mikeUse connecting-to-device reason for better sleep manage...
2006-02-13  mikeRename cupsBackchannelWrite to cupsBackChannelWrite...
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-25  mikeMerge features and bug fixes.
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2005-10-17  mikeFix order of #include's.
2005-10-08  mikeNew IPv6-capable address list stuff for STR #1313....
2005-09-26  mikeAdd standard backend exit codes.
2005-09-17  mikeAdded new cupsBackchannelRead() and cupsBackchannelWrite()
2005-09-16  mikeFix up IPv6 support, and remove remaining dirent checks.
2005-09-15  mikeAll backends now abort on error when printing a job...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-01-03  mikeCopyright updates.
2004-06-29  mikeCleanup.
2004-05-13  mikeMirror 1.1.x changes.
2004-05-13  mikeThe IPP backend now supports the following options...
2004-03-30  mikeAdd Darwin USB backend (STR #661)
2004-02-25  mikeCopyright updates...
2003-10-09  mikeMirror 1.1.x changes.
2003-10-09  mikeRevamp child signal handling to remove all processing...
2003-08-30  mikeMirror 1.1.x changes.
2003-08-30  mikeFix STRs 253 and 254 (backend and content-length fixes)
2003-04-10  mikeMirror 1.1.x changes.
2003-04-10  mikeClean up compiler warnings reported in build farm logs.
2003-02-12  mikeMirror 1.1.x changes.
2003-02-12  mikeFix nbytes type - needs to be int to get errors...
2003-01-29  mikeMirror 1.1.x changes.
2003-01-29  mikeNot all platforms have hstrerror()...
2003-01-29  mikeAdd debugging output of the backchannel data so that...
2003-01-23  mikeMirror 1.1.x changes.
2003-01-23  mikeUse hstrerror() for hostname lookup errors.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-10-15  mikeMirror 1.1.x changes.
2002-10-15  mikeIgnore SIGPIPE in backends...
2002-03-25  mikeMirror 1.1.x changes.
2002-03-25  mikeUpdate retry behavior for backends.
2002-03-01  mikeMirror 1.1.x changes...
2002-03-01  mikeUse read() in backends to read print data; this makes...
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-02  mikeCopyright updates...
next