lttng-tools.git
2014-09-03  Jonathan Rajotte... Fix: parse_prob_opts return the actual success of the...
2014-09-03  Jonathan Rajotte... Fix: list without a name is not an error
2014-09-03  David GouletTest: add match only event utils function
2014-08-16  Jérémie GalarneauFix: Man page typos
2014-08-16  Jonathan Rajotte... fix: mi: xsd: wrong comment for context_type_type
2014-08-16  Jonathan Rajotte... Mi & save/load: add option to indent or not on config...
2014-08-12  David GouletFix: remove racy wait_app from JUL tests
2014-08-08  David GouletAdding log4j agent support
2014-08-08  David GouletChange --jul-port-tcp and jul.port to use agent namespace
2014-08-08  David GouletAdd the support for multiple agent
2014-08-08  David GouletRefactor JUL to agent namespace
2014-08-05  Jérémie GalarneauTest: Ensure wildcards may only appear last in a string...
2014-08-05  Jérémie GalarneauDisallow wildcards in event names except as the last...
2014-08-05  Jérémie GalarneauWarn that wildcards must be used as the last character...
2014-07-31  David GouletFix: disable JUL event on destroy
2014-07-30  Mathieu DesnoyersFix: git version build system integration (v2)
2014-07-30  Mathieu DesnoyersFix: out of tree build by adding missing ini.c include
2014-07-29  Jonathan Rajotte... Fix: mi: missing files on make dist
2014-07-29  Jonathan Rajotte... mi: add machine interface description to man page
2014-07-29  David GouletFix: always use git describe --all --long for the git...
2014-07-29  David GouletAdd --disable-git-version to configure
2014-07-29  Jonathan Rajotte... Always print GIT_VERSION even if empty
2014-07-29  Jonathan Rajotte... Fix: mi: logically dead code, missing ret assignment
2014-07-28  Simon MarchiChange wfq usages for wfcq
2014-07-28  Mathieu DesnoyersFix: unbalanced ustconsumer32_data.pid_mutex lock
2014-07-28  Jonathan Rajotte... Mi test: make sure to not auto load session when using...
2014-07-28  David GouletFix: comment syntax and indentation
2014-07-25  Jonathan Rajotte... Fix: remove duplicate elements definition in mi_lttng.xsd
2014-07-23  Jonathan Rajotte... Mi: fix: use GIT_VERSION inplace of FULL_NAME
2014-07-23  Jonathan Rajotte... Fix: Mi: use sub field of version struct for version...
2014-07-22  Jonathan Rajotte... Add test utilities to gitignore
2014-07-22  Jonathan Rajotte... Test: Mi test suite
2014-07-22  Jonathan Rajotte... Fix test: use local prefix for function scoped variable
2014-07-22  Jonathan Rajotte... Mi test: Refactoring and multiple test suites
2014-07-22  Jonathan Rajotte... Fix test: add custom output redirector to utils.sh
2014-07-22  Jonathan Rajotte... Mi test: Basic test structure
2014-07-22  Jonathan Rajotte... Fix mi: validation for snapshot element
2014-07-22  Jonathan Rajotte... Mi fix: conserve original error handling behaviour
2014-07-22  Jonathan Rajotte... Improve bash completion with the use of mi and xmllint
2014-07-22  Jonathan Rajotte... Fix mi: use of wrong variable for error propagation
2014-07-22  Jonathan Rajotte... Mi fix: refactor disable_channel mi output to success...
2014-07-22  Jonathan Rajotte... Comment mi: update mi_lttng_domain todo
2014-07-22  Jonathan Rajotte... Fix mi: add support for Jul loglevel
2014-07-22  Jonathan Rajotte... Mi fix: basic formatting
2014-07-22  Jonathan Rajotte... Mi disable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi disable-event command: support and validation
2014-07-22  Jonathan Rajotte... Mi set-session command: support and validation
2014-07-22  Jonathan Rajotte... Mi enable-event command: support for enable-event command
2014-07-22  Jonathan Rajotte... Mi enable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi add-context command: support and validation
2014-07-22  Jonathan Rajotte... Mi calibrate command: support and validation
2014-07-22  Jonathan Rajotte... Mi destroy command: support and validation
2014-07-22  Jonathan Rajotte... Mi create command: support and validation
2014-07-22  Jonathan Rajotte... Mi stop command: support and validation
2014-07-22  Jonathan Rajotte... Mi start command: support and validation
2014-07-22  Jonathan Rajotte... Mi save&load command: support and validation
2014-07-22  Jonathan Rajotte... Mi version command: add commit version to mi version
2014-07-22  Jonathan RajotteMi: mi xsd validation
2014-07-22  Jonathan RajotteMi: support for command list
2014-07-22  Jonathan RajotteMi: add mi support for lttng struct
2014-07-22  Jonathan RajotteMi: mi backend + mi for command version
2014-07-16  David GouletUpdate ChangeLog with 2.4.2 and 2.5.0 release
2014-07-16  David GouletFix: validate file path creds in autoload mode
2014-07-16  David GouletFix: change session file loading order
2014-07-16  David GouletFix: add Loading Sessions section to lttng-sessiond.8
2014-07-16  David GouletFix: add default session conf. dir to manpage
2014-07-15  David GouletFix: on session load, add it to the .lttngrc
2014-07-15  David GouletFix: clarify session conf. directory in man
2014-07-15  David GouletFix: filter error path could free invalid ptr
2014-07-14  Jérémie GalarneauFix: Create a lock file to prevent multiple session...
2014-07-14  David GouletFix: relayd stream set close_flag on stream close
2014-07-14  David GouletFix: ustctl_get_stream_id without UST support
2014-07-14  David GouletFix: avoid freeing invalid ptr in filter bytecode
2014-07-14  Julien DesfossezFix: get the stream_id when generating live beacons
2014-07-14  David GouletFix: use biggest subbuffer size for snapshot max-size
2014-07-11  Jérémie GalarneauFix: Possible memory leak when multiple config files...
2014-07-11  Jérémie GalarneauFix: Clamp verbosity value read from config file
2014-07-11  Jérémie GalarneauFix: Unchecked strdup return values in set_option
2014-07-10  David GouletFix: add a get HOME dir fallback to getpwuid
2014-07-10  David GouletFix: signedness of the session live timer
2014-07-10  David GouletFix: don't print channel name on enable JUL event
2014-07-10  Jérémie GalarneauFix: logger name dropped from filter condition when...
2014-07-10  David GouletFix: refactor function that fixes memory leak also
2014-07-10  Jérémie GalarneauFix: memory leak in lttng_enable_event_with_exclusions
2014-07-10  Jérémie GalarneauFix: check malloc return value
2014-07-10  Jérémie GalarneauFix: static array larger than necessary
2014-07-09  Martin TownsendFix: add missing URCU_TLS to logging time variable
2014-07-09  David GouletFix: auto load session in the auto/ directory
2014-06-27  David GouletUpdate version to v2.5.0-rc2 v2.5.0-rc2
2014-06-27  David GouletTest: add JUL disable event tests
2014-06-27  David GouletFix: disable JUL event on UST side
2014-06-27  David GouletFix: add test UST perf to extra dist
2014-06-26  David GouletFix: accept override flag even without a load path
2014-06-26  David GouletFix: bad error code path when loading session
2014-06-25  David GouletFix: set session in output mode if URL are set afterwards
2014-06-25  David GouletFix: add a kernel context list to the channel
2014-06-19  Francis DeslauriersFix: Add vpid, vppid and vtid info in add-context help
2014-06-17  Jonathan Rajotte... Fix: wrong behavior of save command when no session...
2014-06-12  Jonathan Rajotte... Fix: missing context type string in save for ust context
2014-06-12  Jonathan Rajotte... Fix: wrong casting of return value
next
This page took 0.037654 seconds and 4 git commands to generate.