]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2014-03-25 Tobias UlmerFix svn.sourceid(), include SVN revision in sourceid
2014-03-25 Tobias UlmerAdd e2lib.call_tool_argv_capture()
2014-03-25 Tobias UlmerFix operator precedence in licence validation
2014-03-25 Tobias UlmerFix operator precedence in cvs and svn source validation
2014-03-25 Tobias UlmerFix error in tartype_by_suffix()
2014-03-25 Tobias UlmerFix collect_project regression
2013-06-13 Tobias Ulmercreate next changelog entry
2013-06-13 Tobias Ulmerrelease e2factory-2.3.14 e2factory-2.3.14
2013-06-11 Tobias Ulmercreate next changelog entry
2013-06-11 Tobias Ulmerrelease e2factory-2.3.14rc1 e2factory-2.3.14rc1
2013-06-11 Tobias UlmerHash the result name.
2013-05-30 Tobias UlmerRemove hardcoded base chroot group from collect_project
2013-04-09 Tobias UlmerRequire tools module, fixes trace building in wc-mode
2013-03-19 Tobias Ulmercreate next changelog entry
2013-03-19 Tobias Ulmerrelease e2factory-2.3.13 e2factory-2.3.13
2013-03-18 Tobias Ulmercreate next changelog entry
2013-03-18 Tobias Ulmerrelease e2factory-2.3.13rc5 e2factory-2.3.13rc5
2013-03-18 Tobias UlmerRepair e2lib.islocaltool(), look at the right place
2013-03-18 Tobias UlmerRemove regexp matching for manpages
2013-03-15 Thomas Brinkermanpages: bug-fixes
2013-03-08 Tobias Ulmercreate next changelog entry
2013-03-08 Tobias Ulmerrelease e2factory-2.3.13rc4 e2factory-2.3.13rc4
2013-03-08 Tobias UlmerRepair interrupt_hook() call from signal handler
2013-03-07 Tobias Ulmercreate next changelog entry
2013-03-07 Tobias Ulmerrelease e2factory-2.3.13rc3 e2factory-2.3.13rc3
2013-03-07 Tobias UlmerRespect $EDITOR
2013-03-07 Tobias UlmerAdd git url support to git plugin
2013-03-07 Tobias UlmerAdd http, https and svn url support to svn plugin
2013-03-06 Tobias UlmerRevert "use the tools module instead of hardcoding...
2013-03-06 Tobias Ulmercreate next changelog entry
2013-03-06 Tobias Ulmerrelease e2factory-2.3.13rc2 e2factory-2.3.13rc2
2013-03-04 Tobias UlmerAdd XZ support for sources
2013-03-01 Tobias UlmerCleanup templates, fix formating, add modelines
2013-03-01 Tobias UlmerRemove outdated comment
2013-03-01 Tobias UlmerRemove outdated bits about the documentation
2013-03-01 Tobias UlmerCleanup release process information a bit.
2013-03-01 Tobias UlmerPolish the extensions README a bit
2013-03-01 Tobias UlmerPoint to an existing manual page
2013-03-01 Tobias UlmerOn glibc, strerror_r does not do what you think it...
2013-02-28 Tobias UlmerExport licenceid() function
2013-02-28 Tobias UlmerMove check_licence() so it is declared on use
2013-02-28 Tobias Ulmercreate next changelog entry
2013-02-28 Tobias Ulmerrelease e2factory-2.3.13rc1 e2factory-2.3.13rc1
2013-02-26 Tobias UlmerRemove trailing slash from git urls, assembla.com can...
2013-02-26 Tobias UlmerTouch up developer documentation and code little
2013-02-26 Tobias UlmerDocument more info fields, clean umask and local_init...
2013-02-26 Tobias UlmerReturn false instead of nil in locate_project_root()
2013-02-26 Tobias UlmerRemove outdated comments
2013-02-26 Tobias UlmerDocument info.local_template_path field
2013-02-26 Tobias UlmerIntroduce e2-cf to source and result groups...
2013-02-26 Tobias UlmerRemove slashToDot() and export two replacements
2013-02-26 Tobias UlmerClarify and limit valid src/res paths and names
2013-02-26 Tobias UlmerDon't limit slashToDot() to 100 replacements
2013-02-26 Tobias UlmerRemove generatePath(), drop postfix param in resultdir...
2013-02-26 Tobias UlmerSwitch --help over to display the man page of the tool
2013-02-26 Tobias UlmerAdd basic ldoc comments, just to get an overview
2013-02-26 Tobias UlmerInstall e2 and e2-help man pages
2013-02-26 Tobias UlmerAdd e2-help man page
2013-02-26 Tobias UlmerInstall e2-help as a local tool
2013-02-26 Tobias UlmerAdd e2-help, makes it easier to view e2 documentation
2013-02-26 Tobias UlmerAdd manpage for e2
2013-02-26 Tobias UlmerImprove plugin module documentation
2013-02-26 Tobias UlmerRepair error propagation from sub-makes
2013-02-26 Tobias UlmerClean up git.check_workingcopy(), improve error handling
2013-02-26 Tobias UlmerImprove read_line doc and return a sensible error message
2013-02-26 Tobias UlmerRemove e2lib.e2_su()
2013-02-26 Tobias UlmerCast argv to the right pointer type
2013-02-26 Tobias UlmerDrop unused variable rc
2013-02-26 Tobias UlmerRemove warning when hardlinking fails
2013-02-26 Tobias UlmerAdd files to ignore on newly created projects.
2013-02-26 Tobias UlmerRemove e2option.documentation
2013-02-26 Tobias UlmerMake sure new-source gets the correct number of arguments
2013-02-26 Tobias UlmerRename arg in e2lib.parse_server_location(), add assert
2013-02-26 Tobias Ulmere2: call usage() with the proper exit code
2013-02-26 Tobias UlmerAdd tools.isinitialized()
2013-02-26 Tobias Ulmertools: add "man" tool.
2013-02-26 Tobias UlmerUndeclared field access is ok unless field is a string.
2013-02-26 Tobias Ulmere2lib: add isglobaltool() and isglocaltool()
2013-02-26 Tobias UlmerMove defaultoptions() and userdefaultoptions() out...
2013-02-26 Tobias UlmerRemove e2lib.chomp() and e2lib.read_configuration()
2013-02-26 Tobias UlmerAdd (minimal) documentation to all e2lib functions
2013-02-26 Tobias UlmerConvert locate_project_root() documentation to ldoc.
2013-02-26 Tobias UlmerAdd e2lib.cleanup(), to be called before we exit e2.
2013-02-26 Tobias UlmerBuildid change: remove workaround to keep buildid identical
2013-02-26 Tobias UlmerBuildid change: stop indiscriminately hashing the ...
2013-02-26 Thomas Brinkerdoc: fix makefiles
2013-02-26 Thomas Brinkerman-page, e2source: improve description of attribute...
2013-02-26 Thomas Brinkerdocumentation: remove the outdated mark-down-based...
2013-02-26 Thomas Brinkerman-pages: adopt Makefiles to new man-pages
2013-02-26 Thomas Brinkerman-pages: Create/rework tool related manpages
2013-02-26 Thomas Brinkerman-pages: add a newline at end of file to allow full...
2013-02-26 Thomas Brinkerman-pages: Create/rework config-file related manpages...
2013-02-26 Tobias UlmerRemove example directory, outdated
2013-02-26 Tobias UlmerRemove unused e2lib.read_all() and fix documentation
2013-02-26 Tobias Ulmerremove unused skip_checkout variable
2013-02-26 Tobias Ulmerremove e2lib.program_output() and inline its only user
2013-02-26 Tobias Ulmerfetch-sources: do checkout files after cloning a new...
2013-02-26 Tobias UlmerRework howtounpack() and friends to fix shell quoting.
2013-02-26 Tobias Ulmertools: add function to get the tool name
2013-02-26 Tobias Ulmeruse e2lib.logf()
next