summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: asyncrpc: include parse_address from hashservMichael Opdenacker2024-04-141-26/+1
* bitbake: hashserv: Add user permissionsJoshua Watt2023-11-091-23/+46
* bitbake: hashserv: Add SQLalchemy backendJoshua Watt2023-11-091-2/+19
* bitbake: hashserv: Abstract databaseJoshua Watt2023-11-091-73/+17
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-091-0/+13
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-091-21/+0
* bitbake: hashserv: Fix diverging report race conditionJoshua Watt2021-10-111-22/+44
* bitbake: hashserv: Support read-only serverPaul Barker2021-02-101-2/+2
* bitbake: bitbake: hashserve: Add support for readonly upstreamJoshua Watt2020-11-241-17/+22
* bitbake: bitbake: hashserve: Add async clientJoshua Watt2020-11-241-0/+13
* bitbake: hashserv: Chunkify large messagesJoshua Watt2020-06-281-0/+22
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-181-199/+62
* bitbake: hashserv: Ensure we don't accumulate sockets in TIME_WAIT stateRichard Purdie2019-08-161-0/+6
* bitbake: cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie2019-08-141-0/+1
* bitbake: hashserv: Switch from threads to multiprocessingRichard Purdie2019-08-061-2/+12
* bitbake: hashserv: Use separate threads for answering requests and handling themRichard Purdie2019-08-061-1/+40
* bitbake: hashserv: Turn off sqlite synchronous modeRichard Purdie2019-08-061-0/+2
* bitbake: cooker/hashserv: Allow autostarting of a local hash server using BB_...Richard Purdie2019-08-061-3/+16
* bitbake: hashserv: SQL OptimizationsJoshua Watt2019-08-061-10/+27
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: bitbake: hashserv: Add hash equivalence reference serverJoshua Watt2019-01-081-0/+152