index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
scheduler_ramqueue.c
Age
Commit message (
Expand
)
Author
2013-02-10
When getting the next batch of envelope to schedule, use an array to
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-20
Allow "smtpctl show queue" to run in "online" mode if the smtpd server
Eric Faurot
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-11-02
Make counters more informative in the scheduler:
Eric Faurot
2012-09-27
When merging messages from an update, decrement the message counter if the
Eric Faurot
2012-09-11
Rework the scheduler internals. Fix some scheduling loop issues and
Eric Faurot
2012-08-25
It's ok to try to rollback an update we don't know about. It might
Eric Faurot
2012-08-25
- introduce struct stat_value
Gilles Chehade
2012-08-24
Remove the rq_host and rq_batch structures from the ramqueue scheduler.
Eric Faurot
2012-08-19
fix smtpctl schedule-all and schedule-id <msgid>
Charles Longeau
2012-08-19
avoid crash when removing non-existing envelope
Charles Longeau
2012-08-19
Let the scheduler return all schedulable envelopes for the same message
Eric Faurot
2012-08-18
- introduce stat_backend, an API for pluggable statistic backends
Gilles Chehade
2012-08-11
fix use after free
Charles Longeau
2012-08-08
Improve the scheduler backend API.
Eric Faurot
2012-07-10
- simplify the scheduler loop logic further, it is ridiculously simple now
Gilles Chehade
2012-06-20
Finally get rid of the queue_kind enum in the queue API. Keep that
Eric Faurot
2012-06-17
- introduce struct scheduler_info and the scheduler_info() function to fill
Gilles Chehade
2012-05-25
add missing header needed by time()
Charles Longeau
2012-04-15
Remove dead assignments and newly created unused variables.
Charles Longeau
2012-03-13
When moving back envelope from offload tree to msg tree ... remove the
Gilles Chehade
2012-03-07
various reliability fixes:
Gilles Chehade
2012-01-31
fix an issue observed this week-end while flooding ajacoutot@ :
Gilles Chehade
2012-01-30
Add missing header needed by PRI format string
Charles Longeau
2012-01-28
add optional display handler to scheduler_backend, if not NULL the handler
Gilles Chehade
2012-01-28
- introduce the scheduler_backend API
Gilles Chehade