Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-03-12 | Added guard for invalid field and values in headers | Fredrik Gustafsson | |
2013-03-02 | Fix http_request:http_headers/1 to send content-length when length is zero | CA Meijer | |
In R16B01, the http_request:http_headers/1 function removes the content-length field from the HTTP headers if the content length is zero. This results in some (perhaps many) HTTP servers rejecting POSTs and PUTs without data with a 411 status word. From RFC2616, section 14.13: "Any Content-Length greater than or EQUAL to zero is a valid value". | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | tests: Remove old_httpc_SUITE, no longer used | Björn-Egil Dahlberg | |
2013-02-22 | Merge branch 'sal/ftp/OTP-10886' | Fredrik Gustafsson | |
* sal/ftp/OTP-10886: Changed to correct errorcode in testcase Handle correctly the "No files found or file unavailable" error code. | |||
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2013-01-28 | Merge branch 'bmk/inets/prepare-for-release' | Micael Karlberg | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | [inets] Appup test suite now handles version REs | Micael Karlberg | |
2013-01-24 | Changed to correct errorcode in testcase | Fredrik Gustafsson | |
2013-01-18 | inets - httpc_SUITE: add redirect tests for response 303 | Hans Svensson | |
httpc contains code for redirecting http response 301, 302, 303, and 307, but no tests existed for response '303 See Other'. Added tests (get, head, and post) for 303 and renumbered tests for 307. The subtle thing is that for 303 also post requests *should* be redirected. Also added the necessary 303 page to the dummy_server. | |||
2012-11-26 | Merge branch 'bjorn/asn1/clean-up-backends/OTP-10410' | Björn Gustavsson | |
* bjorn/asn1/clean-up-backends/OTP-10410: Simplify the code for the generated info/0 function Don't try to work around a non-loadable NIF library Fix BER encoding when multiple levels of typedefs are used Update megaco documentation Update documentation for the asn1 application Fix other applications Fix use of asn1 in megaco Remove the unused asn1ct_gen_ber module Remove the unused asn1ct_constructed_ber module Remove the unused asn1ct_per_bin module Remove unused functions in asn1rt_ber_bin Remove obsolete back-ends and simplify the options Make the specialized decodes work with the 'nif' option Remove support for the obsolete {Typename,Value} tuple notation Remove tests for the obsolete {TypeName,Value} notation Remove the obsolete and deprecated 'keyed_list' option | |||
2012-11-26 | Fix other applications | Björn Gustavsson | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Increased waiting time to check if socket is down Fine adjustments of slowdos alg Changes to slowdos testcase Doc for test case slowdose Bumped version nr Added testcases för minimum_bytes_per_second option Reduced checking of bytes per second to every second Documentation for minimum_bytes_per_seconds option Changed property to minimum_bytes_per_second and checking if is integer on start Changed to Bytes Per Second when checking clients rate, new options {byte_limit, integer()} Option {bit_limit, integer()} to close sockets where clients are too slow | |||
2012-11-15 | Increased waiting time to check if socket is down | Fredrik Gustafsson | |
2012-11-14 | Fine adjustments of slowdos alg | Fredrik Gustafsson | |
2012-11-12 | Changes to slowdos testcase | Fredrik Gustafsson | |