aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-02-05[inets/httpd] Logging cleanupMicael Karlberg
2014-02-05[inets/httpd] Fixed mod_head handling of "new" responseMicael Karlberg
2014-02-05inets: httpc - Remove dead error handling codeIngela Anderton Andin
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-01-24Prepare releaseOTP_R16B03-1Erlang/OTP
2014-01-24Merge branch 'ia/ssl/secure-renegotiate/OTP-11595' into maintIngela Anderton Andin
2014-01-22ssl: Incorrect inputed cipherlist lead server to think that the clientIngela Anderton Andin
2014-01-21Skip sys_erl_flagsMagnus Lidén
2014-01-21Merge branch 'nox/fix-OTP-11506' into maintMagnus Lidén
2014-01-21Smoke test erl_syntax:revert/1Anthony Ramine
2014-01-21Fix reverting of local implicit funs in erl_syntaxAnthony Ramine
2014-01-21Merge branch 'lars/xmerl/new-doc-in-same-buffer-bug/OTP-11551' into maintMagnus Lidén
2014-01-21[xmerl] Fix problem with header of next XML document is in the bufferLars Thorsen
2014-01-21[xmerl] Fix bug in SAX parser when next doc start in the same bufferLars Thorsen
2014-01-21Merge branch 'dgud/wx/more-fixes/OTP-11444' into maintDan Gudmundsson