- 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 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 30, 2010
-
-
Stephan Bosch authored
-
- Jul 17, 2010
-
-
Stephan Bosch authored
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Dec 19, 2008
-
-
Stephan Bosch authored
Substituted mail_get_headers for mail_get_headers_utf8 for those occasions where utf8 is of no concern.
-
- Dec 09, 2008
-
-
Stephan Bosch authored
-
- Sep 09, 2008
-
-
Stephan Bosch authored
-
- Aug 16, 2008
-
-
Stephan Bosch authored
-
- Jul 25, 2008
-
-
Stephan Bosch authored
Working towards improving the handling of currupt binaries: defined multiple exit codes for execution functions and defined trace macro for reporting binary corruptions.
-
- Jul 23, 2008
-
-
Stephan Bosch authored
-
- Jul 21, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jul 16, 2008
-
-
Stephan Bosch authored
-
- Jun 29, 2008
-
-
Stephan Bosch authored
-
- Jan 06, 2008
-
-
Stephan Bosch authored
-
- Jan 05, 2008
-
-
Stephan Bosch authored
-
- Dec 27, 2007
-
-
Stephan Bosch authored
-
- Dec 24, 2007
-
-
Stephan Bosch authored
-
- Dec 19, 2007
-
-
Stephan Bosch authored
Implemented support for overriding default argument implementations of number, string and string-list.
-
- Dec 06, 2007
-
-
Stephan Bosch authored
Added support for reading an entire stringlist into memory. Also fixed various identical bugs in stringlist-related error handling.
-
- Dec 02, 2007
-
-
Stephan Bosch authored
Properly implemented the code dumper. Dumps are now printed in a stream. The individual opcode and operand implementations no longer use printf()s.
-
- Dec 01, 2007
-
-
Stephan Bosch authored
Exported sieve-code-dumper from sieve-interpreter containing all code dumping related implementation. Now to remove all printfs....
-
- Nov 24, 2007
-
-
Stephan Bosch authored
Grouped runtime parameters into a single runtime environment and started implementation of result composition/execution.
-
- Nov 22, 2007
-
-
Stephan Bosch authored
-
- Nov 21, 2007
-
-
Stephan Bosch authored
-
- Nov 20, 2007
-
-
Stephan Bosch authored
Changed validator's command syntax validation such that command implementations don't have to call the argument, test and block validation functions explicitly.
-
- Nov 19, 2007
-
-
Stephan Bosch authored
Changed argument validation to record the first positional argument into the command context by default. Also furter improved validator's error handling.
-
Stephan Bosch authored
-
- Nov 08, 2007
-
-
Stephan Bosch authored
-
- Oct 27, 2007
-
-
Stephan Bosch authored
-
- Oct 25, 2007
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-