summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv
AgeCommit message (Expand)Author
2021-10-11bitbake: hashserv: Improve behaviour for better determinism/sstate reuseRichard Purdie
2021-10-11bitbake: hashserv: Fix diverging report race conditionJoshua Watt
2021-10-11bitbake: hashserv: Add tests for diverging reportsJoshua Watt
2021-10-11bitbake: async: Close sync client event loopJoshua Watt
2021-08-23bitbake: bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt
2021-07-29bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-05-14bitbake: hashserver/client.py: drop unused importsArmin Kuster
2021-05-14bitbake: hashserv/server.py: drop unused importsArmin Kuster
2021-04-27bitbake: hashserv: Refactor to use asyncrpcPaul Barker
2021-04-27bitbake: hashserv: Use generic ConnectionErrorPaul Barker
2021-02-10bitbake: hashserv: Add get-outhash messagePaul Barker
2021-02-10bitbake: hashserv: server: Support searching upstream for outhashPaul Barker
2021-02-10bitbake: hashserv: Support read-only serverPaul Barker
2021-02-06bitbake: hashserv: client: Fix handling of null responsesPaul Barker
2020-12-10bitbake: hashserv: Fix broken AF_UNIX path length limitJoshua Watt
2020-12-09bitbake: hashserv: client: Fix AF_UNIX path length limitsJoshua Watt
2020-11-24bitbake: bitbake: hashserve: Add support for readonly upstreamJoshua Watt
2020-11-24bitbake: bitbake: hashserve: Add async clientJoshua Watt
2020-09-23bitbake: bitbake: hashserv: Fix localhost sometimes resolved to a wrong IPAnatol Belski
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-06-28bitbake: hashserv: Chunkify large messagesJoshua Watt
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-12-04bitbake: hashserv: Add support for equivalent hash reportingRichard Purdie
2019-09-27bitbake: hashserv: Don't daemonize server processJoshua Watt
2019-09-27bitbake: hashserve: Add missing importJoshua Watt
2019-09-18bitbake: bitbake: Rework hash equivalenceJoshua Watt
2019-08-16bitbake: hashserv: Ensure we don't accumulate sockets in TIME_WAIT stateRichard Purdie
2019-08-14bitbake: cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie
2019-08-06bitbake: hashserv: Switch from threads to multiprocessingRichard Purdie
2019-08-06bitbake: hashserv: Use separate threads for answering requests and handling themRichard Purdie
2019-08-06bitbake: hashserv: Turn off sqlite synchronous modeRichard Purdie
2019-08-06bitbake: cooker/hashserv: Allow autostarting of a local hash server using BB_...Richard Purdie
2019-08-06bitbake: hashserv: SQL OptimizationsJoshua Watt
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-08bitbake: bitbake: hashserv: Add hash equivalence reference serverJoshua Watt