summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/dets_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-03-091-3/+2
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-276/+68
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-03-091-4/+4
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-5/+4
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Merge branch 'maint'Rickard Green2016-02-021-0/+24
|\
| * Introduce time warp safe replacement for safe_fixed optionRickard Green2016-01-201-0/+24
* | Fix a race bug affecting dets_SUITE:open_file/2Hans Bolinder2016-01-261-2/+51
* | stdlib: Let dets:open_file() crash when given raw file nameHans Bolinder2016-01-131-3/+16
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* Fix rare race condition in DetsHans Bolinder2014-10-231-35/+103
* stdlib: Correct documentation of dets:insert/2Hans Bolinder2014-06-301-0/+6
* stdlib: loosen testcasesDan Gudmundsson2014-03-281-22/+19
* stdlib: Fix a Dets bug where files were deletedHans Bolinder2014-03-051-21/+33
* stdlib: Fix a Dets bug with leaking file descriptorsHans Bolinder2014-03-051-3/+20
* Fix a Dets bug concerning traversal of tablesHans Bolinder2013-08-191-2/+24
* stdlib: Remove obsolete testcase dets_SUITE:otp_9607Sverker Eriksson2013-03-271-75/+2
* Remove ?line from dets_SUITE.erlHans Bolinder2013-03-181-1929/+1928
* Adjust dets.erl to cope with an evil test caseHans Bolinder2013-03-181-16/+32
* Optimize traversal of Dets tables with bound keyHans Bolinder2012-08-211-12/+14
* stdlib: Remove VxWorksBjörn-Egil Dahlberg2012-07-191-26/+20
* Fix a few tests that used to fail on the HiPE platformHans Bolinder2011-10-211-95/+100
* Fix a bug in Dets concerning repair of almost full tablesHans Bolinder2011-10-171-3/+90
* Fix a minor bug in DetsHans Bolinder2011-10-101-1/+3
* Merge branch 'dev' into majorHans Bolinder2011-09-021-4/+4
|\
| * Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-311-4/+4
* | emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-161-47/+48
|/
* Allow Dets tablenames to be arbitrary termsHans Bolinder2011-05-111-2/+24
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for stdlibLukas Larsson2011-02-171-3/+5
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update stdlib tests to conform with common_test standardLukas Larsson2011-02-171-23/+30
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-2/+2
* Fix badly formed Dets file after initializationHans Bolinder2010-11-041-2/+37
* Merge branch 'hb/stdlib/dets_chunk_match/OTP-8903' into devHans Bolinder2010-10-211-2/+25
|\
| * Fix a bug concerning bchunk(), match() and select()Hans Bolinder2010-10-211-3/+26
* | Merge branch 'hb/stdlib/dets_stream_op/OTP-8899' into devHans Bolinder2010-10-211-2/+35
|\ \
| * | Fix a bug that could cause 'bad_object' errorsHans Bolinder2010-10-211-3/+36
| |/
* | Merge branch 'hb/stdlib/dets_fixed_dirty/OTP-8898' into devHans Bolinder2010-10-211-2/+25
|\ \
| * | Fix a bug concerning truncated Dets filesHans Bolinder2010-10-211-3/+26
| |/
* | Fix a bug in dets:insert_new()Hans Bolinder2010-10-211-3/+28
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+4136