index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.go
Age
Commit message (
Expand
)
Author
2025-10-09
Improve Unix domain socket handling
Junegunn Choi
2025-10-09
Add Unix domain socket support for --listen
Junegunn Choi
2024-06-14
Make GET endpoint available from 'execute' and 'transform' actions
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-04-22
Replace fmt.Errorf with no parameters with errors.New (#3747)
Cheng
2024-03-21
Set a 2-second timeout for POST requests
Junegunn Choi
2024-03-05
Update parseGetParams to call strconv.Atoi when params are valid
onee-only
2024-03-05
Update error return position according to convention
onee-only
2024-03-05
Remove duplicate code
onee-only
2024-01-21
Avoid deadlocks by adding a 2 second timeout to GET / endpoint
Junegunn Choi
2023-12-16
Terminate simple server success response with double CRLF (#3542)
Jan Verbeek
2023-11-05
Add --listen-unsafe=ADDR to allow remote process execution (#3498)
Junegunn Choi
2023-11-04
Fix failing test case
Junegunn Choi
2023-11-04
Allow accepting remote connections
Junegunn Choi
2023-09-18
Add support for limit and offset parameters for GET / endpoint
Junegunn Choi
2023-09-03
Add 'GET /' endpoint for getting the program state (experimental)
Junegunn Choi
2023-07-20
Add API Keys for fzf --listen (#3374)
Boaz Yaniv
2023-03-19
Omit port number in `--listen` for automatic port assignment
Junegunn Choi
2022-12-31
Only allow local requests
Junegunn Choi
2022-12-25
Revert "Add GET endpoints for getting the state of the finder"
Junegunn Choi
2022-12-25
Add GET endpoints for getting the state of the finder
Junegunn Choi
2022-12-22
Add time and size limit to remote requests
Junegunn Choi
2022-12-21
Abort fzf if --listen port is unavailable
Junegunn Choi
2022-12-21
Only trim CR and NF from the submitted expression
Junegunn Choi
2022-12-21
Rewrite HTTP server without net/http
Junegunn Choi