Commit Graph

12153 Commits (d59cb0a6723802751d340426154b238e2894a73a)

Author SHA1 Message Date
John Benediktsson 09c867f747 images.pbm: use not. 2020-05-28 09:13:51 -07:00
John Benediktsson 6e23222187 logic: use not. 2020-05-28 09:13:44 -07:00
John Benediktsson 8f3ce6f49a punycode: adding basic support for Punycode (RFC 3492). 2020-05-26 10:05:43 -07:00
Doug Coleman 131c91b786 gesture-logger: Add as a demo! 2020-05-22 18:18:31 -05:00
John Benediktsson 0db8b2d012 help: some test fixes for recent behavior changes. 2020-05-22 14:41:00 -07:00
John Benediktsson ad1e4dcd11 help: change the "help" word-prop to store the actual documentation.
Change word-help to massage the $inputs and $outputs when requested.

Revert the help.lint.coverage checks to still look for $values.
2020-05-22 10:48:34 -07:00
John Benediktsson 409ce057f3 Revert "help.lint.coverage: change $values to $inputs and $outputs."
This reverts commit 61102548f4.
2020-05-22 10:47:27 -07:00
John Benediktsson 61102548f4 help.lint.coverage: change $values to $inputs and $outputs. 2020-05-22 08:06:36 -07:00
John Benediktsson 27215982e6 help.html: copy image resources to output directory.
This helps avoid needing so many different static responders in
webapps.help, and makes the documentation more self-contained.
2020-05-21 19:17:56 -07:00
John Benediktsson 4e498ad3b7 webapps.help: whoops. 2020-05-21 17:25:03 -07:00
John Benediktsson 2e2f1d673a help.html: support ui/tools/error-list/icons also. 2020-05-21 17:23:47 -07:00
John Benediktsson 15b0f07b37 metar: add a main. 2020-05-20 19:47:47 -07:00
John Benediktsson 918436af7e websites.factorcode: update macos screenshot. 2020-05-20 11:11:57 -07:00
John Benediktsson abb1755311 logic.examples.money: use lnth and leach. 2020-05-16 11:26:16 -07:00
John Benediktsson 5f89facf9e basis/extra: replace "/ >integer" with "/i" in a few places. 2020-05-16 11:17:42 -07:00
John Benediktsson 7b023ad59d brainfuck: inline (?) because it's not a language command. 2020-05-16 10:13:10 -07:00
Alexander Iljin 484d564b5d sodium.ffi: add the scrypt functions 2020-05-10 18:31:37 -05:00
Alexander Iljin 882050600e sodium: update copyright years in the header 2020-05-10 18:31:37 -05:00
Alexander Iljin 39ab923224 sodium: add sodium-bin>base64 2020-05-10 18:31:37 -05:00
Alexander Iljin cefb0c6e9e sodium: add sodium-base64>bin 2020-05-10 18:31:37 -05:00
John Benediktsson d27c259928 tensors: updated with the latest tensors vocab.
rebased and merged #2283
2020-04-27 20:15:33 -07:00
John Benediktsson 298bbddeb1 visionect: change http-backend to use CRLF. 2020-04-23 11:23:58 -07:00
John Benediktsson 2f8e96a6b6 visionect: handle non-post-data in visionect-post. 2020-04-21 21:18:42 -07:00
John Benediktsson eef4e17727 visionect: fix get-tclv and set-tclv. 2020-04-21 12:33:55 -07:00
John Benediktsson ecf9352a25 visionect: get http-backend working properly. 2020-04-21 12:25:37 -07:00
Steve Ayerhart e04a6e39f3 added srv parsing 2020-04-21 18:00:17 +00:00
Steve Ayerhart b9469a4acc incorrect SRV enum 2020-04-21 18:00:17 +00:00
John Benediktsson 75d82c2a93 visionect: new vocab for Visionect Server Management API. 2020-04-20 14:58:51 -07:00
John Benediktsson 8d4f0be202 io.files.trash: use normalize-path. 2020-04-18 09:58:40 -07:00
John Benediktsson 4cb4308a11 io.files.trash: add tags.txt for now. 2020-04-18 09:48:22 -07:00
John Benediktsson 8cf877a1cd websites.concatenative: rename cgi to gitweb. 2020-04-17 22:11:25 -07:00
Alexander Iljin a06e9cc3b2 io.files.trash.windows: convert input path to absolute in send-to-trash
The input path must be absolute, but normalize-path can't be used, because
that returns UNC path, and SHFileOperation fails on any path prefixed with
"\\?", see https://docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
Use absolute-path instead. The mixture of slashes and backslashes in the
path is tolerated, at least on Windows 10.

Add a simple unit-test.
2020-04-17 02:55:24 +00:00
Alexander Iljin 595cf81eb8 io.files.trash.windows: fix SHFILEOPSTRUCTW struct
Fix the incorrect field alignment. SHFileOperationW crashed with a memory
protection error while trying to dereference only part of the string
pointer.
2020-04-17 02:55:24 +00:00
Alexander Iljin d486e39255 ui.gadgets.charts: delete some obsolete implementation comments 2020-04-14 10:41:33 -07:00
Alexander Iljin d2b79e7185 images.viewer-docs: remove some extra spaces 2020-04-14 10:41:27 -07:00
John Benediktsson 5d818ccc71 mason.child: change windows code-heap from 200 to 100. 2020-04-13 13:36:10 -07:00
John Benediktsson a89474786e drive-strings: really move this time. 2020-04-13 12:53:13 -07:00
John Benediktsson 1e81dbdf17 drive-strings: move to windows.drive-strings. 2020-04-13 12:43:25 -07:00
Alexander Iljin 0b1a080bb0 sodium.secure-memory: fix a stack effect and add documentation 2020-04-13 19:33:42 +00:00
Alexander Iljin 97b07d9972 drive-strings: add a demo vocab for GetLogicalDriveStrings to extra 2020-04-13 19:33:42 +00:00
Alexander Iljin 24eff67e60 windows.version: new vocab 2020-04-13 19:33:42 +00:00
John Benediktsson 61ae19d7e4 sodium: fix help-lint warnings. 2020-04-13 11:16:18 -07:00
John Benediktsson 799912b953 sodium.secure-memory: fix return type of secure-memory=. 2020-04-13 11:13:20 -07:00
John Benediktsson f0013a8815 sodium.secure-memory: apply @AlexIljin patch for secure-memory=. 2020-04-13 09:53:39 -07:00
Alexander Iljin 87d7908063 sodium.secure-memory: new vocab 2020-04-13 15:32:00 +00:00
Alexander Iljin 7d87d1ee8a sodium.ffi: add 2020 to the copyright years 2020-04-13 15:32:00 +00:00
Alexander Iljin a2bb9f117b sodium.ffi: fix the pointer declaration syntax 2020-04-13 15:32:00 +00:00
Alexander Iljin 7a7b69c73d sodium.ffi: add the Argon2i header definitions 2020-04-13 15:32:00 +00:00
Alexander Iljin 2ba1db0362 sodium.ffi: fix the array parameters in the function declarations
Add a couple of necessary constants.
2020-04-13 15:32:00 +00:00
Alexander Iljin 142d02ce43 sodium.ffi: add some SHA hash and HMAC headers 2020-04-13 15:32:00 +00:00