aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/dets_SUITE.erl
AgeCommit message (Expand)Author
2018-08-21stdlib: Let dets:open_file() crash when given raw file nameHans Bolinder
2018-06-18Update copyright yearHenrik Nord
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2017-05-04Update copyright yearRaimo Niskanen
2017-02-06Use magic refs for compiled match specsRickard Green
2016-11-30stdlib: Remove support for Dets version 8 tablesHans Bolinder
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-02Merge branch 'maint'Rickard Green
2016-01-26Fix a race bug affecting dets_SUITE:open_file/2Hans Bolinder
2016-01-20Introduce time warp safe replacement for safe_fixed optionRickard Green
2016-01-13stdlib: Let dets:open_file() crash when given raw file nameHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-23Fix rare race condition in DetsHans Bolinder
2014-06-30stdlib: Correct documentation of dets:insert/2Hans Bolinder
2014-03-28stdlib: loosen testcasesDan Gudmundsson
2014-03-05stdlib: Fix a Dets bug where files were deletedHans Bolinder
2014-03-05stdlib: Fix a Dets bug with leaking file descriptorsHans Bolinder
2013-08-19Fix a Dets bug concerning traversal of tablesHans Bolinder
2013-03-27stdlib: Remove obsolete testcase dets_SUITE:otp_9607Sverker Eriksson
2013-03-18Remove ?line from dets_SUITE.erlHans Bolinder
2013-03-18Adjust dets.erl to cope with an evil test caseHans Bolinder
2012-08-21Optimize traversal of Dets tables with bound keyHans Bolinder
2012-07-19stdlib: Remove VxWorksBjörn-Egil Dahlberg
2011-10-21Fix a few tests that used to fail on the HiPE platformHans Bolinder
2011-10-17Fix a bug in Dets concerning repair of almost full tablesHans Bolinder
2011-10-10Fix a minor bug in DetsHans Bolinder
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-11Allow Dets tablenames to be arbitrary termsHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-11-04Fix badly formed Dets file after initializationHans Bolinder
2010-10-21Merge branch 'hb/stdlib/dets_chunk_match/OTP-8903' into devHans Bolinder
2010-10-21Fix a bug concerning bchunk(), match() and select()Hans Bolinder
2010-10-21Merge branch 'hb/stdlib/dets_stream_op/OTP-8899' into devHans Bolinder
2010-10-21Fix a bug that could cause 'bad_object' errorsHans Bolinder
2010-10-21Merge branch 'hb/stdlib/dets_fixed_dirty/OTP-8898' into devHans Bolinder
2010-10-21Fix a bug concerning truncated Dets filesHans Bolinder
2010-10-21Fix a bug in dets:insert_new()Hans Bolinder