]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2016-11-16 Tobias UlmerRemove nil in return and error statements
2016-11-16 Tobias UlmerRemove some left over error handling
2016-11-16 Tobias UlmerDon't use stdio to deal with pipes.
2016-11-16 Tobias Ulmereio: add read, write and close, return file descriptor...
2016-11-16 Tobias UlmerAdd read, write, and close wrapers
2016-11-16 Tobias UlmerPlug small memory leak in case of poll error
2016-11-16 Tobias UlmerReduce and refine tracing a bit
2016-11-16 Tobias UlmerFix collect_project, add missing info.cache argument
2016-11-16 Tobias UlmerAdjust callcmd() to the new poll() interface
2016-11-16 Tobias UlmerChange and extend e2lib.poll() interface
2016-11-16 Tobias UlmerCheck whether symlink exists, not the destination
2016-11-16 Tobias UlmerSynchronise parent/child in callcmd()
2016-11-16 Tobias UlmerFix call to warnf() without category
2016-11-16 Tobias UlmerFix use after free in poll
2016-11-16 Tobias UlmerDisable write buffering on pipe file object
2016-11-16 Tobias UlmerAdd eio.setunbuffered()
2016-11-16 Tobias UlmerTurn collect_project feature into a plugin
2016-11-16 Tobias UlmerAllow calling e2build.write_build_driver()
2016-11-16 Tobias Ulmerenvironment: add tofile function
2016-11-16 Tobias UlmerRemove documentation for export field in result
2016-11-16 Tobias Ulmerinfo.ftab should be private to e2tool
2016-11-16 Tobias UlmerRemove select_result() and merge code with select_results()
2016-11-16 Tobias UlmerMake load_source_config() plural and add documentation
2016-11-16 Tobias UlmerMake load_result_config() plural and add documentation
2016-11-16 Tobias UlmerMake e2tool.get_depends() local, e2tool.dlist should...
2016-11-16 Tobias Ulmere2build: Get dependencies via the extendable e2tool...
2016-11-16 Tobias UlmerRemove missleading and unused info.build_mode
2016-11-16 Tobias UlmerRemove missleading and unused info.build_modes
2016-11-16 Tobias UlmerAdd ldoc comment todo markers, make them show up at...
2016-11-16 Tobias UlmerEnable optimization
2016-11-16 Tobias UlmerExplicitly require and use the cache module
2016-11-16 Tobias UlmerCache: remove metatable and clean up
2016-11-16 Tobias UlmerClean up projid()
2016-11-16 Tobias Ulmerinfo.servers doesn't seem to exist any more, remove
2016-11-16 Tobias UlmerFix typo
2016-11-16 Tobias UlmerRemove dead code
2016-11-16 Tobias UlmerIntegrate hashcache into hash module
2016-11-16 Tobias Ulmere2tool: Remove hash_path() and use hash.hash_file_once...
2016-11-16 Tobias Ulmerhash: Add hash_file_once() which does all the hash...
2016-11-16 Tobias Ulmertools: Remove tools that are no longer called directly
2016-11-16 Tobias Ulmertransport: Fix wrong documentation for file_path()
2016-11-16 Tobias Ulmertransport: in fetch_file, improve doc and remove strang...
2016-11-16 Tobias Ulmercache: transport.fetch_file does not take a flags argument
2016-11-16 Tobias Ulmergit: cosmetic cleanup
2016-11-16 Tobias Ulmere2tool: Convert to absolute paths and remove e2tool...
2016-11-16 Tobias Ulmere2-cf: Use absolute paths everywhere
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...
next