List session event loglevel for the JUL domain
[lttng-tools.git] / src /
2014-05-26  David GouletList session event loglevel for the JUL domain
2014-05-26  David GouletFix: possible use after free in consumer
2014-05-26  David GouletFix: JUL filtering for event *
2014-05-23  David GouletFix: don't send consumer error to sessiond in teardown
2014-05-23  David GouletDon't print time and pid/tid in ERR() and WARN()
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-23  David GouletFix: add missing lib rt link for clock_gettime
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 timestamp to log
2014-05-22  David GouletAdd max-size to snapshot list output
2014-05-22  David GouletAdd live timer and tracefile count/size to list
2014-05-22  David GouletFix: remove bad option in enable channel --help
2014-05-21  Mathieu DesnoyersDoc: document tracefile max size discarded event limitation
2014-05-21  David GouletFix: implicit conversion from enumeration
2014-05-21  David GouletFix: disable-event/channel return error if no domain
2014-05-14  Jan GlauberConfigurable kernel module probes support
2014-05-14  Jan GlauberRemove required parameter from module parameters
2014-05-14  Jan GlauberSeperate probe modules from control modules
2014-05-14  Jan GlauberUse common functions for module loading and unloading
2014-05-14  Jérémie GalarneauFix: Copy-pasted PERROR messages may be misleading
2014-05-14  David GouletFix: incorrect printf format
2014-05-14  David GouletFix: handle ENOENT when creating a kernel event
2014-05-14  David GouletFix: load all possible path for sessiond conf file
2014-05-14  David GouletFix: add missing packed attribute to comm. struct.
2014-05-13  Raphaël BeamonteAdd git commit id to the version if it's not a tag
2014-05-12  Jérémie GalarneauAdd a -l/--load option to the session-daemon
2014-05-12  Jérémie GalarneauFix: Ressource leak, missing fclose
2014-05-12  Jérémie GalarneauFix: Possible out-of-bounds read
2014-05-12  Jérémie GalarneauPrint an error message when a session fails to load
2014-05-12  Jérémie GalarneauFix: Don't report an error if no sessions are found...
2014-05-12  David GouletFix: move JUL filter creation to a function
2014-05-12  David GouletFix: JUL filtering done on the UST level
2014-05-07  Jérémie GalarneauFix: Don't output to stdout from lttng-ctl
2014-05-06  Jérémie GalarneauFix: session.xsd is already present in dist_xml_DATA
2014-05-05  David GouletFix: add missing source file for make dist
2014-05-05  Jérémie GalarneauFix: Out of tree build fails in libconfig
2014-05-05  David GouletFix: add JUL filter to UST event on logger_name
2014-05-05  Julien DesfossezFix: rename of perf counter context
2014-05-05  Mathieu DesnoyersImplement LTTng-UST perf counters support
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-04-14  Jérémie GalarneauOverride the session.xsd path with an ENV. variable
2014-04-14  Simon MarchiFix: rework utils_parse_size_suffix
2014-04-14  Christian BabeuxFix: XML declaration must be at beginning of XSD file
2014-04-10  Jérémie GalarneauAdd MIT license header to session.xsd
2014-04-10  Wade FarnsworthInsert V4L2 instrumentation module on session start
2014-04-08  David GouletFix: don't delete stream from connection recv list
2014-04-04  Michael JeansonFix: misc spelling errors
2014-04-02  David GouletFix: don't quiet the consumer if opt_quiet is not set
2014-04-02  David GouletFix: use after free of a relayd stream
2014-04-01  David GouletFix: don't print stream name in error message
2014-04-01  David GouletFix: take session list lock when listing tp
2014-04-01  David GouletFix: add consumer wake up pipe to avoid race
2014-03-28  David GouletFix: don't spawn relayd if URL is provided
2014-03-26  David GouletFix: allow loading session file with -i option
2014-03-26  David GouletFix: bad errno handling in load session from path
2014-03-26  David GouletUpdate load help message
2014-03-26  David GouletPrint message on a successful load command
2014-03-26  David GouletRemove -s option from lttng load command
2014-03-25  David GouletRename kernel and ust trace variable for clarity
2014-03-25  David GouletRename variable in session.h for clarity
2014-03-25  David GouletFix: don't ask data pending if session was not started
2014-03-24  David GouletFix: use NULL url for load live session
2014-03-24  David GouletFix: allow empty URL for live session creation
2014-03-24  David GouletFix: missing valid return code when adding an URI to...
2014-03-20  David GouletFix: clarify sessiond ust app queue cmd comment
2014-03-19  David GouletFix: use uri API to parse url for save command
2014-03-19  Jérémie GalarneauFix: Succesful session load might still report an error
2014-03-19  Jérémie GalarneauFix: Pass session name to config_load_session when...
2014-03-19  Jérémie GalarneauFix: Remove overly restrictive asserts in create_session()
2014-03-17  David GouletFix: rename config internal header to abi
2014-03-12  David GouletFix: add error/msg output to save command
2014-03-12  David GouletFix: add missing string msg for save/load error code
2014-03-12  David GouletFix: return error if not in overwrite mode and file...
2014-03-12  David GouletFix: missing memset 0 and NULL byte in string
2014-03-12  David GouletFix: check relayd fd leak in lttng cmdline
2014-03-12  David GouletFix: time of check time of use scenario
2014-03-12  David GouletFix: missing varargs cleanup on error
2014-03-12  David GouletFix: wrong number of elements in array for loop
2014-03-12  David GouletFix: possible unlink on uninitialized buffer path
2014-03-12  David GouletFix: possible load config domain overwrite
2014-03-12  David GouletFix: memory leak
2014-03-12  David GouletFix: save session usage of string size
2014-03-10  David GouletFix: handle signed return value for snprintf
2014-03-10  Zifei TongFix: clang 'constant-out-of-range-compare' warning
2014-03-10  Jérémie GalarneauAdd load command to the lttng client
2014-03-10  Jérémie GalarneauAdd session configuration load capability to libconfig
2014-03-10  Jérémie GalarneauAdd a save command based on the save API to the lttng...
2014-03-10  Jérémie GalarneauAdd session configuration save feature to session daemon
2014-03-06  Jérémie GalarneauAdd a save API to lttng-ctl
2014-03-06  Jérémie GalarneauAdd session configuration XSD
2014-03-06  Jérémie GalarneauAdd a config_writer API based on libxml2
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-03-06  Jérémie GalarneauFix: tcp4 and net4 protocol support in uri_parse
2014-03-06  Jérémie Galarneausession_find_by_name does not need a non-const name...
2014-03-04  Jérémie GalarneauFix: Unchecked session pointer when destroying a connec...
2014-02-28  David GouletFix: improve lttng with live by spawning relayd
2014-02-28  Mathieu DesnoyersFix: relayd should listen for viewers on localhost...
next
This page took 0.038868 seconds and 7 git commands to generate.