Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-02-08 | [mnesia] Fix warning in example code | Dan Gudmundsson | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-28 | [mnesia] Add possibility for implementation dependent storage options to ↵ | Dan Gudmundsson | |
create_table | |||
2011-11-11 | Merge branch 'maint-r14' | Dan Gudmundsson | |
2011-11-10 | Update release notes | Erlang/OTP | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-17 | Merge branch 'uw/mnesia-majority' into dev | Henrik Nord | |
* uw/mnesia-majority: dialyzer warning on mnesia_tm Add documentation text about majority checking add mnesia_majority_test suite where_to_wlock optimization + change_table_majority/2 bug in mnesia_tm:needs_majority/2 optimize sticky_lock maj. check check majority for sticky locks Write locks now check majority when needed. Add {majority, boolean()} per-table option. OTP-9304 | |||
2011-05-16 | Add documentation text about majority checking | Ulf Wiger | |
2011-04-12 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-04 | Update release notes | Erlang/OTP | |
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-11-01 | doc: "works like" instead of "works as" + missing like | Boris 'billiob' Faure | |
2010-11-01 | remove '\011' from mnesia doc | Boris 'billiob' Faure | |
2010-11-01 | fix typo in mnesia doc | Boris 'billiob' Faure | |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-06-09 | Prepare Release | Dan Gudmundsson | |
2010-03-30 | Merge branch 'mh/doc-loose-lose' into dev | Erlang/OTP | |
* mh/doc-loose-lose: Fix spelling: "loose" is not a verb | |||
2010-03-30 | Merge branch 'bd/mnesia-activity-subscription' into dev | Erlang/OTP | |
* bd/mnesia-activity-subscription: Add mnesia activity subscription message | |||
2010-03-30 | Add mnesia activity subscription message | Bernard Duggan | |
A process that calls mnesia:subscribe(activity) will receive the message: {mnesia_activity_event, ActivityID, complete} when any activity that caused a change to a database has finished committing its changes. This allows a subscriber to collect messages already available through the mnesia:subscribe({table, ...}) system to group them as completed transactions. | |||
2010-03-26 | Fix spelling: "loose" is not a verb | Magnus Henoch | |
"Lose" means not "not win", but "loose" means "not tight". Change "loose" to "lose" where appropriate. | |||
2010-02-17 | mnesia: prepare release | Dan Gudmundsson | |
2010-02-12 | Merge branch 'bd/doc-fixes' into ccase/r13b04_dev | Erlang/OTP | |
* bd/doc-fixes: Fix minor documentation errors | |||
2010-02-10 | Fix minor documentation errors | Bernard Duggan | |
Fix three minor typos and reorder one of a pair of lists of functions so that the ordering is consistent. | |||
2010-02-03 | Merge branch 'is/mnesia-send-compressed' into ccase/r13b04_dev | Erlang/OTP | |
* is/mnesia-send-compressed: Add option to compress data when copying tables between Mnesia nodes OTP-8406 Igor Ribeiro Sucupira added the option to compress data when copying tables between Mnesia nodes. | |||
2010-02-02 | Add option to compress data when copying tables between Mnesia nodes | Igor Ribeiro Sucupira | |
Optionally using data compression for copying Mnesia tables allows the system to be tuned to eliminate network bottlenecks from deployments where enough CPU is available to use zlib. With this patch, running erl -mnesia send_compressed <level> will enable compression for sending tables between nodes. The compression level can be any integer in [0, 9], with 0 (the default) meaning no compression (exactly the previous behaviour) and 9 being the highest compression level. To set any non-zero compression level at the sender, both nodes must have the updated Mnesia modules (the receiver will work according to the sender's configuration). |