summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* inets: Remove use of default gen_server timeoutIngela Anderton Andin2014-02-053-379/+31
* Fix http_request:http_headers/1 to send content-length when length is zeroCA Meijer2014-02-052-9/+24
* Fix httpd config option 'keep_alive_timeout'Johannes Weißl2014-02-051-0/+2
* Fix httpd config option 'script_timeout'Johannes Weißl2014-02-052-6/+6
* inets: Restore ftp test files for the inets_{,sup_}SUITE to not failHans Nilsson2014-02-053-0/+1694
* inets: Add crypto start check to ssl test casesIngela Anderton Andin2014-02-051-0/+9
* ftp: fix sockname dialyzer warning including ftp:sockname/1 bugHans Nilsson2014-02-051-3/+3
* ftp,ssl: Fixes broken type link (ssloption).Hans Nilsson2014-02-052-2/+2
* ftp: Adds dynamic cert generation to tests.Hans Nilsson2014-02-051-5/+23
* ftp: Clean Makefile and conf fileHans Nilsson2014-02-052-20/+8
* ftp: Linking rfc-refs.Hans Nilsson2014-02-051-4/+4
* ftp: Add documentation.Hans Nilsson2014-02-051-1/+1
* ftp: delete old test filesHans Nilsson2014-02-0517-3958/+0
* ftp: small fixesHans Nilsson2014-02-052-45/+40
* ftp: Add ftps documentationHans Nilsson2014-02-051-3/+5
* ftp: Add timeouts to ssl:connectHans Nilsson2014-02-051-9/+11
* ftps: workingHans Nilsson2014-02-053-140/+156
* .Hans Nilsson2014-02-051-0/+1
* added some printoutsHans Nilsson2014-02-051-13/+23
* ftp: towards a working ftps, chapter 1Hans Nilsson2014-02-052-31/+37
* ftp: old ftp_SUITE re-written and worksHans Nilsson2014-02-052-11/+723
* ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin2014-02-051-0/+9
* ftp: Implement ftps (upgrade to TLS)Ingela Anderton Andin2014-02-056-230/+397
* [eldap, inets]: fix testcases when ssl not is presentFredrik Gustafsson2014-02-052-46/+160
* [inets/httpd] Improved request handler terminate error-log entryMicael Karlberg2014-02-051-1/+4
* [inets/httpd] Improved access log entryMicael Karlberg2014-02-052-5/+12
* [inets/httpd] Logging cleanupMicael Karlberg2014-02-051-2/+2
* [inets/httpd] Fixed mod_head handling of "new" responseMicael Karlberg2014-02-053-14/+25
* inets: httpc - Remove dead error handling codeIngela Anderton Andin2014-02-051-10/+1
* inets: httpc make httpc_cancel_request/[1,2] asynchronousIngela Anderton Andin2014-02-055-95/+31
* Remove http_chunk:decode/4 as it is no longer usedMasatake Daimon2014-02-052-42/+18
* Fix {stream, {self, once}} in httpcMasatake Daimon2014-02-052-6/+57
* httpc: Allow content body in DELETE requestsJames Wheare2014-02-052-1/+18
* httpc: Enhanched error handlingIngela Anderton Andin2014-02-051-9/+2
* inets: added testcase for keep_alive_timeoutFredrik Gustafsson2014-02-051-1/+22
* Add test for httpd config option 'script_timeout'Johannes Weißl2014-02-053-12/+94
* inets: httpc improve pipeliningIngela Anderton Andin2014-02-054-56/+44
* inets: Add stronger RSA test-keysIngela Anderton Andin2014-02-054-72/+108
* Test nocache option of mod_cgi and mod_esiJohannes Weißl2014-02-057-4/+82
* inets: added simple testcase for option erl_script_nocacheFredrik Gustafsson2014-02-051-1/+24
* Fix httpd config option 'erl_script_nocache'Johannes Weißl2014-02-053-5/+5
* [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added...Fredrik Gustafsson2014-02-051-1/+1
* fix: typo, inets/doc/src/httpdtomaon2014-02-051-3/+3
* Fix some errors in the inets documentationJohannes Weißl2014-02-055-19/+19
* Update release notesErlang/OTP2014-02-051-3/+1
* inets: stop block timer with the right argumentsFredrik Gustafsson2014-02-051-2/+2
* inets httpc: Revert incorrect commit regarding cookie handling.Ingela Anderton Andin2014-02-052-1/+30
* Added guard for invalid field and values in headersFredrik Gustafsson2014-02-052-4/+19
* Handle correctly the "No files found or file unavailable" error code.serge2014-02-052-0/+7
* Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1Fredrik Gustafsson2014-02-051-2/+0