2016-11-16 |
Tobias Ulmer | Remove shell command constructs from git.toresult() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Improve error reporting in e2lib.setenv() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Implement e2lib.execvp() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Move patch() into files plugin and convert to argv |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | e2lib.cp: change flags to recursive and use an argv |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Initialize shift, gcc complains because the conditions... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Disable do_unsetenv() for now, silences gcc complaints |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Inline callcmd() in callcmd_pipe() in order to remove... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Correct e2lib.poll() documentation |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Repair error reporting in e2lib.wait() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Improve eio error messages, keep the file name/fd around |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | eio.fread() now requires a size |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Use eio in hash_file() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add "size" argument to eio.fread() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace shell command mktemp with a mkstemp() call. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Provide mkstemp() wrapper |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace shell command mktemp -d with a mkdtemp() call. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add mkdtemp() wrapper. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | lib is an array, dereferencing it for a pointer is... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | isdigit() is declared in ctype.h, include it |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace popen() with callcmd_capture() and require... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Stop accessing private hash context fields, call hash... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Mark the hash context fields private, force calls to... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Fix crash on MD5 checksum entry |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Convert digest.parse() to eio |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove unused global env table |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove global interactive flag |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | We don't use hostname for anything, remove the code |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Could not find out what use the "mmm" sourceset is... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Include PID in trace logging |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Extend trace module to allow for filtering |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Move e2lib.svn() into the SVN plugin |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | git_init_db1(): remove default behaviour, require a... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove e2lib.git comment |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Merge git_new_argv2() into generic_git.git_new_argv() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove e2lib.git() for good |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | All generic_git.git_rev_list1() users are gone, delete it |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | In git.check_workingcopy(), use lookup_id to find the... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Sync fetch_source with fetch-project, use lookup_id... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Overhaul git.update() making use of the work in generic_git |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | git.git_commit_id(): use lookup_id() function |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Use absolute GIT_DIR path, decouple errors from dirty... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Simplify generic_git.verify_remote_tag() using new... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace e2lib.git() with generic_git functions. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add generic_git.lookup_id() and lookup_ref() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Fix git name and note the oldest supported git version. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Use git_checkout() instead of hand-rolled solution |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | e2-install-e2: make destdir an absolute path |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | e2-fetch-project: make p.destdir an absolute path |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Wean e2-create-project off of e2lib.git and use generic_git |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add git_commit_id() function to git SCM plugin and... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Complete overhaul of generic_git module |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add url.to_file_path() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove now unused e2lib.ssh(), improve ssh_remote_cmd() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Use ssh_remote_cmd() to create directory |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add ssh_remote_cmd(), a wrapper for executing commands... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Document url object fields some more |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Allow SCM modules to register interfaces not common... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Extend documentation of e2lib.callcmd_capture() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Generate documentation for plugins again. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Do not mangle module name with an underscore in debug log |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace write_file with eio.file_write() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Convert write_extension_config() to eio and move into... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Merge read_file() and read_template() into a local... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace read_line with eio.file_read_line() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Disable tracing in parts of hash and eio module |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add trace module, used for logging all function calls |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Rename luafile to EIO (Extended IO) remove confusing... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Use new luafile API and check for errors in more places |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Rewrite luafile |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove all of e2lib.touch() and friends |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Improve luafile documentation |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove chmod the tool. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Fixup e2lib.chmod() callers |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace chmod tool by function call and document it |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Update e2lib.parse_mode() doc |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add chmod function |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add octal number parsing to parse_mode, sprinkle some... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove E2_LOCAL_TAG and E2_LOCAL_BRANCH environment... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove more obsolete tools |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Document 3rd party sources for completeness |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove unused mkdir tool entry |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add new mkdir(), mkdir_recursive and parse_mode() functions |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add errno module |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add authors of e2factory |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add basic luafile documentation |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace e2lib.get_sys_arch() with uname_machine() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Consolidate e2util into e2lib, add error reporting... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove all traces of e2lib.bomb |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove call to e2lib.bomb() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove call to e2lib.bomb() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove calls to e2lib.bomb() |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Update e2lib.get_sys_arch() doc |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Remove unused globals.terminal variable |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Update e2lib.sha1sum documentation |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Update documentation of e2lib.call_tool |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Add error handling to tools module and all call sites |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Replace callcmd_capture with callcmd_log |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Modify callcmd_log() to return an error object |
commit | commitdiff | tree | snapshot |
2016-11-16 |
Tobias Ulmer | Simplify autocapture() |
commit | commitdiff | tree | snapshot |
next |