summaryrefslogtreecommitdiffstats
path: root/web.tcl (follow)
Commit message (Expand)AuthorAgeFilesLines
* web: Link /keyboards from home pageOmar Rizwan2024-01-301-0/+1
* web: Catch errors/missing handler and report 500 and 404.Omar Rizwan2023-10-051-23/+40
* Start fixing dot trieOmar Rizwan2023-09-041-7/+4
* Add running programs page to webOmar Rizwan2023-08-171-0/+18
* web: Report frame timeOmar Rizwan2023-08-151-1/+3
* Merge pull request #47 from FolkComputer/arc/prettywebOmar Rizwan2023-07-121-7/+27
|\
| * Make web interface prettier.Arcade Wise2023-07-121-7/+27
* | Prevent bounce-back again. This might make it slowerOmar Rizwan2023-07-101-6/+1
|/
* Bring back WS send-back? It makes it faster??Omar Rizwan2023-07-061-1/+6
* Fully uncommit and destroy namespace for disconnected peersOmar Rizwan2023-07-061-0/+8
* WIP: Don't pong response back to WebSocket by defaultOmar Rizwan2023-07-061-6/+1
* Properly zero out statements on disconnectOmar Rizwan2023-07-031-11/+1
* Retract statements on process disconnect. Fixes ghost?Omar Rizwan2023-06-291-0/+12
* Introduce fork-zygote process system.Omar Rizwan2023-06-181-3/+3
* Merge branch 'main' into osnr/camera-pipelineOmar Rizwan2023-06-151-2/+2
|\
| * Show better error info for network-eval errorOmar Rizwan2023-06-151-1/+1
| * Remove some http logsOmar Rizwan2023-06-151-2/+0
| * Remove extraneous protocols insertionAndrés Cuervo2023-06-091-3/+0
| * Remove a couple stray linesAndrés Cuervo2023-06-091-1/+4
* | Merge branch 'main' into osnr/camera-pipelineOmar Rizwan2023-06-021-7/+4
|\|
| * Fix Web editor by fixing fn/closure-variable-functionsOmar Rizwan2023-06-021-5/+3
| * Merge branch 'main' into osnr/c-evaluatorOmar Rizwan2023-05-261-8/+8
| |\
| * \ Merging main into c-evaluatorCharles Chamberlain2023-05-091-76/+80
| |\ \
| * | | Web support for new time trackingOmar Rizwan2023-04-241-2/+4
| * | | Fix Web homepageOmar Rizwan2023-04-201-1/+1
* | | | Red error messages in web UICharles Chamberlain2023-06-011-1/+4
* | | | WIP: Start implementing AprilTag detector. defineFolkImages shmOmar Rizwan2023-05-261-1/+1
* | | | Implement bidirectional peering & receive statementsOmar Rizwan2023-05-251-3/+4
| |_|/ |/| |
* | | Remove some nested WhensAndrés Cuervo2023-05-111-8/+8
| |/ |/|
* | Clean up handlePageAndrés Cuervo2023-04-261-76/+81
* | Fix faviconAndrés Cuervo2023-04-261-1/+1
* | Do more granular exec time tracking (w/ load and unload)Omar Rizwan2023-04-241-2/+4
|/
* Count runs and maintain sum in timing mapOmar Rizwan2023-04-151-6/+3
* Time all body executions and expose on Web pageOmar Rizwan2023-04-141-2/+28
* some documentation and minor code movementCristobal Sciutto2023-03-281-1/+5
* fix non-wish handlePage responsesJacob Haip2023-03-241-3/+6
* Some cleanup of unneeded returns/variable use in webOmar Rizwan2023-03-241-5/+3
* rework web wish to be return-value-orientedJacob Haip2023-03-241-23/+13
* fix handling of web response with contentType and bodyJacob Haip2023-03-231-6/+6
* remove extra debug logs in web.tclJacob Haip2023-03-231-4/+0
* move web editors to their own programsJacob Haip2023-03-231-272/+0
* support raw HTTP responsesJacob Haip2023-03-231-33/+43
* fix making path availableJacob Haip2023-03-221-1/+1
* initial tests of wishes to create web endpointsJacob Haip2023-03-221-4/+28
* Merge pull request #20 from FolkComputer/haip/web-editorAndrés Cuervo2023-03-141-3/+88
|\
| * edit existing table programs from a web editorJacob Haip2023-03-091-3/+88
* | Hide editor overflow so drag on mobile worksAndrés Cuervo2023-03-131-0/+7
* | Change mouse events to pointerAndrés Cuervo2023-03-101-5/+5
|/
* Escape angle brackets etc in web.tclOmar Rizwan2023-02-271-3/+4
* (hack) Error reporting in web editorOmar Rizwan2023-02-191-6/+26