]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler
Cleanup wrapping, comments.
[thirdparty/cups.git] / scheduler /
2006-02-02  mikeCleanup wrapping, comments.
2006-02-02  mikeAdd filename argument to mimeFileType() so that we...
2006-02-02  mikeAdd performance testing to MIME test program - basicall...
2006-02-02  mikeMacOS X 10.2.x compile fixes.
2006-02-02  mikeAdd string pool code to optimize memory used for IPP...
2006-02-01  mikeAdd CFProcessPath symlink handling for pre-10.4 MacOS...
2006-02-01  mikeUpdate backend interface so that backends with mode...
2006-02-01  mikeUse cupsArray API to store network interface list,...
2006-02-01  mikeUse constants from launch.h whenever possible.
2006-02-01  mikeOnly use domain socket if we can access it, and clean...
2006-02-01  mikeFix compile error on OSX.
2006-02-01  mikeAdd support for Apple recoverable:/recovered: messages and
2006-02-01  mikeprinter-state-message and other job handling updates.
2006-01-31  mikeAdd process name lookup array for better debugging...
2006-01-31  mikeStrip double quotes from printer-info, printer-location...
2006-01-31  mikeOnly restart a job if the device-uri, port-monitor...
2006-01-31  mikeAlways log the most authenticated username.
2006-01-31  mikeAdd UseNetworkDefault option and corresponding support...
2006-01-30  mikeAdd DBUS support to the scheduler.
2006-01-29  mikeUpdate default cachedir to be /var/tmp/cups on Darwin.
2006-01-28  mikeMerge launchd branch into trunk.
2006-01-28  mikeFix misplaced #endif for Apple-specific code...
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-26  mikeStateDir is not writable by group...
2006-01-26  mikeFix makefile typos.
2006-01-26  mikeAdd --enable-static configure option (default = no...
2006-01-26  mikeLog CGIPipes, clear CGI input when client isn't ready...
2006-01-26  mikeDon't wake up to regenerate the root certificate.
2006-01-26  mikeBack out IPP_TAG_COPY_NAME change - too disruptive.
2006-01-26  mikeFix test failures caused by copied name issue.
2006-01-26  mikeAdd notify_post() support on MacOS X.
2006-01-26  mikeUse ippReadIO and ippWriteIO with CUPS files when readi...
2006-01-26  mikeSave printers.conf with mode 0600.
2006-01-26  mikeThe classes.conf file should be mode 0600.
2006-01-25  mikeCleanup and some minor performance optimizations.
2006-01-24  mikeDon't distribute empty classes.conf and printers.conf...
2006-01-24  mikeAdd new cupsArrayInsert() function to insert elements...
2006-01-24  mikeUse cupsArray API and rename compare() to compare_quota...
2006-01-24  mikeUse cupsArray API and rename compare() to compare_banne...
2006-01-23  mikeSet POSIX ACLs on the root certificate when there is...
2006-01-20  mikeAdd mailto: notifier and fix some notification bugs.
2006-01-19  mikeMerge in some clean-up changes from Apple.
2006-01-19  mikeSort attributes alphabetically to improve attribute...
2006-01-17  mikeFix crash bug.
2006-01-16  mikeReimplement requested-attributes processing for jobs...
2006-01-16  mikeAdd cupsFileFind() function to find a file using a...
2006-01-13  mikeFix user validation problem reported by Martin Pitt...
2006-01-13  mikeAdd support for moving all jobs via CUPS_MOVE_JOB.
2006-01-10  mikeOops, fix httpSeparateURI() check to allow "file" schem...
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2006-01-10  mikeUpdate copyrights on changed files.
2006-01-08  mikeFix some problems with the cupsLangPrintf/Puts and...
2006-01-07  mikeCommit new message catalog stuff and make sure the...
2006-01-05  mikeFix nagging "duplicate printers" error that cropped...
2006-01-05  mikeSave/restore in cupsdDeletePrinter().
2005-12-16  mikeRemove old .cvsignore files.
2005-12-15  mikeAdd IEEE 1284 device ID support to more places, and...
2005-12-15  mikeUpdate PPD files for CUPS 1.2 and use the proper manufa...
2005-12-13  mikeFix problem with CUPS-Add-Class and CUPS-Add-Printer...
2005-12-07  mikeFix cupsdCheckPolicy() to return http_status_t so that...
2005-12-01  mikeMore tweaking of on-line reference material.
2005-11-24  mikeWrite printcap file as needed from callers to add/delet...
2005-11-22  mikeThe "lpstat -p" command now shows the time and date...
2005-11-22  mikeThe scheduler now adds a job-actual-printer-uri attribu...
2005-11-22  mikeThe scheduler now logs log file open errors to the...
2005-11-22  mikeThe scheduler now sets the job-originating-user-name...
2005-11-18  mikeFix CPU pegging when serving a static file.
2005-11-14  mikeClean up notification and printer attributes.
2005-11-14  mikeFix names of notify-lease-duration and notify-time...
2005-11-14  mikeUse cupsArray API for subscription array.
2005-11-14  mikeAdd most of the remaining notification code.
2005-11-12  mikeIntegrate several Debian CUPS patches.
2005-11-12  mikeRemove old VC6 project files.
2005-11-12  mikeLoad/delete subscriptions and stop notifiers as needed.
2005-11-12  mikeSave process-based notifier support and test notifier.
2005-11-10  mikeDo not allow users to configure CUPS with "User" set...
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-11-04  mikeDeprecate FaxRetry* directives in favor of JobRetry...
2005-11-04  mikeAdd logging that AuthClass and AuthGroupName are deprec...
2005-11-04  mikeFix bad add-printer and add-class links (STR #1333)
2005-10-25  mikeDon't show an error opening passwd.md5 if it doesn...
2005-10-25  mikeFix some authentication issues caused by the new policy...
2005-10-24  mikeThe scheduler now only updates the permissions of SSL...
2005-10-21  mikeUse httpAssembleURIf() for dynamically-generated URIs...
2005-10-18  mikeCleanup more networking library stuff (simpler)
2005-10-18  mikeFix Solaris compile problems (STR #1321, STR #1317)
2005-10-14  mikeSome more IPv6 fixes (STR #1313)
2005-10-14  mikeFixup OSX package building.
2005-10-13  mikecgi-bin/admin.c:
2005-10-13  mikeSend a browse delete packet when setting printer-is...
2005-10-13  mikeDefine IPV6_V6ONLY on Linux as needed (glibc 2.3.2...
2005-10-12  mikeSort the interface list.
2005-10-12  mikeFix some more IPv6 issues.
2005-10-12  mikeAdd some debugging for cupsdNetIFUpdate()...
next