summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/scheduler_ramqueue.c
AgeCommit message (Expand)Author
2013-02-10When getting the next batch of envelope to schedule, use an array toEric 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-27When merging messages from an update, decrement the message counter if theEric Faurot
2012-09-11Rework the scheduler internals. Fix some scheduling loop issues andEric Faurot
2012-08-25It's ok to try to rollback an update we don't know about. It mightEric Faurot
2012-08-25- introduce struct stat_valueGilles Chehade
2012-08-24Remove the rq_host and rq_batch structures from the ramqueue scheduler.Eric Faurot
2012-08-19fix smtpctl schedule-all and schedule-id <msgid>Charles Longeau
2012-08-19avoid crash when removing non-existing envelopeCharles Longeau
2012-08-19Let the scheduler return all schedulable envelopes for the same messageEric Faurot
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-08-11fix use after freeCharles Longeau
2012-08-08Improve the scheduler backend API.Eric Faurot
2012-07-10- simplify the scheduler loop logic further, it is ridiculously simple nowGilles Chehade
2012-06-20Finally get rid of the queue_kind enum in the queue API. Keep thatEric Faurot
2012-06-17- introduce struct scheduler_info and the scheduler_info() function to fillGilles Chehade
2012-05-25add missing header needed by time()Charles Longeau
2012-04-15Remove dead assignments and newly created unused variables.Charles Longeau
2012-03-13When moving back envelope from offload tree to msg tree ... remove theGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-01-31fix an issue observed this week-end while flooding ajacoutot@ :Gilles Chehade
2012-01-30Add missing header needed by PRI format stringCharles Longeau
2012-01-28add optional display handler to scheduler_backend, if not NULL the handlerGilles Chehade
2012-01-28- introduce the scheduler_backend APIGilles Chehade