]> git.mikk.net Git - smtpsink/shortlog
smtpsink
2010-03-30 chris mikkelsonAdd 'install' target.
2010-03-30 chris mikkelsonLoad modules from central libdir, by default /usr/local...
2010-03-15 chris mikkelsonAllocate proper number of bytes for module list.
2010-03-13 chris mikkelsonFix uninitialized variable 'len' in handle_smtp().
2010-03-12 chris mikkelsonCall correct module method from module_data()
2010-02-24 chris mikkelson(Found change from Nov 2, 2009)
2009-04-29 chris mikkelsonUse correct type (socklen_t) for addrlen. Quiets compi...
2009-04-29 chris mikkelsonsignal "listen condition" when below maximum concurrency.
2009-04-06 chris mikkelsonCorrect usage from -P <plugin> to -M <module>...
2009-04-06 chris mikkelsonPass data as const char * to avoid module cross-talk.
2009-04-06 chris mikkelsonMerge from master: add .gitignore to tracked files.
2009-04-06 chris mikkelsonAdded 'tags' target to manage ctags.
2009-04-06 chris mikkelsonAdded 'tags' target to maintain ctags.
2009-04-06 chris mikkelsonInclude .gitignore file in repo
2009-04-03 chris mikkelsonClean up module return code handling; renamed SSM_MSG...
2009-04-03 chris mikkelsonMerge branch 'master' into modules
2009-04-02 chris mikkelsonSet connection fds to nonblocking, detect blocked writes
2009-04-02 chris mikkelsonCleaned up module interface, and provided hooks in...
2009-03-27 chris mikkelsonCorrected SSM_RESPONDED macro to match SSM_MSG flag.
2009-03-27 chris mikkelsonnull-terminate filename after strncpy().
2009-03-27 chris mikkelsonAdded rest of hooks for module code.
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...