- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Aug 30, 2010
-
-
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.
-
- Jul 30, 2010
-
-
Stephan Bosch authored
-
- May 16, 2010
-
-
Stephan Bosch authored
-
- May 14, 2010
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Nov 02, 2009
-
-
Stephan Bosch authored
-
- Aug 05, 2009
-
-
Stephan Bosch authored
Be explicit about signedness of data in binary code representation. Some architectures, like ARM, differ in this respect.
-
Stephan Bosch authored
-
- Feb 24, 2009
-
-
Stephan Bosch authored
-
- Jan 02, 2009
-
-
Stephan Bosch authored
-
- Dec 28, 2008
-
-
Stephan Bosch authored
Exported variable string operand into the Sieve engine itself as 'catenated string' (for similar use in other extensions like the testsuite).
-
- Nov 12, 2008
-
-
Stephan Bosch authored
Previously the final value of internal variable was for every store action that didn't specify a :flags argument explicitly. This results in out-of order assignment/removal of flags, e.g. also the flags assigned keep actions that were executed before the addflag/setflag command were modified.
-
- Sep 12, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Sep 11, 2008
-
-
Stephan Bosch authored
-
- Sep 09, 2008
-
-
Stephan Bosch authored
-
- Aug 31, 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 20, 2008
-
-
Stephan Bosch authored
-
- Jul 16, 2008
-
-
Stephan Bosch authored
-
- Jun 03, 2008
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 25, 2008
-
-
Stephan Bosch authored
-
- May 18, 2008
-
-
Stephan Bosch authored
RECOVERED FROM INCONSISTENCY: developed testsuite and binary dumping and fixed various small issues.
-
- Jan 05, 2008
-
-
Stephan Bosch authored
-
- Dec 30, 2007
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Dec 27, 2007
-
-
Stephan Bosch authored
-
- 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 01, 2007
-
-
Stephan Bosch authored
Exported sieve-code-dumper from sieve-interpreter containing all code dumping related implementation. Now to remove all printfs....
-
Stephan Bosch authored
Fixed bug in handling optional operands to opcodes that have no mandatory operands (0 is no longer a valid opcode)
-
- Nov 28, 2007
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-