spmfilter: 22 new changesets

0 views
Skip to first unread message

SCM

unread,
Nov 15, 2010, 8:02:10 AM11/15/10
to spmfilt...@googlegroups.com

changeset: 327:b41c2e227adb
details: https://www.spmfilter.org/hg/spmfilter/rev/b41c2e227adb
user: ast
date: Mon Nov 15 13:48:09 2010 +0100
description:
create branch for 0.4.x tree


changeset: 328:69bf4cd22a0c
details: https://www.spmfilter.org/hg/spmfilter/rev/69bf4cd22a0c
user: ast
date: Sat Apr 17 13:44:29 2010 +0200
description:
added config options for daemon


changeset: 329:2fbdfb0adce0
details: https://www.spmfilter.org/hg/spmfilter/rev/2fbdfb0adce0
user: ast
date: Sat Apr 17 14:16:13 2010 +0200
description:
first steps towards daemon implementation


changeset: 330:0451ae14a396
details: https://www.spmfilter.org/hg/spmfilter/rev/0451ae14a396
user: ast
date: Sat Apr 17 14:41:22 2010 +0200
description:
added libevent cmake configuration


changeset: 331:29ba6f23c5b3
details: https://www.spmfilter.org/hg/spmfilter/rev/29ba6f23c5b3
user: ast
date: Sat Apr 17 18:24:14 2010 +0200
description:
further working on daemon mode.


changeset: 332:84c8ce7f8b29
details: https://www.spmfilter.org/hg/spmfilter/rev/84c8ce7f8b29
user: ast
date: Sat Apr 17 20:45:22 2010 +0200
description:
added more daemon config


changeset: 333:7cd0ad8948d2
details: https://www.spmfilter.org/hg/spmfilter/rev/7cd0ad8948d2
user: ast
date: Sat Apr 17 23:56:02 2010 +0200
description:
not working yet...


changeset: 334:4c40e340aa90
details: https://www.spmfilter.org/hg/spmfilter/rev/4c40e340aa90
user: ast
date: Wed Apr 21 15:39:57 2010 +0200
description:
first working, but very buggy and instable version


changeset: 335:275c04ca9cb9
details: https://www.spmfilter.org/hg/spmfilter/rev/275c04ca9cb9
user: ast
date: Thu Apr 22 11:36:58 2010 +0200
description:
- renamed max_connects option to process_limit
- removed old testing functions


changeset: 336:53b2b5c37788
details: https://www.spmfilter.org/hg/spmfilter/rev/53b2b5c37788
user: ast
date: Thu Apr 22 12:18:50 2010 +0200
description:
merge


changeset: 337:c00b306c584e
details: https://www.spmfilter.org/hg/spmfilter/rev/c00b306c584e
user: ast
date: Fri Apr 23 11:28:41 2010 +0200
description:
working version with one ip


changeset: 338:cbb2af763d45
details: https://www.spmfilter.org/hg/spmfilter/rev/cbb2af763d45
user: ast
date: Fri Apr 23 13:32:19 2010 +0200
description:
using now giochannels for socket handling


changeset: 339:61338f417b12
details: https://www.spmfilter.org/hg/spmfilter/rev/61338f417b12
user: ast
date: Fri Apr 23 16:27:19 2010 +0200
description:
rewrote some session stuff


changeset: 340:7669f24423b7
details: https://www.spmfilter.org/hg/spmfilter/rev/7669f24423b7
user: ast
date: Fri Apr 23 17:12:21 2010 +0200
description:
some changes for threaded daemon


changeset: 341:cdbe6fb335cc
details: https://www.spmfilter.org/hg/spmfilter/rev/cdbe6fb335cc
user: ast
date: Wed Apr 28 12:10:21 2010 +0200
description:
fixed some bugs


changeset: 342:ce5c6ef54646
details: https://www.spmfilter.org/hg/spmfilter/rev/ce5c6ef54646
user: ast
date: Fri Apr 30 14:42:38 2010 +0200
description:
implemented spare/max thread feature...


changeset: 343:ef562296456e
details: https://www.spmfilter.org/hg/spmfilter/rev/ef562296456e
user: ast
date: Fri Apr 30 15:22:42 2010 +0200
description:
fixed session bug


changeset: 344:b08051c9597f
details: https://www.spmfilter.org/hg/spmfilter/rev/b08051c9597f
user: ast
date: Mon May 03 12:09:12 2010 +0200
description:
added smf_daemon_drop_privileges


changeset: 345:6a290c6a4801
details: https://www.spmfilter.org/hg/spmfilter/rev/6a290c6a4801
user: ast
date: Tue May 04 15:59:41 2010 +0200
description:
some fixes....


changeset: 346:eb2424bebb3e
details: https://www.spmfilter.org/hg/spmfilter/rev/eb2424bebb3e
user: ast
date: Tue May 04 16:33:38 2010 +0200
description:
fixed memory leak


changeset: 347:781ce1390c04
details: https://www.spmfilter.org/hg/spmfilter/rev/781ce1390c04
user: ast
date: Tue May 11 11:37:24 2010 +0200
description:
- added new object SMFSettingsGroup_T
- change custom settings group behavoir


changeset: 348:b6264c5d72bb
details: https://www.spmfilter.org/hg/spmfilter/rev/b6264c5d72bb
user: ast
date: Mon Nov 15 14:01:17 2010 +0100
description:
merge with daemon branch

diffstat:

CMakeLists.txt | 6 +
VERSION | 2 +-
src/CMakeLists.txt | 5 +-
src/main.c | 43 +----
src/smf_core.c | 7 +-
src/smf_daemon.c | 390 ++++++++++++++++++++++++++++++++++++++++++++++++
src/smf_daemon.h | 40 +++++
src/smf_group_settings.c | 127 ---------------
src/smf_message.c | 4 +-
src/smf_message_private.h | 2 +-
src/smf_modules.c | 70 +++++++-
src/smf_modules.h | 6 +-
src/smf_pipe.c | 34 ++-
src/smf_session.c | 64 ++++---
src/smf_session.h | 32 ++-
src/smf_settings.c | 13 +-
src/smf_settings.h | 33 +++-
src/smf_settings_group.c | 138 +++++++++++++++++
src/smf_settings_private.h | 3 -
src/smf_smtpd.c | 315 ++++++++++++++++++++++----------------
20 files changed, 943 insertions(+), 391 deletions(-)

Reply all
Reply to author
Forward
0 new messages