]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
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()
2012-07-10 Tobias UlmerIn e2-new-source, quote arguments for sha1sum, curl...
2012-07-10 Tobias UlmerIn e2-install-e2, quote install_prefix
2012-07-10 Tobias UlmerFixup argument passing to the e2lib.svn() function
2012-07-10 Tobias UlmerChange e2lib.svn() to take an argument vector instead...
2012-07-10 Tobias UlmerAdd call_tool_argv(), which takes separated arguments...
2012-07-10 Tobias UlmerIn call_tool(), check cmd instead of tool
2012-07-10 Tobias UlmerIn tracer(), log the suspected module name as well
2012-07-06 Tobias UlmerRemove append_to_file(), unused
2012-06-29 Tobias UlmerPermit any character in URIs, not just non-whitespace...
2012-06-29 Tobias UlmerIntroduce e2lib.shquote() to quote strings that are...
2012-06-29 Tobias UlmerHook every function and log its call
2012-06-29 Tobias UlmerWrite log messages into a buffer until the log file...
2012-06-27 Tobias UlmerFix cache debug logging
2012-03-27 Tobias Ulmercreate next changelog entry
2012-03-27 Tobias Ulmerrelease e2factory-2.3.11 e2factory-2.3.11
2012-03-27 Tobias UlmerAllow using sudo during make install, for development
2011-02-16 Tobias UlmerDon't use a bash specific construct for expanding direc...
2011-01-31 Tobias Ulmeradd next Changelog entry
2011-01-31 Tobias Ulmerrelease e2factory-2.3.10 e2factory-2.3.10
2011-01-31 Tobias UlmerUpdate Changelog for 2.3.10
2011-01-31 Tobias Ulmeradd `tags' target to generate a tags file
2011-01-31 Tobias Ulmerextend the tools module with add_tool()
2010-12-07 Gordon Heckercreate next changelog entry
2010-12-07 Gordon Heckerrelease e2factory-2.3.9 e2factory-2.3.9
2010-12-07 Gordon Heckertransport/rsync+ssh: fix rsync usage to avoid creation...
2010-12-06 Gordon Heckere2-build: rename --writeback / --no-writeback to -...
next