]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
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
2012-07-12 Tobias UlmerInstead of crashing, error out when no build number...
2012-07-12 Tobias UlmerQuote arguments to git
2012-07-12 Tobias Ulmerscp is a valid transport for subversion
2012-07-12 Tobias UlmerRemove logging in shquote()
2012-07-12 Tobias UlmerFix typo
2012-07-10 Tobias UlmerImprove svn transport error message
2012-07-10 Tobias UlmerAlign error messages
2012-07-10 Tobias UlmerImprove module guessing
2012-07-10 Tobias UlmerChange e2build to the new calling convention for e2lib...
2012-07-10 Tobias UlmerQuote paths in e2-install-e2
2012-07-10 Tobias UlmerQuote most of generic_git
2012-07-10 Tobias UlmerRemove e2lib.estring(), it's not in use
2012-07-10 Tobias UlmerQuote tool in e2lib.get_sys_arch() and add docstring
2012-07-10 Tobias UlmerChange e2lib e2_su(), e2_su_2_2(), and tar() over to...
2012-07-10 Tobias UlmerQuote e2lib.sha1sum() argument and improve error messages
2012-07-10 Tobias UlmerChange e2lib curl(), ssh(), scp(), rsync(), gzip()...
2012-07-10 Tobias UlmerQuote most e2lib.git() parameters
2012-07-10 Tobias UlmerQuote dir in e2lib.mkdir()
next