Fix: possible use of uninitialized data in loglevel conversion funcs
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
2015-03-26  Jérémie GalarneauFix: possible use of uninitialized data in loglevel...
2014-12-12  Julien DesfossezFix: help message for Python agent mentions Java
2014-11-26  Mathieu DesnoyersFix: oom error check, realloc oom leak
2014-11-26  Mathieu DesnoyersFix: use zmalloc in lttng enable_events.c
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-10  Christian BabeuxFix: Warn the user when enabling an event in a new...
2014-10-22  David GouletAdd Python agent support
2014-10-14  David GouletFix: support log4j loglevel in mi
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-03  Jonathan Rajotte... Fix: parse_prob_opts return the actual success of the...
2014-08-08  David GouletAdding log4j agent support
2014-07-22  Jonathan Rajotte... Fix mi: use of wrong variable for error propagation
2014-07-22  Jonathan Rajotte... Mi enable-event command: support for enable-event command
2014-07-22  Jonathan RajotteMi: mi backend + mi for command version
2014-07-10  David GouletFix: don't print channel name on enable JUL event
2014-02-21  Mathieu DesnoyersFix: scanf unbounded input
2014-02-12  David GouletMan: clarify loglevel for JUL domain
2014-01-28  David GouletFix: add missing JUL loglevel handling
2013-11-28  David GouletFix: resource leak in enable-event command
2013-11-14  JP IkaheimonenAdd exclusion names to diagnostic printouts
2013-11-14  JP IkaheimonenDetect and report exclusion option errors
2013-11-14  JP IkaheimonenParse exclusions and forward them to the control handler
2013-11-14  JP IkaheimonenAdd a function to check for legal exclusions
2013-11-14  JP IkaheimonenAdd usage for --exclude option
2013-11-14  JP IkaheimonenAdd -exclude option to enable-event command
2013-11-13  Jérémie GalarneauFix: Warn that kernel loglevels are unsupported
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-08-22  David GouletFix: add missing short filter option in help
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-18  Mathieu DesnoyersManpage: cleanup layout of enable-event
2013-07-12  David GouletNew UST default buffers is now per UID
2013-05-14  David GouletFix: possible out of bounds write in enable-event
2013-05-06  David GouletFix: print lttng strerror on enable event with filter
2013-04-11  David GouletFix: deny multiple event types with enable-event
2013-03-27  Mathieu DesnoyersDocumentation: filter $ctx manpage and --help
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-21  David GouletSupport per UID buffers
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-09  David GouletFix: Don't set filter if enable event fails
2012-09-24  David GouletFix: Lib lttng-ctl on error returns lttng code
2012-09-24  David GouletFix: lttng_set_event_filter() was returning bad error...
2012-09-24  David GouletFix: Disable event on filter error with lttng
2012-08-24  Christian BabeuxNotify the user if a filter is already enabled
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-21  David GouletStandardize lttng command line usage text
2012-07-17  Mathieu DesnoyersDocument filter (help and manpage)
2012-07-13  Mathieu DesnoyersDocument filter usage
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-03-20  David GouletFix: error handling in lttng enable-event
2012-03-20  David GouletFix: uninitialized variable
2012-03-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-20  David GouletFix: lttng UI exit value and error message
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-22  Julien DesfossezFix usage note on -a
2012-02-10  Mathieu Desnoyersenable-event: Remove "<all> from MSG() when no loglevel...
2012-02-07  Mathieu DesnoyersUpdate hardcoded loglevels, allow shortcuts, add to...
2012-02-07  Mathieu DesnoyersInitialize all stack variables to zero, fix uninitializ...
2012-02-06  Mathieu DesnoyersLoglevel fixes
2012-02-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-02  Mathieu DesnoyersUpdate loglevel names
2012-02-02  Mathieu DesnoyersFix loglevel selection, implement loglevel help.
2012-02-02  Mathieu DesnoyersABI update: only send loglevel value to UST: fixed...
2012-02-01  David GouletFix wording in lttng cli usage
2012-02-01  David GouletFix enable channel usage and add enable event error msg
2012-02-01  David GouletImprove error handling of lttng cli
2012-02-01  Thibault, DanielFix return value and mem leak for all commands
2012-02-01  Mathieu DesnoyersFix loglevel handling in test case (API change) and...
2012-02-01  Mathieu DesnoyersRevert "Revert "Update loglevel ABI""
2012-02-01  David GouletRevert "Update loglevel ABI"
2012-01-31  Mathieu DesnoyersUpdate loglevel ABI
2012-01-27  David GouletAdd CMD_WARNING error code
2012-01-24  Simon MarchiAdd a '--list-options' option to each command.
2012-01-23  David GouletChange not implemented error to undefined.
2012-01-23  David GouletDisable lttng ust domain not implemented
2012-01-20  David GouletRename cmd.h for command.h
2012-01-20  David GouletComplete change of the source directory tree
This page took 0.434144 seconds and 88 git commands to generate.