aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-02-05inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin
2014-02-05Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon
2014-02-05Fix {stream, {self, once}} in httpcMasatake Daimon
2014-02-05httpc: Allow content body in DELETE requestsJames Wheare
2014-02-05httpc: Enhanched error handlingIngela Anderton Andin
2014-02-05inets: added testcase for keep_alive_timeoutFredrik Gustafsson
2014-02-05Add test for httpd config option 'script_timeout'Johannes Weißl
2014-02-05inets: httpc improve pipeliningIngela Anderton Andin
2014-02-05inets: Add stronger RSA test-keysIngela Anderton Andin
2014-02-05Test nocache option of mod_cgi and mod_esiJohannes Weißl
2014-02-05inets: added simple testcase for option erl_script_nocacheFredrik Gustafsson
2014-02-05Fix httpd config option 'erl_script_nocache'Johannes Weißl
2014-02-05[inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added...Fredrik Gustafsson
2014-02-05fix: typo, inets/doc/src/httpdtomaon
2014-02-05Fix some errors in the inets documentationJohannes Weißl
2014-02-05Update release notesErlang/OTP
2014-02-05inets: stop block timer with the right argumentsFredrik Gustafsson
2014-02-05inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin
2014-02-05Added guard for invalid field and values in headersFredrik Gustafsson
2014-02-05Handle correctly the "No files found or file unavailable" error code.serge
2014-02-05Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1Fredrik Gustafsson
2014-02-05inets httpd: Handle ipfamily option correctly when listning to port 0Ingela Anderton Andin
2014-02-05inets: Improve ssl handlingIngela Anderton Andin
2014-02-05inets httpd: The option modules now defaults to its documented default value.Ingela Anderton Andin
2014-02-05inets httpc: Corrected separation of pipelining and persisten connectionsIngela Anderton Andin
2014-02-05[inets] Appup test suite now handles version REsMicael Karlberg
2014-02-05inets: fix autoredirect for POST requests responding 303Hans Svensson
2014-02-05inets - httpc_SUITE: add redirect tests for response 303Hans Svensson
2014-02-05inets: Remove dbg tracing from testcasesBjörn-Egil Dahlberg
2014-02-05inets httpc: Document that RFC 2817 is not supportedIngela Anderton Andin
2014-02-05inets: Dialyzer fixesIngela Anderton Andin
2014-02-05inets httpc: TLS via proxyIngela Anderton Andin
2014-02-05inets: Remove obsolete testcases that are now in the proxy suiteRaimo Niskanen
2014-02-05inets: Add tests using external proxy running on localhostRaimo Niskanen
2014-02-05inets: Corrected appupIngela Anderton Andin
2014-02-05ssl: Fix broken appup from ssl-5.2.1.1 that was released together withIngela Anderton Andin
2014-02-04Add more Common Test start arguments to the ts run interfacePeter Andersson
2014-02-04gzio.c: Remove unnecessary usage of the OF() macroBjörn Gustavsson
2014-02-04Merge branch 'nox/syntax_tools/maps-support/OTP-11663'Björn-Egil Dahlberg
2014-02-04sys_core_fold: Prevent case expressions from being evaluated twiceBjörn Gustavsson
2014-02-04sys_core_fold_SUITE: For cleanliness, move id/1 to the endBjörn Gustavsson
2014-02-04Support maps in the debuggerAnthony Ramine
2014-02-03stdlib: Add tests for Maps in erl_prettyprBjörn-Egil Dahlberg
2014-02-03Merge branch 'sverk/erts/binary_to_term-maps-bug'Sverker Eriksson
2014-02-03erts: Fix bug in binary_to_term for mapsSverker Eriksson
2014-02-03lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1Hans Svensson
2014-02-03Merge branch 'egil/compiler/strengthen-tests'Björn-Egil Dahlberg
2014-02-01Properly munge record updates in coverAnthony Ramine
2014-02-01Don't munge record and field names in coverAnthony Ramine
2014-02-01Support maps in erl_prettyprAnthony Ramine