]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/dirsvc.c
Merge poll branch into trunk - cupsd now uses poll(), epoll(), or kqueue()
[thirdparty/cups.git] / scheduler / dirsvc.c
2006-11-21  mikeMerge poll branch into trunk - cupsd now uses poll...
2006-11-14  mikeDon't load remote.cache when browsing is disabled.
2006-10-02  mikeDon't poll if browsing is disabled.
2006-09-11  mikeIncrease size of port number string buffers to handle...
2006-08-24  mikeHTTP headers were not buffered (STR #1899)
2006-08-16  mikeThe scheduler did not restore remote printers properly...
2006-08-16  mikeRestart polling on network change (STR #1896)
2006-08-07  mikeUse httpAddrLength() for size of destination address...
2006-08-02  mikeOnly treat NULL line from status pipe as error if errno...
2006-07-12  mikeThe scheduler could crash on a reload when implicit
2006-06-26  mikeThe scheduler used up the CPU if BrowseRemoteProtocols...
2006-06-26  mikeBrowsing could produce some funny printer names when
2006-06-15  mikeThe scheduler could crash advertising a class (STR...
2006-06-01  mikeRaw queues were not shared via LDAP (STR #1739)
2006-05-31  mikeUse printer name as the common name (cn) value, and...
2006-05-30  mikePrinters that were shared via LDAP did not get added...
2006-05-30  mikeLDAP browsing would crash the scheduler if a required...
2006-05-19  mikeThe web interface support programs crashed on Solaris...
2006-05-15  mike"Set Printer Options" in the web interface did not...
2006-04-22  mikeMore changes to the scheduler to improve battery life...
2006-03-29  mikeLocal raw and System V printers were not advertised...
2006-03-23  mikeCUPS no longer accepts print jobs if a printer does...
2006-03-18  mikeMake global functions local/static when possible.
2006-03-09  mikebackend/ipp.c:
2006-03-04  mikeDon't announce deletion of remote printers and implicit...
2006-03-01  mikeUse sizeof(location) and sizeof(info) instead of sizeof...
2006-02-26  mikeThe CUPS browse protocol now supports passing of defaul...
2006-02-24  mikeImplicit classes that timed out could cause the schedul...
2006-02-23  mikeAdded LDAP printer browsing support (STR #338)
2006-02-22  mikeAdd server-side default options (still needs more testing!)
2006-02-16  mikeDon't re-add remote printer if it already has been...
2006-02-08  mikeFix remote cache loading bug - wasn't setting hostname...
2006-02-02  mikeSet printer URI when loading remote printer cache.
2006-02-01  mikeUse cupsArray API to store network interface list,...
2006-01-31  mikeStrip double quotes from printer-info, printer-location...
2006-01-31  mikeAdd UseNetworkDefault option and corresponding support...
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-27  mikeAdd configure options to set the default values of...
2006-01-27  mikeAdd system management (power management/sleep, network...
2006-01-27  mikeOnly create BrowseSocket if it hasn't been created...
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2005-11-24  mikeWrite printcap file as needed from callers to add/delet...
2005-11-08  mikeFix SLP compile problem.
2005-11-07  mikeFix duplicate printer bug.
2005-11-04  mikeFix crash bug when remote printers go away...
2005-11-04  mikeCache remote printers (STR #1295)
2005-11-04  mikeAdd correct support for BrowseRemoteOptions and
2005-10-21  mikeUse httpAssembleURIf() for dynamically-generated URIs...
2005-10-18  mikeFix Solaris compile problems (STR #1321, STR #1317)
2005-10-12  mikeFix some more IPv6 issues.
2005-10-10  mikeFix compiler warnings.
2005-10-08  mikeUse socklen_t (defined for platforms that don't provide...
2005-10-05  mikeAdd optimizations for implicit classes, and add test...
2005-10-03  mikeFix a lockup problem with calling cupsdFindDest() in...
2005-09-29  mikeFixed a performance issue with the scheduler's implicit...
2005-09-29  mikeFix browsing crash...
2005-09-29  mikeFix crash in browsing code.
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-27  mikeUse cupsArray*() API to manage sorted list of printers...
2005-09-27  mikeFix cups_strcpy() call - should be _cups_strcpy()...
2005-09-22  mikeUpdate scheduler to use new environment variable API...
2005-09-18  mikeAdded new BrowseLocalProtocols and BrowseRemoteProtocols
2005-09-15  mikeFix inefficient class management issues.
2005-09-15  mikeChange CUPS_PRINTER_SHARED to CUPS_PRINTER_NOT_SHARED...
2005-08-24  mikecups/cups.h:
2005-08-12  mikeFix some event logging typos (thanks Alex!)
2005-07-25  mikeMove scheduler file API to CUPS library, make cups_file...
2005-06-21  mikeFix infinite recursion problem when deleting empty...
2005-06-06  mikeUse cupsdEndProcess API everywhere it makes sense to.
2005-06-02  mikeUse .so.2 for preload libraries so that "make test...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-01-03  mikeCopyright updates.
2004-10-04  mikeMirror 1.1.x changes.
2004-10-04  mikeFixed some memory and file descriptor leaks in the...
2004-09-30  mikeMirror 1.1.x change.
2004-09-30  mikeBrowsing would turn off if the scheduler got an EAGAIN...
2004-09-09  mikeMirror 1.1.x changes.
2004-09-09  mikeRemoved the remaining scheduler code that did not use the
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikerecvfrom() == 0 is not an error.
2004-08-18  mikeMirror 1.1.x changes.
2004-08-18  mikeThe IPP backend incorrectly used the local port when
2004-07-28  mikeFix debug message...
2004-07-17  mikeMirror 1.1.x changes.
2004-07-17  mikeSTR #811 - crash in CVS version.
2004-07-02  mikeThe CUPS browsing protocol now offers a "delete" bit...
2004-06-29  mikeAdded BrowseLocalOptions directive to allow the adminis...
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded support for quoted system group names (STR #784)
2004-06-28  mikeMirror 1.1.x changes.
2004-06-28  mikeThe scheduler did not correctly throttle the browse...
2004-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeFixed some "type-punned" warnings produced by GCC when
2004-04-28  mikeMirror 1.1.x changes.
2004-04-28  mikeThe scheduler now updates the accepting state of an...
2004-02-25  mikeCopyright updates...
next