]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2013-02-26 Tobias UlmerRemove dead code from e2tool
2013-02-26 Tobias Ulmere2lib: remove unused compute_hash()
2013-02-26 Tobias Ulmere2build build_process: remove prio field, unused
2013-02-26 Tobias Ulmere2lib.directory: readable formatting
2013-02-26 Fabian Godehardtgeneric/transport.lua: fixup curl support for http...
2013-02-26 Tobias UlmerRemove e2-su and e2-root
2013-02-26 Tobias Ulmere2-root does not need to be executable, trim cleanup...
2013-02-26 Tobias UlmerDon't "clean" the internal Lua directory, clean the...
2013-02-26 Tobias Ulmerrename e2-root.lua.in to e2-root.lua
2013-02-26 Tobias UlmerRemove outdated lua.tar.gz documentation part
2013-02-26 Tobias UlmerChange the way we build Lua
2013-02-26 Tobias UlmerNothing to replace e2.lua.in anymore, move to its real...
2013-02-26 Tobias UlmerDo not set package.(c)path, lua does that for us
2013-02-26 Tobias UlmerAllow adjustment LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT
2013-02-26 Tobias Ulmervanilla lua-5.1.3.tar.gz
2013-02-26 Tobias UlmerLock all modules and plugins with strict.lock()
2013-02-26 Tobias UlmerUse strict module, but allow plugins
2013-02-26 Tobias UlmerUse strict module, but still allow for extending the...
2013-02-26 Tobias UlmerUse strict module, lock global env and default packages
2013-02-26 Tobias UlmerDon't try to find a "print" field in a string, make...
2013-02-26 Tobias UlmerRewrite the strict module.
2013-02-26 Tobias UlmerMark global symbols 'local'
2013-02-26 Tobias UlmerSynchronize e2.conf templates
2013-02-26 Tobias Ulmercorrect typo in global-version
2013-02-26 Tobias UlmerRequire e2tool
2013-02-26 Tobias UlmerChange e2tool module to a better encapsulated type
2013-02-26 Tobias Ulmere2tool: strict is loaded via e2lib, cache is not needed
2013-02-26 Tobias UlmerRequire environment
2013-02-26 Tobias UlmerChange environment module to a better encapsulated...
2013-02-26 Tobias UlmerReplace direct sha1 calls with the hash module
2013-02-26 Tobias UlmerAdd copyright notice
2013-02-26 Tobias UlmerFix indentation of environment module
2013-02-26 Tobias UlmerRequire policy module and adapt usage
2013-02-26 Tobias UlmerChange policy module to a better encapsulated type
2013-02-26 Tobias UlmerFix indentation of policy module
2013-02-26 Tobias UlmerFix indentation of e2tool
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
next