summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/dets.erl
Commit message (Expand)AuthorAgeFilesLines
* Introduce receive optimisation to dets callsSebastian Smyczyński2022-06-031-44/+54
* Update copyright yearErlang/OTP2022-02-151-1/+1
* ets: Export table_access and table_type typesLukas Larsson2022-01-311-1/+1
* ets: Rename types to clearer namesLukas Larsson2022-01-261-2/+2
* stdlib: Let dets:open_file() crash when given raw file nameHans Bolinder2018-08-211-9/+14
* Update copyright yearHenrik Nord2018-06-181-1/+1
* stdlib: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-061-6/+6
* stdlib : Improve handling of UnicodeHans Bolinder2017-09-051-10/+10
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Use magic refs for compiled match specsRickard Green2017-02-061-5/+2
* stdlib: Remove support for Dets version 8 tablesHans Bolinder2016-11-301-291/+189
* Replace usage of deprecated time unitsRickard Green2016-08-251-1/+1
* Merge branch 'maint'Rickard Green2016-02-021-8/+28
|\
| * Introduce time warp safe replacement for safe_fixed optionRickard Green2016-01-201-8/+28
* | Fix a race bug affecting dets_SUITE:open_file/2Hans Bolinder2016-01-261-1/+9
* | stdlib: Let dets:open_file() crash when given raw file nameHans Bolinder2016-01-131-2/+4
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Replace usage of erlang:now() with usage of new APIRickard Green2015-03-201-8/+14
* Fix rare race condition in DetsHans Bolinder2014-10-231-10/+15
* stdlib: Correct documentation of dets:insert/2Hans Bolinder2014-06-301-2/+3
* stdlib: Fix a Dets bug where files were deletedHans Bolinder2014-03-051-5/+4
* stdlib: Fix a Dets bug with leaking file descriptorsHans Bolinder2014-03-051-1/+2
* Merge branch 'maint'Hans Bolinder2013-08-211-2/+2
|\
| * Fix a Dets bug concerning traversal of tablesHans Bolinder2013-08-191-2/+2
* | Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder2013-05-061-38/+50
|/
* Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin2013-04-051-7/+2
* Adjust dets.erl to cope with an evil test caseHans Bolinder2013-03-181-5/+9
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Make adjustments for UnicodeHans Bolinder2013-01-251-4/+4
* Fix Dialyzer warningsHans Bolinder2012-10-051-1/+2
* Optimize traversal of Dets tables with bound keyHans Bolinder2012-08-211-66/+85
* Fix a bug in Dets concerning repair of almost full tablesHans Bolinder2011-10-171-32/+25
* Fix a minor bug in DetsHans Bolinder2011-10-101-30/+57
* Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-311-4/+9
* Merge branch 'hb/stdlib/dets_tablenames/OTP-9282' into devHans Bolinder2011-05-131-1/+1
|\
| * Allow Dets tablenames to be arbitrary termsHans Bolinder2011-05-111-2/+2
* | Types and specifications have been modified and addedHans Bolinder2011-05-121-18/+283
|/
* Merge branch 'hb/stdlib/dets_chunk_match/OTP-8903' into devHans Bolinder2010-10-211-34/+37
|\
| * Fix a bug concerning bchunk(), match() and select()Hans Bolinder2010-10-211-34/+37
* | Merge branch 'hb/stdlib/dets_stream_op/OTP-8899' into devHans Bolinder2010-10-211-2/+4
|\ \
| * | Fix a bug that could cause 'bad_object' errorsHans Bolinder2010-10-211-2/+4
| |/
* | Fix a bug concerning truncated Dets filesHans Bolinder2010-10-211-18/+16
|/
* Merge branch 'ks/dialyzer' into devErlang/OTP2010-06-041-5/+6
|\
| * stdlib: Add declarations for exported typesKostis Sagonas2010-06-031-0/+1
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+2989