summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: hashserv: Add support for equivalent hash reportingRichard Purdie2019-12-042-0/+44
* bitbake: hashserv: Don't daemonize server processJoshua Watt2019-09-271-1/+0
* bitbake: hashserve: Add missing importJoshua Watt2019-09-271-0/+1
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-184-273/+717
* 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-062-6/+16
* 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-062-6/+20
* bitbake: hashserv: SQL OptimizationsJoshua Watt2019-08-061-10/+27
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-042-24/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-042-0/+4
* bitbake: bitbake: hashserv: Add hash equivalence reference serverJoshua Watt2019-01-082-0/+293