Extras: Add a checkpatch git pre-commit hook
[lttng-tools.git] / src / bin /
2013-01-07  David GouletFix: don't do custom lookup to relayd stream ht
2013-01-07  Andrew GabbasovAdd kernel modules loading for new probes
2013-01-07  David GouletFix: add missing UST abi header for make dist
2013-01-07  David GouletFix: add missing rcu read side lock/unlock
2012-12-20  David GouletFix: lttng create URI parsing and check
2012-12-20  David GouletFix: update to latest UST abi
2012-12-20  David GouletFix: return error if sendmsg fails on relayd
2012-12-19  David GouletFix: print ret value on ust_app start/stop error
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: change perror to debug statement
2012-12-19  David GouletFix: Off by one in seq num for data pending command
2012-12-19  David GouletFix: wrong check on session started on stop command
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: don't print usage when listing fails
2012-12-18  David GouletFix: possible invalid free in kernel thread
2012-12-18  David GouletFix: flag metadata stream on quiescent control cmd
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-18  David GouletFix: remove ua_sess->started assert on stop trace
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-17  David GouletFix: add missing pollset reset in relayd listener thread
2012-12-14  David GouletFix: set started flag of ust app after ustctl
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
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-13  David GouletFix: missing health exit in registration app thread
2012-12-13  David GouletFix: add packed attribute to filter structure
2012-12-13  David GouletFix: Add missing health code update for consumer command
2012-12-13  David GouletFix data pending for inflight streaming
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletAdd the relayd create session command
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-12-13  David GouletRemove MSG_WAITALL on every recvmsg() socket type
2012-12-10  David GouletFix: Relayd and sessiond version check
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-12-03  David GouletFix: audit all close/fclose and check returned code
2012-11-28  David GouletFix: enable-consumer for all domains missing dir
2012-11-28  David GouletFix: Add missing fct prototypes when disabling UST
2012-11-28  Andrew GabbasovFix a typo in lttng-probe-module name
2012-11-26  Mathieu DesnoyersClarify empty string/NULL filter errors
2012-11-22  David GouletFix: add missing padding for UST filter
2012-11-22  David GouletFix: Uninit. variable in lttng view
2012-11-22  David GouletAdd already enabled UST event error code
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 GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-19  David GouletAdd filter sequence number to UST
2012-11-14  David GouletFix: Typo from a previous patch in an assert()
2012-11-14  David GouletFix: Warn if session is running with lttng view
2012-11-14  Woegerer, PaulEnable additional kernel probes
2012-11-13  Simon MarchiUse the new functions for default subbuf sizes
2012-11-09  David GouletFix: FD leak on thread error
2012-11-09  David GouletFix: Wrong fd used by kernel_wait_quiescent
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-09  David GouletFix: Wrong data port when listing session
2012-11-08  David GouletFix: Enable event after start command
2012-11-08  Christian BabeuxFix: Teardown of thread_manage_clients on failure of...
2012-11-08  David GouletAdd a timeout to UST application socket
2012-11-07  David GouletFix: Consumerd error socket connect race
2012-11-07  David GouletFix: Set CLOEXEC flag on every created sockets
2012-11-06  David GouletFix: Create default channel on add-context if none
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-11-05  David GouletFix: Wrong poll events on UST application socket
2012-11-02  David GouletFix: Don't append datetime to default session name
2012-11-02  David GouletFix: Deny session creation name 'auto'
2012-11-02  David GouletFix: Add space for stream name CPU number
2012-11-02  David GouletFix: Add output option to enable-channel command
2012-11-01  David GouletRename data_available to data_pending
2012-10-31  David GouletFix: consumer health state
2012-10-30  David GouletFix: Bad return error code handling
2012-10-30  David GouletFix: Use after free() of the rundir string
2012-10-29  David GouletFix: Cleanup UST app session on ustctl create session...
2012-10-29  David GouletFix: add missing pthread_join in sessiond
2012-10-26  David GouletFix: free running directory string
2012-10-26  David GouletFix: UST app clean list node usage
2012-10-26  David GouletFix: Cleanup URIs on teardown
2012-10-26  David GouletFix: relayd memleaks
2012-10-26  David GouletFix: Memory leaks of allocated URIs
2012-10-26  David GouletFix: consumer output memory leak on creation
2012-10-26  David GouletFix: relayd trace file padding memleak
2012-10-26  David GouletFix: Remove useless consumer subdir string concatenation
2012-10-26  David GouletFix: lttng create allocated path memleak
2012-10-26  David GouletFix: Cppcheck memleakOnRealloc mistake
2012-10-24  David GouletFix: Delete stream on write error in consumer
2012-10-22  David GouletFix: Error handling when sending relayd sockets to...
2012-10-22  David GouletFix: Uninitialized ret code
2012-10-22  David GouletFix: Remove bad condition and fix overflow issue
2012-10-22  David GouletFix: consumerd pthread error flow
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-19  David GouletWait for data availability when stopping a session
2012-10-19  David GouletRelayd data available command support
next
This page took 0.037462 seconds and 6 git commands to generate.