]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2013-02-26 Tobias UlmerRemove unused functions
2013-02-26 Tobias UlmerFix indentation of e2build.lua
2013-02-26 Tobias UlmerRequire e2build, remove where not needed
2013-02-26 Tobias UlmerChange e2build module to a better encapsulated type
2013-02-26 Tobias UlmerRemove nonsensical comments
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerInstall cvs, files, git and svn as plugins
2013-02-26 Tobias UlmerDon't require() plugins, they are loaded via the plugin...
2013-02-26 Tobias UlmerMake real plugins out of cvs, files, git and svn
2013-02-26 Tobias UlmerMove git.git_remote_add() to generic_git module
2013-02-26 Tobias UlmerMove generic source functions from git to scm
2013-02-26 Tobias UlmerInitialize plugins in topological order, add dependency...
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerRequire scm
2013-02-26 Tobias UlmerChange scm module to a better encapsulated type
2013-02-26 Tobias UlmerRename local tools for better identification in the...
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerImprove e2option documentation
2013-02-26 Tobias UlmerRemove unused e2option.command() support
2013-02-26 Tobias UlmerRemove unused variable program_name
2013-02-26 Tobias UlmerRemove opts.arguments and access arguments directly
2013-02-26 Tobias UlmerRemove confusing warning message
2013-02-26 Tobias UlmerRewrite userdefaultoptions() to give it a chance of...
2013-02-26 Tobias UlmerTighten argument parsing, fixes #1010
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerUse same array index style as everywhere else
2013-02-26 Tobias UlmerUse stat() in isdir(), invert logic in isfile()
2013-02-26 Tobias UlmerRemove buggy get_first_val(), rewrite only place it...
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerRequire e2lib
2013-02-26 Tobias UlmerChange e2lib module to a better encapsulated type
2013-02-26 Tobias UlmerFix indentation
2013-02-26 Tobias UlmerRequire e2option
2012-08-13 Tobias UlmerChange e2option module to a better encapsulated type
2012-08-13 Tobias UlmerInline init_plugin() and exit_plugin()
2012-08-13 Tobias UlmerRemove totally outdated documentation
2012-08-13 Tobias UlmerRemove all traces of e2-2.1 based tools.
2012-08-13 Tobias UlmerRemove e2local and compiled lua libs
2012-08-13 Tobias UlmerRemove the collections module
2012-08-13 Tobias UlmerRequire the plugin module
2012-08-13 Tobias UlmerFix indentation
2012-08-13 Tobias UlmerChange the plugin module to a more encapsulated type
2012-08-13 Tobias UlmerAdd copyright header in plugin module
2012-08-13 Tobias UlmerRequire err module, change new_error() to err.new()
2012-08-13 Tobias UlmerSync documentation, new_error() is no more
2012-08-13 Tobias UlmerFix indentation
2012-08-13 Tobias UlmerChange the err module to a more encapsulated type
2012-08-13 Tobias UlmerRemove lua-version-map.lua.in, it appears to be unused
2012-08-08 Tobias UlmerFix indentation
2012-08-08 Tobias UlmerRequire luafile
2012-08-08 Tobias UlmerChange the luafile module to a more encapsulated type
2012-08-08 Tobias UlmerFix indentation
2012-08-08 Tobias UlmerFix indentation
2012-08-08 Tobias UlmerRequire the tools module where needed
2012-08-08 Tobias UlmerChange the tools module to a more encapsulated type
2012-08-08 Tobias UlmerFix indentation
2012-08-08 Tobias UlmerRequire the transport module where needed
2012-08-08 Tobias UlmerMark return vars as local
2012-08-08 Tobias UlmerRequire the url module where needed
2012-08-08 Tobias UlmerChange url module to a more encapsulated type
2012-08-08 Tobias UlmerRequire lock module where needed
2012-08-08 Tobias UlmerChange lock module to the same encapsulated type
2012-08-08 Tobias UlmerUnify indentation
2012-08-08 Tobias UlmerExplicity require generic_git
2012-08-07 Tobias UlmerChange generic_git module to a more encapsulated type
2012-08-06 Tobias UlmerCollect unused function impairs()
2012-08-06 Tobias UlmerCVS module requires hash as well
2012-08-06 Tobias UlmerAdd luadoc for cache.valid_server()
2012-08-06 Tobias UlmerUnify indentation
2012-08-06 Tobias Ulmerrequire cache module explicitly
2012-08-06 Tobias UlmerChange cache module to better protected type
2012-08-06 Tobias UlmerRemove disabled debug code in cache.new_cache()
2012-08-06 Tobias Ulmercache.servers(): l should be declared 'local'
2012-08-06 Tobias UlmerRemove unnecessary executable permission bits
2012-08-06 Tobias UlmerUnify indentation
2012-08-06 Tobias UlmerChange hash module to a more protected type
2012-08-03 Tobias UlmerDon't cat with nonexisting error object, fixes #999
2012-08-02 Tobias UlmerIn tracer(), limit strings to 800 chars & make output...
2012-08-02 Tobias UlmerRemove defect call to sha1sum and replace it with hash_...
2012-08-02 Tobias UlmerImprove hash module
2012-08-02 Tobias Ulmermemset() is not needed, and size argument was wrong...
2012-08-01 Tobias UlmerMove tools that don't need variable fixups
2012-08-01 Tobias UlmerFix: fname should be local
2012-08-01 Tobias UlmerGet rid of the duplicate e2-locate-project-root tool
2012-08-01 Tobias UlmerRemove test directory, incomplete and unused
2012-08-01 Tobias UlmerRemove server-tools, unused
2012-08-01 Tobias UlmerRemove end-of-line white spaces
2012-07-25 Tobias UlmerGenerate git tarball of e2factory during release
2012-07-24 Tobias UlmerRemove unused scripts
2012-07-24 Tobias Ulmercreate next changelog entry
2012-07-24 Tobias Ulmerrelease e2factory-2.3.12 e2factory-2.3.12
2012-07-20 Tobias Ulmercreate next changelog entry
2012-07-20 Tobias Ulmerrelease e2factory-2.3.12rc1 e2factory-2.3.12rc1
2012-07-19 Tobias UlmerRewrite transport to allow for spaces in filenames
2012-07-18 Tobias UlmerDon't pass unpredictable error strings as format string
2012-07-13 Tobias UlmerDon't crash if module is nil
2012-07-12 Tobias UlmerRewrite verify_remote_fileid() to fix quoting issues
2012-07-12 Tobias UlmerQuote arguments to git and sha1sum
2012-07-12 Tobias UlmerQuote arguments to cvs
next