factor/basis/io
Benjamin Pollack 8073c8a77e Update OpenSSL calls to work with LibreSSL/newer OpenSSL
RSA_generate_key has been deprecated, and is not available in either
LibreSSL or newer OpenSSL that are not compiled with deprecated call
support. This commit switches to the still-supported
RSA_generate_key_ex, which is supported by both libraries.

Note that this is still insufficient for Factor to work under LibreSSL,
though we now get a call further than before.
2016-02-22 14:21:39 -08:00
..
backend syntax: removing #! as a comment character. 2015-09-09 18:28:08 -07:00
buffers factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
crlf factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
directories io.files.windows: fix incorrect parsing of file attribute bitfield in win32-file-attributes 2015-10-11 04:11:30 +02:00
encodings change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
files io.files.info.unix.linux: Special characters in mount points are encoded as octal escape sequences. 2015-11-03 15:55:14 -08:00
launcher Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
mmap change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
monitors io.monitors.windows: ADS pathnames crashing the monitors threads is the 2015-11-02 21:19:12 -08:00
pipes factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
pools destructors: change check-disposed not to drop the disposable. 2014-11-21 08:19:05 -08:00
ports io.ports: bring back file read performance, ignoring zeroes. 2015-09-23 20:07:53 -07:00
servers io.servers: filter the list of addrspecs in listen-on so that only 2015-10-08 15:08:07 +02:00
sockets Update OpenSSL calls to work with LibreSSL/newer OpenSSL 2016-02-22 14:21:39 -08:00
standard-paths io.standard-paths.unix: iterm2 integration has some spew before every bash command if you have enabled shell integration. these commands end in ascii 7, so find the last one, strip it off, and then split on ":". Fixes the mac graphviz install problem. 2015-09-23 17:11:47 -07:00
streams Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
styles io.styles: image -> image-style in docs too 2015-08-12 09:09:41 -05:00
thread concurrency.mailboxes: linked-thread's error reporting should still work even when debugger.threads is not loaded. This addresses part of #95 2011-10-03 00:24:37 -07:00
timeouts factor: put inline on same line as ; for experimentation 2015-08-10 12:55:27 -05:00