]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2006-02-25  mikeFirst pass at a new PHP API for CUPS with the following...
2006-02-25  mikeFix "/" path info handling (treat as no PATH_INFO at...
2006-02-25  mikeMake sure that TMPDIR is set to a valid directory;...
2006-02-24  mikeSet the last error and status text for all error condit...
2006-02-24  mikeImplicit classes that timed out could cause the schedul...
2006-02-24  mikeAdd support for testing remote printer class discovery...
2006-02-24  mikeAdded DragonFly support in local device backends (STR...
2006-02-24  mikeOptimize address lookups to avoid calls to getnameinfo...
2006-02-24  mikeUpdate cupsd and CGI programs to use PATH_INFO instead...
2006-02-23  mikeAdd ippReason attribute to PPD spec (STR #1299)
2006-02-23  mikeAdd Yugami to the credits file for the LDAP support.
2006-02-23  mikeAdded LDAP printer browsing support (STR #338)
2006-02-23  mikeAdded official support for printer maintenance commands...
2006-02-23  mikeChange the default sort order to descending when showin...
2006-02-23  mikeSet PageSize, PageRegion, ImageableArea, and PaperDimen...
2006-02-23  mikeUpdate lpadmin to properly support default options...
2006-02-23  mikeSet job state to "pending" if we aren't holding the...
2006-02-22  mikeAdd server-side default options (still needs more testing!)
2006-02-22  mikeThe HP-GL/2 filter could get in an infinite loop trying to
2006-02-22  mikeValidate hostname prior to doing copy/decode (STR ...
2006-02-22  mikeAllow percent-encoded characters in the host portion...
2006-02-22  mikeImplement the HTTP/1.1 Expect: header (STR #1407)
2006-02-22  mike--disable-dbus, not disble-dbus...
2006-02-22  mikeAdd SSLLIBS to test programs.
2006-02-21  mikePull revision information from repo when available.
2006-02-21  mikecgi-bin/*:
2006-02-21  mikeAdd missing header to mantohtml.c.
2006-02-21  mikeFix compile error (static function no longer static)
2006-02-21  mikeUpdate API documentation and add public accessors for...
2006-02-19  mikeAllow printer name to contain spaces in Recieve-Print...
2006-02-19  mikeAdd DBUS config file for CUPS.
2006-02-19  mikeAdd separate check for dbus_message_iter_init_append...
2006-02-19  mikeAdd static library check to cups-config script, warning...
2006-02-19  mikeSet # copies to 1 when printing PICT files on OSX,...
2006-02-19  mikeStop print queue if a filter for the printer is missing.
2006-02-18  mikeProperly support multi-file remote jobs and cancelling...
2006-02-17  mikeLabel printer PPDs should reference rastertolabel,...
2006-02-17  mikeFix UUID generation to use ServerName in addition to...
2006-02-17  mikeAdd job-uuid (globally unique job ID, STR #1410)
2006-02-17  mikeAdd Japanese index.html to spec file.
2006-02-17  mikeAdd "|| true" to chgrp commands when installing a list...
2006-02-17  mikeAdd missing files.
2006-02-17  mikeUpdate Japanese translations (thanks Kenshi Muto!)
2006-02-17  mikeRevert change in r5044:
2006-02-17  mikeFix double free of policy location data (STR #1428)
2006-02-17  mikeRevamp LPD support code to group multi-file LPD jobs...
2006-02-16  mikePossible fix for last of Till's crash bugs.
2006-02-16  mikeUpdate array API to specifically support non-unique...
2006-02-16  mikeThe init script now unsets the TMPDIR environment varia...
2006-02-16  mikeDon't re-add remote printer if it already has been...
2006-02-16  mikeFix packaging and install targets to use the right...
2006-02-16  mikeFix man page packaging via EPM.
2006-02-16  mikeFix packaging and installation of new Japanese support...
2006-02-16  mikeRemove extra argument to fprintf debug statement.
2006-02-16  mikeUse LD instead of hardcoded ld when building HP-UX...
2006-02-16  mikeAdd a bunch of debug support for the template stuff...
2006-02-15  mikeAdd Japanese web interface files.
2006-02-15  mikeFix parsing of .po files with multi-line msgid strings...
2006-02-15  mikeFix all references to job->state and job->state_value.
2006-02-15  mikeAdd debugging and use cupsGetPPD2() since we already...
2006-02-15  mikeFix bug that showed up when running cupstestppd (STR...
2006-02-15  mikeRemove invalid "Enabled" key from launchd plist file...
2006-02-15  mikeUpdate dependencies, fix some web UI bugs, and fix...
2006-02-14  mikeFix undetected disconnect in cupsGetFd() and related...
2006-02-13  mikeFix scheduler makefile chgrp's - wrong variable substit...
2006-02-13  mikeFix RPM build errors.
2006-02-13  mikeSync up with Xpdf changes.
2006-02-13  mikeRename cupsBackchannelWrite to cupsBackChannelWrite...
2006-02-11  mikeAdd SUMMARY attributes to TABLE's so that output is...
2006-02-10  mikeFix some minor memory leaks in the CGI programs.
2006-02-09  mikeAdd script to check for global symbols that don't need...
2006-02-09  mikeSave work on job history.
2006-02-09  mikeChange CFProcessPath code to just replace the first...
2006-02-09  mikeDon't pass AP_FIRSTPAGE_* attributes when printing...
2006-02-09  mikeMerge in Apple AP_FIRSTPAGE_InputSlot and AP_FIRSTPAGE_...
2006-02-08  mikeFix "Purge-Jobs" with "ipp://hostname/printers/" as...
2006-02-08  mikeAdd missing successful-ok-events-complete (IPP_OK_EVENT...
2006-02-08  mikeAdd tracking of pages bounding boxes and support for...
2006-02-08  mikeFix remote cache loading bug - wasn't setting hostname...
2006-02-07  mikeAdd BCP and TBCP port monitors.
2006-02-07  mikeFix compiler warnings about y0 and y1 (they are also...
2006-02-06  mikeAdd MacRoman encoding support.
2006-02-06  mikeUse chgrp instead of -g option to install...
2006-02-06  mikeUpdate debug2 log messages to use function name prefix...
2006-02-05  mikeStick with mbr_uid_to_uuid() and mbr_gid_to_uuid()...
2006-02-05  mikescheduler/auth.c:
2006-02-05  mikescheduler/cert.c:
2006-02-05  mikeDo chgrp separate from install to avoid user-mode make...
2006-02-05  mikeACL support for Linux (and possibly Solaris/*BSD)
2006-02-05  mikeUpdate headers to include link to favicon.ico.
2006-02-05  mikeFix keyword substitution in spec file.
2006-02-05  mikeUpdate configure script to generate system groups.
2006-02-04  mike"Satisfy any" now interacts with "Encryption" as expect...
2006-02-04  mikeMessages from filters without a prefix are no displayed...
2006-02-04  mikeOne more time, fix RPM upgrades...
2006-02-04  mikeStill more fixing of RPM upgrades...
2006-02-04  mikeTweak RPM spec file template to better handle upgrades...
2006-02-04  mikeUse cupsArray for Clients and Listeners...
2006-02-04  mikeUse cupsArray for Locations, and allocate location...
2006-02-03  mikeAdd FINAL_CONTENT_TYPE environment variable to filter...
next