Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | kernel: Correct documentation typos discovered by Tuncer Ayaz | Raimo Niskanen | |
2012-10-31 | kernel: Document socket option ipv6_v6only | Raimo Niskanen | |
2012-04-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-18 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2012-04-17 | doc: Fix typo in inet | Björn-Egil Dahlberg | |
2012-04-16 | kernel, erts: Remove bit8 option from inet | Björn-Egil Dahlberg | |
2012-04-13 | kernel: Document bit8 option in inet:setopts/2 | Björn-Egil Dahlberg | |
* This is a highly specialized option which is probably not used and will be removed in R16 | |||
2012-04-12 | kernel: Initial doc of forgotten inet options | Björn-Egil Dahlberg | |
* UDP: ulticast_if, multicast_loop and multicast_ttl, add_membership and drop_membership * Inet: bit8, buffer, deliver, high_watermark, linger and low_watermark | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-04 | Fix returned error from gen_tcp:accept/1,2 when running out of ports | Per Hedeland | |
The {error, enfile} return value is badly misleading and confusing for this case, since the Posix ENFILE errno value has a well-defined meaning that has nothing to do with Erlang ports. The fix changes the return value to {error, system_limit}, which is consistent with e.g. various file(3) functions. inet:format_error/1 has also been updated to support system_limit in the same manner as file:format_error/1. | |||
2011-12-06 | erts: Remove truncation of http packet parsing and return error instead | Sverker Eriksson | |
This is a slight modification of previous commit by Steve Vinoski For backward compatibility of old users of decode_packet, I think it's enough to return error instead of keeping the old line truncation behaviour. | |||
2011-09-16 | [inet] Clearify doc about packet types httph and httph_bin | Sverker Eriksson | |
2011-08-25 | Improve types and specifications of the inet modules | Hans Bolinder | |
2011-05-11 | Use Erlang specs and types for documentation | Hans Bolinder | |
2011-03-25 | Fix inet:port/1 doc to match implementation/spec | Tuncer Ayaz | |
2010-11-09 | Write documentation | Raimo Niskanen | |
2010-03-30 | Merge branch 'mh/doc-inet-getopts' into dev | Erlang/OTP | |
* mh/doc-inet-getopts: Doc fix: inet:getopts/2 returns {ok, OptionValues}, not just OptionValues | |||
2010-03-26 | Doc fix: inet:getopts/2 returns {ok, OptionValues}, not just OptionValues | Magnus Henoch | |
2009-12-03 | documentation: Fix bugs introduced in the SGML to XML transition | Hans Bolinder | |
In the transition from SGML to XML (several releases ago), bugs were introduced in the documentation, for instance "\n" replaced by newlines. Correct those bugs. Also correct double backslashes. They seem to have been introduced very early in the development of OTP. According to Lars they "solved" a bug in the generation of HTML &c. Now that standard tools are used instead of docbuilder, the bug has become visible. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |