aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src
AgeCommit message (Expand)Author
2013-11-19ftp: Add timeouts to ssl:connectHans Nilsson
2013-11-19ftps: workingHans Nilsson
2013-11-19.Hans Nilsson
2013-11-19added some printoutsHans Nilsson
2013-11-19ftp: towards a working ftps, chapter 1Hans Nilsson
2013-11-19ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin
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-09-24inets: httpc - Remove dead error handling codeIngela Anderton Andin
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-05Fix httpd config option 'script_timeout'Johannes Weißl
2013-09-05Fix httpd config option 'keep_alive_timeout'Johannes 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-21[inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added...Fredrik Gustafsson
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-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-14httpc: Allow content body in DELETE requestsJames Wheare
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-20Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon
2013-05-20Fix {stream, {self, once}} in httpcMasatake Daimon
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
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-22Merge branch 'sal/ftp/OTP-10886'Fredrik Gustafsson
2013-02-20inets httpd: Handle ipfamily option correctly when listning to port 0Ingela Anderton Andin
2013-02-18inets: Improve ssl handlingIngela Anderton Andin
2013-02-15Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1Fredrik Gustafsson
2013-02-14inets httpd: The option modules now defaults to its documented default value.Ingela Anderton Andin
2013-02-14inets httpc: Corrected separation of pipelining and persisten connectionsIngela Anderton Andin
2013-01-28Merge branch 'bmk/inets/prepare-for-release'Micael Karlberg
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Merge branch 'hsv/http_redirect_on_post_303/OTP-10765'Fredrik Gustafsson
2013-01-23inets: Prepare for R16Ingela Anderton Andin
2013-01-18inets: fix autoredirect for POST requests responding 303Hans Svensson