summaryrefslogtreecommitdiff
path: root/lib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseOTP_R14B04Erlang/OTP2011-10-041-0/+56
* Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
* Merge branch 'lukas/fix_erts_testcases/OTP-9596' into devLukas Larsson2011-09-294-12/+27
|\
| * Skip create_big_boot on platforms without cryptoLukas Larsson2011-09-291-0/+7
| * Remove test_server path instead of cwd for clash testLukas Larsson2011-09-291-6/+8
| * Skip getaddr_v6 test if on the ipv4_only hostLukas Larsson2011-09-291-1/+1
| * Use static port for old solaris versionsLukas Larsson2011-09-291-3/+9
| * Extend time to wait for zone files to be loadedLukas Larsson2011-09-291-2/+2
* | Merge branch 'raimo/sctp-getsetopts-dev/OTP-9544' into devRaimo Niskanen2011-09-281-7/+50
|\ \
| * \ Merge branch 'raimo/sctp-getsetopts/OTP-9544' into raimo/sctp-getsetopts-dev/...Raimo Niskanen2011-09-191-7/+50
| |\ \
| | * | erts,kernel: Bugfix - read SCTP socket options from right protocol layerRaimo Niskanen2011-09-191-2/+19
| | * | erts: Fix bug SCTP send can only be called from controlling processRaimo Niskanen2011-09-191-2/+32
* | | | Correct XML filesHans Bolinder2011-09-267-79/+39
| |_|/ |/| |
* | | Merge branch 'ta/docs-fixes' into devHenrik Nord2011-09-204-6/+6
|\ \ \ | |/ / |/| |
| * | Fix misspelling of intermediateTuncer Ayaz2011-09-161-2/+2
| * | Fix misspelling of accidentallyTuncer Ayaz2011-09-151-1/+1
| * | Fix misspelling of successfulTuncer Ayaz2011-09-153-3/+3
* | | [inet] Clearify doc about packet types httph and httph_binSverker Eriksson2011-09-161-2/+8
|/ /
* | Update documentation and specifications of some of the zlib functionsHans Bolinder2011-09-021-0/+8
* | Merge branch 'hb/spec_improvements/OTP-9485' into devHans Bolinder2011-09-029-48/+48
|\ \
| * | Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-319-48/+48
* | | Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4Filipe David Manana2011-08-274-5/+21
|/ /
* | Merge branch 'hb/inet_types_and_specs/OTP-9260' into devHans Bolinder2011-08-269-369/+403
|\ \
| * | Improve types and specifications of the inet modulesHans Bolinder2011-08-259-369/+403
* | | code: Optimize purge/1 and soft_purge/1 using check_old_code/1Björn Gustavsson2011-08-261-5/+12
|/ /
* | Fix missing comma in code exampleRaimo Niskanen2011-08-231-1/+1
* | Merge branch 'ms/inet-socket-domain-error' into devHenrik Nord2011-08-081-0/+1
|\ \
| * | inet: error if fd does not match socket domainMichael Santos2011-05-241-0/+1
* | | Fix small error in example code of gen_sctp documentationSverker Eriksson2011-06-281-1/+1
* | | Add more specs and typesHans Bolinder2011-06-209-341/+236
* | | Stop generating some unused clauses for make_dns_rr_opt/1 local to inet_dnsRaimo Niskanen2011-05-311-4/+8
* | | Update version numbersBjörn-Egil Dahlberg2011-05-301-1/+1
* | | Prepare releaseOTP_R14B03Erlang/OTP2011-05-241-0/+65
|/ /
* | Modify two opaque typesHans Bolinder2011-05-242-2/+2
* | Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
* | Merge branch 'pan/win_testcases_R14B03' into devPatrik Nyblom2011-05-192-66/+85
|\ \
| * | Fix bug in make_del_dir testcasesPatrik Nyblom2011-05-182-2/+2
| * | Teach (prim_)file_SUITE about directory access on WindowsPatrik Nyblom2011-05-122-66/+85
* | | Remove unused variable warning in inet_resBjörn-Egil Dahlberg2011-05-171-2/+2
* | | OTP-9094: [httpc] Add support for upload body streaming (PUT and POST).Micael Karlberg2011-05-161-1/+1
|\ \ \
| * \ \ Merge branch 'dev' into bmk/inets/inet56_integrationMicael Karlberg2011-04-121-1/+1
| |\ \ \
| * \ \ \ Merge branch 'dev' into bmk/inets/inet56_integrationMicael Karlberg2011-04-066-25/+193
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev' into bmk/inets/ftp/missing_spec_causes_dialyxer_problems/O...Micael Karlberg2011-03-1749-69/+161
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'hb/kernel/doc_specs/OTP-9272' into devHans Bolinder2011-05-1327-2557/+1585
|\ \ \ \ \ \ \
| * | | | | | | Use Erlang specs and types for documentationHans Bolinder2011-05-1127-2557/+1585
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Types and specifications have been modified and addedHans Bolinder2011-05-0927-467/+1721
|/ / / / / /
* | | | | | Merge branch 'ms/file-fix-hang-reading-compressed-files' into devHenrik Nord2011-04-281-0/+4
|\ \ \ \ \ \
| * | | | | | file: fix hang reading compressed filesMichael Santos2011-04-071-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'raimo/inet_res-crash-rest-time-0/OTP-9221' into devRaimo Niskanen2011-04-282-97/+233
|\ \ \ \ \ \
| * | | | | | Do not UDP send when there is 0 ms left to wait for replyRaimo Niskanen2011-04-211-27/+26