Age | Commit message (Expand) | Author |
2014-02-05 | inets: added simple testcase for option erl_script_nocache | Fredrik Gustafsson |
2014-02-05 | Fix httpd config option 'erl_script_nocache' | Johannes Weißl |
2014-02-05 | [inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added... | Fredrik Gustafsson |
2014-02-05 | fix: typo, inets/doc/src/httpd | tomaon |
2014-02-05 | Fix some errors in the inets documentation | Johannes Weißl |
2014-02-05 | Update release notes | Erlang/OTP |
2014-02-05 | inets: stop block timer with the right arguments | Fredrik Gustafsson |
2014-02-05 | inets httpc: Revert incorrect commit regarding cookie handling. | Ingela Anderton Andin |
2014-02-05 | Added guard for invalid field and values in headers | Fredrik Gustafsson |
2014-02-05 | Handle correctly the "No files found or file unavailable" error code. | serge |
2014-02-05 | Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | Fredrik Gustafsson |
2014-02-05 | inets httpd: Handle ipfamily option correctly when listning to port 0 | Ingela Anderton Andin |
2014-02-05 | inets: Improve ssl handling | Ingela Anderton Andin |
2014-02-05 | inets httpd: The option modules now defaults to its documented default value. | Ingela Anderton Andin |
2014-02-05 | inets httpc: Corrected separation of pipelining and persisten connections | Ingela Anderton Andin |
2014-02-05 | [inets] Appup test suite now handles version REs | Micael Karlberg |
2014-02-05 | inets: fix autoredirect for POST requests responding 303 | Hans Svensson |
2014-02-05 | inets - httpc_SUITE: add redirect tests for response 303 | Hans Svensson |
2014-02-05 | inets: Remove dbg tracing from testcases | Björn-Egil Dahlberg |
2014-02-05 | inets httpc: Document that RFC 2817 is not supported | Ingela Anderton Andin |
2014-02-05 | inets: Dialyzer fixes | Ingela Anderton Andin |
2014-02-05 | inets httpc: TLS via proxy | Ingela Anderton Andin |
2014-02-05 | inets: Remove obsolete testcases that are now in the proxy suite | Raimo Niskanen |
2014-02-05 | inets: Add tests using external proxy running on localhost | Raimo Niskanen |
2014-02-05 | inets: Corrected appup | Ingela Anderton Andin |
2014-02-05 | ssl: Fix broken appup from ssl-5.2.1.1 that was released together with | Ingela Anderton Andin |
2014-02-05 | dialyzer: Silence useless warnings about list comprehensions | Björn Gustavsson |
2014-02-04 | test_server: Fix dynlib link command for openbsd | Sverker Eriksson |
2014-02-04 | Add more Common Test start arguments to the ts run interface | Peter Andersson |
2014-02-04 | Fix expansion of records in maps | Anthony Ramine |
2014-02-04 | gzio.c: Remove unnecessary usage of the OF() macro | Björn Gustavsson |
2014-02-04 | Merge branch 'nox/syntax_tools/maps-support/OTP-11663' | Björn-Egil Dahlberg |
2014-02-04 | sys_core_fold: Prevent case expressions from being evaluated twice | Björn Gustavsson |
2014-02-04 | sys_core_fold_SUITE: For cleanliness, move id/1 to the end | Björn Gustavsson |
2014-02-04 | observer: Fix observer crash when closing crashdumpviewer | Dan Gudmundsson |
2014-02-04 | Support maps in the debugger | Anthony Ramine |
2014-02-03 | stdlib: Add tests for Maps in erl_prettypr | Björn-Egil Dahlberg |
2014-02-03 | Merge branch 'sverk/erts/binary_to_term-maps-bug' | Sverker Eriksson |
2014-02-03 | observer: Fix binary links | Dan Gudmundsson |
2014-02-03 | erts: Fix bug in binary_to_term for maps | Sverker Eriksson |
2014-02-03 | observer: Fix crash when clicking on pid inside a html-term | Dan Gudmundsson |
2014-02-03 | lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 | Hans Svensson |
2014-02-03 | Merge branch 'egil/compiler/strengthen-tests' | Björn-Egil Dahlberg |
2014-02-01 | Properly munge record updates in cover | Anthony Ramine |
2014-02-01 | Don't munge record and field names in cover | Anthony Ramine |
2014-02-01 | Support maps in erl_prettypr | Anthony Ramine |
2014-02-01 | Support maps in erl_prettypr | Anthony Ramine |
2014-02-01 | Support named funs in erl_prettypr | Anthony Ramine |
2014-02-01 | Handle map fields in their own function in erl_eval | Anthony Ramine |
2014-01-31 | Complete support of maps in erl_syntax | Anthony Ramine |