Travis Cross 0cc7bc8db6 Add missing CURLOPT_NOSIGNAL options
To work correctly in a multi-threaded environment, curl needs to be
used with CURLOPT_NOSIGNAL set to 1.  If it's left at zero, the
default, then curl will use signals to deal with timeouts which will
often result in a crash.

ref: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading
ref: http://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
ref: http://stackoverflow.com/questions/9191668/error-longjmp-causes-uninitialized-stack-frame
ref: https://bugzilla.redhat.com/show_bug.cgi?id=539809
ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570436
2014-09-23 00:04:21 +00:00
..
2014-07-09 08:25:54 -05:00
2014-09-09 04:07:13 -04:00
2014-07-11 11:03:22 -05:00
2014-03-07 18:36:12 -05:00
2014-03-18 14:07:38 -04:00
2014-08-11 14:08:10 -07:00
2014-03-07 18:36:12 -05:00
2014-09-11 03:29:07 +05:00
2014-05-01 16:36:58 -04:00
2014-03-07 18:36:12 -05:00
2014-05-01 17:34:54 -04:00
2014-02-12 12:08:56 -06:00
2014-07-22 15:28:31 +00:00
2014-05-15 13:58:08 +00:00
2014-07-22 15:04:28 -04:00
2014-03-07 18:36:12 -05:00
2014-03-07 18:36:12 -05:00