Fix: add missing str*dup oom check in sessiond main.c
[lttng-tools.git] / src /
2014-11-27  Mathieu DesnoyersFix: add missing str*dup oom check in sessiond main.c
2014-11-27  Mathieu DesnoyersFix: add missing sessiond kernel-consumer missing str...
2014-11-27  Mathieu DesnoyersFix: add missing strdup OOM check
2014-11-27  Mathieu DesnoyersFix: Live tracing does not honor live timer after first...
2014-11-27  Mathieu DesnoyersFix: relayd: unbalanced RCU read-side lock/unlock
2014-11-27  Mathieu DesnoyersFix: relayd: unbalanced RCU read lock/unlock
2014-11-27  Mathieu DesnoyersFix: relayd viewer stream: unhandled out of memory...
2014-11-21  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_channels()
2014-11-21  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2014-11-21  Jérémie GalarneauFix: Missing rcu_read_lock in ust_app_get_nb_stream()
2014-11-18  Mathieu DesnoyersFix: UST subbuffers silently dropped on moderate trace...
2014-11-17  Julien DesfossezFix: create/destroy a splice_pipe per stream
2014-11-16  David GouletFix: return EINVAL if agent registration fails
2014-11-16  Julien DesfossezFix: empty indexes_ht before destroying it.
2014-11-16  Julien DesfossezFix: removed useless key from relay_index
2014-11-16  Jérémie GalarneauFix: HT must not be destroyed with a rcu_read_lock...
2014-11-16  Jérémie GalarneauFix: missing rcu_read_lock in cmd_start_trace()
2014-11-16  Mathieu DesnoyersFix: filter attach vs event enable race
2014-11-10  Jérémie GalarneauBuild fix: use ret directly in error handling path
2014-11-10  Christian BabeuxFix: Warn the user when enabling an event in a new...
2014-11-07  Jérémie GalarneauFix: Don't report an error when listing a session with...
2014-10-31  David GouletFix: UST consumer sync all available metadata
2014-10-01  David GouletFix: handle sysconf possible negative returned value
2014-10-01  David GouletFix: channel deref. after NULL check in kernel consumer
2014-10-01  David GouletFix: check for kernel session metadata during init
2014-10-01  David GouletFix: incorrect cast in ust consumer assert
2014-10-01  David GouletFix: bad handling of incoming data in consumer thread
2014-09-05  David GouletFix: disable event for JUL domain
2014-09-05  David GouletFix: send disable ALL command code if event is *
2014-09-03  Julien DesfossezFix: make sure no index is in flight before using inact...
2014-09-03  Jérémie GalarneauFix: Parenthesize previous statement when adding condit...
2014-09-03  Jonathan Rajotte... Fix: parse_prob_opts return the actual success of the...
2014-07-31  David GouletFix: disable JUL event on destroy
2014-07-28  Mathieu DesnoyersFix: unbalanced ustconsumer32_data.pid_mutex lock
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  Julien DesfossezFix: get the stream_id when generating live beacons
2014-07-10  David GouletFix: missing include for getpwuid()
2014-07-10  David GouletFix: add a get HOME dir fallback to getpwuid
2014-07-10  David GouletFix: don't set enabled flag is session start fails
2014-07-10  Jérémie GalarneauFix: logger name dropped from filter condition when...
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-06-25  David GouletFix: set session in output mode if URL are set afterwards
2014-06-19  Francis DeslauriersFix: Add vpid, vppid and vtid info in add-context help
2014-05-28  Fredrik MarkströmFix: alignment problems on targets not supporting unali...
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: deny overwrite mode and num subbuf less than 2
2014-05-22  David GouletFix: remove bad option in enable channel --help
2014-05-21  David GouletFix: implicit conversion from enumeration
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-12  David GouletFix: move JUL filter creation to a function
2014-05-12  David GouletFix: JUL filtering done on the UST level
2014-05-05  David GouletFix: add JUL filter to UST event on logger_name
2014-04-14  Simon MarchiFix: rework utils_parse_size_suffix
2014-04-08  David GouletFix: don't delete stream from connection recv list
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-31  David GouletFix: don't spawn relayd if URL is provided
2014-03-25  David GouletFix: don't ask data pending if session was not started
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-12  David GouletFix: check relayd fd leak in lttng cmdline
2014-03-10  Zifei TongFix: clang 'constant-out-of-range-compare' warning
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...
2014-02-27  David GouletFix: handle loglevel range ALL in list command
2014-02-27  David GouletFix: index JUL event by name *and* loglevel
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-26  David GouletFix: handle the registration done command for JUL
2014-02-26  David GouletFix: keep metadata channel attr in UST session
2014-02-26  David GouletFix: add loglevel type to lttng list <name>
2014-02-26  David GouletFix: Warn user if JUL port is already being used
2014-02-26  David GouletFix: add some sane default values to --live opt
2014-02-26  Stefan SeefeldFix: possible NULL deref. in sessiond error path
2014-02-25  David GouletFix: flag that kernel streams FDs has been sent
2014-02-25  David GouletFix: forbid session name creation if contains /
2014-02-25  David GouletFix: don't start session if no channel
2014-02-25  David GouletFix: report error if consumer can't be spawned
2014-02-25  David GouletFix: lttng list -u <name> should only list UST
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-25  David GouletFix: only create UST metadata on start trace
2014-02-24  David GouletRevert "Fix: wrong condition on startup for low-activit...
2014-02-24  Julien DesfossezFix: missing big endian conversion for one index field
2014-02-24  Julien DesfossezFix: wrong condition on startup for low-activity streams
2014-02-24  Julien DesfossezFix: perror on index directory creation error
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-21  Mathieu DesnoyersFix: scanf unbounded input
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-21  Mathieu DesnoyersFix: add missing VALGRIND ifdef checks and documentation
2014-02-14  Julien DesfossezFix: race with index file creation
2014-02-14  Julien DesfossezFix: deadlock during rotation
next
This page took 0.039362 seconds and 7 git commands to generate.