summaryrefslogtreecommitdiff
path: root/src/server.go
AgeCommit message (Expand)Author
2025-10-09Improve Unix domain socket handlingJunegunn Choi
2025-10-09Add Unix domain socket support for --listenJunegunn Choi
2024-06-14Make GET endpoint available from 'execute' and 'transform' actionsJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-04-22Replace fmt.Errorf with no parameters with errors.New (#3747)Cheng
2024-03-21Set a 2-second timeout for POST requestsJunegunn Choi
2024-03-05Update parseGetParams to call strconv.Atoi when params are validonee-only
2024-03-05Update error return position according to conventiononee-only
2024-03-05Remove duplicate codeonee-only
2024-01-21Avoid deadlocks by adding a 2 second timeout to GET / endpointJunegunn Choi
2023-12-16Terminate simple server success response with double CRLF (#3542)Jan Verbeek
2023-11-05Add --listen-unsafe=ADDR to allow remote process execution (#3498)Junegunn Choi
2023-11-04Fix failing test caseJunegunn Choi
2023-11-04Allow accepting remote connectionsJunegunn Choi
2023-09-18Add support for limit and offset parameters for GET / endpointJunegunn Choi
2023-09-03Add 'GET /' endpoint for getting the program state (experimental)Junegunn Choi
2023-07-20Add API Keys for fzf --listen (#3374)Boaz Yaniv
2023-03-19Omit port number in `--listen` for automatic port assignmentJunegunn Choi
2022-12-31Only allow local requestsJunegunn Choi
2022-12-25Revert "Add GET endpoints for getting the state of the finder"Junegunn Choi
2022-12-25Add GET endpoints for getting the state of the finderJunegunn Choi
2022-12-22Add time and size limit to remote requestsJunegunn Choi
2022-12-21Abort fzf if --listen port is unavailableJunegunn Choi
2022-12-21Only trim CR and NF from the submitted expressionJunegunn Choi
2022-12-21Rewrite HTTP server without net/httpJunegunn Choi