1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/main
witekfl 26e41cb6c3 Redefine FD_SETSIZE on Windows. Set it to 4096.
There was hardcoded 4096 for threads size, but below there was:
	assertm(fd >= 0 && fd < FD_SETSIZE,
		"get_handler: handle %d >= FD_SETSIZE %d",
		fd, FD_SETSIZE);
	if_assert_failed return NULL;
which fails for fd > 1024 (1024 was previous value of FD_SETSIZE)
2013-01-05 13:42:35 +01:00
..
event.c More missing va_ends. 2007-09-04 10:26:57 +03:00
event.h
interlink.c
interlink.h
main.c Merge branch 'elinks-0.12' into elinks-0.13 2008-07-11 22:28:45 +03:00
main.h
Makefile
module.c
module.h bug 764: Initialize the right member of union option_value 2012-11-03 22:16:32 +02:00
object.h
select.c Redefine FD_SETSIZE on Windows. Set it to 4096. 2013-01-05 13:42:35 +01:00
select.h
timer.c Declare element types of lists. 2007-07-26 22:47:23 +03:00
timer.h
version.c Bug 824: Disable combining characters unless --enable-combining. 2008-01-19 20:58:22 +02:00
version.h