2010-01-08 |
Richard W.M... | Update aclocal.m4 to latest OCaml autoconf macros. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Richard W.M... | Fix for ARCH_ALIGN_INT64 platforms (Stephane Glondu). |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Richard W.M... | Version 2.0.0 for release. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Richard W.M... | Add regression test for 32/64-bit aligned fastpath... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Richard W.M... | On fastpath, 32/64 bit zeros must be allocated each... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Richard W.M... | Fix index checks in get/put functions (jessicah) |
commit | commitdiff | tree | snapshot |
2008-08-28 |
toots@rastageeks.org | Added bootstrap and uninstall target |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Richard W.M... | Version 1.9.9 for release. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Updated manifest file. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Updated test coverage report. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Test the hexdump function. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Comprehensive test of fixed-size int construct & extrac... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Test the subbitstring and takebits functions. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Fix buggy construct_int64_ne_unsigned and construct_int... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Check for 'diff' program (now required to run tests). |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Update coverage report. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Add tests for compare, load, etc. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Fix 'make test' rule. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Richard W.M... | Added: |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | 'make clean' rules remove more generated files. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | Version 1.9.8 for release. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | Use ocaml-bisect to compute coverage of tests. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | Add byteswap.in.h |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | Ignore *.so files. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | This patch completes the optimization / fastpaths in... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | This large, but mostly mechanical, patch removes an... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | This patch improves the string_of_* functions in Bitmat... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | This patch adds the framework for including C code... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | Include benchmarks directory. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | This adds the outline of a benchmark suite to bitstring. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Richard W.M... | The attached patch is necessary to work around a bug... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Richard W.M... | Added little-endian constructors (thanks to Romain... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Document the bitmatch compatibility library. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Renaming bitmatch -> bitstring. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Rename files and libraries from bitmatch* to bitstring* |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Updated TODO file. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Version 1.9.6 for release. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Improved test. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Implement check() and bind() qualifiers. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Implement save_to_offset() and partially implement... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Fix an error message. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Added when(), bind() and save_offset_to() to the TODO... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Set svn:ignore. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Set svn:keywords property to Id. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Added offset padding test to test the case when origina... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Implement dropbits, takebits, subbitstring. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Richard W.M... | Fix computed offset calculations when original_off... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Richard W.M... | Version 1.9.5 for release. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Richard W.M... | Clarify licensing for Debian. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Richard W.M... | Fix documentation for how to compile using camlp4 directly. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Version 1.9.4 for release. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Somewhat better attempt at a META file. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Don't allow zero-length patterns to be loaded from... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Update status |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Version 1.9.3 for release. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Richard W.M... | Include pkg_* |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | extlib is needed for CIL tools subdir |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Note about META file |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Allow bitmatch-import-prefix.h to be installed centrally. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Version 1.9.2 for release. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Some fixes for building bmpp file. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Updated MANIFEST |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Version 1.9.1 for release. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | CIL examples. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Just warn about unimplemented types - they can be safel... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Refactor raising of Construct_failure exceptions and... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Make the locations in error messages more specific. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Refactor constructor and extractor function name genera... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Refactor parse_field function (Bluestorm). |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Refactor expr_is_constant (Bluestorm). |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Added string offset tests. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Richard W.M... | Convenience function locfail (thanks to Bluestorm). |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Richard W.M... | Map 8-bit int element arrays to strings |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Richard W.M... | More items for TODO list |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Change cil tools to use computed offsets. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Add string_of_*_field so we can print out fields more... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Fix dependencies |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Test for offsets |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Document constructed offsets, zeroes_bitstring, ones_bi... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Implement construct_bitstring, zeroes_bitstring, ones_b... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Support for computed offsets in output. Also allow... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Richard W.M... | Added computed offset field |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Documentation cleanups |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Documentation cleanups |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Documentation cleanups |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Documentation clarification. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Clarify how to write multiple patterns to a file |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Version 1.9 for release. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Update MANIFEST |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Richard W.M... | Persistent patterns, save and load to a file. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Richard W.M... | Split out field handling from pa_bitmatch into a common... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Richard W.M... | Committing NON-WORKING cil tools directory. This code... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Richard W.M... | Started to copy the import tool from libunbin. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Richard W.M... | Include CHANGES file in tarball. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Richard W.M... | Version 1.3, updated MANIFEST. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Richard W.M... | Endianness expressions. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Richard W.M... | Updated MANIFEST |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Richard W.M... | Added libpcap parsing example. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Richard W.M... | When flen is a constant, use the constant integer value... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Richard W.M... | Version 1.2 for release. |
commit | commitdiff | tree | snapshot |
next |