summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bs4: Update to 4.12.3 from 4.4.1Richard Purdie2024-05-3123-4891/+4675
* bitbake: hashserv: server: Add support for SO_REUSEPORTJoshua Watt2024-05-303-10/+40
* bitbake: siggen: Enable batching of unihash queriesJoshua Watt2024-05-301-3/+6
* bitbake: hashserv: client: Add batch stream APIJoshua Watt2024-05-302-9/+172
* bitbake: bb: Use namedtuple for Task dataJoshua Watt2024-05-282-18/+39
* bitbake: bitbake-hashclient: Improve ping command line optionsJoshua Watt2024-05-281-3/+10
* bitbake: runqueue: Improve rehash get_unihash parallelismRichard Purdie2024-05-281-2/+10
* bitbake: runqueue: Process unihashes in parallel at initRichard Purdie2024-05-282-9/+10
* bitbake: runqueue: Allow rehash loop to exit in case of interruptsRichard Purdie2024-05-281-1/+3
* bitbake: runqueue: Add timing warnings around slow loopsRichard Purdie2024-05-281-0/+22
* bitbake: ui/buildinfohelper: Add exception treatment to fix missing target_fileMarlon Rodriguez Garcia2024-05-281-1/+4
* bitbake: bitbake-hashclient: Improve stress statistics reportingJoshua Watt2024-05-231-8/+21
* bitbake: bitbake-hashclient: Add ping commandJoshua Watt2024-05-231-0/+25
* bitbake: fetch/npmsw: The fetcher shouldn't have any knowledge of SRichard Purdie2024-05-231-1/+1
* bitbake: prserv: add bitbake selftestsMichael Opdenacker2024-05-212-0/+388
* bitbake: prserv: import simplificationMichael Opdenacker2024-05-213-65/+6
* bitbake: prserv: store_value() improvementsMichael Opdenacker2024-05-211-6/+16
* bitbake: prserv: avoid possible race condition in database codeMichael Opdenacker2024-05-211-14/+11
* bitbake: prserv: enable database sharingMichael Opdenacker2024-05-212-180/+151
* bitbake: prserv: add "upstream" server supportMichael Opdenacker2024-05-215-125/+338
* bitbake: prserv: move code from __init__ to bitbake-prservMichael Opdenacker2024-05-212-14/+8
* bitbake: prserv: declare "max_package_pr" client hookMichael Opdenacker2024-05-211-1/+1
* bitbake: tests.codeparser: add tests for shell expansionsAntonin Godard2024-05-211-0/+40
* bitbake: codeparser: remove redundant list conversionAntonin Godard2024-05-211-1/+1
* bitbake: codeparser: support shell substitutions in quotesAntonin Godard2024-05-211-7/+22
* bitbake: cooker: Ensure generateTaskDepTreeData fails for NoProviderRichard Purdie2024-05-171-3/+3
* bitbake: parse: Improve/fix cache invalidation via mtimeRichard Purdie2024-05-161-4/+8
* bitbake: asyncrpc/client: Fix websockets minimum version for python 3.10Richard Purdie2024-05-161-1/+3
* bitbake: bitbake: update to version 2.9.1Richard Purdie2024-05-082-2/+2
* bitbake: asyncrpc: Check websockets versionjoshua Watt2024-05-081-0/+22
* bitbake: cooker: Handle ImportError for websocketsjoshua Watt2024-05-081-1/+2
* bitbake: siggen/runqueue: Report which dependencies affect the taskhashjoshua Watt2024-05-082-4/+6
* bitbake: fetch2/svn: Fix mirroring issue with svnKari Sivonen2024-05-082-1/+12
* bitbake: build: Handle conflict between cwd and cleandirsRichard Purdie2024-05-081-0/+2
* bitbake: fetch2/crate: add upstream latest version check functionAlexander Kanavin2024-05-082-0/+25
* bitbake: bitbake-layers: adapt force option to not use tinfoilSimone Weiß2024-05-082-6/+12
* bitbake: cooker: Use hash client to ping upstream serverjoshua Watt2024-05-021-4/+3
* bitbake: fetch2/gcp: Add missing runfetchcmd importSven Schwermer2024-04-201-0/+1
* bitbake: bitbake: Bump to version 2.9.0 development version postreleaseRichard Purdie2024-04-162-2/+2
* bitbake: bitbake: Bump to version 2.8.0Richard Purdie2024-04-162-2/+2
* bitbake: hashserv: client: Fix mode state errorsJoshua Watt2024-04-161-29/+10
* bitbake: siggen: Capture SSL environment for hashserverJoshua Watt2024-04-161-24/+70
* bitbake: BBHandler: Handle unclosed functions correctlyRichard Purdie2024-04-141-1/+7
* bitbake: prserv: remove unnecessary codeMichael Opdenacker2024-04-141-5/+1
* bitbake: prserv: correct error messageMichael Opdenacker2024-04-141-1/+1
* bitbake: prserv: remove redundant exception handlerMichael Opdenacker2024-04-141-2/+0
* bitbake: prserv: add extra requestsMichael Opdenacker2024-04-143-1/+96
* bitbake: prserv: capitalization and spacing improvementsMichael Opdenacker2024-04-143-34/+34
* bitbake: asyncrpc: include parse_address from hashservMichael Opdenacker2024-04-142-26/+24
* bitbake: prserv: use self.logger instead of logger directlyMichael Opdenacker2024-04-141-4/+4