aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-04-04Merge branch 'rickard/is_process_alive/OTP-10926' into maint-r16Erlang/OTP
2013-04-04Make port close not be delayedPatrik Nyblom
2013-04-04Remove unused XML filesHans Bolinder
2013-04-04Merge branch 'siri/test_server/hanging-io-request/OTP-10991' into maintSiri Hansen
2013-04-04Merge branch 'siri/common_test/force_stop-skip_rest/OTP-10856' into maintSiri Hansen
2013-04-04Merge branch 'sv/stdlib/sys-get-state/OTP-11013' into maintFredrik Gustafsson
2013-04-04fix a race condition when there're several applications in apps directoryManuel Rubio
2013-04-04Merge branch 'fredrik/erts/to_erl_handshake/OTP-11012' into maintFredrik Gustafsson
2013-04-04Changed handshake from to_erl to run_erl, on behalf of shell searchFredrik Gustafsson
2013-04-04Update preloaded modulesFredrik Gustafsson
2013-04-04Merge branch 'ks/erlang-spawn_opt-process_level/OTP-11008' into maintFredrik Gustafsson
2013-04-04Fixed documentation for priority_level to spawn_optFredrik Gustafsson
2013-04-04Consistent definition of priority levelsKostis Sagonas
2013-04-04Merge branch 'ia/ssl/PSK-SRP' into maintIngela Anderton Andin
2013-04-03Fix `+sws' and `+swt' system flagsRickard Green
2013-04-03Be less eager requesting wakeup for cleanup jobsRickard Green
2013-04-03ssl: Use new SRP crypto APIIngela Anderton Andin
2013-04-03crypto: New SRP APIIngela Anderton Andin
2013-04-03CRYPTO: add algorithms/0 function that returns a list off compiled in crypto ...Andreas Schultz
2013-04-03ssl: Add option to list all available ciper suites and enhanced documentationIngela Anderton Andin
2013-04-03Update primary bootstrapFredrik Gustafsson
2013-04-03Merge branch 'nox/fix-bc-optim/OTP-11005' into maintFredrik Gustafsson
2013-04-03Merge branch 'nox/fix-snmp-gitignore/OTP-11004' into maintFredrik Gustafsson
2013-04-03Merge branch 'ta/ct_run-unused-fun/OTP-11003' into maintFredrik Gustafsson
2013-04-03Merge branch 'bh/fix-erlsrv-usage-typo/OTP-11002' into maintFredrik Gustafsson
2013-04-03Removed ?line macroFredrik Gustafsson
2013-04-02add sys:get_state/1,2 and sys:replace_state/2,3Steve Vinoski
2013-04-02Merge branch 'mh/emacs-package/OTP-10999' into maintFredrik Gustafsson
2013-04-02Merge branch 'sverk/meta-trace-leak' into maintSverker Eriksson
2013-04-02Merge branch 'mh/dialyzer-scan-error/OTP-10996' into maintFredrik Gustafsson
2013-04-01Use erlang:demonitor's flush option on timeoutLoïc Hoguin
2013-04-01Don't lookup the node unless required in gen:call/{3,4}Loïc Hoguin
2013-03-31ct_run: delete unused functionTuncer Ayaz
2013-03-31Fix SNMP gitignore filesAnthony Ramine
2013-03-30Merge branch 'hb/stdlib/erl_parse_abstract2/OTP-10992' into maintHans Bolinder
2013-03-29update sys:get_status/2,3 documentation for gen_eventSteve Vinoski
2013-03-29Document erl_parse:abstract/2Hans Bolinder
2013-03-29Merge branch 'hb/stdlib/unicode_bugfix/OTP-10990' into maintHans Bolinder
2013-03-29Correct typo in erlsrv usage.Bryan Hunter
2013-03-28Merge branch 'sk/odbc64/OTP-10993' into maintFredrik Gustafsson
2013-03-28Merge branch 'hm/reltool_relaxed_exclude' into maintSiri Hansen
2013-03-28[common_test] Document '-force_stop skip_rest' option to ct_runSiri Hansen
2013-03-28[common_test] Add tests for repeated testrunsSiri Hansen
2013-03-28[test_server] Don't hang due to invalid io requestSiri Hansen
2013-03-28SSL: add documentation for PSK and SRP ciphers optionsAndreas Schultz
2013-03-28SSL: enable hash_size values for sha224, sha384 and sha512Andreas Schultz
2013-03-28SSL: add tests for PSK and SRP ciphersAndreas Schultz
2013-03-28SSL: add TLS-SRP (RFC 5054) cipher suitesAndreas Schultz
2013-03-28CRYPTO: add support for RFC-2945 SRP-3 and RFC-5054 SRP-6a authenticationAndreas Schultz
2013-03-28crypto: Refactor mod_exp_nifSverker Eriksson