]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/shortlog
thirdparty/openembedded/openembedded-core-contrib.git
2010-01-19  Richard Purdierunqueue.py: Improve IPC between worker threads and...
2010-01-19  Richard Purdieui: Convert remaining event handlers to use isinstance
2010-01-19  Richard Purdieevent.py: Convert to using pickle for events and isinst...
2010-01-19  Richard Purdieserver/xmlrpc: Fix idle timeout handling and missing...
2010-01-19  Richard Purdieevent.py: Drop unused events
2010-01-19  Richard Purdieevent.py: Pass the datastore to the fire command, don...
2010-01-18  Richard Purdieserver: Improve idle handling timeouts
2010-01-18  Richard PurdieAdd none server type to avoid xmlrpc in the default...
2010-01-18  Richard PurdieMerge branch 'contrib-rday' of ssh://git@git.openembedd...
2010-01-16  Robert P. J... Fix a couple copy-and-paste errors in fetcher comments.
2010-01-16  Robert P. J... "pserver" is not a valid type for a CVS fetch, it's...
2010-01-16  Robert P. J... Fix an obvious copy-and-paste error in the documentatio...
2010-01-16  Robert P. J... Fix a number of obvious documentation typoes.
2010-01-16  Robert P. J... Remove the now-obsolete reference to "bbread".
2010-01-16  Robert P. J... Fix typoes
2010-01-16  Robert P. J... Correct a number of misspellings of "seperate".
2010-01-14  Richard PurdieSolidify server class creation
2010-01-14  Richard Purdie.gitignore: Ignore backup files
2010-01-14  Richard PurdieMove xmlrpcserver.py into lib/bb/server as xmlrpc.py
2010-01-14  Richard Purdiefetch: Clean up debug
2009-12-24  Guo HongruanEnable --ignore-deps options to access regular expressi...
2009-12-14  Paul Eggletongit: Allow fetching a single subdirectory from a git...
2009-12-14  Richard Purdiefetch/__init__.py: Remove uneeded debug
2009-12-14  Richard Purdiegit.py: Trap empty return values and error (from Poky)
2009-12-14  Richard Purdiefetch/git.py: Add fullclone parameter to allow WORKDIRs...
2009-12-14  Richard Purdiefetch/git.py: Move variable init into the localpath...
2009-11-22  Richard Purdiecooker.py: Fix variable name: targets doesn't exist...
2009-11-22  Richard Purdiefetch/git.py: BB_GIT_CLONE_FOR_SRCREV updates
2009-11-21  Richard Purdiefetch/__init__.py: Replace _sortable_revision_valid...
2009-11-21  Martin JansaOptional LOCALCOUNT for recipe
2009-11-08  Denys Dmytriyenkoutils.py: add special handling for version delimiters
2009-11-06  Richard Purdiefetch/__init__.py: Allow SRC_URI to be overridden in...
2009-11-06  Chris Conroyproviders.py: Fix package sorting order to reflect...
2009-11-04  Richard Purdiegit.py: Search mirrors for tarballs before fetching...
2009-11-04  Richard Purdiefetch/__init__.py: Try and make the sortable_revision...
2009-11-03  Richard PurdieBBHandler.py: Use exec_func, not exec_func_python
2009-11-03  Richard PurdieImprove anonymous python function handling sp functions...
2009-10-23  Richard Purdiefetch/svk: Fix up breakage. Evidently nobody uses svk
2009-10-23  Richard Purdiebuild.py: Make sure the logfile exists before checking...
2009-10-23  Richard PurdieAdd hg fetcher auto revisioning, patch from Carl Simons...
2009-10-17  Richard Purdiefetch/__init__.py: Fix a bug where errors could corrupt...
2009-10-17  Richard Purdiefetch/__init__.py: Remove hardcoded use of SRC_URI...
2009-10-17  Richard PurdieBBHandler: Drop unused internal __functions__ variable
2009-10-17  Richard Purdieknotty: Add new event from compare reivions code
2009-10-17  Richard Purdiebuild.py: Optimisation to remove zero sized log files...
2009-10-17  Richard Purdierunqueue.py: Small optimisation in set creation removin...
2009-10-17  Richard Purdiecache.py: Add check for leakage of SRCREVINACTION varia...
2009-10-17  Richard PurdieAdd a compare-versions command which returns whether...
2009-10-01  Søren Holmshell: Add install command
2009-09-14  Chris Larsoncache: only invalidate for non-existent depends if...
2009-09-14  Chris LarsonOnly print python exception tracebacks if debugging...
2009-09-14  Chris LarsonAdd a RecipeParsed event, which can be used as an alter...
2009-08-27  Chris Larsondaemonize: Kill the forcing of umask to 0 in our children.
2009-07-29  Chris LarsonInitial switch from distutils to setuptools.
2009-07-24  Marcin JuszkiewiczAUTHORS: update my email
2009-07-23  Richard Purdiecommand/cooker: Remve the need for the cache for -e...
2009-07-23  Richard Purdiecommand/cooker: Improve showEnvironment functionality
2009-07-23  Richard Purdiecooker: Fix cooker parser for case where there are...
2009-07-23  Chris LarsonUpdate the minimal base.bbclass & bitbake.conf.
2009-07-23  Richard Purdierunqueue: Improve recursive task dependency calculation...
2009-07-23  Richard Purdiebin/bitbake: Add python 2.6 check (from Poky)
2009-07-23  Richard Purdiecooker.py: Improve server idle handling (from Poky)
2009-07-23  Richard Purdieproviders.py: Add caching for the dynamic package regex...
2009-07-23  Richard Purdieutils.py: Add build_environment function (from Poky)
2009-07-23  Richard Purdieui/puccho: Improve path specification to glade files...
2009-07-22  Chris LarsonAdd .gitignore, ignore *.pyc.
2009-07-21  Chris Larsontaskdata: fix a possible infinite loop when multiple...
2009-06-19  Richard PurdieMerge the BBCLASSEXTEND code from Poky. This allows...
2009-05-12  Richard Purdieproviders.py: Fix + character escaping from PACKAGES_DY...
2009-05-11  Richard Purdiedata.py: Make sure allowed variables inherited from...
2009-05-11  Richard Purdiefetch/__init__.py: Set HOME environmental variable...
2009-05-11  Richard Purdiefetch/git.py: Add username handling to git fetcher...
2009-05-11  Richard Purdiefetch/wget.py: Fix wget fetching of urls with parameter...
2009-05-11  Richard Purdiefetch/hg.py: Fix hg checkouts of specific revisions...
2009-05-11  Holger Hans... [bb] Remove unused imports reported by pyflakes
2009-05-11  Holger Hans... [ui] Fix import statements reported by pyflakes
2009-05-11  Holger Hans... [svk] pyflakes things the go method is broken...
2009-05-11  Holger Hans... [fetchers] Make pyflakes happy by removing these import...
2009-05-11  Holger Hans... [bb] Fix the tests by setting a debug level at start
2009-04-21  Marcin Juszkiewiczlib: remove use of 'sets' to make Python 2.6 happy
2009-04-17  Chris Larsonbb.fetch.go: iterate over SRC_URI, not urldata.
2009-04-17  Chris Larsonbb.fetch.git: make empty host pass a file uri to git.
2009-04-17  Chris Larsonbb.fetch: make try_mirror go through the dispatcher...
2009-04-08  Chris LarsonMake the bbpath change for includes temporary rather...
2009-04-08  Chris LarsonBBMASK: survive a non-existant path and don't keep...
2009-04-08  Chris LarsonBBPKGS: act as a default that can be overridden via...
2009-02-26  Holger Hans... Clean up by Otavio Salvador
2009-01-03  Richard Purdiecache.py: Simplfy logic (from Poky)
2009-01-02  Richard PurdieBBHandler: Move handler finalisation code into a separa...
2009-01-02  Richard Purdieutils.py: Add bb.utils.prune_suffix function
2008-12-14  Holger Hans... Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)
2008-12-06  Richard PurdieAdd puccho, goggle and crumbs metadata from Poky (by...
2008-12-06  Richard Purdiebin/bitbake: Fix cooker log handling after recent changes
2008-12-06  Richard Purdiecooker.py: Rearrange the code to allow init of new UIs
2008-12-06  Richard Purdieshell.py: Catch up with core changes
2008-12-06  Richard PurdieUpdate the UIs against the core changes and allow dynam...
2008-12-06  Richard PurdieRename depexplorer -> depexp for consistency
2008-12-06  Richard Purdiecommand.py: Standardise to getVariable and setVariable...
2008-12-06  Richard PurdiePass around the tasks to execute rather than using...
2008-12-06  Richard Purdieutils.py: Add empty_environment() function and call...
next