aboutsummaryrefslogtreecommitdiffstats
path: root/l
AgeCommit message (Expand)Author
2021-02-27Move everything from `l/` into the project rootTeddy Wing
2021-02-27Move `l/lib/sysexits` to `lib/sysexits`Teddy Wing
2021-02-27Update TODOTeddy Wing
2021-02-27main: Add documentationTeddy Wing
2021-02-27main: Remove unused globalsTeddy Wing
2021-02-27main: Move command line option definitions to `option.lisp`Teddy Wing
2021-02-27option: Add documentationTeddy Wing
2021-02-27macro: Add documentationTeddy Wing
2021-02-27ws-on-message: Move predicate checking tab reload exception to functionTeddy Wing
2021-02-27devtools-protocol: Add documentationTeddy Wing
2021-02-27call-id: Add documentationTeddy Wing
2021-02-27Update TODOTeddy Wing
2021-02-27Hide `websocket-send` debug output behind `--debug` flagTeddy Wing
2021-02-21make-config: Add function documentationTeddy Wing
2021-02-21When `chrome.tabs.reload()` errors, double decrement the wait groupTeddy Wing
2021-02-21Remove hard-coded call ID commentsTeddy Wing
2021-02-21reload-tab: Fix inconsistent tab reloadingTeddy Wing
2021-02-21websocket-send: Add debug output for WebSocket message sendTeddy Wing
2021-02-21Add `--debug` option to print debug outputTeddy Wing
2021-02-21Update TODOTeddy Wing
2021-02-21main: Replace hard-coded call IDs with a new counterTeddy Wing
2021-02-21ws-on-message: Adjust debug messagesTeddy Wing
2021-02-14extreload.asd: Compress SBCL executableTeddy Wing
2021-02-14Makefile: Try making a release build with ECLTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14main.lisp: Rename `reload-extensions` to `attach-extensions`Teddy Wing
2021-02-14config: Remove `(setf socket-url)` methodTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14Timeout after five secondsTeddy Wing
2021-02-14main.lisp: Remove handled TODOs and clean up commentsTeddy Wing
2021-02-14Update TODOTeddy Wing
2021-02-14Add 'sysexits' library dependencyTeddy Wing
2021-02-13Replace exit codes with constants from the `sysexits` systemTeddy Wing
2021-02-13Add a generic "print error and exit" functionTeddy Wing
2021-02-09Update TODOTeddy Wing
2021-02-09Update TODOTeddy Wing
2021-02-09Always reload current tab after reloading an extensionTeddy Wing
2021-02-09Use proper extension target count for active tab reload conditionTeddy Wing
2021-02-09Keep trying to reload tab until it succeedsTeddy Wing
2021-02-08Sort of found working reload current tab implementationTeddy Wing
2021-02-08Try reloading active tab after reloading all extensionsTeddy Wing
2021-02-06reload-extensions: Add TODO to renameTeddy Wing
2021-02-06main: Add TODO reminderTeddy Wing
2021-02-05Update TODOTeddy Wing
2021-02-05main: Exit on uncaught errors and print the messageTeddy Wing
2021-02-04Update TODOTeddy Wing
2021-02-04Make DevTools Protocol call ID auto-incrementingTeddy Wing
2021-02-03Update TODOTeddy Wing
2021-02-03parse-options: Error if no extension ID arguments were givenTeddy Wing
2021-02-03main: Replace hard-coded extension ID with list from command line argsTeddy Wing