summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: prserv: add bitbake selftestsMichael Opdenacker96 min.2-0/+388
* bitbake: prserv: import simplificationMichael Opdenacker96 min.3-65/+6
* bitbake: prserv: store_value() improvementsMichael Opdenacker96 min.1-6/+16
* bitbake: prserv: avoid possible race condition in database codeMichael Opdenacker96 min.1-14/+11
* bitbake: prserv: enable database sharingMichael Opdenacker96 min.2-179/+151
* bitbake: prserv: add "upstream" server supportMichael Opdenacker96 min.5-125/+338
* bitbake: prserv: move code from __init__ to bitbake-prservMichael Opdenacker96 min.2-14/+8
* bitbake: prserv: declare "max_package_pr" client hookMichael Opdenacker96 min.1-1/+1
* bitbake: fetch2/svn: Fix mirroring issue with svnKari Sivonen96 min.2-1/+12
* bitbake: build: Handle conflict between cwd and cleandirsRichard Purdie96 min.1-0/+2
* bitbake: fetch2/crate: add upstream latest version check functionAlexander Kanavin96 min.2-0/+25
* bitbake: bitbake-layers: adapt force option to not use tinfoilSimone Weiß96 min.2-6/+12
* bitbake: fetch2/gcp: Add missing runfetchcmd importSven Schwermer12 days1-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
* 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
* bitbake: prserv: simplify the PRServerClient() interfaceMichael Opdenacker2024-04-141-12/+12
* bitbake: doc/user-manual: Add BB_LOADFACTOR_MAXRichard Purdie2024-04-121-0/+9
* bitbake: doc: Add section for variable contextSimone Weiß2024-04-112-0/+92
* bitbake: wget: Make wget --passive-ftp option conditional on ftp/ftpsRob Woolley2024-04-111-1/+4
* bitbake: bitbake-hashclient: Warn on bad .netrcJoshua Watt2024-03-261-0/+2
* bitbake: siggen: Add support for hashserve credentialsJoshua Watt2024-03-231-5/+16
* bitbake: fetch2/git: Install Git LFS in local repository configDerek Erdmann2024-03-221-1/+1
* bitbake: bitbake-worker: Fix silent hang issue caused by unexpected stdout co...Yang Xu2024-03-221-3/+9
* bitbake: utils: better estimate number of available cpusFelix Moessbauer2024-03-221-1/+4
* bitbake: fetch2: Fix misleading "no output" msgViswanath Kraleti2024-03-221-1/+4
* bitbake: fetch2: handle URIs with single-valued query parametersRoss Burton2024-03-222-2/+17
* bitbake: lib/bb: support NO_COLORPeter A. Bigot2024-03-222-2/+2
* bitbake: bitbake: fetch2/git: Escape parentheses in git src namePhilippe Rivest2024-03-221-1/+1
* bitbake: bitbake-worker: allow '=' in environment variable valuesdavid d zuhn2024-03-222-3/+3
* bitbake: bitbake-worker: Fix bug where umask 0 was not being applied to a taskSava Jakovljev2024-03-221-1/+1
* bitbake: bitbake: improve descriptions of '-S printdiff'Alexander Kanavin2024-03-222-4/+7
* bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()Michael Opdenacker2024-03-051-1/+0
* bitbake: prserv/serv: Fix a PID file removal race on prserv stopYoann Congal2024-03-031-1/+4
* bitbake: fetch/git: Avoid clean upon failureRichard Purdie2024-03-032-2/+12
* bitbake: taskexp_ncurses: fix execution example in introductory commentUlrich Ölmann2024-02-281-1/+1
* bitbake: asyncrpc: Add support for server headersJoshua Watt2024-02-272-3/+46
* bitbake: layerindexlib: fix missing layer branch backtraceTim Orling2024-02-271-4/+11
* bitbake: fetch2: Ensure that git LFS objects are availablePhilip Lorenz2024-02-232-6/+90