]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2019-02-20 Tobias Ulmere2lib: wait: fix log message on EINTR
2019-02-18 Tobias Ulmere2build: for interactive playground use, setup standard...
2019-02-18 Tobias Ulmere2build: use e2lib.get_tool_flags_argv_e2_su_2_2
2019-02-18 Tobias Ulmere2lib: e2_su_2_2 factor out tool command construction
2019-02-18 Tobias Ulmere2lib: extend call_tool_argv to return exit code of...
2019-02-18 Tobias Ulmereio: implement dup()
2019-02-15 Tobias Ulmergit: use appropriate wait wrapper
2019-02-15 Tobias Ulmercall e2-su-2.2 and sudo with pty=true
2019-02-15 Tobias Ulmere2tool: disable write buffering for debug.log
2019-02-15 Tobias Ulmere2: install signal handler and dispose our subprocess
2019-02-15 Tobias Ulmere2lib: callcmd: add argument to run command under a...
2019-02-15 Tobias Ulmere2lib: finish: if we received a signal, exit with the...
2019-02-15 Tobias Ulmere2lib: interrupt_hook: send interrupt to children
2019-02-15 Tobias Ulmere2lib: add children_.. functions to track and terminate...
2019-02-15 Tobias Ulmere2lib: support waitpid WNOHANG with wait(pid, true)
2019-02-13 Tobias UlmerMakefile: link against libutil, required by forkpty()
2019-02-13 Tobias Ulmerassrt: pass optional message to assert()
2019-02-13 Tobias Ulmere2lib: close unused sync pipe ends before reading from...
2019-02-13 Tobias Ulmere2lib: handle read EINTR in poll loop
2019-02-13 Tobias Ulmere2lib: rename: don't shadow the errno module
2019-02-13 Tobias Ulmere2lib: wait: format log message
2019-02-13 Tobias Ulmere2lib: handle EINTR in poll() and wait()
2019-02-13 Tobias Ulmertransport: rename file instead of calling mv
2019-02-12 Tobias Ulmerle2lib: block other signals during signal handler execution
2019-02-12 Tobias Ulmerle2lib: add a ioctl(TIOCSIG) wrapper function
2019-02-12 Tobias Ulmerle2lib: add functions to block and unblock signals
2019-02-12 Tobias Ulmere2lib: implement forkpty
2019-02-11 Tobias Ulmereio: log pipe file descriptors
2019-02-11 Tobias Ulmerle2lib: poll: provide information about POLLERR/POLLHUP...
2019-02-11 Tobias Ulmerle2lib: return errno value from poll
2019-02-11 Tobias Ulmerle2lib: return errno value from waitpid
2019-02-11 Tobias Ulmerle2lib: stop calling fflush in the fork wrapper
2019-02-11 Tobias Ulmereio: use luaL_error
2019-02-11 Tobias Ulmereio: add fflush()
2019-01-25 Tobias Ulmere2lib: if logf() format fails, abort with helpful message
2019-01-09 Tobias Ulmertools: fix undeclared variable in error message
2018-12-10 Tobias Ulmerfiles: fix collect project whitespace handling in file...
2018-12-10 Tobias Ulmere2tool: open debug.log after loading e2.conf
2018-12-10 Tobias Ulmerlock: provide instructions to fix a locked chroot
2018-12-10 Tobias Ulmergeneric_git: document git_remote_add() and improve...
2018-12-10 Tobias Ulmergeneric_git: add a few helpers for formatting refs
2018-12-10 Tobias Ulmerfiles: add support for .tbz2 archives
2018-12-10 Tobias Ulmerfetch-project: enforce mutual exclusivness of --tag...
2018-12-10 Tobias Ulmerfetch-project: fix detached HEAD status when using...
2018-12-10 Tobias Ulmere2-new-source: load project after option handling
2018-12-10 Tobias Ulmergeneric_git: documentation
2018-12-10 Tobias Ulmere2build: display longer more of the scratch buildid
2018-12-10 Tobias Ulmercollect_project: in wc-mode, return a scratch buildid
2018-12-10 Tobias Ulmerpolicy: document handle_commandline_options
2018-12-10 Tobias UlmerUnify git refs formatting
2018-12-10 Tobias Ulmergeneric_git: turn errors into assertion
2018-12-10 Tobias Ulmere2lib: fix locate_project_root
2018-12-10 Tobias Ulmerlock: log errors on cleanup, improve
2018-12-10 Tobias Ulmererr: add tostring() method
2018-12-10 Tobias Ulmere2lib: don't close debuglogfile early, improve performance
2018-12-10 Tobias Ulmere2build: check for chroot removal, add error message...
2018-12-10 Tobias Ulmere2build: clarify creation of directories
2018-12-10 Tobias Ulmere2build: ouch, repair error handling in helper_chroot_r...
2018-12-10 Tobias UlmerImprove robustness of signal handling
2018-12-10 Tobias Ulmere2lib: don't call chdir in rmtempdirs
2018-12-10 Tobias Ulmereio: luaL_argerror never returns, but it helps gcc...
2018-12-10 Tobias Ulmerconsole: set stderr to unbuffered
2018-12-10 Tobias Ulmere2build: use result_build_set to skip build steps
2018-12-10 Tobias UlmerIntroduce build_set and result_build_set.
2018-12-10 Tobias Ulmerresult: split build_config() into builtin_env()
2018-12-10 Tobias Ulmere2build: fix ldoc tag
2018-12-10 Tobias Ulmererr: fix ldoc tags
2018-12-10 Tobias Ulmere2tool: remove unused print_selection and selected...
2018-12-10 Tobias Ulmermove build mode and settings into the build process
2018-12-10 Tobias Ulmere2tool: false is a valid value in settings
2018-12-10 Tobias Ulmere2tool: remove select_results()
2018-12-10 Tobias Ulmere2build: clear up confusion between build mode and...
2018-12-10 Tobias Ulmere2lib: make use of errcode in mkdir()
2018-12-10 Tobias Ulmere2lib: in mkdir() use same parse_mode argument
2018-12-10 Tobias Ulmererrno: register errno constants as errcodes
2018-12-10 Tobias Ulmererr: attach meaningful codes to error objects
2018-12-10 Tobias Ulmere2project: introduce a class for the local project
2018-12-10 Tobias Ulmererr: improve documentation
2018-12-10 Tobias Ulmerle2lib: return error if fflush before fork fails
2018-12-10 Tobias Ulmercache: export file_in_cache()
2018-12-10 Tobias Ulmergeneric_git: allow passing workdir to git()
2018-12-10 Tobias UlmerAdd optional sudo support to e2factory
2018-12-07 Tobias Ulmercreate next changelog entry
2018-12-07 Tobias Ulmerrelease e2factory-2.3.17p0 e2factory-2.3.17p0
2018-12-07 Tobias Ulmerupdate changelog
2018-06-07 Tobias Ulmergit: wait for pipe children in any order
2018-05-31 Tobias Ulmertools: extend for enable
2018-05-25 Tobias Ulmere2-build: allow --wc-mode foo,bar and add warning
2018-04-25 Tobias Ulmergeneric_git: fix error handling
2018-04-25 Tobias Ulmererr: stop evaluation of debug.traceback() every time
2018-04-25 Tobias Ulmerle2lib: remove do_parse_mode()
2018-04-25 Anton HillebrandMoved parse_mode code from c to lua.
2018-04-25 Tobias Ulmertransport: remove duplicate comment and rmtempfile...
2018-04-25 Tobias Ulmere2lib: implement rename(), use in rotate_log()
2018-04-25 Tobias Ulmerle2lib: add implementation of rename(2)
2018-04-25 Tobias Ulmerdigest: allow writing SHA256 digests
2018-04-25 Tobias Ulmere2-build: check for duplicate results in build mode...
2018-04-25 Tobias Ulmeradd buildid logging to help with debugging
2018-04-24 Tobias Ulmere2lib: fix e2lib.wait() for signaled process
2017-03-09 Tobias Ulmercreate next changelog entry
next