Fix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
[lttng-tools.git] / src /
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
2013-01-16  Samuel MartinMake sync_file_range() usage optional
2013-01-14  David GouletDestroy created kernel channel on enable all error
2013-01-14  David GouletAdd internal kernel channel destroy function
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2013-01-10  David GouletFix: update next_net_seq_num after sending header
2013-01-10  David GouletFix: wrong loop continuation in metadata thread
2013-01-09  David GouletFix: lttng create session memleaks
2013-01-09  David GouletFix: remove unused session id map
2013-01-09  David GouletFix: wrong session id used on relayd lookup
2013-01-07  David GouletFix: don't do custom lookup to relayd stream ht
2013-01-07  Yannick BrosseauAdd pkg-config for liblttng-ctl
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: bad check of accept() return value
2012-12-20  David GouletFix: missing mutex lock if relayd was not created
2012-12-20  David GouletFix: return error if sendmsg fails on relayd
2012-12-20  David GouletFix: variable usage for data pending and add comments
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: don't print EPIPE error which can happen
2012-12-19  David GouletFix: handle shutdown on recv reply in relayd
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: for librelayd, fix negative reply ret code
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: DBG statement in relayd
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: handle consumer data pipe read error
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: add missing goto pending if data is inflight
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: force the poll() return value to be nb_fd
2012-12-17  David GouletFix: add missing pollset reset in relayd listener thread
2012-12-14  David GouletFix: Wrong check of node when cleaning up ht
2012-12-14  David GouletRevert adding LTTNG_PACKED in lttng.h
2012-12-14  David GouletFix: set started flag of ust app after ustctl
2012-12-14  David GouletFix: memory leak in add relayd socket error path
2012-12-14  Julien DesfossezMove relay commands out of lttcomm_sessiond_command
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: packed every sessiond-comm.h structure pass over...
2012-12-13  David GouletAdd LTTNG_PACKED macro
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: Add missing relayd ht cleanup and ht destroy
2012-12-10  David GouletFix: Allocate stream hash table in respective threads
2012-12-10  David GouletFix: Use stream deletion function when cleaning up
2012-12-10  David GouletFix: Missing umask when using run as no clone
2012-12-10  David GouletFix: Relayd and sessiond version check
2012-12-10  David GouletFix: FD leak on consumer add relayd socket error
2012-12-10  David GouletFix: Consumer sockets leak on error
2012-12-07  David GouletFix: Use endpoint status enum value in checks
2012-12-07  David GouletFix: protect consumer_find_channel with rcu locking
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-06  David GouletFix: locking order between consumer and stream
2012-12-06  David GouletFix: don't steal key when adding a metadata stream
2012-12-06  Mathieu DesnoyersConsumer hold mutex for add stream
2012-12-03  David GouletFix: audit all close/fclose and check returned code
2012-12-03  David GouletFix: set the stream ht static in consumer file
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-27  David GouletAssign values to enum lttcomm_sessiond_command
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
next
This page took 0.041401 seconds and 7 git commands to generate.