summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48Richard Purdie2025-01-251-0/+2
* bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mcChris Laplante2025-01-244-19/+43
* bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink ...Chris Laplante2025-01-241-5/+9
* bitbake: ui/knotty: print log paths for failed tasks in summaryChris Laplante2025-01-241-3/+13
* bitbake: runqueue: Fix scenetask processing performance issueRichard Purdie2024-12-091-1/+5
* bitbake: runqueue: Optimise setscene loop processingRichard Purdie2024-12-091-2/+8
* bitbake: runqueue: Fix performance of multiconfigs with large overlapRichard Purdie2024-12-091-2/+4
* bitbake: fetch2: use persist_data context managersChris Laplante2024-12-061-31/+31
* bitbake: persist_data: close connection in SQLTable __exit__Chris Laplante2024-12-061-0/+1
* bitbake: fetch/wget: Increase timeout to 100s from 30sRichard Purdie2024-12-061-2/+2
* bitbake: Remove custom exception backtrace formattingJoshua Watt2024-12-065-121/+25
* bitbake: fetch2/git: Use quote from shlex, not pipesRichard Purdie2024-11-281-2/+1
* bitbake: tests/fetch: Use our own mirror of mobile-broadband-provider to deco...Richard Purdie2024-11-021-1/+1
* bitbake: tests/fetch: Use our own mirror of sysprof to decouple from gnome gi...Richard Purdie2024-11-021-1/+1
* bitbake: gitsm: Remove downloads/tmpdir when failedRobert Yang2024-11-021-3/+5
* bitbake: gitsm: Add call_process_submodules() to remove duplicated codeRobert Yang2024-11-021-28/+14
* bitbake: bitbake: doc/user-manual: Update the BB_HASHSERVE_UPSTREAMJose Quaresma2024-11-021-1/+1
* bitbake: asyncrpc: Use client timeout for websocket open timeoutJoshua Watt2024-10-301-1/+5
* bitbake: data_smart: Improve performance for VariableHistoryRobert Yang2024-08-261-5/+3
* bitbake: codeparser: Skip non-local functions for module dependenciesRichard Purdie2024-07-261-0/+5
* bitbake: codeparser/data: Ensure module function contents changing is account...Richard Purdie2024-07-262-12/+18
* bitbake: fetch2/wget: Fix failure path for files that are empty or don't existRichard Purdie2024-06-241-9/+9
* bitbake: tests/fetch: Tweak to work on Fedora40Richard Purdie2024-06-241-3/+3
* bitbake: fetch2/wget: Canonicalize DL_DIR paths for wget2 compatibilityRudolf J Streif2024-06-241-3/+4
* bitbake: tests/fetch: Tweak test to match upstream repo url changeRichard Purdie2024-06-141-1/+1
* bitbake: siggen: Enable batching of unihash queriesJoshua Watt2024-06-061-3/+6
* bitbake: hashserv: client: Add batch stream APIJoshua Watt2024-06-062-9/+172
* bitbake: bb: Use namedtuple for Task dataJoshua Watt2024-06-062-18/+39
* bitbake: runqueue: Improve rehash get_unihash parallelismRichard Purdie2024-06-061-2/+10
* bitbake: runqueue: Process unihashes in parallel at initRichard Purdie2024-06-062-9/+10
* bitbake: siggen/runqueue: Report which dependencies affect the taskhashjoshua Watt2024-06-062-4/+6
* bitbake: runqueue: Allow rehash loop to exit in case of interruptsRichard Purdie2024-06-061-1/+3
* bitbake: runqueue: Add timing warnings around slow loopsRichard Purdie2024-06-061-0/+22
* bitbake: fetch2/gcp: Add missing runfetchcmd importSven Schwermer2024-05-291-0/+1
* bitbake: parse: Improve/fix cache invalidation via mtimeRichard Purdie2024-05-291-4/+8
* bitbake: cooker: Handle ImportError for websocketsjoshua Watt2024-05-291-1/+2
* bitbake: cooker: Use hash client to ping upstream serverjoshua Watt2024-05-021-4/+3
* 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
* bitbake: bitbake-prserv: replace deprecated optparse by argparseMichael Opdenacker2024-04-141-27/+55
* bitbake: prserv: use double quotes by defaultMichael Opdenacker2024-04-145-62/+62