]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2016-11-16 Tobias UlmerImprove error reporting in e2lib.setenv()
2016-11-16 Tobias UlmerImplement e2lib.execvp()
2016-11-16 Tobias UlmerMove patch() into files plugin and convert to argv
2016-11-16 Tobias Ulmere2lib.cp: change flags to recursive and use an argv
2016-11-16 Tobias UlmerInitialize shift, gcc complains because the conditions...
2016-11-16 Tobias UlmerDisable do_unsetenv() for now, silences gcc complaints
2016-11-16 Tobias UlmerInline callcmd() in callcmd_pipe() in order to remove...
2016-11-16 Tobias UlmerCorrect e2lib.poll() documentation
2016-11-16 Tobias UlmerRepair error reporting in e2lib.wait()
2016-11-16 Tobias UlmerImprove eio error messages, keep the file name/fd around
2016-11-16 Tobias Ulmereio.fread() now requires a size
2016-11-16 Tobias UlmerUse eio in hash_file()
2016-11-16 Tobias UlmerAdd "size" argument to eio.fread()
2016-11-16 Tobias UlmerReplace shell command mktemp with a mkstemp() call.
2016-11-16 Tobias UlmerProvide mkstemp() wrapper
2016-11-16 Tobias UlmerReplace shell command mktemp -d with a mkdtemp() call.
2016-11-16 Tobias UlmerAdd mkdtemp() wrapper.
2016-11-16 Tobias Ulmerlib is an array, dereferencing it for a pointer is...
2016-11-16 Tobias Ulmerisdigit() is declared in ctype.h, include it
2016-11-16 Tobias UlmerReplace popen() with callcmd_capture() and require...
2016-11-16 Tobias UlmerStop accessing private hash context fields, call hash...
2016-11-16 Tobias UlmerMark the hash context fields private, force calls to...
2016-11-16 Tobias UlmerFix crash on MD5 checksum entry
2016-11-16 Tobias UlmerConvert digest.parse() to eio
2016-11-16 Tobias UlmerRemove unused global env table
2016-11-16 Tobias UlmerRemove global interactive flag
2016-11-16 Tobias UlmerWe don't use hostname for anything, remove the code
2016-11-16 Tobias UlmerCould not find out what use the "mmm" sourceset is...
2016-11-16 Tobias UlmerInclude PID in trace logging
2016-11-16 Tobias UlmerExtend trace module to allow for filtering
2016-11-16 Tobias UlmerMove e2lib.svn() into the SVN plugin
2016-11-16 Tobias Ulmergit_init_db1(): remove default behaviour, require a...
2016-11-16 Tobias UlmerRemove e2lib.git comment
2016-11-16 Tobias UlmerMerge git_new_argv2() into generic_git.git_new_argv()
2016-11-16 Tobias UlmerRemove e2lib.git() for good
2016-11-16 Tobias UlmerAll generic_git.git_rev_list1() users are gone, delete it
2016-11-16 Tobias UlmerIn git.check_workingcopy(), use lookup_id to find the...
2016-11-16 Tobias UlmerSync fetch_source with fetch-project, use lookup_id...
2016-11-16 Tobias UlmerOverhaul git.update() making use of the work in generic_git
2016-11-16 Tobias Ulmergit.git_commit_id(): use lookup_id() function
2016-11-16 Tobias UlmerUse absolute GIT_DIR path, decouple errors from dirty...
2016-11-16 Tobias UlmerSimplify generic_git.verify_remote_tag() using new...
2016-11-16 Tobias UlmerReplace e2lib.git() with generic_git functions.
2016-11-16 Tobias UlmerAdd generic_git.lookup_id() and lookup_ref()
2016-11-16 Tobias UlmerFix git name and note the oldest supported git version.
2016-11-16 Tobias UlmerUse git_checkout() instead of hand-rolled solution
2016-11-16 Tobias Ulmere2-install-e2: make destdir an absolute path
2016-11-16 Tobias Ulmere2-fetch-project: make p.destdir an absolute path
2016-11-16 Tobias UlmerWean e2-create-project off of e2lib.git and use generic_git
2016-11-16 Tobias UlmerAdd git_commit_id() function to git SCM plugin and...
2016-11-16 Tobias UlmerComplete overhaul of generic_git module
2016-11-16 Tobias UlmerAdd url.to_file_path()
2016-11-16 Tobias UlmerRemove now unused e2lib.ssh(), improve ssh_remote_cmd()
2016-11-16 Tobias UlmerUse ssh_remote_cmd() to create directory
2016-11-16 Tobias UlmerAdd ssh_remote_cmd(), a wrapper for executing commands...
2016-11-16 Tobias UlmerDocument url object fields some more
2016-11-16 Tobias UlmerAllow SCM modules to register interfaces not common...
2016-11-16 Tobias UlmerExtend documentation of e2lib.callcmd_capture()
2016-11-16 Tobias UlmerGenerate documentation for plugins again.
2016-11-16 Tobias UlmerDo not mangle module name with an underscore in debug log
2016-11-16 Tobias UlmerReplace write_file with eio.file_write()
2016-11-16 Tobias UlmerConvert write_extension_config() to eio and move into...
2016-11-16 Tobias UlmerMerge read_file() and read_template() into a local...
2016-11-16 Tobias UlmerReplace read_line with eio.file_read_line()
2016-11-16 Tobias UlmerDisable tracing in parts of hash and eio module
2016-11-16 Tobias UlmerAdd trace module, used for logging all function calls
2016-11-16 Tobias UlmerRename luafile to EIO (Extended IO) remove confusing...
2016-11-16 Tobias UlmerUse new luafile API and check for errors in more places
2016-11-16 Tobias UlmerRewrite luafile
2016-11-16 Tobias UlmerRemove all of e2lib.touch() and friends
2016-11-16 Tobias UlmerImprove luafile documentation
2016-11-16 Tobias UlmerRemove chmod the tool.
2016-11-16 Tobias UlmerFixup e2lib.chmod() callers
2016-11-16 Tobias UlmerReplace chmod tool by function call and document it
2016-11-16 Tobias UlmerUpdate e2lib.parse_mode() doc
2016-11-16 Tobias UlmerAdd chmod function
2016-11-16 Tobias UlmerAdd octal number parsing to parse_mode, sprinkle some...
2016-11-16 Tobias UlmerRemove E2_LOCAL_TAG and E2_LOCAL_BRANCH environment...
2016-11-16 Tobias UlmerRemove more obsolete tools
2016-11-16 Tobias UlmerDocument 3rd party sources for completeness
2016-11-16 Tobias UlmerRemove unused mkdir tool entry
2016-11-16 Tobias UlmerAdd new mkdir(), mkdir_recursive and parse_mode() functions
2016-11-16 Tobias UlmerAdd errno module
2016-11-16 Tobias UlmerAdd authors of e2factory
2016-11-16 Tobias UlmerAdd basic luafile documentation
2016-11-16 Tobias UlmerReplace e2lib.get_sys_arch() with uname_machine()
2016-11-16 Tobias UlmerConsolidate e2util into e2lib, add error reporting...
2016-11-16 Tobias UlmerRemove all traces of e2lib.bomb
2016-11-16 Tobias UlmerRemove call to e2lib.bomb()
2016-11-16 Tobias UlmerRemove call to e2lib.bomb()
2016-11-16 Tobias UlmerRemove calls to e2lib.bomb()
2016-11-16 Tobias UlmerUpdate e2lib.get_sys_arch() doc
2016-11-16 Tobias UlmerRemove unused globals.terminal variable
2016-11-16 Tobias UlmerUpdate e2lib.sha1sum documentation
2016-11-16 Tobias UlmerUpdate documentation of e2lib.call_tool
2016-11-16 Tobias UlmerAdd error handling to tools module and all call sites
2016-11-16 Tobias UlmerReplace callcmd_capture with callcmd_log
2016-11-16 Tobias UlmerModify callcmd_log() to return an error object
2016-11-16 Tobias UlmerSimplify autocapture()
2016-11-16 Tobias UlmerRemove unused global variable 'termwidth'
next