summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/scheduler.c
AgeCommit message (Expand)Author
2013-07-19Many MTA improvements:Eric Faurot
2013-07-19scheduler improvements:Eric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-07-19Remove useless sc_pid from struct smtpd.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-02-10When getting the next batch of envelope to schedule, use an array toEric Faurot
2013-01-31assorted fixes spotted by Coverity.Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-20Allow "smtpctl show queue" to run in "online" mode if the smtpd serverEric Faurot
2012-11-12Cleanups and improvements:Eric Faurot
2012-11-02Make counters more informative in the scheduler:Eric Faurot
2012-09-16Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'sCharles Longeau
2012-09-11Rework the scheduler internals. Fix some scheduling loop issues andEric Faurot
2012-08-25- add myself to the copyright in control.c, i've done quite a few changesGilles Chehade
2012-08-25- introduce struct stat_valueGilles Chehade
2012-08-24When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to theEric Faurot
2012-08-24add stat counter for the number of envelopes inflight.Eric Faurot
2012-08-21Re-enable loop detection, but in mta and mda this time.Eric Faurot
2012-08-20chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix...Charles Longeau
2012-08-19fix smtpctl schedule-all and schedule-id <msgid>Charles Longeau
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-08-09Envelopes scheduled as "removed" are already deleted from the scheduler.Eric Faurot
2012-08-09dead prototypeEric Faurot
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-08-08Improve the scheduler backend API.Eric Faurot
2012-07-18make the scheduler less verbose by default.Eric Faurot
2012-07-10- simplify the scheduler loop logic further, it is ridiculously simple nowGilles Chehade
2012-07-09- introduce log_trace(TRACE_SCHEDULER, ...)Gilles Chehade
2012-07-09- runner is the terminology we used back when we had runqueues, we noGilles Chehade
2012-07-02Lookup queue and scheduler backends by name, rather than enum.Eric Faurot
2012-06-17- introduce struct scheduler_info and the scheduler_info() function to fillGilles Chehade
2012-01-28- introduce the scheduler_backend APIGilles Chehade