]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2017-01-10 Tobias Ulmerrelease e2factory-2.3.16rc1 e2factory-2.3.16rc1
2017-01-09 Tobias UlmerFix error message, ignore SIGINT in parent
2017-01-09 Tobias Ulmere2lib: add setpgid
2017-01-06 Tobias UlmerFix e2factory sometimes ignoring Control-C
2017-01-06 Tobias Ulmertrace: add several funcs, reduce the amount of output
2017-01-05 Tobias Ulmercscache: weed out temporary files and reduce entries
2017-01-05 Tobias Ulmerlicence: remove debug message
2017-01-03 Tobias Ulmergit: fix unintended modification of the git index in...
2017-01-02 Tobias Ulmere2lib: extend callcmd()
2017-01-02 Tobias Ulmere2lib: extend callcmd to skip call to wait for setting...
2017-01-02 Tobias Ulmertools: add get_tool_flags_argv()
2016-12-29 Tobias Ulmerupdate email address
2016-12-23 Tobias Ulmere2project: document checksums table
2016-12-22 Tobias Ulmermanual pages: document sha256 attribute
2016-12-22 Tobias Ulmerfiles: add sha256 support and use file_class
2016-12-22 Tobias Ulmerlicence: add sha256 support and use file_class
2016-12-22 Tobias Ulmerchroot: add sha256 support and use file_class
2016-12-22 Tobias Ulmere2tool: add sha256 support to file_class
2016-12-21 Tobias Ulmergeneric_git: swap arguments to fix error message
2016-12-20 Tobias Ulmerdigest: add helper functions
2016-12-20 Tobias Ulmerproject: add checksum selection to proj/config
2016-12-12 Tobias Ulmerhash: remove obsolete hashcache from hash module
2016-12-12 Tobias Ulmerdigest: make use of cscache to bring back performance...
2016-12-12 Tobias Ulmeradd cscache module, like hashcache but with multi-diges...
2016-12-12 Tobias Ulmere2lib: add possibility of registering cleanup functions...
2016-12-12 Tobias Ulmerhash: remove hash_file functions, replaced by digest
2016-12-12 Tobias UlmerMakefile: hook up hash.lua
2016-12-12 Tobias Ulmerhash: move module into 'local'
2016-12-12 Tobias Ulmere2tool: remove loading the hashcache directly
2016-12-12 Tobias Ulmere2lib: remove storing the hashcache directly
2016-12-02 Tobias Ulmerdigest: add SHA256 support, remove checksum computation...
2016-12-01 Tobias Ulmerfile_class: replace hash_file_once with digest to compu...
2016-12-01 Tobias Ulmerhash: make hash_file() local
2016-12-01 Tobias Ulmere2lib: vrfy_dict_exp_keys() erroneously reported only...
2016-12-01 Tobias Ulmerdeveloper doc: remove lsha1.c, add lsha.c sha2.c
2016-12-01 Tobias Ulmerremove lsha1 and adjust hash module to lsha
2016-12-01 Tobias UlmerMakefile: hook up lsha and sha2
2016-12-01 Tobias UlmerAdd Lua shim providing SHA1 and SHA256
2016-12-01 Tobias UlmerAdd SHA2 implementation by Aaron D. Gifford
2016-11-30 Tobias Ulmerfiles: add checksum verification to toresult() / collec...
2016-11-30 Tobias Ulmerlicence: remove info arg from licenceid()
2016-11-29 Tobias Ulmere2tool: move checksum verification into file_class
2016-11-29 Tobias Ulmerenvironment: rename id() to envid()
2016-11-29 Tobias Ulmerfile_class: change the meaning of FileID to be inclusiv...
2016-11-29 Tobias Ulmere2tool: document info.cache field
2016-11-29 Tobias Ulmere2tool: improve file_class
2016-11-28 Tobias Ulmere2tool: move fileid() into file_class and adjust e2
2016-11-25 Tobias Ulmerfile_class: add servloc() method
2016-11-25 Tobias Ulmerfiles: fix corner-case in SourceID calculation
2016-11-25 Tobias Ulmere2tool: remove buildid() wrapper
2016-11-25 Tobias Ulmerreplace ad-hoc file table with file_class
2016-11-24 Tobias Ulmerrelease.sh: remove 'E'
2016-11-24 Tobias Ulmercache: don't show push_permissions warning for dot...
2016-11-24 Tobias Ulmercache: remove debug trace logging
2016-11-24 Tobias Ulmertools: optional tool missing is not an error
2016-11-22 Tobias Ulmercreate next changelog entry
2016-11-22 Tobias Ulmerrelease e2factory-2.3.15 e2factory-2.3.15
2016-11-22 Tobias UlmerAUTHORS: update copyright
2016-11-18 Tobias Ulmertag e2factory-2.3.15rc1 e2factory-2.3.15rc1
2016-11-18 Tobias Ulmere2.conf: clone e2 from git.e2factory.org by default
2016-11-18 Tobias UlmerMakefile: cleanup and print success message
2016-11-16 Tobias Ulmerdigest: don't convert filename to absolute path
2016-11-16 Rolf Eike Beertools.lua: fix path to e2-su-2.2
2016-11-16 Rolf Eike Beere2lib.lua: fix typo in comment
2016-11-16 Tobias Ulmere2lib: don't leak writefunc file descriptor into chroot
2016-11-16 Tobias Ulmerremove most of the annoying default warnings
2016-11-16 Tobias Ulmergit source: working doesn't need to be hashed
2016-11-16 Tobias Ulmersource plugins: use self:get_working() instead of priva...
2016-11-16 Tobias Ulmerproject: no need for duplicate checks
2016-11-16 Tobias Ulmere2lib: add extensive error checking to read_extension_c...
2016-11-16 Tobias Ulmere2-install-e2: cleanup ref variable
2016-11-16 Tobias Ulmerproject: include extension name and tag in ProjectID
2016-11-16 Tobias Ulmerman: move enable-writeback description to global options
2016-11-16 Tobias Ulmernew-source: print checksum of file
2016-11-16 Tobias Ulmernew-source: if required, enable writeback and warn...
2016-11-16 Tobias Ulmere2build: repair hardlink optimization
2016-11-16 Tobias Ulmercreate-project: if required, enable writeback and warn...
2016-11-16 Tobias Ulmertransport: warn about scp/ssh uploads, and ignoring...
2016-11-16 Tobias Ulmercache: warn about missing push_permissions
2016-11-16 Tobias Ulmercache: reduce stack of errors, add more information
2016-11-16 Tobias Ulmercache: writeback flag is true or false, not nil meaning...
2016-11-16 Tobias Ulmertransport: improve error message signal ratio
2016-11-16 Tobias Ulmercache: turn enable-writeback into a global commandline...
2016-11-16 Tobias Ulmercache: writeback() doesn't need to be visible
2016-11-16 Tobias Ulmere2option: remove unused optionlist
2016-11-16 Tobias Ulmerenvironment: quote environment vars to allow expansion
2016-11-16 Tobias Ulmerupdate copyright year
2016-11-16 Tobias Ulmerupdate developer documentation
2016-11-16 Tobias Ulmerproject: remove unused info table
2016-11-16 Tobias Ulmerprojenv: add license
2016-11-16 Tobias Ulmerassrt: show functions in developer doc
2016-11-16 Tobias Ulmerassrt: add license blurp
2016-11-16 Tobias Ulmerdocument 3rd party code in assrt.lua
2016-11-16 Tobias Ulmerresult: remove comment
2016-11-16 Tobias Ulmerresult: update developer documentation
2016-11-16 Tobias Ulmere2tool: update developer documentation
2016-11-16 Tobias Ulmere2build: update developer documentation
2016-11-16 Tobias Ulmerresult: remove unused todot()
2016-11-16 Tobias Ulmerprojenv: report the real error, not misleading follow up
2016-11-16 Tobias Ulmermanpage: document 'env' a little better
next