about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use markdown syntax for images HEAD mainKartik K. Agaram2023-11-261-0/+1
* a sharp edge in Lua's dorequire()Kartik K. Agaram2022-04-111-1/+1
* actually _use_ the ask permissionKartik K. Agaram2022-04-071-1/+29
* new perm: files under dir specified at commandlineKartik K. Agaram2022-04-051-1/+16
* new permission: any file specified at commandlineKartik K. Agaram2022-04-051-0/+19
* experiment: ask for permission on file operationsKartik K. Agaram2022-04-052-34/+83
* show common suggestions when editing permissionsKartik K. Agaram2022-04-052-1/+17
* reorgKartik K. Agaram2022-03-201-2/+5
* disallow all relative paths (./ or ../)Kartik K. Agaram2022-03-204-1/+25
* fix a warningKartik K. Agaram2022-03-181-1/+1
* show current definition being editedKartik K. Agaram2022-03-182-6/+8
* stale references to callerKartik K. Agaram2022-03-181-2/+2
* fake to stand in for start_reading in testsKartik K. Agaram2022-03-181-0/+44
* sandbox os.removeKartik K. Agaram2022-03-171-5/+18
* fix some warningsKartik K. Agaram2022-03-171-3/+3
* function names from globals rather than debug infoKartik K. Agaram2022-03-161-22/+22
* bring back hack when caller is mainKartik K. Agaram2022-03-161-0/+2
* cache function namesKartik K. Agaram2022-03-161-10/+46
* standardize some namesKartik K. Agaram2022-03-163-11/+12
* stop running task.scheduler by defaultKartik K. Agaram2022-03-163-21/+3
* delete dead codeKartik K. Agaram2022-03-161-25/+0
* simplify function call instrumentationKartik K. Agaram2022-03-163-41/+20
* drop a headerKartik K. Agaram2022-03-161-1/+0
* drop a forward declKartik K. Agaram2022-03-161-8/+7
* start cleaning up function call instrumentationKartik K. Agaram2022-03-161-2/+2
* stop using tasks in start_reading/start_writingKartik K. Agaram2022-03-162-71/+36
* Teliva's been broken 2 days while I mess with docsKartik K. Agaram2022-03-151-1/+1
* drop the lfs libraryKartik K. Agaram2022-03-145-1165/+1
* delete debug libraryKartik K. Agaram2022-03-133-401/+1
* drop string.dump, clean up docs around itKartik K. Agaram2022-03-132-20/+5
* less confusing error when apps get past mainKartik K. Agaram2022-03-131-4/+6
* leak checkKartik K. Agaram2022-03-101-0/+6
* support fixing >1 test failure from within TelivaKartik K. Agaram2022-03-101-0/+2
* zet.tlv: first screen testsKartik K. Agaram2022-03-101-0/+3
* protect framework files from appsKartik K. Agaram2022-03-082-8/+33
* just always temp files to be createdKartik K. Agaram2022-03-076-10/+26
* stop loading libraries after app codeKartik K. Agaram2022-03-071-7/+2
* purge all support for per-function permissionsKartik K. Agaram2022-03-073-53/+9
* hokey primitive to create temporary fileKartik K. Agaram2022-03-072-1/+26
* slightly firm up phases in pmainKartik K. Agaram2022-03-071-2/+9
* fix the security vulnerabilityKartik K. Agaram2022-03-071-2/+4
* call app's main() from within Lua pmainKartik K. Agaram2022-03-073-7/+7
* zet.tlv: switch file writes to new APIKartik K. Agaram2022-03-073-0/+27
* extract a common function callKartik K. Agaram2022-03-073-4/+5
* zet.tlv: switch file reads to new APIKartik K. Agaram2022-03-071-2/+2
* decode json from channelsKartik K. Agaram2022-03-062-0/+328
* use method syntax where possibleKartik K. Agaram2022-03-061-2/+2
* reading from file a character at a timeKartik K. Agaram2022-03-061-0/+20
* local functions broke start_reading/start_writingKartik K. Agaram2022-03-061-2/+2
* move start_reading/start_writing out of templateKartik K. Agaram2022-03-062-0/+47