typhoeus/ext/typhoeus
Matthew Schulkind 660f278371 Handle more than >1024 open file descriptors.
The change is because when you use more than 1024 file descriptors at a
time, one of them must be numbered >1024. By default, the FD_* macros
used when calling select() just silently corrupt random data if any
single file descriptor is >1024. This is to say, it doesn't matter if
you're only watching one file descriptor, if it is numbered >1024,
behavior is undefined. The fix attempts to remedy this problem for up to
2^19=524288 file descriptors.
2011-06-02 12:19:38 -07:00
..
.gitignore ignore the makefile 2011-01-02 14:27:29 -08:00
extconf.rb added fix to be able to specify curl location from the command line 2010-01-12 15:23:28 -05:00
native.c initial support for file upload 2011-01-08 19:42:33 -08:00
native.h initial support for file upload 2011-01-08 19:42:33 -08:00
typhoeus_easy.c Fix more compile warnings from jtarchie's upload form code. 2011-01-25 19:09:11 -08:00
typhoeus_easy.h initial support for file upload 2011-01-08 19:42:33 -08:00
typhoeus_form.c Fixed 1.9.2 compile errors. 2011-01-28 23:25:21 -08:00
typhoeus_form.h initial support for file upload 2011-01-08 19:42:33 -08:00
typhoeus_multi.c Handle more than >1024 open file descriptors. 2011-06-02 12:19:38 -07:00
typhoeus_multi.h Resolve gcc warnings and clean up whitespace 2009-09-03 14:52:12 -04:00