index
:
extreload
bundle-lisp-dependencies
manifest-v3-support
master
Reload Chrome extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-25
option.lisp: Update copyright year
bundle-lisp-dependencies
Teddy Wing
2022-08-25
option.lisp: Define version string at compile time
Teddy Wing
2022-08-25
Update copyright dates after bundle changes
Teddy Wing
2022-08-25
extreload.asd: Turn off SSL in `websocket-driver-client`
Teddy Wing
2022-08-25
Makefile: Rewrite `pkg` target to include bundle and source
Teddy Wing
2022-08-25
Makefile: Add dependencies on `bundle` target
Teddy Wing
2022-08-25
bundle.lisp: Remove `sysexits` from `local-dependencies` list
Teddy Wing
2022-08-23
Makefile: Add an `install` target
Teddy Wing
2022-08-23
Makefile: Add self-contained bundle target
Teddy Wing
2022-08-22
Remove `lib/with-user-abort` submodule
Teddy Wing
2022-08-22
Remove `lib/sysexits` submodule
Teddy Wing
2021-03-03
README: Add a note about pre-built binaries being available
Teddy Wing
2021-03-02
Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2021-03-02
Update TODO
Teddy Wing
2021-03-02
main: Exit on Control-c interrupt
Teddy Wing
2021-03-01
Makefile: Add source dependencies to `extreload` build
Teddy Wing
2021-03-01
Add 'with-user-abort' library dependency
Teddy Wing
2021-03-01
Update TODO
Teddy Wing
2021-02-27
README: Add submodule documentation
v0.0.1
Teddy Wing
2021-02-27
Add `wait-group` library dependency
Teddy Wing
2021-02-27
Makefile: Add target to build a distributable package
Teddy Wing
2021-02-27
Add README
Teddy Wing
2021-02-27
Add license (GNU GPLv3+)
Teddy Wing
2021-02-27
Makefile: Remove `release` target
Teddy Wing
2021-02-27
Update TODO
Teddy Wing
2021-02-27
Add man page
Teddy Wing
2021-02-27
Move everything from `l/` into the project root
Teddy Wing
2021-02-27
Move `l/lib/sysexits` to `lib/sysexits`
Teddy Wing
2021-02-27
Remove web extension and native messaging host
Teddy Wing
2021-02-27
Update TODO
Teddy Wing
2021-02-27
main: Add documentation
Teddy Wing
2021-02-27
main: Remove unused globals
Teddy Wing
2021-02-27
main: Move command line option definitions to `option.lisp`
Teddy Wing
2021-02-27
option: Add documentation
Teddy Wing
2021-02-27
macro: Add documentation
Teddy Wing
2021-02-27
ws-on-message: Move predicate checking tab reload exception to function
Teddy Wing
2021-02-27
devtools-protocol: Add documentation
Teddy Wing
2021-02-27
call-id: Add documentation
Teddy Wing
2021-02-27
Update TODO
Teddy Wing
2021-02-27
Hide `websocket-send` debug output behind `--debug` flag
Teddy Wing
2021-02-21
make-config: Add function documentation
Teddy Wing
2021-02-21
When `chrome.tabs.reload()` errors, double decrement the wait group
Teddy Wing
2021-02-21
Remove hard-coded call ID comments
Teddy Wing
2021-02-21
reload-tab: Fix inconsistent tab reloading
Teddy Wing
2021-02-21
websocket-send: Add debug output for WebSocket message send
Teddy Wing
2021-02-21
Add `--debug` option to print debug output
Teddy Wing
2021-02-21
Update TODO
Teddy Wing
2021-02-21
main: Replace hard-coded call IDs with a new counter
Teddy Wing
2021-02-21
ws-on-message: Adjust debug messages
Teddy Wing
2021-02-14
extreload.asd: Compress SBCL executable
Teddy Wing
[next]