]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
1999-04-23  mikeNow zero the default browse address prior to initializa...
1999-04-23  mikeNow add a default browser if browsing is enabled but...
1999-04-23  mikeAdded memset() in get_address() to ensure that the...
1999-04-23  mikeAdded checks to see if any browse addresses have been...
1999-04-23  mikeIsAuthorized() wasn't declared properly in auth.c ...
1999-04-23  mikeMore broadcast changes...
1999-04-23  mikeAdded TTL checking...
1999-04-22  mikeAdded error messages to browse routines.
1999-04-22  mikeWas checking for input on BrowseSocket even if it wasn...
1999-04-22  mikeChanged OPEN_MAX to 1024; I'm sick of playing "follow...
1999-04-22  mikeD'oh! Needed to output info every BrowseInterval secon...
1999-04-22  mikeWas clearing BrowseSocket even when it was -1...
1999-04-22  mikeAdded browsing code.
1999-04-22  mikeMore changes to the magical GhostScript makefile.
1999-04-22  mikeAdded default language stuff (no files needed).
1999-04-22  mikeMore changes for awk/nawk/mawk/gawk use.
1999-04-22  mikeAdded DEBUG_printf() statements to help with authorizat...
1999-04-22  mikeChanges for Linux...
1999-04-22  mikeChanges for SunOS/Solaris.
1999-04-21  mikeUsing IMGLIBS again...
1999-04-21  mikeAdded IMGLIBS and GUILIBS variables and corresponding...
1999-04-21  mikeChanges for SERVERDIR and IPP_PORT variables.
1999-04-21  mikeChanged from IMGLIBS to LIBS (may change back...)
1999-04-21  mikeAdded IPP_PORT definition.
1999-04-21  mikeMore autoconf changes for missing header files and...
1999-04-21  mikeChanges for HP-UX.
1999-04-21  mikeDidn't add this header...
1999-04-21  mikeWasn't checking for jobs after StartPrinter in all...
1999-04-21  mikeRe-added GhostScript "echogs" program.
1999-04-21  mikeChanged the directory header stuff to use the autoconf...
1999-04-21  mikeFixed a typo.
1999-04-21  mikeAdded autoconf files.
1999-04-21  mikeFixed image RIP landscape printing problems once and...
1999-04-21  mikeNow only send # bytes if a raw job is being sent.
1999-04-21  mikecupsDoRequest() needed to retry requests when doing...
1999-04-21  mikeAdded accept/disable/enable/reject command (all the...
1999-04-21  mikeMore I18N unsigned char -> char fixes.
1999-04-21  mikeMore I18N unsigned char -> char fixes.
1999-04-21  mikeGot rid of last vestiges of unsigned char * code for...
1999-04-19  mikeNow use cupsDoRequest() for all IPP requests.
1999-04-19  mikeFixed job-name processing to work with name or name...
1999-04-19  mikeAdded new idle, processing, and stopped messages.
1999-04-19  mikeThe image RIP was interpolating "backwards".
1999-04-19  mikeMoved logo + navbar to images subdirectory.
1999-04-19  mikeAdded new status page.
1999-04-19  mikeAdded idle, processing, and stopped status messages.
1999-04-19  mikeAdded printers.cgi for on-line printer status.
1999-04-19  mikeAdded cgi-bin directory to top-level makefile.
1999-04-16  mikeFixed do_request() to retry the HTTP request if the...
1999-04-16  mikeCleaned up the job processing code (now use a shared...
1999-04-16  mikeAdded new web documents for on-line server access.
1999-04-16  mikeAdded RIPCache option.
1999-04-16  mikeFinished implementation of parallel, serial, and AppSoc...
1999-04-16  mikeNeeded to check for "DuplexNoTumble" and not "NoTumble...
1999-04-16  mikehttp.c: httpConnect() now calls httpInitialize()
1999-04-09  mikeAdded custom page size code to PPD routines.
1999-04-08  mikeFixed SetCommonOptions() call in hpgl-main.c.
1999-04-07  mikeRemoved num_data, data from ppd_choice_t - no longer...
1999-04-06  mikeUpdated common option processing to update page size...
1999-04-06  mikeNow check for EAGAIN or EINTR when reading and writing.
1999-04-06  mikeAdded drivers to top-level makefile.
1999-04-06  mikeD'oh! Changed byte comparisons to <= 0 so that we...
1999-04-06  mikeUpdated raster functions to keep reading/writing as...
1999-04-05  mikeChanged ManualCopies, ModelNumber, and ColorProfile...
1999-04-05  mikeAdded manual-copies check.
1999-04-05  mikeAdded model number and manual-copies attributes to...
1999-04-05  mikeChanged PageSize in page header to points instead of...
1999-04-05  mikeChanged PageSize, Margins, and ImagingArea attributes...
1999-04-02  mikeFinished porting image file RIP.
1999-04-01  mikeRemoved unused variables.
1999-04-01  mikeAdded RIP memory options to GS printer drivers.
1999-04-01  mikeLots of changes to support color profiles, LUTs, etc.
1999-04-01  mikeAdded raster width + height to header (this way the...
1999-03-31  mikeOK, I'm on drugs. Removed "choice" argument - that...
1999-03-31  mikeAdded ppdFindMarkedChoice() function.
1999-03-29  mikeAdded color profile stuff to PPD file routines.
1999-03-28  mikeAdded information on application/vnd.cups-raster format...
1999-03-26  mikeMoved all sources back to the top-level directory to...
1999-03-25  mikeUpdated PhotoCD code to automatically rotate images...
1999-03-25  mikeImplemented native PhotoCD reading code (only the 768x5...
1999-03-24  mikeAdded num_data and data members to ppd_choice_t to...
1999-03-24  mikeFixed compile errors in lpstat...
1999-03-24  mikeUpdated image conversion rules.
1999-03-24  mikeUpdated SetCommonOptions() to return the PPD file info...
1999-03-24  mikeChanges for new IPP prototypes and text structure.
1999-03-24  mikeChanges for new IPP prototypes and string structure.
1999-03-24  mikeUpdated cupsCancelJob() and friends.
1999-03-24  mikeUpdated common code to default to color output.
1999-03-23  mikeWhoops, forgot to update hpgltops version number (1...
1999-03-23  mikeMoved common filter and text filter stuff into separate...
1999-03-23  mikeMoved filter data files to new "data" subdirectory.
1999-03-23  mikeMoved filter data files to new "data" subdirectory.
1999-03-23  mikeAdded filters to Makefile.
1999-03-23  mikeWasn't marking default page size option properly...
1999-03-22  mikeAdded contents lines in HP-GL/2 filter files.
1999-03-22  mikeAdded raster functions to Makefile.
1999-03-22  mikeMore tweeks to make sure that PostScript output conform...
1999-03-21  mikeFinished integration and testing of HP-GL/2 filter.
1999-03-21  mikeMore changes to HP-GL/2 filter.
1999-03-21  mikeAdded CUPS_VERSION string to config.h
next