summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clearify in ct_property_test documentationHansN/common_test/rephrase_ct_prop_test_docHans Nilsson2019-11-291-4/+3
* Merge branch 'bmk/erts/esock/20191127/extended_error_on_old_linux/OTP-16302' ...Micael Karlberg2019-11-291-0/+6
|\
| * [esock] Add explicit include of linux typesMicael Karlberg2019-11-271-0/+6
* | Merge branch 'lukas/erts/ets-smp-1-optimization/OTP-16315/OTP-16316' into maintLukas Larsson2019-11-295-109/+172
|\ \
| * | erts: Optimize dec_term for atoms when used by ets compressedLukas Larsson2019-11-151-16/+23
| * | erts: Optimize meta table lock to not be taken when +S 1Lukas Larsson2019-11-152-8/+23
| * | ets: Remove table locking when using smp 1Lukas Larsson2019-11-154-86/+127
* | | Merge branch 'ingela/inets/warnings' into maintIngela Anderton Andin2019-11-291-7/+1
|\ \ \
| * | | inets: Remove legacy call to random moduleIngela Anderton Andin2019-11-271-7/+1
* | | | Merge branch 'peterdmv/eunit/remove_warnings/OTP-16313' into maintPéter Dimitrov2019-11-281-2/+5
|\ \ \ \
| * | | | eunit: Remove compiler warningsPéter Dimitrov2019-11-261-2/+5
* | | | | Merge branch 'dgud/wx/fix-ifdef' into maintDan Gudmundsson2019-11-2813-2510/+2691
|\ \ \ \ \
| * | | | | Fix awk warning about missing fileDan Gudmundsson2019-11-271-1/+1
| * | | | | Fix deprecated warningDan Gudmundsson2019-11-271-22/+32
| * | | | | Add wxMouseEvent:getWheelAxis functionDan Gudmundsson2019-11-219-2476/+2560
| * | | | | Fix enum that have changed valuesDan Gudmundsson2019-11-213-9/+96
| * | | | | Fix bad compiler testDan Gudmundsson2019-11-202-2/+2
* | | | | | Merge branch 'peterdmv/inets/httpc_chunked_encoding/ERL-1090/OTP-16300' into ...Péter Dimitrov2019-11-282-6/+58
|\ \ \ \ \ \
| * | | | | | inets: Fix handling of HTTP HEAD requests in httpcPéter Dimitrov2019-11-212-6/+58
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hans/ftp/fix_warnings/OTP-16318' into maintHans Nilsson2019-11-281-2/+2
|\ \ \ \ \ \
| * | | | | | ftp: Make var anonymous to remove erlc warningHans Nilsson2019-11-281-2/+2
* | | | | | | Merge branch 'hans/tftp/fix_warnings/OTP-16317' into maintHans Nilsson2019-11-282-11/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tftp: Fix -behaviour warningsHans Nilsson2019-11-281-4/+7
| * | | | | | tftp: Fix erlang:get_stacktrace warningHans Nilsson2019-11-281-7/+6
|/ / / / / /
* | | | | | Merge branch 'rickard/nodedown-reason/OTP-16216' into maintRickard Green2019-11-2713-176/+357
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | net_kernel: save connection pending owners in mapRickard Green2019-11-211-13/+11
| * | | | | net_kernel: save connection owners in mapRickard Green2019-11-211-28/+32
| * | | | | Fix race causing nodedown reason to be lostRickard Green2019-11-2113-137/+316
* | | | | | Merge branch 'hans/crypto/cuddle_tests' into maintHans Nilsson2019-11-274-32/+180
|\ \ \ \ \ \
| * | | | | | crypto: Add prop__crypto_init_update to property testsHans Nilsson2019-11-212-3/+51
| * | | | | | crypto: New common libfile for property tests in cryptoHans Nilsson2019-11-213-30/+130
* | | | | | | Merge branch 'bmk/erts/esock/20191125/add_getifaddrs_in_net/OTP-16212' into m...Micael Karlberg2019-11-2716-64/+1258
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | [kernel|net] Moved some functions out of the netns testsMicael Karlberg2019-11-261-5/+5
| * | | | | | [enet] Moved net test suite into its proper placeMicael Karlberg2019-11-253-6/+1
| * | | | | | [enet|doc] Review updateMicael Karlberg2019-11-252-15/+23
| * | | | | | [enet|doc] Add documentation for the new getifaddrs functionsMicael Karlberg2019-11-251-0/+35
| * | | | | | [esock] Add new sockaddr "type" for family packetMicael Karlberg2019-11-254-1/+18
| * | | | | | [enet] Physical Address as a binaryMicael Karlberg2019-11-251-0/+38
| * | | | | | [enet] Make it possible to filter on socket address family packetMicael Karlberg2019-11-251-1/+5
| * | | | | | [enet] Make it possible to filter on flags in getifaddrsMicael Karlberg2019-11-251-11/+19
| * | | | | | [enet] Add first version of filter arg to getifaddrsMicael Karlberg2019-11-251-3/+59
| * | | | | | [enet] Add getifaddrs to the net moduleMicael Karlberg2019-11-251-0/+56
| * | | | | | [enet] Add getifaddrsMicael Karlberg2019-11-257-11/+979
| * | | | | | [enet] Add check for include (new) file netpacket/packet.hMicael Karlberg2019-11-251-0/+6
| * | | | | | [enet] Renaming of some of the interlal functionsMicael Karlberg2019-11-251-46/+49
* | | | | | | Merge branch 'bmk/kernel/enet/20191125/make_net_doc_always_included/OTP-16294...Micael Karlberg2019-11-275-25/+23
|\ \ \ \ \ \ \
| * | | | | | | [kernel] Attempt to resolve make awk warningMicael Karlberg2019-11-255-25/+23
* | | | | | | | Merge branch 'ingela/inets/warnings' into maintIngela Anderton Andin2019-11-271-15/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | inets: Remove legacy codeIngela Anderton Andin2019-11-261-15/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ingela/ssl/typo' into maintIngela Anderton Andin2019-11-271-5/+5
|\ \ \ \ \ \ \ \