Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / common /
2015-08-06  Jérémie GalarneauFix: Use MSG_NOSIGNAL when calling sendmsg()
2015-07-30  Jérémie GalarneauRename Python agent event name to omit "user"
2015-07-30  Jérémie GalarneauConsolidate agent event names regardless of user privilege
2015-07-26  Jérémie GalarneauFix: Mishandled NULL short options in utils_generate_op...
2015-07-14  Jérémie GalarneauFix: Follow struct dirent allocation guidelines of...
2015-07-09  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-06-25  Jérémie GalarneauFix: Memory allocated by xmlNodeGetContent() must be...
2015-06-25  Jonathan RajotteSave/load: add support for shared memory path
2015-05-22  Jérémie GalarneauFix: Mark MI and Config string declarations as extern
2015-04-07  Mathieu DesnoyersFix: zero memory passed to create channel kernel ioctl
2014-11-11  Mathieu DesnoyersImplement kernel filter support
2014-11-05  Mathieu DesnoyersSupport lttng-modules syscall wildcards
2014-11-03  Mathieu DesnoyersImplement lttng-modules tracepoint wildcard support
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement PID tracking for kernel tracing
2015-03-26  Mathieu DesnoyersFix: recursive_rmdir: empty all empty subdir
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-02-06  Jonathan RajotteFix: out-of-tree build: missing xsd file for mi test...
2015-02-06  Jonathan RajotteFix: out-of-tree build: missing xsd file for save-load...
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-08  Jérémie GalarneauCleanup: Remove unused label
2015-01-08  Mathieu DesnoyersFix: exit threads not only on goto restart
2015-01-08  Mathieu DesnoyersFix: poll: show the correct number of fds
2015-01-08  Mathieu DesnoyersFix: compat poll: add missing empty revents checks
2015-01-08  Mathieu DesnoyersFix: various compat poll/epoll issues
2015-01-08  Jonathan RajotteFix: mi: snapshot: missing error handling for session...
2015-01-08  Mathieu DesnoyersFix: data pending: allow empty streams
2015-01-07  Mathieu DesnoyersCleanup: lock file already taken is error, not warning
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2015-01-07  Mathieu DesnoyersMissing error handling: consumer_signal_init should...
2015-01-05  Mathieu DesnoyersMisleading error handling: utils_create_pid_file()...
2014-12-02  Philippe ProulxFix: channel names are not validated
2014-12-01  Jérémie GalarneauCleanup: Missing whitespace
2014-12-01  Jérémie GalarneauFix: Don't leave events enabled if they were saved...
2014-11-26  Jérémie GalarneauCleanup: Unchecked close() return value in utils_create...
2014-11-26  Jérémie GalarneauCleanup: Mixed enums used for return code in send_sessi...
2014-11-26  Jérémie GalarneauCleanup: Cast poll() return value to void
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-18  Mathieu DesnoyersFix: UST subbuffers silently dropped on moderate trace...
2014-11-17  Julien DesfossezFix: create/destroy a splice_pipe per stream
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-10  Christian BabeuxFix: Warn the user when enabling an event in a new...
2014-11-07  Christian BabeuxFix: Add missing URCU_TLS access to error_log_time
2014-10-31  David GouletFix: UST consumer sync all available metadata
2014-10-23  David GouletFix: memory leak in libconfig
2014-10-22  David GouletAdd Python agent support
2014-10-21  Mathieu DesnoyersUse lttng-modules ABI version ioctl
2014-10-21  Mathieu DesnoyersFix: syscall list ioctl number conflict
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-14  David GouletFix: support log4j loglevel in mi
2014-10-14  David GouletFix: add log4j domain to session.xsd
2014-10-07  Jérémie GalarneauFix: save UST context informations as a event_perf_cont...
2014-10-01  David GouletFix: set hidden attribute to all public mi functions
2014-10-01  David GouletFix: channel deref. after NULL check in kernel consumer
2014-10-01  David GouletFix: incorrect cast in ust consumer assert
2014-09-30  David GouletFix: fd leak in inet accept call
2014-09-29  David GouletAdd syscall listing support
2014-09-29  David GouletFix: change perror to PERROR in kernel consumer
2014-09-29  Mathieu DesnoyersFix: kernel consumer: issue put_subbuf on error
2014-09-25  Mathieu DesnoyersImplement kernctl_syscall_mask
2014-09-25  Mathieu DesnoyersImplement syscall mask ioctl
2014-09-25  Mathieu Desnoyerslttng-modules ABI: syscall field "enable"
2014-09-25  Mathieu DesnoyersAdd kernctl_syscall_list
2014-09-25  Mathieu DesnoyersCleanup: Remove LTTNG_ENABLE_ALL_EVENT and LTTNG_DISABL...
2014-09-25  Mathieu DesnoyersImplement support for lttng-modules syscall filtering
2014-09-25  Jérémie GalarneauFix: Propagate socket timeouts on lttcomm_accept_inet_s...
2014-09-19  Philippe Proulxsessiond: Add --extra-kmod-probes option
2014-09-11  David GouletAdd log4j default event and channel name handling
2014-09-03  Jonathan Rajotte... Fix: mi print of probe attributes + validation
2014-08-16  Jonathan Rajotte... fix: mi: xsd: wrong comment for context_type_type
2014-08-16  Jonathan Rajotte... Mi & save/load: add option to indent or not on config...
2014-08-08  David GouletAdding log4j agent support
2014-08-08  David GouletChange --jul-port-tcp and jul.port to use agent namespace
2014-08-08  David GouletRefactor JUL to agent namespace
2014-08-05  Jérémie GalarneauDisallow wildcards in event names except as the last...
2014-07-30  Mathieu DesnoyersFix: out of tree build by adding missing ini.c include
2014-07-29  Jonathan Rajotte... Fix: mi: missing files on make dist
2014-07-25  Jonathan Rajotte... Fix: remove duplicate elements definition in mi_lttng.xsd
2014-07-23  Jonathan Rajotte... Fix: Mi: use sub field of version struct for version...
2014-07-22  Jonathan Rajotte... Fix mi: validation for snapshot element
2014-07-22  Jonathan Rajotte... Mi fix: refactor disable_channel mi output to success...
2014-07-22  Jonathan Rajotte... Comment mi: update mi_lttng_domain todo
2014-07-22  Jonathan Rajotte... Fix mi: add support for Jul loglevel
2014-07-22  Jonathan Rajotte... Mi fix: basic formatting
2014-07-22  Jonathan Rajotte... Mi disable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi disable-event command: support and validation
2014-07-22  Jonathan Rajotte... Mi set-session command: support and validation
2014-07-22  Jonathan Rajotte... Mi enable-event command: support for enable-event command
2014-07-22  Jonathan Rajotte... Mi enable-channel command: support and validation
2014-07-22  Jonathan Rajotte... Mi add-context command: support and validation
2014-07-22  Jonathan Rajotte... Mi calibrate command: support and validation
2014-07-22  Jonathan Rajotte... Mi destroy command: support and validation
2014-07-22  Jonathan Rajotte... Mi create command: support and validation
next
This page took 0.041047 seconds and 7 git commands to generate.