]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
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 socket backend (missed it in the last change)
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  mikeSimplify the MacOS X install/package stuff by not autod...
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-02-01  mikeAdd "-v" option and support for multiple URI + test...
2006-02-01  mikeAdd revision number to snapshots.
2006-02-01  mikeFix segfault in http_copy_decode() - wasn't checking...
2006-02-01  mikeUpdate OSX packages to include both the launchd and...
2006-01-31  mikeUpdate dependencies.
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 mkdir when installing launchd workaround script.
2006-01-30  mikeFix unsigned char comparison to use "& 255" since the...
2006-01-30  mikeAdd DBUS support to the scheduler.
2006-01-29  mikeAdd missing file...
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  mikeFix default permissions substitutions - the defines...
2006-01-27  mikeUpdate man pages to describe all options.
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-27  mikeFix RPM spec file.
2006-01-27  mikeAdd locale to regular make directories.
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  mikeRename cupsPageScaling to cupsBorderlessScalingFactor...
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  mike#ifdef Apple-specific "recoverable" error stuff.
2006-01-26  mikeAdd whitespace and line ending checks to cupstestppd.
2006-01-26  mikeSave printers.conf with mode 0600.
2006-01-26  mikeThe classes.conf file should be mode 0600.
2006-01-26  mikeFix cupsGetPPD2() for classes containing only classes.
2006-01-25  mikeCheck all httpReconnect()'s.
2006-01-25  mikeCheck that we have the CoreFoundation header before...
2006-01-25  mikeCheck to see if httpReconnect() failed and abort if so.
2006-01-25  mikeIncrease the read/write buffer for CUPS files and optim...
2006-01-25  mikeAdd support for new attributes in page device header.
2006-01-25  mikeAdd floating point PageSize and ImagingBBox values...
2006-01-25  mikeClean up some PostScript output issues and add new...
2006-01-25  mikeUse notify_post to tell MacOS X apps that the printers...
2006-01-25  mikeAdd printer description and state attributes as options...
2006-01-25  mikeAdd printer description attributes to list (they can...
2006-01-25  mikeFix some networking issues, add support for Darwin...
2006-01-25  mikeAdd cupsd.conf.default file to RPM.
2006-01-25  mikeMerge features and bug fixes.
2006-01-25  mikeCleanup and some minor performance optimizations.
2006-01-24  mikeDon't distribute empty classes.conf and printers.conf...
2006-01-24  mikeMove init scripts and support files to new "init" subdi...
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-24  mikeFix global destructor in threaded mode (STR #1395)
2006-01-23  mikeSet POSIX ACLs on the root certificate when there is...
2006-01-21  mikeAdd Japanese message catalog (STR #537)
2006-01-20  mikeAdd mailto: notifier and fix some notification bugs.
2006-01-20  mikeAdd more Darwin/MacOS X config checks, and update the...
2006-01-19  mikeMake -fpie a configure option (apparently doesn't work...
2006-01-19  mikeUpdate when job control buttons are shown.
2006-01-19  mikeAdd a missing check in the stream predictor code.
2006-01-19  mikeMerge in some clean-up changes from Apple.
2006-01-19  mikeUpdate message catalogs...
2006-01-19  mikeUpdate all command-line programs to support -h and...
2006-01-19  mikeUpdate message catalog template, etc.
2006-01-19  mikeSort attributes alphabetically to improve attribute...
2006-01-18  mikeAdd support for moving all jobs on a queue to another...
2006-01-18  mikeApply missing range checks to Xpdf code (STR #1381)
2006-01-18  mikeFix device URIs for printers added via the "Add This...
2006-01-18  mikeFix truncated PPD file problem (STR #1378)
2006-01-18  mikeDefault ICC profile uses "..", not "..." (thanks Johannes!)
2006-01-17  mikeFix crash bug.
2006-01-17  mikeStart new PPD API test harness to test API functions.
2006-01-17  mikeAdd missing file.
2006-01-17  mikeAdd basic custom option support (just single value...
2006-01-16  mikeAdd new ops to CUPS IPP spec and clean up HTML.
2006-01-16  mikeAdd IPP implementation help file.
2006-01-16  mikeReimplement requested-attributes processing for jobs...
2006-01-16  mikeAdd cupsFileFind() function to find a file using a...
2006-01-14  mikeAdd links to Easy Software Products web site and products.
next