summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-17.5.2Erlang/OTP2015-04-222-1/+2
* Update release notesErlang/OTP2015-04-222-1/+43
* Merge branch 'hans/ssh/banner_grabbing/OTP-12659' into maint-17Erlang/OTP2015-04-225-7/+161
|\
| * ssh: added id_string option for server and clientHans Nilsson2015-04-215-7/+161
* | Merge branch 'hans/inets/banner_grabbing/OTP-12661' into maint-17Erlang/OTP2015-04-224-7/+13
|\ \ | |/ |/|
| * inets: Add value 'none' in server_tokens configHans Nilsson2015-04-214-7/+13
|/
* Updated OTP versionOTP-17.5.1Erlang/OTP2015-04-102-1/+2
* Update release notesErlang/OTP2015-04-101-0/+22
* Merge branch 'ia/ssh/packet_size0/OTP-12645' into maint-17Erlang/OTP2015-04-109-220/+287
|\
| * ssh: Reset upgrade instructions to defaultIngela Anderton Andin2015-04-071-53/+1
| * ssh: Change version (vsn.mk)Hans Nilsson2015-04-071-2/+1
| * ssh: Option minimal_remote_max_packet_size and test casesHans Nilsson2015-04-074-43/+142
| * ssh: fix loop bug for zero maximum_packet_size.Hans Nilsson2015-04-071-0/+3
| * ssh: Add ssh_info:print/1 to write onto a file descriptorHans Nilsson2015-04-071-69/+77
| * ssh: Add {active, false} to ssh listen socketIngela Anderton Andin2015-04-071-2/+2
| * ssh: Change send_buf implementation from list to queueIngela Anderton Andin2015-04-072-49/+60
| * ssh: Remove error reportIngela Anderton Andin2015-04-072-5/+4
|/
* Updated OTP versionOTP-17.5Erlang/OTP2015-03-312-1/+2
* Prepare releaseErlang/OTP2015-03-3146-25/+1101
* Merge branch 'dgud/observer/fix-atom-tostr/OTP-12634' into maintDan Gudmundsson2015-03-302-4/+6
|\
| * observer: Fix crash in process_windowDan Gudmundsson2015-03-272-4/+6
* | Merge branch 'anders/diameter/hardening/OTP-12628' into maintAnders Svensson2015-03-2712-27/+113
|\ \
| * | Remove potentially large error reason in call to diameter_lib:log/4Anders Svensson2015-03-271-1/+1
| * | Limit FQDN in DiameterURI to 255 octetsAnders Svensson2015-03-273-13/+10
| * | Limit DiameterURI ports to 0-65535 digits on decodeAnders Svensson2015-03-272-4/+14
| * | Add service_opt() incoming_maxlenAnders Svensson2015-03-278-8/+77
| * | Add guard to reject {spawn_opt, false} as transport/service_opt()Anders Svensson2015-03-262-1/+11
* | | Merge branch 'sverk/large-list_to_integer-bug/OTP-12624' into maintSverker Eriksson2015-03-272-3/+9
|\ \ \ | |_|/ |/| |
| * | erts: Fix bug in list_to_integer for very large stringsSverker Eriksson2015-03-252-3/+9
* | | stdlib: Support upgrading from and to stdlib-2.3Björn Gustavsson2015-03-261-2/+2
* | | Merge branch 'egil/maint/process_dictionary-initial-size/OTP-12535' into maintBjörn-Egil Dahlberg2015-03-265-1/+21
|\ \ \
| * | | erts: Document option 'hpds'Björn-Egil Dahlberg2015-03-251-0/+5
| * | | erts: Enable command line argument for initial pd sizeBjörn-Egil Dahlberg2015-03-254-1/+16
* | | | Merge branch 'peppe/common_test/failing_telnet_tests' into maintPeter Andersson2015-03-263-30/+80
|\ \ \ \
| * | | | Add documentation and make get_data behaviour backwards compatiblePeter Andersson2015-03-262-7/+21
| * | | | Introduce polling feature in ct_telnetPeter Andersson2015-03-242-15/+36
| * | | | Fix problem with invalid timeouts because of truncated floatsPeter Andersson2015-03-231-11/+26
* | | | | Merge branch 'egil/fix-term-cmp/OTP-12623' into maintBjörn-Egil Dahlberg2015-03-253-3/+48
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | erts: Fix comparison of exact termsBjörn-Egil Dahlberg2015-03-243-3/+48
| | |_|/ | |/| |
* | | | Merge branch 'erland/diameter/time_api_change/OTP-12439' into maintErland Schönbeck2015-03-251-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update with changes in new time apiErland Schönbeck2015-03-231-3/+1
* | | | Merge branch 'anders/diameter/17.5/OTP-12435' into maintAnders Svensson2015-03-243-8/+56
|\ \ \ \
| * | | | vsn -> 1.9Anders Svensson2015-03-241-4/+2
| * | | | Update appup for 17.5Anders Svensson2015-03-241-3/+53
| * | | | Minor doc fixAnders Svensson2015-03-241-1/+1
|/ / / /
* | | | Merge branch 'anders/diameter/dpr/OTP-12609' into maintAnders Svensson2015-03-245-22/+96
|\ \ \ \
| * | | | Discard incoming/outgoing requests after incoming DPRAnders Svensson2015-03-231-10/+28
| * | | | Add transport_opt() dpr_timeoutAnders Svensson2015-03-235-11/+52
| * | | | Be lenient with errors in incoming DPRAnders Svensson2015-03-231-2/+17
* | | | | Merge branch 'anders/diameter/DiameterURI/OTP-12589' into maintAnders Svensson2015-03-246-13/+81
|\ \ \ \ \