aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
AgeCommit message (Expand)Author
2013-11-12[inets/httpd] Improved request handler terminate error-log entryMicael Karlberg
2013-11-12[inets/httpd] Improved access log entryMicael Karlberg
2013-11-12[inets/httpd] Logging cleanupMicael Karlberg
2013-11-12[inets/httpd] Fixed mod_head handling of "new" responseMicael Karlberg
2013-10-14Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maintIngela Anderton Andin
2013-10-10Merge branch 'weisslj/fix-httpd-timeout-options/OTP-11276' into maintFredrik Gustafsson
2013-09-30inets: added testcase for keep_alive_timeoutFredrik Gustafsson
2013-09-24inets: httpc - Remove dead error handling codeIngela Anderton Andin
2013-09-19Add test for httpd config option 'script_timeout'Johannes Weißl
2013-09-16Prepare releaseOTP_R16B02Erlang/OTP
2013-09-13inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin
2013-09-13httpc: Enhanched error handlingIngela Anderton Andin
2013-09-13inets: httpc improve pipeliningIngela Anderton Andin
2013-09-06Change encoding of troublesome notes.xml files to utf-8Björn Gustavsson
2013-09-05Fix httpd config option 'script_timeout'Johannes Weißl
2013-09-05Fix httpd config option 'keep_alive_timeout'Johannes Weißl
2013-09-04Merge branch 'weisslj/httpd_add_script_tests/OTP-11260' into maintFredrik Gustafsson
2013-09-03inets: Add stronger RSA test-keysIngela Anderton Andin
2013-09-02Test nocache option of mod_cgi and mod_esiJohannes Weißl
2013-08-23Merge branch 'maint-r16' into maintFredrik Gustafsson
2013-08-23Merge branch 'maint-r15' into maint-r16Fredrik Gustafsson
2013-08-22Merge branch 'jw/fix-httpd-erl-script-nocache/OTP-11260' into maintFredrik Gustafsson
2013-08-21Update release notesErlang/OTP
2013-08-21inets: added simple testcase for option erl_script_nocacheFredrik Gustafsson
2013-08-21[inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added...Fredrik Gustafsson
2013-08-07fix: typo, inets/doc/src/httpdtomaon
2013-07-24Fix some errors in the inets documentationJohannes Weißl
2013-07-11Add missing brackets to report formatting on ftp_progress process exitArtur Wilniewczyc
2013-07-01Merge branch 'maint-r16' into maintFredrik Gustafsson
2013-07-01Merge branch 'maint-r15' into maint-r16Fredrik Gustafsson
2013-07-01Merge branch 'jwh/httpc_delete_body/OTP-11190' into maintFredrik Gustafsson
2013-06-28Update release notesErlang/OTP
2013-06-28inets: version updatesFredrik Gustafsson
2013-06-27inets: removed obsolete codeFredrik Gustafsson
2013-06-22Fix httpd config option 'erl_script_nocache'Johannes Weißl
2013-06-17Prepare releaseOTP_R16B01Erlang/OTP
2013-06-14httpc: Allow content body in DELETE requestsJames Wheare
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-29Merge branch 'md/httpc-stream-once-fix/OTP-11122' into maintFredrik Gustafsson
2013-05-24crypto, public_key & ssl: Make more functions accept integer keysSverker Eriksson
2013-05-22crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integerIngela Anderton Andin
2013-05-20Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon
2013-05-20Fix {stream, {self, once}} in httpcMasatake Daimon
2013-05-20ssl, public_key & inets: Remove use of deprecated crypto functions fromIngela Anderton Andin
2013-04-15inets: stop block timer with the right argumentsFredrik Gustafsson
2013-03-18inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin
2013-03-13Merge branch 'cm/bug-http-content-length-zero/OTP-10934' into maintFredrik Gustafsson
2013-03-12Added guard for invalid field and values in headersFredrik Gustafsson
2013-03-08Merge branch 'fredrik/inets/httpc_length_zero' into maintFredrik Gustafsson
2013-03-02Fix http_request:http_headers/1 to send content-length when length is zeroCA Meijer