Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								b51bd79819 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: new doc files  
							
							 
							
							
							
						 
						
							2016-03-09 23:24:43 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								442827ade9 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.intrinsics.fixnum: more docs and tests  
							
							 
							
							
							
						 
						
							2016-03-09 23:24:43 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								b27634bff7 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.builder.blocks: removes assignments to basic-block variable  
							
							 
							
							... 
							
							
							
							Now it isn't used at all in the cfg creation step. 
							
						 
						
							2016-03-09 23:24:43 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								9df955e199 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: big changes which removes the last basic-block uses  
							
							 
							
							... 
							
							
							
							All intrinsic code generating words signatures are changed from ( node
-- ) to ( block node -- block' ) so the current block is now always
passed on the stack. 
							
						 
						
							2016-03-09 23:24:42 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								482998974b 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: more refactoring to remove basic-block get:s  
							
							 
							
							... 
							
							
							
							Now almost all words pass around the current basic block on the
stack. Left is updating all intrinsics. 
							
						 
						
							2016-03-09 23:24:42 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								f9c6d7cc43 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: changes to remove basic-block variable  
							
							 
							
							... 
							
							
							
							The emit-node generics signature is changed to ( block node -- block' )
so that it always returns the next block to operate on. Signature for a
lot of related words are changed similarily. Now there is only a few
basic-block usages left. 
							
						 
						
							2016-03-09 23:24:42 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								07adc2ecae 
								
							
								 
							
						 
						
							
							
								
								compiler.cfg.*: changed generic emit-node to take the current block as  
							
							 
							
							... 
							
							
							
							stack parameter
The idea is to eventually completely remove the basic-block dynamic
variable from cfg construction. 
							
						 
						
							2016-03-09 23:24:42 +01:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								915a7ec1e2 
								
							
								 
							
						 
						
							
							
								
								Make VSC work on OS X again  
							
							 
							
							... 
							
							
							
							`-r` isn't an argument to `open`, and `-n` seems exactly the opposite of what
we want in most circumstances. 
							
						 
						
							2016-03-09 13:23:50 -05:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								a1e3476617 
								
							
								 
							
						 
						
							
							
								
								tools.deploy: increase sizes for linux32  
							
							 
							
							
							
						 
						
							2016-03-08 16:36:45 -08:00  
						
					 
				
					
						
							
							
								 
								Jon Harper
							
						 
						
							 
							
							
							
								
							
								43be523e31 
								
							
								 
							
						 
						
							
							
								
								math.statistics, add docs for cum-sum0, add cum-product1 for symmetry  
							
							 
							
							
							
						 
						
							2016-03-08 13:41:54 -08:00  
						
					 
				
					
						
							
							
								 
								Jon Harper
							
						 
						
							 
							
							
							
								
							
								cb6ddb1735 
								
							
								 
							
						 
						
							
							
								
								rename math.statistics:cum-map to sequences:accumulate*  
							
							 
							
							
							
						 
						
							2016-03-08 13:41:54 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								a4804621af 
								
							
								 
							
						 
						
							
							
								
								windows openssl, libtls: Use the libressl dlls for SSL.  
							
							 
							
							... 
							
							
							
							http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ 
http://downloads.factorcode.org/dlls/ 
libcrypt-37.dll
libssl-38.dll
libtls-10.dll 
							
						 
						
							2016-03-08 12:48:45 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								a1f3378365 
								
							
								 
							
						 
						
							
							
								
								io.sockets: Default make-sockaddr-outgoing to make-sockaddr.  
							
							 
							
							
							
						 
						
							2016-03-08 09:21:49 -08:00  
						
					 
				
					
						
							
							
								 
								Jon Harper
							
						 
						
							 
							
							
							
								
							
								cac9b58f11 
								
							
								 
							
						 
						
							
							
								
								formatting, format numbers with C locale and document that it's english only  
							
							 
							
							
							
						 
						
							2016-03-08 07:55:25 -08:00  
						
					 
				
					
						
							
							
								 
								Jon Harper
							
						 
						
							 
							
							
							
								
							
								19fadb6c96 
								
							
								 
							
						 
						
							
							
								
								prettyprinter, locale independant float printing  
							
							 
							
							
							
						 
						
							2016-03-08 07:55:25 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								3cd2775855 
								
							
								 
							
						 
						
							
							
								
								io.sockets.unix: Fix ipv6 sends for udp on osx.  
							
							 
							
							
							
						 
						
							2016-03-08 04:46:26 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								a12a56f777 
								
							
								 
							
						 
						
							
							
								
								io.sockets: Special-case 0.0.0.0 and f for outgoing sockets so we can use  
							
							 
							
							... 
							
							
							
							them on windows. Add some tests that shouldn't fail. Fixes  #85 . 
							
						 
						
							2016-03-08 02:27:01 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								027a9fb1a2 
								
							
								 
							
						 
						
							
							
								
								io.sockets: Fix send-once for inet6.  
							
							 
							
							
							
						 
						
							2016-03-07 16:58:56 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								05a8ac2423 
								
							
								 
							
						 
						
							
							
								
								Revert "io.sockets: Windows doesn't recognize 0.0.0.0. Add a method for"  
							
							 
							
							... 
							
							
							
							This reverts commit 2c82dfb51b . 
							
						 
						
							2016-03-07 14:31:40 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								2c82dfb51b 
								
							
								 
							
						 
						
							
							
								
								io.sockets: Windows doesn't recognize 0.0.0.0. Add a method for  
							
							 
							
							... 
							
							
							
							resolve-localhost for Windows, and make the default ipv4 make-sockaddr use
127.0.0.1 since we are making a sockaddr for ipv4 anyway and 127.0.0.1 is
cross-platform. Fixes  #85 . 
							
						 
						
							2016-03-07 14:07:01 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								253de1dc8e 
								
							
								 
							
						 
						
							
							
								
								editors.visual-studio-code: msft changed the install directory to  
							
							 
							
							... 
							
							
							
							c:\program files (x86). Now we don't need the platform-specific windows
file.
Also, add -r option to reuse existing windows. 
							
						 
						
							2016-03-07 13:23:24 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								334cc880ec 
								
							
								 
							
						 
						
							
							
								
								io.standard-paths.windows: We call >lower on the paths being compared, but  
							
							 
							
							... 
							
							
							
							not on the original file we are looking for. So searching for something
like "Code.exe" would never find it. Fixed. 
							
						 
						
							2016-03-07 13:21:30 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								0f994c9924 
								
							
								 
							
						 
						
							
							
								
								alien.syntax: Add ENUM: example with c basetype.  
							
							 
							
							
							
						 
						
							2016-03-05 15:34:15 -08:00  
						
					 
				
					
						
							
							
								 
								John Benediktsson
							
						 
						
							 
							
							
							
								
							
								ee134373f0 
								
							
								 
							
						 
						
							
							
								
								ip-parser: some cleanup, move ipv6 parsing here.  
							
							 
							
							
							
						 
						
							2016-03-05 09:51:37 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								efd22a668f 
								
							
								 
							
						 
						
							
							
								
								Import a few extra JSON tests from Jansson  
							
							 
							
							... 
							
							
							
							Fixes  #1189  
							
						 
						
							2016-03-05 07:03:12 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								e707374085 
								
							
								 
							
						 
						
							
							
								
								Make <inet4> and <ipv4> use ip-parser:parse-ipv4  
							
							 
							
							... 
							
							
							
							Fixes  #1209  
							
						 
						
							2016-03-05 09:11:56 -05:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								a303637850 
								
							
								 
							
						 
						
							
							
								
								io.sockets.secure.windows: Try to fix compile error.  
							
							 
							
							
							
						 
						
							2016-03-05 02:57:39 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								37f047c1df 
								
							
								 
							
						 
						
							
							
								
								Allow specifying vocabulary roots on the command line  
							
							 
							
							... 
							
							
							
							Fixes  #1498  
							
						 
						
							2016-03-04 10:51:21 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								9a4fc29c07 
								
							
								 
							
						 
						
							
							
								
								Use proper SI prefixes in memory flag docs  
							
							 
							
							
							
						 
						
							2016-03-04 10:48:21 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								c077ee91e9 
								
							
								 
							
						 
						
							
							
								
								openssl: More ciphers.  
							
							 
							
							
							
						 
						
							2016-03-04 18:42:35 +00:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								46c9143232 
								
							
								 
							
						 
						
							
							
								
								openssl: call SSL_CTX_set_ecdh_auto() for forward secrecy.  
							
							 
							
							
							
						 
						
							2016-03-04 10:05:09 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								777528fd40 
								
							
								 
							
						 
						
							
							
								
								openssl.libssl: Add more constants.  
							
							 
							
							
							
						 
						
							2016-03-04 10:05:02 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								0bfe6ff826 
								
							
								 
							
						 
						
							
							
								
								openssl: support more protocols for forward secrecy.  
							
							 
							
							
							
						 
						
							2016-03-04 09:19:08 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								3576c0930c 
								
							
								 
							
						 
						
							
							
								
								openssl: Prefer tls1.2. Only use secure ciphers.  
							
							 
							
							
							
						 
						
							2016-03-04 09:15:12 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								27b954f95b 
								
							
								 
							
						 
						
							
							
								
								alien.libraries: Add a way to see if a dll has a function.  
							
							 
							
							
							
						 
						
							2016-03-04 09:14:49 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								d0616c5fa8 
								
							
								 
							
						 
						
							
							
								
								command-line: More consistent command-line docs, fix MB -> kb for callback heap size  
							
							 
							
							
							
						 
						
							2016-03-03 17:28:53 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								5813e8384e 
								
							
								 
							
						 
						
							
							
								
								command-line.startup: document more command line flags. we already have -nosignals, but it was hidden in the source code. Fix spacing for default image.  Closes   #1514 .  
							
							 
							
							
							
						 
						
							2016-03-03 17:16:39 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								2af988eca2 
								
							
								 
							
						 
						
							
							
								
								urls: fix docs  
							
							 
							
							
							
						 
						
							2016-03-03 16:15:11 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								9d563dc2fe 
								
							
								 
							
						 
						
							
							
								
								urls: fix unit test  
							
							 
							
							
							
						 
						
							2016-03-03 14:21:12 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								e83e791a7a 
								
							
								 
							
						 
						
							
							
								
								Do not attempt to set an SNI hostname on a server  
							
							 
							
							
							
						 
						
							2016-03-03 13:58:31 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								3fda77dbe8 
								
							
								 
							
						 
						
							
							
								
								Add an SNI-based http.client test  
							
							 
							
							
							
						 
						
							2016-03-03 09:48:20 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								62d1425971 
								
							
								 
							
						 
						
							
							
								
								Add SNI support to Factor  
							
							 
							
							... 
							
							
							
							Fixes  #1527  
							
						 
						
							2016-03-03 09:48:20 -08:00  
						
					 
				
					
						
							
							
								 
								Jon Harper
							
						 
						
							 
							
							
							
								
							
								490523e732 
								
							
								 
							
						 
						
							
							
								
								docs, smpt-gmail: fix for people not using 2FA + formatting  
							
							 
							
							
							
						 
						
							2016-03-02 10:14:15 -08:00  
						
					 
				
					
						
							
							
								 
								Benjamin Pollack
							
						 
						
							 
							
							
							
								
							
								bfd656df17 
								
							
								 
							
						 
						
							
							
								
								Dump everything before TLSv1  
							
							 
							
							... 
							
							
							
							All versions of SSL are deprecated and have major security issues. Just
kill the whole thing. If you want to deliberately expose yourself to
POODLE, you can do it on your own time. 
							
						 
						
							2016-03-01 19:43:06 -05:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								3f07cbd194 
								
							
								 
							
						 
						
							
							
								
								io.sockets.secure.openssl: Nuke RSA.  
							
							 
							
							
							
						 
						
							2016-03-01 14:02:47 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								b1e0ba1edd 
								
							
								 
							
						 
						
							
							
								
								alien.syntax: Fix CALLBACK: syntax again in another place  
							
							 
							
							
							
						 
						
							2016-03-01 13:07:37 -08:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								72be6bf9b7 
								
							
								 
							
						 
						
							
							
								
								alien.syntax: Fix docs for CALLBACK: (no semi)  
							
							 
							
							
							
						 
						
							2016-03-01 12:42:17 -08:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								b0a201165a 
								
							
								 
							
						 
						
							
							
								
								bootstrap.image: docs  
							
							 
							
							
							
						 
						
							2016-03-01 17:32:43 +01:00  
						
					 
				
					
						
							
							
								 
								Björn Lindqvist
							
						 
						
							 
							
							
							
								
							
								5663d39a76 
								
							
								 
							
						 
						
							
							
								
								compiler.*: more docs  
							
							 
							
							
							
						 
						
							2016-02-28 01:01:38 +01:00  
						
					 
				
					
						
							
							
								 
								Doug Coleman
							
						 
						
							 
							
							
							
								
							
								57c01ce863 
								
							
								 
							
						 
						
							
							
								
								unix.linux.proc: add bugs line.  
							
							 
							
							
							
						 
						
							2016-02-27 00:28:58 +00:00