]> git.ipfire.org Git - thirdparty/cups.git/history - backend/usb.c
Revamp child signal handling to remove all processing from the handler
[thirdparty/cups.git] / backend / usb.c
2003-09-02  mikeCheck for LP_POUTPA definitions before using them on...
2003-08-31  mikeFix typo...
2003-08-30  mikeFix STRs 253 and 254 (backend and content-length fixes)
2003-07-22  mikeUse memmove instead of memcpy for overlapping copy.
2003-07-06  mikeIf no description attribute is found, use the make...
2003-01-27  mikeSolaris Intel uses <sys/ecppsys.h> instead of <sys...
2003-01-23  mikeDon't report serial numbers for devices that don't...
2003-01-23  mikeFix USB serial number bug.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-10-21  mikeRemove unused vars.
2002-10-21  mikeUpdate the Solaris USB backend code to get the device...
2002-10-15  mikeIgnore SIGPIPE in backends...
2002-09-25  mikeEliminate unused vars...
2002-09-25  mikeDon't chop options off URI when opening the device...
2002-09-06  mikeUpdate new USB URIs to match MacOS X.
2002-09-05  mikeUpdate USB backend to use serial numbers to avoid devic...
2002-08-17  mikeQuote problem with USB backend on *BSD...
2002-08-09  mikeAdd USB support for Solaris x86.
2002-08-09  mikeReport both unlpt and ulpt devices under *BSD.
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-03-25  mikeAdd ENOENT as an error that should be retried.
2002-03-25  mikeUpdate retry behavior for backends.
2002-03-19  mikeCleanup.
2002-03-01  mikeUse read() in backends to read print data; this makes...
2002-03-01  mikeMacOS license updates.
2002-02-12  mikeMacOS X changes...
2002-01-27  mikeOS/2 porting stuff.
2002-01-18  mikeShow device filenames on error.
2002-01-02  mikeCopyright update...
2001-12-18  mikeChange ownership and permissions of config files and...
2001-06-06  mikeUpdate backends to not catch SIGTERM when printing...
2001-02-08  mikeExtra #endif
2001-02-08  mikeFreeBSD provides /dev/unlptN, but not NetBSD or OpenBSD.
2001-02-06  mikeThe *BSD USB backend should be using the /dev/unlptN...
2001-01-24  mikeDon't buffer stderr output.
2001-01-22  mikeCopyright 2001...
2000-11-20  mikeFixed *BSD conditional code to __*BSD__...
2000-10-16  mikeUpdated USB backend for /dev/usb/usblp0 (Mandrake uses...
2000-08-29  mikeAdded new usblp driver name for USB check...
2000-08-17  mikeBug #86 - changed parallel and USB backends to open...
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-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 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.