]> git.ipfire.org Git - thirdparty/cups.git/history - backend/ipp.c
The lpstat program could display garbage date and time values for
[thirdparty/cups.git] / backend / ipp.c
2005-06-27  mikeBackends now use "&" to separate options in device...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-11-18  mikeMirror 1.1.x changes.
2004-11-18  mikeUse NOTICE instead of INFO for job ID reporting...
2004-10-08  mikeUse DEVICE_URI over argv[0].
2004-10-08  mikeUse DEVICE_URI environment variable in preference over...
2004-08-26  mikeMirror 1.1.x change.
2004-08-26  mikeMissing newline in info message...
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x change.
2004-06-29  mikeAdded "version" option to IPP backend to workaround...
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeThe LPD backend now uses geteuid() instead of getuid...
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeThe IPP backend did not use SSL when printing over...
2004-05-13  mikeThe scheduler did not properly parse name-based BrowseRelay
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-07-30  mikeMirror 1.1.x changes.
2003-07-30  mikeFix IPP backend PICTWPS file filtering (STR #210)
2003-04-16  mikeMirror 1.1.x changes.
2003-04-16  mikeFix typo and const mismatch in IPP backend.
2003-04-10  mikeMirror 1.1.x changes.
2003-04-10  mikeClean up compiler warnings reported in build farm logs.
2003-03-24  mikeMirror 1.1.x changes.
2003-03-24  mikeAdd support for "PAGE: total NNN" messages.
2003-02-20  mikeMirror 1.1.x changes.
2003-02-20  mikeOnly convert PICTWPS files when printing to a server...
2003-02-07  mikeMirror 1.1.x changes.
2003-02-07  mikeCheck for and error out on IPP_NOT_FOUND errors...
2003-01-31  mikeMirror 1.1.x change.
2003-01-31  swdevThe pictwpstops filter needs to be able to read the...
2003-01-29  mikeMirror 1.1.x changes.
2003-01-29  mikeNot all platforms have hstrerror()...
2003-01-28  mikeMirror 1.1.x changes.
2003-01-28  mikeBinary PostScript support!
2003-01-23  mikeFix compile warnings and allow PPD not to be found...
2003-01-23  mikeMirror 1.1.x changes.
2003-01-23  mikeAdd preliminary support for PICT files printed from...
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-11-01  mikeMirror 1.1.x changes...
2002-11-01  mikeUse httpConnectEncrypt() and cupsEncryption() in the...
2002-10-15  mikeMirror 1.1.x changes.
2002-10-15  mikeIgnore SIGPIPE in backends...
2002-07-23  mikeMirror 1.1.x changes.
2002-07-23  mikeSet the CLASS environment variable when sending jobs...
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  mikeRename "header" member back to "request"...
2002-04-24  mikeMirror 1.1.x changes.
2002-04-24  mikeReconnect when talking with HP JetDirects...
2002-03-25  mikeMirror 1.1.x changes.
2002-03-25  mikeUpdate retry behavior for backends.
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-06  mikeMirror 1.1.x changes.
2002-02-06  mikeAdd requesting-user-name to Get-Job-Attributes request...
2002-01-30  mikeMirror 1.1.x change.
2002-01-30  mikeFix a minor error reporting glitch...
2002-01-29  mikeMirror 1.1.x changes.
2002-01-29  mikeAdd scheme name to description of IPP backend interface...
2002-01-18  mikeMirror 1.1.x changes.
2002-01-18  mikeUpdate IPP backend to display printer state messages...
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-10-31  mikeThe IPP backend was always sending a PAGE comment,...
2001-10-31  mikeEliminate some compiler warnings.
2001-07-30  mikeGet rid of "waiting for print job to complete" message...
2001-07-20  mikeChangelog.
2001-07-20  mikeDon't send document-format when printing filtered output.
2001-06-28  mikeCreate main list files so we don't need the long comman...
2001-06-22  mikeStop waiting for a job if the status is "pending-held".
2001-06-21  mikeDon't send options to IPP printers that don't support...
2001-06-19  mikeDon't send empty strings to HP JetDirect IPP implementa...
2001-06-06  mikeUpdate backends to not catch SIGTERM when printing...
2001-06-06  mikeOnly send 1 copy of the print file when reading from...
2001-05-21  mikeIPP backend fix for when servers don't support job...
2001-05-13  mikeMerge changes from 1.1 tree.
2001-05-05  mikeFix printer restart bug (printer started after stopping...
2001-04-23  mikeUpdate closing message to say "<product> is ready to...
2001-04-12  mikeWait for job to complete before exiting from socket...
2001-02-14  mikeHandle version-not-suppported errors.
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-01-24  mikeDon't buffer stderr output.
2001-01-24  mikeBug fixes for IPP backend...
2001-01-22  mikeCopyright 2001...
2001-01-12  mikeBug #162 - detect supported document formats and only...
2000-10-13  mikeCode cleanup to remove warnings.
2000-10-02  mikeUpdated to look at charset-supported attribute and...
next