summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix error when using module et in trace patternsLars Thorsen2010-12-011-2/+2
* Merge branch 'bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906' into devIngela Anderton Andin2010-12-011-48/+55
|\
| * Pipelined requests not handled properly when terminating.Micael Karlberg2010-11-102-49/+75
* | Merge branch 'ia/ssl/test-improvments' into devIngela Anderton Andin2010-12-0111-47/+103
|\ \
| * | Updated tests to avoid test case failure for non interesting reasonsIngela Anderton Andin2010-11-303-4/+7
| * | Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of super:bmk_ot...Ingela Anderton Andin2010-11-302-5/+13
| |\ \
| | * | Replaced error report with debug printout.Micael Karlberg2010-11-302-5/+13
| * | | Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of super:bmk_ot...Ingela Anderton Andin2010-11-296-38/+83
| |\ \ \ | | |/ /
| | * | More IPv6 fixing. This time in actual code (in the client).Micael Karlberg2010-11-293-6/+25
| | * | Added proper version.Micael Karlberg2010-11-261-1/+1
| | * | New behaviour for ipv6 machines.Micael Karlberg2010-11-104-33/+59
| | |/
* | | Merge branch 'ia/ssl-and-public_key-doc-and-dialyzer-fixes' into devIngela Anderton Andin2010-12-0113-49/+48
|\ \ \
| * | | Fixed guard and test caseIngela Anderton Andin2010-11-3011-34/+28
| * | | Fixed broken links in the documentation and dialyzer warningsIngela Anderton Andin2010-11-293-15/+20
* | | | Merge branch 'ia/inets/url-encoding/OTP-8940' into devIngela Anderton Andin2010-12-0141-202/+298
|\ \ \ \
| * | | | Changed file error handling to be consistentIngela Anderton Andin2010-11-301-4/+4
| * | | | URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin2010-11-2941-198/+294
* | | | | Merge branch 'lukas/hipe/decode_packet_type' into devLukas Larsson2010-12-011-10/+13
|\ \ \ \ \
| * | | | | Update httppacket type to return both strings and binariesLukas Larsson2010-10-151-10/+13
* | | | | | Prepare erl_docgen for using Dialyzer specs and typesHans Bolinder2010-12-0113-255/+2269
* | | | | | Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson2010-11-301-8/+13
|\ \ \ \ \ \
| * | | | | | Improved ets_SUITE to better trouble shoot false memory leaksSverker Eriksson2010-11-301-8/+13
* | | | | | | Merge branch 'lukas/common_test/rename_run_test/OTP-8936' into devLukas Larsson2010-11-302-15/+15
|\ \ \ \ \ \ \
| * | | | | | | Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson2010-11-292-15/+15
* | | | | | | | Increase default maximum number of slots of Dets tablesHans Bolinder2010-11-292-4/+4
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into devPatrik Nyblom2010-11-291-1/+86
|\ \ \ \ \ \ \
| * | | | | | | Unload stray applications from application_SUITE before creating scriptPatrik Nyblom2010-11-261-12/+6
| * | | | | | | Make testcase filter away bogus applications from earlier suitesPatrik Nyblom2010-11-251-0/+12
| * | | | | | | Add test loading all of OTP in boot script and running embeddedPatrik Nyblom2010-11-251-1/+80
* | | | | | | | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into devPatrik Nyblom2010-11-291-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Teach gen_udp_SUITE:connect testcase about econnreset on WindowsPatrik Nyblom2010-09-211-1/+5
* | | | | | | | | Merge branch 'pan/code-clash-testcase/OTP-8852' into devPatrik Nyblom2010-11-291-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Teach code_SUITE:clash Windows file system semanticsPatrik Nyblom2010-09-211-1/+9
* | | | | | | | | | Merge branch 'pan/auto-import-doc-fix/OTP-8848' into devPatrik Nyblom2010-11-291-3/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Correct description of no_auto_import compiler directivePatrik Nyblom2010-09-201-3/+7
| |/ / / / / / / /
* | | | | | | | | Update documentation after rename of run_test to ct_runLukas Larsson2010-11-2911-82/+191
* | | | | | | | | Merge branch 'ta/fix-native-looping' into devBjörn Gustavsson2010-11-261-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | error_handler: add no_native compiler directiveTuncer Ayaz2010-10-051-0/+5
* | | | | | | | | | Merge branch 'egil/superfluous-supervisor-report/OTP-8938' into devBjörn-Egil Dahlberg2010-11-261-8/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove superfluous supervisor error reportBjörn-Egil Dahlberg2010-11-221-8/+9
* | | | | | | | | | | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into devDan Gudmundsson2010-11-263-1/+98
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add wxSystemSettingsDan Gudmundsson2010-11-042-1/+95
| * | | | | | | | | | | Avoid eternal loops when quitingDan Gudmundsson2010-11-041-0/+3
* | | | | | | | | | | | Fix typo in warningsStavros Aronis2010-11-261-1/+1
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'ia/ssl-decryption-error2/OTP-8930' into devIngela Anderton Andin2010-11-266-75/+40
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added alert in stream cipher case.Ingela Anderton Andin2010-11-186-75/+40
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'dgud/wx/separate-opengl' into devDan Gudmundsson2010-11-2635-3208/+7684
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix non available opengl functionsDan Gudmundsson2010-11-196-27/+65
| * | | | | | | | | | Add lib paths for *bsd variantsDan Gudmundsson2010-11-181-2/+6
| * | | | | | | | | | Initilize opengl after setCurrentDan Gudmundsson2010-11-157-49/+53