Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-27 | inets: Avoid timing issus in test case code | Ingela Anderton Andin | |
2014-03-27 | inets: Avoid Windows XP port problems | Ingela Anderton Andin | |
2014-03-26 | Merge branch 'ia/inets/cuddle-tests' | Ingela Anderton Andin | |
* ia/inets/cuddle-tests: inets: Remove potential windows problem | |||
2014-03-21 | Merge branch 'scrapinghub/empty_set_cookie' | Henrik Nord | |
* scrapinghub/empty_set_cookie: Added a condition to ignore empty Set-Cookie header and tests for it OTP-11803 | |||
2014-03-21 | Merge branch 'nox/httpc-transfer-encoding-identity' | Henrik Nord | |
* nox/httpc-transfer-encoding-identity: Support identity transfer-encoding in httpc OTP-11802 | |||
2014-03-21 | inets: Remove potential windows problem | Ingela Anderton Andin | |
2014-03-20 | inets: Continue CTify test suite | Ingela Anderton Andin | |
2014-03-18 | inets: Enable https tests | Ingela Anderton Andin | |
2014-03-18 | inets: Make test suites independent of each other | Ingela Anderton Andin | |
2014-03-18 | inets: Reverted commmit f97cd6965ac35d1cbe510de23592956857d144c8 | Ingela Anderton Andin | |
The reverted commit took a too optimistic approch to pipeling. When added we thought it would be an improvment, but it proved to be a misconception. | |||
2014-03-09 | Support identity transfer-encoding in httpc | Anthony Ramine | |
> The default (identity) encoding; the use of no transformation whatsoever. > The Internet Assigned Numbers Authority (IANA) acts as a registry for > transfer-coding value tokens. Initially, the registry contains the > following tokens: "chunked" (section 3.6.1), "identity" (section 3.6.2), > "gzip" (section 3.5), "compress" (section 3.5), and "deflate" (section 3.5). Reported-by: Andrew Houghton | |||
2014-03-06 | Added a condition to ignore empty Set-Cookie header and tests for it | Kirilll Zaborsky | |
2014-02-24 | Merge branch 'sgolovan/check_if_ftp_path_is_sane/OTP-11750' | Henrik Nord | |
* sgolovan/check_if_ftp_path_is_sane/OTP-11750: lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-02-09 | lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. | Sergei Golovan | |
for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-01-30 | inets: Rewrite of test case to avoid timing issues in test code | Ingela Anderton Andin | |
2014-01-10 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl | |||
2014-01-10 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
2013-12-19 | inets: Remove use of default gen_server timeout | Ingela Anderton Andin | |
If you need a timeout between client and server use a server side timeout instead of the default gen_server:call/2 timeout that is quite useless. Also remove legacy code that has no further use. | |||
2013-12-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2013-12-03 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
2013-11-19 | ftp: Adds dynamic cert generation to tests. | Hans Nilsson | |
2013-11-19 | ftp: Clean Makefile and conf file | Hans Nilsson | |
2013-11-19 | ftp: delete old test files | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftps: working | Hans Nilsson | |
2013-11-19 | ftp: old ftp_SUITE re-written and works | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-09-30 | inets: added testcase for keep_alive_timeout | Fredrik Gustafsson | |
2013-09-19 | Add test for httpd config option 'script_timeout' | Johannes Weißl | |
The option got ignored before 720721e. | |||
2013-09-13 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
2013-09-13 | inets: httpc improve pipelining | Ingela Anderton Andin | |
2013-09-04 | Merge branch 'weisslj/httpd_add_script_tests/OTP-11260' into maint | Fredrik Gustafsson | |
* weisslj/httpd_add_script_tests/OTP-11260: Test nocache option of mod_cgi and mod_esi | |||
2013-09-03 | inets: Add stronger RSA test-keys | Ingela Anderton Andin | |
The ones provided will fail inets test cases as default ssl will negotiate stronger cipher suites now that will fail the with the weak keys. | |||
2013-09-02 | Test nocache option of mod_cgi and mod_esi | Johannes Weißl | |
Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl | |||
2013-08-22 | Merge branch 'jw/fix-httpd-erl-script-nocache/OTP-11260' into maint | Fredrik Gustafsson | |
* jw/fix-httpd-erl-script-nocache/OTP-11260: inets: added simple testcase for option erl_script_nocache Fix httpd config option 'erl_script_nocache' | |||
2013-08-21 | inets: added simple testcase for option erl_script_nocache | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'jwh/httpc_delete_body/OTP-11190' into maint | Fredrik Gustafsson | |
* jwh/httpc_delete_body/OTP-11190: httpc: Allow content body in DELETE requests | |||
2013-06-14 | httpc: Allow content body in DELETE requests | James Wheare | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-29 | Merge branch 'md/httpc-stream-once-fix/OTP-11122' into maint | Fredrik Gustafsson | |
* md/httpc-stream-once-fix/OTP-11122: Remove http_chunk:decode/4 as it is no longer used Fix {stream, {self, once}} in httpc | |||
2013-05-24 | crypto, public_key & ssl: Make more functions accept integer keys | Sverker Eriksson | |
2013-05-22 | crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer | Ingela Anderton Andin | |
2013-05-20 | Fix {stream, {self, once}} in httpc | Masatake Daimon | |
Previously the only difference between {stream, self} and {stream, {self, once}} was an extra Pid in the stream_start message due to a bug in httpc_handler. It was immediately sending a bunch of messages till the end instead of waiting for httpc:stream_next/1 being called. | |||
2013-05-20 | ssl, public_key & inets: Remove use of deprecated crypto functions from | Ingela Anderton Andin | |
test code | |||
2013-03-18 | inets httpc: Revert incorrect commit regarding cookie handling. | Ingela Anderton Andin | |
2013-03-13 | Merge branch 'cm/bug-http-content-length-zero/OTP-10934' into maint | Fredrik Gustafsson | |
* cm/bug-http-content-length-zero/OTP-10934: Fix http_request:http_headers/1 to send content-length when length is zero |