lttng-tools.git
2014-11-26  Mathieu DesnoyersCleanup: sessiond modprobe.c: coding style
2014-11-26  Mathieu DesnoyersCleanup: test_utils_expand_path.c prototypes
2014-11-26  Mathieu DesnoyersFix: test_utils_expand_path.c: out of memory error...
2014-11-26  Mathieu DesnoyersFix: test test_ust_data.c: check OOM
2014-11-26  Mathieu DesnoyersFix: test libc-wrapper: check malloc OOM
2014-11-26  Mathieu DesnoyersCleanup: test libc-wrapper: main parameters
2014-11-26  Mathieu DesnoyersFix: lttng-ctl: use zmalloc(), missing OOM check
2014-11-26  Mathieu DesnoyersFix: filter-parser.y: use zmalloc(), missing OOM check
2014-11-26  Mathieu DesnoyersFix: utils.c: check str*dup OOM
2014-11-26  Mathieu DesnoyersCleanup: implement zmalloc as static inline
2014-11-26  Mathieu DesnoyersFix: rculfhash: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: ini.c: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: lttng lttng.c: check strdup OOM
2014-11-26  Mathieu DesnoyersFix: lttng conf.c: use zmalloc()
2014-11-26  Mathieu DesnoyersFix: lttng view.c missing strdup OOM check
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng view.c
2014-11-26  Mathieu DesnoyersFix: use zmalloc() in lttng list.c
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-26  Mathieu DesnoyersFix: missing strdup oom check in lttng create.c
2014-11-26  Mathieu DesnoyersFix: lttng add_context.c: use zmalloc
2014-11-26  Mathieu DesnoyersCleanup: add missing static to function modprobe_remove...
2014-11-26  Mathieu DesnoyersFix: add missing str*dup oom check in sessiond main.c
2014-11-26  Mathieu DesnoyersFix: add missing sessiond kernel-consumer missing str...
2014-11-26  Mathieu DesnoyersFix: add missing strdup OOM check
2014-11-26  Mathieu DesnoyersFix: add missing synchronization point for before app...
2014-11-26  Mathieu DesnoyersFix: tests: wait output hide Terminate errors
2014-11-26  Mathieu DesnoyersFix: tests: remove killall, add missing SIGTERM handlers
2014-11-26  Mathieu DesnoyersFix: high throughput test: reset bw limit on sigterm
2014-11-26  Mathieu DesnoyersFix: tests: add missing wait, document missing synchro
2014-11-26  Mathieu DesnoyersDocument test anti-patterns
2014-11-23  Mathieu DesnoyersFix: test flaky sleep and wait patterns
2014-11-23  Mathieu DesnoyersFix: tests: don't use pidof to wait for test apps
2014-11-23  Mathieu DesnoyersFix: Live tracing does not honor live timer after first...
2014-11-23  Jérémie GalarneauFix: Handle empty daemon configuration file lines
2014-11-23  Jérémie GalarneauDocs: Add -f/--config option to lttng-sessiond man...
2014-11-23  Mathieu DesnoyersCleanup: spaghetti function return path
2014-11-23  Mathieu DesnoyersFix: relayd: unbalanced RCU read-side lock/unlock
2014-11-23  Mathieu DesnoyersFix: relayd: unbalanced RCU read lock/unlock
2014-11-23  Mathieu DesnoyersFix: lttng-relayd: unhandled out of memory error
2014-11-23  Mathieu DesnoyersFix: relayd viewer stream: unhandled out of memory...
2014-11-19  Jérémie GalarneauBuild fix: Apps defining _LGPL_SOURCE must link to...
2014-11-19  Jérémie GalarneauDefine _LGPL_SOURCE in test apps' tracepoint provider...
2014-11-19  Jérémie GalarneauDefine _LGPL_SOURCE in test applications
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in list_lttng_agent_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_channels()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_locks in cmd_list_domains()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in save_domains()
2014-11-18  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-18  Jérémie GalarneauFix: Missing rcu_read_lock in get_session_max_subbuf_size()
2014-11-17  Julien DesfossezFix: create/destroy a splice_pipe per stream
2014-11-16  Jérémie GalarneauNote find_ust_app_context must be called with RCU read...
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: Ambiguous agent event filter bytecode ownership
2014-11-16  Mathieu DesnoyersFix: filter bytecode and string memory leak on error
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-15  Jérémie GalarneauFix: HT must not be destroyed with a rcu_read_lock...
2014-11-15  Jérémie GalarneauFix: agent events HT should be destroyed from the clean...
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock in trace_ust_destroy_session()
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock when calling trace_ust_find_...
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock in cmd_start_trace()
2014-11-13  Mathieu DesnoyersCleanup: remove "disabled" flag for new release cycle
2014-11-13  Mathieu DesnoyersFix: filter attach vs event enable race
2014-11-11  Jérémie GalarneauFix: Mark libxml2 as a mandatory dependency
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-11-07  Jérémie GalarneauBypass 0 byte allocation when no domains are enabled
2014-11-07  Christian BabeuxFix: Add missing URCU_TLS access to error_log_time
2014-11-06  Jérémie GalarneauFix: check userspace perf counter name when looking...
2014-11-05  Jérémie GalarneauUpdate maintainer section of the man pages
2014-11-05  Jérémie GalarneauUpdate maintainer section of README.md
2014-11-04  Jérémie GalarneauFix: add README.md to documentation files
2014-10-31  David GouletFix: UST consumer sync all available metadata
2014-10-29  Nathan LynchTest: remove bogus argument from prove invocation
2014-10-25  David GouletFix: typo in pythong test Makefile
2014-10-23  David GouletFix: memory leak in libconfig
2014-10-22  David GouletAdd Python agent support
2014-10-21  David GouletFix: return EINVAL if agent registration fails
2014-10-21  Mathieu DesnoyersUse lttng-modules ABI version ioctl
2014-10-21  Mathieu DesnoyersFix: syscall list ioctl number conflict
2014-10-20  David GouletUpdate master ChangeLog with 2.5.1 release
2014-10-20  David GouletUpdate version to v2.6.0-rc1 v2.6.0-rc1
2014-10-20  David GouletUpdate man page with LOG4J information
2014-10-20  David GouletAdd log4j values to mi XML schema
2014-10-16  David GouletFix: add missing headers to makefile for dist tarball
2014-10-16  David GouletFix: initialize context list node on creation
2014-10-15  David GouletFix: update man page with log4j option
2014-10-14  David GouletFix: support log4j loglevel in mi
2014-10-14  David GouletFix: add log4j domain to session.xsd
2014-10-14  David GouletFix: add log4j to lttng list help
2014-10-07  Jérémie GalarneauFix: Don't save an empty <contexts> node in kernel...
2014-10-07  Jérémie GalarneauFix: save UST context informations as a event_perf_cont...
2014-10-03  David GouletFix: handle kernel event type correctly on enable
2014-10-03  David GouletTest: Add syscall listing
2014-10-01  David GouletFix: set hidden attribute to all public mi functions
2014-10-01  David GouletFix: set the hidden attribute to a filter function...
next
This page took 0.037662 seconds and 4 git commands to generate.