freeswitch/libs/esl/src
Stefan Knoblich 4ed7cd977a esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting
child process will interrupt accept() in the parent to handle
the signal, which makes accept() return -1 (errno = EINTR) after
the sighandler function returns.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-07 05:42:45 +00:00
..
include add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device 2013-06-05 11:19:53 -05:00
esl.2008.vcproj windows fix for last esl commit 2010-12-16 12:27:55 -06:00
esl.2010.vcxproj windows fix for last esl commit 2010-12-16 12:27:55 -06:00
esl.2010.vcxproj.filters VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
esl.2012.vcxproj FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
esl.2012.vcxproj.filters FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
esl.c esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR 2013-06-07 05:42:45 +00:00
esl_buffer.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
esl_config.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
esl_event.c add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device 2013-06-05 11:19:53 -05:00
esl_json.c Handle potential malloc failure better 2013-05-29 02:51:51 +00:00
esl_oop.cpp Add missing text editor local variable blocks 2013-05-29 02:50:03 +00:00
esl_threadmutex.c Fix unlikely memory leak in ESL 2013-05-29 02:48:59 +00:00