Fix: increment channel refcount on add_stream
[lttng-tools.git] / src / bin /
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-14  David GouletFix: memory leak in error path in UST registry
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-14  David GouletFix: kernel metadata data leak in error path
2013-05-14  David GouletFix: data leak in error path of cmd_register_consumer()
2013-05-14  David GouletFix: possible out of bounds write in enable-event
2013-05-13  Stefan SeefeldAdd --version command-line option to lttng.
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-05-09  David GouletFix: print an error if tracefile-size is missing with...
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: don't start the relayd with a wrong --output dir
2013-05-06  David GouletFix: wrong data port when listing session's URI
2013-05-06  David GouletFix: don't create a channel on an enable channel
2013-05-06  David GouletFix: print lttng strerror on enable event with filter
2013-05-06  David GouletFix: reset current size for tracefile rotation
2013-05-02  Mathieu Desnoyerslttng UI: round up trace file size to subbuf size if...
2013-05-02  Mathieu DesnoyersFix lttng UI: fix arg parsing, round size to next power...
2013-05-02  Mathieu DesnoyersFix: check errors in lttng command argument values
2013-05-02  Mathieu DesnoyersImplement get_count_order in lttng utils
2013-05-02  Simon Marchilttng cli: Accept human readable sizes for --subbuf...
2013-04-30  David GouletFix: change order of fd get to fix error path
2013-04-30  David GouletFix: fd leak when creating UST metadata channel
2013-04-30  Mathieu DesnoyersFix: fd leak on error
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-30  Mathieu DesnoyersFix: don't call hash table destroy under rcu read-side...
2013-04-29  Mathieu DesnoyersFix: segfault in buffer_reg_channel_destroy()
2013-04-29  David GouletFix: no need to use run_as_open in the relayd
2013-04-29  David GouletFix: typo in enable-channel man and help
2013-04-29  Mathieu DesnoyersFix: per-uid buffers should only be flushed once on...
2013-04-22  David GouletFix: linking order of libraries
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-04-12  David GouletFix: update lttng.1 man and enable-channel help with...
2013-04-11  David GouletFix: typos in the code base
2013-04-11  David GouletFix: deny multiple event types with enable-event
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: reset consumer destination when changing URIs
2013-04-11  David GouletFix: don't allow different control and data destination
2013-04-11  David GouletImprove channel listing output format
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-04-11  David GouletFix: validate buffer type for UST channel creation
2013-03-28  David GouletFix: Add missing header for make dist
2013-03-28  David GouletFix: add missing declaration for disable-lttng-ust
2013-03-28  Mathieu DesnoyersFix: don't keep vpid, procname, nor patchlevel environm...
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Mathieu DesnoyersDocumentation: filter $ctx manpage and --help
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-26  Mathieu DesnoyersFix: UST context activation
2013-03-25  David GouletFix: lttng create default name check
2013-03-25  David GouletFix: add missing error output
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-25  David GouletFix: typo in the create command help and man page
2013-03-25  David GouletFix: session name max length was not handled correctly
2013-03-25  David GouletFix: lttng UI failed to report error 19
2013-03-25  David GouletFix: validate expanded path NULL ptr in relayd
2013-03-21  David GouletFix: handle error if metadata fails to be created
2013-03-21  David GouletAllow enable-channel to work with metadata channel
2013-03-21  Simon MarchiAdd with-sessiond-bin configure option
2013-03-21  Christian BabeuxFix: Use after free on spawn_sessiond error path in...
2013-03-21  Christian BabeuxFix: Memory leak when zmalloc fail on kernel channel...
2013-03-21  Christian BabeuxFix: Memory leaks when calling get_cmdline_by_pid
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  Christian BabeuxFix: Memory leaks on error paths in config_read_session...
2013-03-21  Christian BabeuxFix: Memory leak on error paths of relay_add_stream
2013-03-21  David GouletFix: wrong header path when compiling without UST support
2013-03-21  David GouletSupport per UID buffers
2013-03-21  David GouletMove ust channel registry inside session registry
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Mathieu DesnoyersFix: default read timer values
2013-03-11  Mathieu DesnoyersImplement channel fd monitoring thread for UST
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-30  David GouletFix: remove consumer health poll update on startup
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-30  David GouletFix: support duplicate health type
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-23  David Gouletrelayd: Create output directory in main()
2013-01-23  David GouletUse utils family function in relayd
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2013-01-22  David GouletUse default value for metadata file name
2013-01-22  David GouletRemove UST abi cast on channel attribute
2013-01-22  David GouletFix: add missing rcu lock for UST lookup
2013-01-22  David GouletRemove unused variables in trace-kernel/ust.c
2013-01-22  David GouletRemove unused kernel session variable in event.c
2013-01-22  David GouletAdd safety assert() in session daemon
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-21  David GouletAdd an allocation function for ust stream
next
This page took 0.038923 seconds and 7 git commands to generate.