- Jan 27, 2012
-
-
Stephan Bosch authored
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Nov 26, 2011
-
-
Stephan Bosch authored
-
- Jun 26, 2011
-
-
Stephan Bosch authored
lib-sieve: optimized compilation of tests that yield constant results (i.e. known at compile tme), such as true and false. If the result of a test is known at compile time, it is optimized away. If an if-command depends on an entirely constant test, it is optimized away as well, causing only the 'true' sub-block to be compiled.
-
- Mar 22, 2011
-
-
Stephan Bosch authored
Fixed various compile warnings related to spurious semicolons and inappropriate variable initialization.
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Aug 13, 2010
-
-
Stephan Bosch authored
- Changed operand read functions to prove exec status return codes in stead of boolean. - Restructured optional-operand, stringlist and string-match APIs to provide execution status (error code) upon failure. - Corruption errors are only produced when the binary is actually corrupt. Normal failures should never cause a recompile attempt anymore. - Simplified optional-operand API. - Cleaned up test command implementations that use the string-match API.
-
- Aug 03, 2010
-
-
Stephan Bosch authored
-
- Jul 21, 2010
-
-
Stephan Bosch authored
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Oct 18, 2009
-
-
Stephan Bosch authored
-
- Aug 01, 2009
-
-
Stephan Bosch authored
Testsuite: added support for testing delivered messages by looping these back as the evaluated message. Added tests for the fileinto command.
-
- Feb 14, 2009
-
-
Stephan Bosch authored
-
- Feb 07, 2009
-
-
Stephan Bosch authored
-
- May 25, 2008
-
-
Stephan Bosch authored
-
- May 21, 2008
-
-
Stephan Bosch authored
-
- May 20, 2008
-
-
Stephan Bosch authored
-
- May 18, 2008
-
-
Stephan Bosch authored
RECOVERED FROM INCONSISTENCY: developed testsuite and binary dumping and fixed various small issues.
-