summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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