Menu

Src (SVN)-old Commit Log


Commit Date  
[r8593] by tswift

Added another case to this test, along with change to reflect minor bug fix.

2016-01-24 17:39:16 Tree
[r8592] by dwarren

Somehow an extraneous 1 got in to change 250 to 2510 in snprintf length.
Linux compiler caught the potential buffer overflow.

2016-01-24 16:45:42 Tree
[r8591] by tswift

Fixed memory error in new_table_error that was exposed by Valgrind. This one is probably minor, but it's a
memory error nonetheless.

2016-01-24 16:32:01 Tree
[r8590] by tswift

Fixed a memory bug in build_delay_list() (called by get residual). Some of the underlying code looks a little
funky, but I dont feel confident enough to try a fix, but will dig in if it appears to be a problem.

2016-01-23 22:07:36 Tree
[r8589] by tswift

A few changes pertaining to previous updates, and to tripwires.

2016-01-22 23:42:31 Tree
[r8588] by tswift

Tests modified to support changes in previous updates

2016-01-22 23:39:43 Tree
[r8587] by tswift

Testing changes to support new and changed functionality of previous ubdates.

2016-01-22 23:38:46 Tree
[r8586] by tswift

Many changes to code that adds answers to tries, and that interns
terms to tries.

* Changed answer depth metric to answer size metric. This improves
the speed of adding answers and lays the groundwork for
functor-specific (size) limits. Changed the names of the flags as
well (depth-> size)

* Made answer terms and lists use the same depth limit. This helps
unify code, and later we will be able to weigh list and non-list
functors differently.

* Redid size checks so that cycle checking is always done, even if
max_table_answer_size is not set. (By default, when the size
reaches 400). Also updated checks in trie_intern to do the same.

* Took out failure and warning actions, which weren't of much use.

* Added stubs for tripwires when an answer exceeds size limit.

* Fixed bug where lists in large answers were not being properly
abstracted.

* Changed lots of variable, macro, and function names to support
better maintenance. Updated some, but by no means all documentation
in the manual.

2016-01-22 23:37:16 Tree
[r8585] by tswift

Many changes to code that adds answers to tries, and that interns
terms to tries.

* Changed answer depth metric to answer size metric. This improves
the speed of adding answers and lays the groundwork for
functor-specific (size) limits. Changed the names of the flags as
well (depth-> size)

* Made answer terms and lists use the same depth limit. This helps
unify code, and later we will be able to weigh list and non-list
functors differently.

* Redid size checks so that cycle checking is always done, even if
max_table_answer_size is not set. (By default, when the size
reaches 400). Also updated checks in trie_intern to do the same.

* Took out failure and warning actions, which weren't of much use.

* Added stubs for tripwires when an answer exceeds size limit.

* Fixed bug where lists in large answers were not being properly
abstracted.

* Changed lots of variable, macro, and function names to support
better maintenance. Updated some, but by no means all documentation
in the manual.

2016-01-22 23:36:20 Tree
[r8584] by tswift

Need this file for test_fl_analyze_scc.

2016-01-22 19:31:03 Tree
Older >
MongoDB Logo MongoDB