summaryrefslogtreecommitdiff
path: root/erts/epmd/src/epmd_srv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* erts: Modernize K&R-style functionsFrej Drejhammar2023-04-061-6/+1
* epmd: don't fail if non-critical interfaces fail to bindJohn Eckersberg2022-03-021-2/+18
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Fix typos (repeated words) [doc] [ci skip]Marc-André Lafortune2022-02-051-1/+1
* Update copyright yearRickard Green2021-12-131-1/+1
* epmd: error logging fixesJohn Eckersberg2021-10-211-5/+5
* erts: Silence CodeChecker in epmd_srv.cSverker Eriksson2021-02-251-3/+5
* erts: Silence CodeChecker for FD_ZEROSverker Eriksson2021-02-231-0/+6
* erts: Silence CodeChecker for get{peer,sock}nameSverker Eriksson2021-02-231-0/+4
* erts: Add asserts to suppress false positives found by clang saLukas Larsson2021-02-181-0/+1
* epmd: Add ipaddress to epmd debug printoutsLukas Larsson2020-04-291-8/+50
* epmd: Do not check max fd size on windowsLukas Larsson2020-04-171-0/+2
* epmd: Validate that the FD fits in the setLukas Larsson2020-04-161-0/+6
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Remove remaining VxWorks supportRickard Green2020-02-201-19/+1
* | epmd: Avoid big creations smaller than 4Sverker Eriksson2019-12-191-4/+4
* | epmd: Fix multiple typos in commentsPetr Vaněk2019-10-011-3/+3
* | epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-05-141-39/+50
|/
* Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson2019-04-091-50/+39
* epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-03-221-38/+49
* erts: Robustify epmd reply functionSverker Eriksson2019-03-221-19/+33
* Merge branch 'binarin/erts/fix-epmd-systemd-notifications/PR-999/OTP-13493'Björn-Egil Dahlberg2016-04-141-3/+5
|\
| * Don't send unasked for systemd notificationsAlexey Lebedeff2016-03-291-3/+5
* | update copyright-yearHenrik Nord2016-03-151-1/+1
* | Merge branch 'maint'Ingela Anderton Andin2016-03-021-5/+4
|\ \ | |/
| * Skips any sockets with unsupported protocols.Ingela Anderton Andin2016-03-021-5/+4
* | Merge branch 'maint'Ingela Anderton Andin2016-03-011-59/+142
|\ \ | |/
| * epmd: support IPv6 node registrationMichael Santos2016-02-101-59/+142
* | Merge branch 'maint'Zandra2016-02-041-0/+1
|\ \ | |/
| * Merge branch 'binarin/epmd-race' into maintZandra2016-02-041-0/+1
| |\
| | * Prevent down nodes going undetected in epmdAlexey Lebedeff2015-12-151-0/+1
* | | Merge branch 'maint'Zandra2015-12-281-3/+0
|\ \ \ | |/ /
| * | Don't wait for twice the delay_write timeoutAlexey Lebedeff2015-12-141-3/+0
| |/
* | ose: Remove all code related to the OSE portLukas Larsson2015-07-101-6/+1
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* epmd: Unify systemd autoconf macros usagePeter Lemenkov2014-11-241-6/+6
* epmd: Added systemd notify support to EPMDPeter Lemenkov2014-11-241-1/+4
* erts: Fix various autoconf issuesLukas Larsson2014-05-091-2/+2
* Merge branch 'matwey/systemd/OTP-11829'Lukas Larsson2014-03-271-0/+46
|\
| * Add systemd socket activation for epmd.Matwey V. Kornilov2014-02-191-0/+46
* | Added support for ENEA OSELukas Larsson2014-02-241-1/+6
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Add UTF-8 node name support for epmdRickard Green2013-01-221-27/+188
* Replace sprintf with erts_snprintf in epmdBjörn-Egil Dahlberg2012-09-071-3/+4
* Let epmd ignore empty ERL_EPMD_ADDRESSHolger Weiß2011-07-131-1/+2
* Fix epmd crash on vxworks caused by faulty argument to selectSverker Eriksson2011-07-271-5/+15
* Merge branch 'ms/epmd-local-access-check' into devHenrik Nord2011-04-081-3/+8
|\
| * epmd: include host address in local access checkMichael Santos2010-11-261-3/+8