Fix: format string type mismatch
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
2013-07-19  Mathieu DesnoyersFix: push metadata on stop for per-UID buffers
2013-07-16  Mathieu DesnoyersFix: use per-uid buffer registry for UID buffer snapshots
2013-07-12  David GouletFix: support temporary snapshot max size and name
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-12  David GouletFix: snapshot support for UST and kernel in same session
2013-07-04  Mathieu DesnoyersFix: UST per-UID channels persist across application...
2013-06-28  Mathieu DesnoyersFix: sessiond: use uint64_t for all session ids
2013-06-28  David GouletFix: snapshot path
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-25  David GouletFix: if relayd is unreachable, disable consumer for...
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-14  David GouletFix: memleak in the UST registry
2013-06-14  David GouletFix: memleaks in channel/event notify
2013-06-14  David GouletFix: sanitize wait queue in the dispatch thread
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-06-14  Mathieu DesnoyersFix ua_chan assert
2013-06-03  David GouletFix: set metadata closed on a push/close metadata error
2013-05-29  David GouletFix: add missing buffer registry cleanup on error
2013-05-28  David GouletFix: dereference after NULL check
2013-05-07  David GouletFix: split UST per UID/PID default values
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-29  Mathieu DesnoyersFix: per-uid buffers should only be flushed once on...
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-03-28  Mathieu DesnoyersFix: don't keep vpid, procname, nor patchlevel environm...
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
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  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-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 GouletMove LTTng-UST buffer ownership from application to...
2013-01-24  David GouletCleanup unused health state reference
2013-01-22  David GouletUse default value for metadata file name
2013-01-22  David GouletRemove UST abi cast on channel attribute
2013-01-21  David GouletAdd an allocation function for ust stream
2013-01-21  David GouletRename ltt_ust_stream to ust_app_stream
2013-01-21  David GouletMove stream name creation to fct create_ust_stream
2013-01-21  David GouletFix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
2013-01-21  David GouletFix: add missing fd put on stream creation error
2013-01-21  David GouletAdd a create_ust_stream function in ust-app.c
2013-01-21  David GouletFix: change function name for better meaning
2013-01-21  David GouletFix: improve error handling for UST stream creation
2013-01-16  David GouletRefactor ust-app create session
2013-01-16  David GouletFix: remove duplicate set ust event filter
2012-12-19  David GouletFix: print ret value on ust_app start/stop error
2012-12-19  David GouletFix: wrong check on session started on stop command
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-18  David GouletFix: remove ua_sess->started assert on stop trace
2012-12-14  David GouletFix: set started flag of ust app after ustctl
2012-12-13  David GouletFix: Bad error handling when enable channel fails
2012-12-13  David GouletFix: RCU unlock out of error path
2012-12-07  David GouletFix: Rename ust_app_destroy_trace and set it static
2012-12-07  David GouletFix: UST app session teardown process
2012-12-07  David GouletFix: check ht_del ret value of ust app session
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletChange the UST event hash table match function
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-14  David GouletFix: Typo from a previous patch in an assert()
2012-11-09  David GouletSupport new lttng-ust error code
2012-11-09  David GouletFix: Don't set filter if enable event fails
2012-11-06  Mathieu DesnoyersSupport new liblttng-ust-ctl error code
2012-11-05  David GouletFix: Channel creation error return code was not set
2012-10-30  David GouletFix: Bad return error code handling
2012-10-29  David GouletFix: Cleanup UST app session on ustctl create session...
2012-10-26  David GouletFix: UST app clean list node usage
2012-10-26  David GouletFix: Cppcheck memleakOnRealloc mistake
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-09-17  Christian BabeuxFix: Mismatch of field name between ust and tools
2012-09-17  David GouletAdd the written value when listing fields
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-17  David GouletUpdate version to v2.1.0-rc1 v2.1.0-rc1
2012-08-17  David GouletFix: UST app major version check
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-07-30  David GouletAdd consumer socket object and relayd commands
2012-07-24  David GouletAdd health counter to ust-app.c
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-07-11  David GouletNetwork streaming support
2012-06-14  Mathieu DesnoyersFix: enable event with different loglevel error
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-05-31  David GouletFix: clang llvm warnings
2012-03-20  Mathieu DesnoyersKeep track of FD used for UST applications (v2)
2012-03-19  Mathieu DesnoyersFix: various memleaks
2012-03-13  David GouletFix double PID registration race
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: test all close return values in sessiond
2012-02-15  David GouletFix ust app session started state on start trace
2012-02-15  David GouletFix double start/stop trace
2012-02-14  David GouletFix return value on ust app session create
2012-02-02  Mathieu DesnoyersVerify UST comm proto version
2012-02-02  Mathieu DesnoyersABI update: only send loglevel value to UST: fixed...
next
This page took 0.399306 seconds and 107 git commands to generate.