Fix: add log4j domain to session.xsd
[lttng-tools.git] / src / bin /
2014-10-14  David GouletFix: add log4j to lttng list help
2014-10-07  Jérémie GalarneauFix: Don't save an empty <contexts> node in kernel...
2014-10-07  Jérémie GalarneauFix: save UST context informations as a event_perf_cont...
2014-10-03  David GouletFix: handle kernel event type correctly on enable
2014-10-01  David GouletFix: handle sysconf possible negative returned value
2014-10-01  David GouletFix: check for kernel session metadata during init
2014-10-01  David GouletFix: cmd snapshot record output can't be NULL
2014-10-01  David GouletFix: remove useless assert in relayd
2014-10-01  David GouletFix: bad handling of incoming data in consumer thread
2014-10-01  David GouletFix: detect size_t overflow in syscall table init
2014-10-01  David GouletFix: only initialize syscall table if kernel tracer...
2014-09-30  David GouletAdd --list-options to save/load command
2014-09-30  David GouletFix: use max between index and nbmem for syscall table...
2014-09-29  David GouletSupport syscall event in save session
2014-09-29  David GouletAdd syscall listing support
2014-09-25  Mathieu DesnoyersFix: syscall tracing: disable all and missing error...
2014-09-25  Mathieu DesnoyersCleanup: Remove LTTNG_ENABLE_ALL_EVENT and LTTNG_DISABL...
2014-09-25  Mathieu DesnoyersImplement support for lttng-modules syscall filtering
2014-09-25  Mathieu DesnoyersSupport lttng-modules syscall filtering in enable-event
2014-09-25  Mathieu DesnoyersFix: report UST consumer channel creation error
2014-09-22  David GouletFix: memory leak in load session thread
2014-09-22  David GouletFix: kernel context memory leak on error
2014-09-22  David GouletFix: possible file descriptor leak in error path
2014-09-22  David GouletFix: use after free in agent subsystem
2014-09-19  David GouletAdd version to agent registration message
2014-09-19  Philippe ProulxFix: ignore error when loading optional kmod
2014-09-19  Philippe Proulxsessiond: Add --extra-kmod-probes option
2014-09-18  David GouletFix: remove break in lttng cmdline session listing
2014-09-15  David GouletFix: use default agent channel name in disable event
2014-09-11  David GouletRemove enable/disable consumer obsolete command
2014-09-11  David GouletAdd log4j default event and channel name handling
2014-09-10  David GouletFix: move easter egg after arg parsing else it breaks...
2014-09-08  Umut Tezduyar LindskogLoad modules through kmod
2014-09-05  David GouletFix: list agent event per domain only
2014-09-05  David GouletFix: typo in lttng list command for log4j
2014-09-05  David GouletFix: disable-event for an agent domain
2014-09-03  Julien DesfossezFix: make sure no index is in flight before using inact...
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-08-16  Jonathan Rajotte... Mi & save/load: add option to indent or not on config...
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 GalarneauDisallow wildcards in event names except as the last...
2014-07-31  David GouletFix: disable JUL event on destroy
2014-07-30  Mathieu DesnoyersFix: git version build system integration (v2)
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  David GouletFix: comment syntax and indentation
2014-07-23  Jonathan Rajotte... Mi: fix: use GIT_VERSION inplace of FULL_NAME
2014-07-22  Jonathan Rajotte... Mi fix: conserve original error handling behaviour
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... Fix mi: add support for Jul loglevel
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: support for command list
2014-07-22  Jonathan RajotteMi: mi backend + mi for command version
2014-07-15  David GouletFix: on session load, add it to the .lttngrc
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  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: 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: check malloc return value
2014-07-10  Jérémie GalarneauFix: static array larger than necessary
2014-07-09  David GouletFix: auto load session in the auto/ directory
2014-06-27  David GouletFix: disable JUL event on UST side
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-05-26  David GouletList session event loglevel for the JUL domain
2014-05-23  David GouletFix: don't send consumer error to sessiond in teardown
2014-05-23  David GouletFix: saturate verbosity level to 3
2014-05-23  David GouletRemove the --consumerd-only from the configure
2014-05-23  David GouletFix: deny overwrite mode and num subbuf less than 2
2014-05-22  David GouletRevert "Remove --no-output option from the command...
2014-05-22  David GouletRemove --no-output option from the command line
2014-05-22  David GouletAdd max-size to snapshot list output
next
This page took 0.042341 seconds and 8 git commands to generate.