]> git.mikk.net Git - smtpsink/shortlog
smtpsink
2009-03-27 chris mikkelsonMade API for module -- module_api.c now contains respon...
2009-03-27 chris mikkelsonRemoved old 'modules.c' (renamed to 'module.c')
2009-03-27 chris mikkelsonFirst cut at module loading system. Still need to...
2009-03-27 chris mikkelsonFix handle_ioreq logic.
2009-03-27 chris mikkelsonDaemonization now works, and is the default. Creating...
2009-03-27 chris mikkelsonUse explicit libevent bases. The implicit "current_base"
2009-03-25 chris mikkelsonFleshed out options processing in smtpsink.c
2009-03-25 chris mikkelsonMoved signal event handlers to their own thread. They...
2009-03-25 chris mikkelsonsmtpsink.c hardcoded config for testing.
2009-03-25 chris mikkelsonFixed DATA state machine, and quit response.
2009-03-25 chris mikkelsonInitialize connection state -- otherwise reclaimed...
2009-03-25 chris mikkelsonInitialize both events, not just one...
2009-03-25 chris mikkelsonFixed listener thread "starting gun" logic.
2009-03-25 chris mikkelsonbonehead error pthread_foo return 0 on *success* not...
2009-03-25 chris mikkelsonlistener spec will typically be a literal string or...
2009-03-25 chris mikkelsonAfter a few scattered changes, it all compiles and...
2009-03-25 chris mikkelsonHigh performance SMTP daemon, suitable for spamtraps...