]> git.ipfire.org Git - thirdparty/cups.git/history - backend
Mirror lpstat change from 1.1.
[thirdparty/cups.git] / backend /
2002-01-18  mikeShow device filenames on error.
2002-01-02  mikeCopyright updates...
2001-12-29  mikeMirror serial backend update from 1.1.x.
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-12-26  (no author)This commit was manufactured by cvs2svn to create branc...
2001-05-13  mikeMerge changes from 1.1 tree.
2001-04-02  mikeCreation of 1.2 development branch.
2001-03-23  mikeDon't list "file" device.
2001-03-13  mikeFix a comment.
2001-03-08  mikeSanitize job title in LPD backend.
2001-03-08  mikeFix % complete reporting in lpd backend so it doesn...
2001-03-06  mikeAdd order=xxx,yyy option to LPD backend.
2001-02-28  mikeAdd support for Linux 2.4.x devfs filenames...
2001-02-21  mikeOnly reserve a priviledged port if invoked as root...
2001-02-14  mikeHandle version-not-suppported errors.
2001-02-08  mikeExtra #endif
2001-02-08  mikeFreeBSD provides /dev/unlptN, but not NetBSD or OpenBSD.
2001-02-06  mikeNew cupsTempFd() function to work around glibc fopen...
2001-02-06  mikeThe *BSD USB backend should be using the /dev/unlptN...
2001-01-24  mikeDrop debug stuff...
2001-01-24  mikeDon't buffer stderr output.
2001-01-24  mikeBug fixes for IPP backend...
2001-01-24  mikeAdd -E support to GUI commands.
2001-01-22  mikeRemove extraneous + character in front of NetBSD condit...
2001-01-22  mikeCopyright 2001...
2001-01-12  mikeSGIs support a maximum of 38400 baud on the older ports.
2001-01-12  mikeBug #162 - detect supported document formats and only...
2001-01-03  mikeCUPS source distribution fixes.
2001-01-03  mikeStart of portability fixes.
2000-12-21  mikeFixes for source distribution of 1.1.5...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-06  mikeHP-UX needs to include <sys/modem.h> for the modem...
2000-11-20  mikeFixed *BSD conditional code to __*BSD__...
2000-11-14  mikeLinux needs #include <sys/ioctl.h>...
2000-11-10  mikeAdded support for up to 115200 baud under Solaris ...
2000-11-10  mikeThe serial backend didn't support the flow control...
2000-10-16  mikeUpdated USB backend for /dev/usb/usblp0 (Mandrake uses...
2000-10-13  mikeCode cleanup to remove warnings.
2000-10-02  mikeUpdated to look at charset-supported attribute and...
2000-09-26  mikeNeed to set the # copies option *after* encoding options.
2000-09-13  mikeAdded new cupsEncodeOptions() function to handle genera...
2000-09-12  mikeIncreased number of serial ports detected under Linux...
2000-08-29  mikeAdded new usblp driver name for USB check...
2000-08-18  mikeFixes so that "make clean" really cleans things out.
2000-08-17  mikeBug #86 - changed parallel and USB backends to open...
2000-08-03  mikePrintf bug.
2000-08-01  mikeAdded format and banner options for LPD backend.
2000-07-10  mikeFixes for IPP backend - now switches to IPP/1.0 if...
2000-07-07  mikeMore config changes, this time to finalize man page...
2000-06-27  mikeUpdated parallel backend to ignore an initial ENOTTY...
2000-06-02  mikeFixed USB filenames...
2000-05-31  mikeSupport for older 2.2.x USB printer driver.
2000-05-11  mikeFixed typo.
2000-05-10  mikeUpdated IPP docos.
2000-04-27  mikeBackends now handle SIGTERM once a connection is establ...
2000-04-19  mikeAdded more debug stuff to lpd backend.
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-03-02  mikeMissing fd variable for digital unix.
2000-03-02  mikeNo inventory stuff for Solaris...
2000-02-29  mikeMakefile changes - all LN commands are preceded by...
2000-02-28  mikeThe "install" rule shouldn't install betest.
2000-02-24  mikeThe IPP backend was not detecting "raw" output properly.
2000-02-24  mikeUpdated Makedefs for new man page rules and directories.
2000-02-24  mikeUpdated to correctly parse the USB devices file.
2000-02-23  mikeFixed autodetection of USB printers.
2000-02-11  mikeNow sort PPD files by make, model, and language.
2000-02-10  mikeChanged backends to at least put out "unknown" for...
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-02  mikeUpdated CUPS installation list to include templates...
2000-01-29  mikeDropped old mime.h file from distribution file.
2000-01-28  mikeStop trying to print a file if the printer responds...
2000-01-26  mikeAdded auto-detect code for Linux.
2000-01-25  mikeMoved MIME stuff to scheduler directory.
2000-01-21  mikeUpdated color profiles and margins for sample EPSON...
2000-01-04  mikeY2k copyright changes.
1999-12-14  mikeNow retry on all network errors.
1999-12-08  mikeUpdated to retry requests and send multiple copies...
1999-10-28  mikeThe backends now output page accounting messages as...
1999-10-25  mikeOptions are now case-insensitive.
1999-10-12  mikeAdded backend test program.
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-27  mikeDropped smb backend from makefile - now part of SAMBA.
1999-09-20  mikeDropped shell script SMB backend in favor of actual...
1999-09-08  mikeThe backend used $0, but BASH is broken and needs ...
1999-09-02  mikeThe IPP backend didn't send a final 0-length chunk.
1999-08-21  mikeThe IPP backend was using an extra httpWrite() of 0...
1999-08-09  mike"filename" not "tempfile"...
1999-08-06  mikeNow use cupsTempFile() to get temporary filenames.
1999-07-24  mikeWasn't using the right group tag for many of the print...
1999-07-20  mikeThe IPP backend didn't set the Transfer-Encoding field...
1999-07-13  mikeFixed makefile.
1999-07-08  mikeChanged dependencies to LIBCUPS instead of libcups.a.
1999-06-27  mikeWas missing an unsigned cast on st_size...
1999-06-25  mikeFixed info message to be more user-friendly...
1999-06-25  mikeFixed final bug in IPP backend (I hope it's the last...
1999-06-25  mikeFixed a boneheaded mistake in the IPP backend - was...
1999-06-24  mikeAdded HTTP symlink from IPP backend.
1999-06-21  mikeFixed echo commands in all makefiles.
next