| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bitbake: hob: remove the rest of the old template functionality | Cristiana Voicu | 2013-06-20 | 2 | -294/+18 |
* | bitbake: fetch2: Enhance error message for BB_NO_NETWORK | Richard Purdie | 2013-06-20 | 1 | -1/+1 |
* | bitbake: runqueue/build: Add recideptask flag | Richard Purdie | 2013-06-20 | 2 | -0/+12 |
* | bitbake: knotty, bitbake: add option to terminate a remote server | Alexandru DAMIAN | 2013-06-17 | 1 | -0/+4 |
* | bitbake: knotty, xmlrpc: add observer-only mode | Alexandru DAMIAN | 2013-06-17 | 4 | -21/+42 |
* | bitbake: utils: Fix multiprocessing pool reference | Richard Purdie | 2013-06-14 | 1 | -1/+1 |
* | bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds | Richard Purdie | 2013-06-14 | 4 | -1068/+15 |
* | bitbake: runqueue: Improve handling of failing setscene tasks with hard depen... | Richard Purdie | 2013-06-14 | 1 | -3/+7 |
* | bitbake: xmlrpc: removes the event servers controller | Alexandru DAMIAN | 2013-06-14 | 1 | -59/+0 |
* | bitbake: bitbake: Add event mask flag support | Bogdan Marinescu | 2013-06-14 | 3 | -8/+20 |
* | bitbake: bitbake: Update version to 1.19.1 | Richard Purdie | 2013-06-14 | 1 | -1/+1 |
* | bitbake: bitbake: Bump minimum python version to 2.7.3 | Richard Purdie | 2013-06-14 | 1 | -2/+2 |
* | bitbake: prserv: Adapt autostart to bitbake-worker | Richard Purdie | 2013-06-14 | 3 | -3/+11 |
* | bitbake: runqueue: Spawn a separate worker for fakeroot tasks | Richard Purdie | 2013-06-14 | 1 | -17/+58 |
* | bitbake: runqueue: Abstract the start and teardown worker functions | Richard Purdie | 2013-06-14 | 1 | -17/+31 |
* | bitbake: runqueue: Move the bitbake-worker execution to a higher level | Richard Purdie | 2013-06-14 | 1 | -59/+55 |
* | bitbake: runqueue: Split runqueue to use bitbake-worker | Richard Purdie | 2013-06-14 | 5 | -190/+134 |
* | bitbake: fetch2: Fix AUTOINC handling | Richard Purdie | 2013-06-14 | 2 | -4/+4 |
* | bitbake: Add missing file that went out of sync | Richard Purdie | 2013-06-12 | 1 | -0/+0 |
* | bitbake: tinfoil: fix for move of data attribute to cooker | Paul Eggleton | 2013-06-10 | 1 | -1/+1 |
* | bitbake: lib/bb/cache.py: invalidate cache when file checksum entry no longer... | Paul Eggleton | 2013-06-07 | 1 | -0/+9 |
* | bitbake: cooker: Split data from configuration | Richard Purdie | 2013-06-07 | 3 | -88/+88 |
* | bitbake: xmlrpc: Allow server to remain memory resident | Alexandru DAMIAN | 2013-06-07 | 1 | -11/+9 |
* | bitbake: bitbake server: create common server infrastructure | Alexandru DAMIAN | 2013-06-07 | 3 | -72/+141 |
* | bitbake: Added distroy signal to information dialogs | Andrei Dinu | 2013-05-31 | 1 | -0/+1 |
* | bitbake: lib/bb/cache.py: Change debugging note to a debug message | Mark Hatle | 2013-05-31 | 1 | -1/+1 |
* | bitbake: prserv: Unbreak after bb.server changes | Richard Purdie | 2013-05-30 | 1 | -1/+1 |
* | bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches default | Richard Purdie | 2013-05-30 | 1 | -0/+1 |
* | bitbake: bitbake: xmlrpc remote server | Alexandru DAMIAN | 2013-05-30 | 1 | -6/+200 |
* | bitbake: bitbake: xmlrpc transport has identification token | Alexandru DAMIAN | 2013-05-30 | 1 | -66/+100 |
* | bitbake: bitbake: move extra cache collection out of cooker | Alexandru DAMIAN | 2013-05-30 | 2 | -23/+2 |
* | bitbake: fetch2: Fix missing function call | Richard Purdie | 2013-05-30 | 1 | -14/+15 |
* | bitbake: server/bitbake: Remove launchUI method | Richard Purdie | 2013-05-30 | 2 | -9/+0 |
* | bitbake: server: Remove none server | Richard Purdie | 2013-05-30 | 1 | -203/+0 |
* | bitbake: cooker/cookerdata: Fix up event handling for hob | Richard Purdie | 2013-05-24 | 1 | -1/+2 |
* | bitbake: build: Avoid empty promises | Richard Purdie | 2013-05-24 | 1 | -1/+1 |
* | bitbake: cooker/cookerdata: Improve configuration object handling | Richard Purdie | 2013-05-24 | 4 | -16/+16 |
* | bitbake: fetch2: Fix missing assignment | Richard Purdie | 2013-05-24 | 1 | -1/+1 |
* | bitbake: cooker/cookerdata/event: Improve class handlers management | Richard Purdie | 2013-05-24 | 3 | -3/+13 |
* | bitbake: cooker/cookerdata/utils: Improve context management | Richard Purdie | 2013-05-24 | 3 | -10/+22 |
* | bitbake: event: Drop Handled/NotHandled status return values | Richard Purdie | 2013-05-24 | 1 | -11/+0 |
* | bitbake: cooker.py: Remove global scope class event handlers | Richard Purdie | 2013-05-24 | 1 | -0/+2 |
* | bitbake: methodpool: Retire it, remove global method scope | Richard Purdie | 2013-05-24 | 4 | -51/+5 |
* | bitbake: methodpool: Conflicting methodnames should be a fatal error | Richard Purdie | 2013-05-24 | 1 | -1/+1 |
* | bitbake: hob: Table sorting criteria should not change after deselecting reci... | Cristiana Voicu | 2013-05-22 | 3 | -7/+27 |
* | bitbake: hob: apply a fade out animation when deselecting from tables | Cristiana Voicu | 2013-05-22 | 2 | -34/+30 |
* | bitbake: cookerdata: rename _parse to parse_config_file | Paul Eggleton | 2013-05-22 | 1 | -6/+6 |
* | bitbake: tinfoil: fix for changes to cooker config structure | Paul Eggleton | 2013-05-22 | 1 | -20/+21 |
* | bitbake: command: Fix function module reference after code rearrangement | Richard Purdie | 2013-05-22 | 1 | -1/+1 |
* | bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari... | Richard Purdie | 2013-05-22 | 1 | -0/+1 |