]> git.ipfire.org Git - thirdparty/cups.git/history - backend/serial.c
Support for GNU/kFreeBSD (STR #2367)
[thirdparty/cups.git] / backend / serial.c
2007-08-27  mikeSupport for GNU/kFreeBSD (STR #2367)
2007-08-22  mikeThe backends were not displaying their localized messages.
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-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-27  mikeSupport new USB serial filenames on Linux (STR #2061)
2006-05-30  mikeFix/implement back-channel support in serial backend...
2006-05-26  mikeFirst part of back-channel fix for STR #1724.
2006-05-20  mikeDisable backchannel when printing to Canon USB printers.
2006-04-14  mikeUpdated the serial port detection code on Linux (STR...
2006-03-07  mikeUse connecting-to-device reason for better sleep manage...
2006-02-27  mikeFix HP-UX compile issues (STR #1446)
2006-02-26  mikeThe serial backend now supports Equinox 8-port serial...
2006-02-24  mikeAdded DragonFly support in local device backends (STR...
2006-02-13  mikeRename cupsBackchannelWrite to cupsBackChannelWrite...
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2005-09-26  mikeAdd standard backend exit codes.
2005-09-17  mikeThe serial backend now supports "stop=1", "stop=2",
2005-09-17  mikeAdded new cupsBackchannelRead() and cupsBackchannelWrite()
2005-09-15  mikeAll backends now abort on error when printing a job...
2005-06-27  mikeLocal authentication certificates are now stored in
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-02-07  mikeBackport 1.2.x changes.
2005-02-07  mikeUpdated serial backend to scan for /dev/ttyC* as well as
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-09-17  mikeMirror 1.1.x changes.
2003-09-17  mikeDon't use IXANY with XON/XOFF flow control (STR #287)
2003-08-30  mikeMirror 1.1.x changes.
2003-08-30  mikeFix STRs 253 and 254 (backend and content-length fixes)
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-12-12  mikeMirror 1.1.x changes.
2002-12-12  mikeC++ comments -> C comments.
2002-10-15  mikeMirror 1.1.x changes.
2002-10-15  mikeIgnore SIGPIPE in backends...
2002-10-11  mikeMirror 1.1.x changes.
2002-10-11  swdevFix typo...
2002-10-11  mikeAdd change from Apple for serial backend.
2002-04-29  mikeMirror 1.1.x changes.
2002-04-29  mikeAdd USB serial devices to port detection code.
2002-03-19  mikeMirror 1.1.x cleanup.
2002-03-19  mikeCleanup.
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-18  mikeShow device filenames on error.
2002-01-18  mikeShow device filenames on error.
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-29  mikeMirror serial backend update from 1.1.x.
2001-12-29  mikeDrain output and restore original port settings in...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-11-27  mikeClear OPOST in serial backend.
2001-08-02  mikeUse O_NDELAY on open for serial ports...
2001-07-18  mikeChange to a 1/10th second buffer size to reduce buffer...
2001-06-06  mikeUpdate backends to not catch SIGTERM when printing...
2001-03-13  mikeFix a comment.
2001-01-24  mikeDon't buffer stderr output.
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-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-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-13  mikeCode cleanup to remove warnings.
2000-09-12  mikeIncreased number of serial ports detected under Linux...
2000-06-27  mikeUpdated parallel backend to ignore an initial ENOTTY...
2000-04-27  mikeBackends now handle SIGTERM once a connection is establ...
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-02-24  mikeUpdated Makedefs for new man page rules and directories.
2000-02-10  mikeChanged backends to at least put out "unknown" for...
2000-02-02  mikeUpdated CUPS installation list to include templates...
2000-01-26  mikeAdded auto-detect code for Linux.
2000-01-25  mikeMoved MIME stuff to scheduler directory.
2000-01-04  mikeY2k copyright changes.
1999-10-28  mikeThe backends now output page accounting messages as...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-04-21  mikeNow only send # bytes if a raw job is being sent.
1999-04-16  mikeFinished implementation of parallel, serial, and AppSoc...
next