]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/main.c
Instrument more of the 1.2 scheduler to track down a FD leak.
[thirdparty/cups.git] / scheduler / main.c
2002-04-20  mikeInstrument more of the 1.2 scheduler to track down...
2002-03-21  mikeUse a single backend process for all files in a job.
2002-02-13  mikeMirror 1.1.x changes.
2002-01-31  mikeMirror 1.1.x changes...
2002-01-29  mikeMirror 1.1.x change.
2002-01-28  mikeMirror 1.1.x changes.
2002-01-14  mikeMirror 1.1.x changes...
2002-01-02  mikeCopyright updates...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-03-14  mikeWhen RunAsUser is enabled, treat SIGHUP like SIGTERM.
2001-03-06  mikeDrop infodir stuff (not needed)
2001-03-06  mikeUse /dev/urandom to avoid blocking.
2001-02-21  mikeFull Apache LogLevel support.
2001-01-22  mikeCopyright 2001...
2000-11-17  mikeFirst half of quota stuff.
2000-11-12  mikeAdded check against FD_SETSIZE for MaxFDs computation.
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-10-13  mikeCode cleanup to remove warnings.
2000-10-02  mikeChanged wording of normal error returns to be "stopped...
2000-09-14  mikeAnother small round of configure script fixes - we...
2000-09-14  mikeUpdated crypt checks to be the same on all distributions.
2000-09-07  mikeNew MaxFDs global; use it instead of hard-coded limits.
2000-09-07  mikeAdded PauseListening() and ResumeListening() functions.
2000-09-06  mikeAdded RemoteRoot directive support.
2000-05-22  mikeNow check for send timeout every 10 seconds (was every 60)
2000-05-11  mikehold-until + timeout changes.
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
2000-01-03  mikeMore changes to support job persistance.
1999-12-29  mikeChanges to support multiple files per job.
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-09-09  mikeNow only log "crashed" programs if the status is not...
1999-09-09  mikeAdded call to setsid() to detach cupsd from the console.
1999-09-03  mikeNow log process creation and ending.
1999-07-08  mikeChanged Makefile to use LIBCUPS instead of libcups.a.
1999-07-07  mikeAdded "run in the background" code to cupsd.
1999-06-21  mikeAdded TempDir directive support, and corresponding...
1999-06-19  mikeFixed bug in StopJob() that would cause the scheduler...
1999-06-19  mikeMake debug stuff for select failure enabled all the...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-09  mikeAdded implicit/auto class code.
1999-05-26  mikeDropped "kill" code in signal handler; instead, we...
1999-05-10  mikeUpdated defaults to use strings in config.h.
1999-05-07  mikeMore debug messages.
1999-04-29  mikeUpdated to use sigset(), sigaction(), or signal() and...
1999-04-22  mikeWas checking for input on BrowseSocket even if it wasn...
1999-04-22  mikeAdded browsing code.
1999-04-22  mikeChanges for Linux...
1999-04-21  mikeChanges for HP-UX.
1999-04-19  mikeFixed job-name processing to work with name or name...
1999-04-16  mikeCleaned up the job processing code (now use a shared...
1999-02-26  mikeFinished job options code.
1999-02-26  mikeUpdated job data to use IPP attributes - simplifies...
1999-02-09  mikeUpdated to use new CUPS library functions.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-10-13  mikeAdded activity timeout code.
1998-10-12  mikeSwitched from stdio files to file descriptors.
1998-10-12  mikeInitial revision