]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2016-11-16 Tobias Ulmere2build: Remove all chdir() games and deal with absolut...
2016-11-16 Tobias Ulmere2tool: extend resultdir(), sourceconfig() and friends...
2016-11-16 Tobias UlmerAdd workdir argument to svn_tool() and use it
2016-11-16 Tobias UlmerExtend e2lib.call_tool_argv() with optional workdir...
2016-11-16 Tobias UlmerCorrect write_extension_config() doc comment
2016-11-16 Tobias Ulmerfetch-project: Fix absolute destination paths
2016-11-16 Tobias UlmerStop changing directory in e2-install-e2
2016-11-16 Tobias UlmerNo need for chdir in fetch-project
2016-11-16 Tobias UlmerRead/write global_interface_version_file from an absolu...
2016-11-16 Tobias UlmerDefine syntax_file global and use it
2016-11-16 Tobias UlmerUse e2lib.parse_e2versionfile() instead of hand-rolled...
2016-11-16 Tobias UlmerExtend e2lib.read_extension_config()
2016-11-16 Tobias UlmerProvide global for e2version file and use it
2016-11-16 Tobias UlmerProvide global for project-location and use it
2016-11-16 Tobias Ulmere2-create-project: use absolute paths instead of chdir
2016-11-16 Tobias Ulmerparse_server_location: improve doc, lock table, fix...
2016-11-16 Tobias UlmerMassage e2.conf searching/parsing into a single function.
2016-11-16 Tobias UlmerFormat option and flag dicts
2016-11-16 Tobias UlmerFix typos in warning flags, clarify
2016-11-16 Tobias UlmerLock e2lib.globals table and clean up variables
2016-11-16 Tobias UlmerRemove unused variable LUA_ALL_VERSIONS
2016-11-16 Tobias UlmerReplace os.execute() with e2lib.callcmd()
2016-11-16 Tobias Ulmere2-cf: use callcmd to start editor
2016-11-16 Tobias UlmerSimplify man viewer execution
2016-11-16 Tobias UlmerDelete unused debug and playground globals
2016-11-16 Tobias UlmerTry to make --log-debug documentation less confusing
2016-11-16 Tobias UlmerRemove dead code: e2lib.getlogflags()
2016-11-16 Tobias Ulmerdo_execvp: Allocate space for the terminating NULL...
2016-11-16 Tobias UlmerUse console module everywhere
2016-11-16 Tobias Ulmere2lib: open console as soon as possible and close it...
2016-11-16 Tobias Ulmere2lib: add doc comments for warn/warnf
2016-11-16 Tobias UlmerPrevent module loading loop between e2lib, eio and...
2016-11-16 Tobias UlmerAdd console module
2016-11-16 Tobias Ulmere2-dlist: fix format string for invalid result
2016-11-16 Tobias Ulmere2-dlist: repair crash on error, include err module
2016-11-16 Tobias UlmerRemove the now unused e2lib.callcmd_pipe()
2016-11-16 Tobias UlmerDirectly checkout or copy instead of using callcmd_pipe...
2016-11-16 Tobias UlmerUse ssh_remote_cmd() to remotely calculate the checksum
2016-11-16 Tobias Ulmerdigest: add parsestring() function, rewrite internals
2016-11-16 Tobias UlmerExtend e2lib.ssh_remote_cmd() to capture and return...
2016-11-16 Tobias UlmerDeal with chrootgroupid() errors and remove dead code
2016-11-16 Tobias Ulmere2build: use eio
2016-11-16 Tobias Ulmere2-playground: use eio
2016-11-16 Tobias UlmerUse eio for writing hashcache
2016-11-16 Tobias UlmerWrite debuglogfile using eio
2016-11-16 Tobias Ulmerplugins: convert Makefile generation to eio
2016-11-16 Tobias Ulmerdigest: use eio to write digest file
2016-11-16 Tobias Ulmere2: replace shell string construction and quoting with...
2016-11-16 Tobias UlmerMark rc/256 as construct specific to os.execute
2016-11-16 Tobias Ulmere2option: showtoolmanpage() does return, handle return...
2016-11-16 Tobias UlmerAdd return of terminating signal in e2lib.wait()
2016-11-16 Tobias UlmerSync hash module with lsha1 changes, improve documentat...
2016-11-16 Tobias UlmerSimplify lsha1.c and bring it in line with leio and...
2016-11-16 Tobias UlmerDon't hard-code make, but fetch the command from buildc...
2016-11-16 Tobias UlmerAdd sha1 to list of 3RDPARTY sources
2016-11-16 Tobias UlmerHandle sourceset2ref errors correctly
2016-11-16 Tobias UlmerDocument generic_git.sourceset2ref(), improve error...
2016-11-16 Tobias Ulmere2-new-source: generic_git.new_repository() has no...
2016-11-16 Tobias Ulmergeneric_git: Remove usage markers and unused flags...
2016-11-16 Tobias UlmerImprove callcmd()/fdct documentation
2016-11-16 Tobias UlmerRemove e2lib.sha1sum() in favor of the hash module
2016-11-16 Tobias UlmerUse hash module to calculate sha1 sum
2016-11-16 Tobias UlmerAdjust to get_tool_flags() change, convert back to...
2016-11-16 Tobias Ulmere2-install-e2: Remove shell quoting
2016-11-16 Tobias Ulmerdigest: Improve developer docs
2016-11-16 Tobias Ulmere2-fetch-project: Remove shell quoting
2016-11-16 Tobias Ulmere2build: Remove shell quoting and prepare an arg vector
2016-11-16 Tobias Ulmergeneric_git.git(): Remove shell string construction
2016-11-16 Tobias UlmerCVS: Vectorize arguments and call new cvs_tool()
2016-11-16 Tobias Ulmertools.get_tool_flags(): Return vector of flags instead...
2016-11-16 Tobias Ulmertools.check_tool(): Use argv
2016-11-16 Tobias UlmerRemove e2lib.cat(), which was yet another way to do...
2016-11-16 Tobias UlmerAdd doc hint to mv and cp functions
2016-11-16 Tobias Ulmercall_tool_argv(): No more shell string construction
2016-11-16 Tobias UlmerRemove call_tool(), call_tool_argv() is the new king
2016-11-16 Tobias UlmerUse the digest module instead of call_tool and sha1sum
2016-11-16 Tobias UlmerFix e2lib.execvp() doc
2016-11-16 Tobias UlmerIntroduce elib.callcmd() with more flexibility
2016-11-16 Tobias UlmerRemove shell command constructs from git.toresult()
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...
next