Fix: add a get HOME dir fallback to getpwuid
[lttng-tools.git] / src /
2014-07-10  David GouletFix: add a get HOME dir fallback to getpwuid stable-2.3
2014-07-10  David GouletFix: don't set enabled flag is session start fails
2014-07-10  Jérémie GalarneauFix: check malloc return value
2014-07-10  Jérémie GalarneauFix: static array larger than necessary
2014-06-25  David GouletFix: set session in output mode if URL are set afterwards
2014-06-19  Francis DeslauriersFix: Add vpid, vppid and vtid info in add-context help
2014-05-26  David GouletFix: possible use after free in consumer
2014-05-23  David GouletFix: deny overwrite mode and num subbuf less than 2
2014-05-14  David GouletFix: handle ENOENT when creating a kernel event
2014-05-14  David GouletFix: incorrect printf format
2014-04-01  David GouletFix: don't print stream name in error message
2014-04-01  David GouletFix: take session list lock when listing tp
2014-03-25  David GouletFix: don't ask data pending if session was not started
2014-03-10  Zifei TongFix: clang 'constant-out-of-range-compare' warning
2014-02-26  Stefan SeefeldFix: possible NULL deref. in sessiond error path
2014-02-25  David GouletFix: flag that kernel streams FDs has been sent
2014-02-25  David GouletFix: forbid session name creation if contains /
2014-02-25  David GouletFix: don't start session if no channel
2014-02-25  David GouletFix: report error if consumer can't be spawned
2014-02-25  David GouletFix: lttng list -u <name> should only list UST
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-04  David GouletFix: remove unused goto label
2014-02-04  Mathieu DesnoyersFix: relayd: add LPOLLERR to events
2014-02-04  Mathieu DesnoyersFix: relayd: initialize lttcomm inet
2014-02-04  Mathieu DesnoyersFix: consumerd: HT init/teardown with program
2014-02-04  Mathieu DesnoyersFix: consumerd should initialize lttcomm
2014-02-04  Mathieu DesnoyersFix: measure UST clock offset with best sample (v2)
2014-01-14  David GouletFix: report to client when snapshot will be empty
2014-01-09  David GouletFix: missing reset when listing UST fields for multiple...
2014-01-07  Mathieu DesnoyersFix: filter: check binary op nesting
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-03  David GouletFix: remove bad code from previous backport patch
2013-12-03  David GouletFix: bad logical check of error codes
2013-11-28  David GouletFix: resource leak in enable-event command
2013-11-28  David GouletFix: unchecked return value in ust app delete
2013-11-28  David GouletFix: dereference after null check in UST registry
2013-11-28  David GouletFix: Resource leak in ust registry
2013-11-28  David GouletFix: backported from urcu commit 92af1a30
2013-11-28  David GouletFix: update back the metadata len sent on failure
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-26  David GouletFix: comparison of unsigned enum expression >= 0
2013-11-26  David GouletFix: implicit conversion of enum types in consumer
2013-11-26  David GouletFix: implicit conversion of enum types in sessiond
2013-11-26  David GouletFix: comparison of unsigned value agains < 0
2013-11-12  David GouletFix: typo in --sig-parent help
2013-11-06  David GouletFix: application SIGBUS when starting in parallel with...
2013-11-04  David GouletFix: missing LTTNG_OK return value for snapshot
2013-11-04  David GouletFix: arguments in the wrong order for fd-limit
2013-10-11  David GouletFix: recv creds comm should handle partial receive
2013-10-11  David GouletFix: set app socket timeout just after accept()
2013-08-30  Mathieu DesnoyersFix: hashtable: take split_count_order into account
2013-08-30  David GouletFix: remove wrong doing asserts in sessiond
2013-08-29  David GouletFix: correctly close metadata on sessiond thread shutdown
2013-08-29  David GouletFix: remove bad check after epoll wait in consumer
2013-08-29  David GouletFix: missing data pending signess conversion
2013-08-29  Mathieu DesnoyersFix: consumer data pending for empty streams
2013-08-27  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-08-27  Mathieu DesnoyersFix: run_as gid/uid test should return result to parent
2013-08-27  David GouletFix: missing check for metadata data pending
2013-08-27  David GouletUse socket timeout value for tcp timeout if available
2013-08-27  David GouletFix: set the health delta tcp timeout aware
2013-08-27  David GouletGet the maximum TCP timeout in sessiond
2013-08-27  David GouletFix: don't report error if UST app dies
2013-08-26  David GouletImprove comments after review
2013-08-26  David GouletRename consumer socket fd to fd_ptr
2013-08-26  David GouletLock consumer data before fd check during destroy
2013-08-26  David GouletUse single callsite for send/recv ops. for consumer...
2013-08-26  David GouletUse consumer fd reference in consumer socket obj
2013-08-26  Simon MarchiAdd --list-commands option to the snapshot command
2013-08-23  Simon MarchiUse parse_size_suffix in snapshot
2013-08-23  David GouletFix: snapshot record error handling
2013-08-23  Mathieu DesnoyersFix: improve error message when UST support is disabled
2013-08-22  David GouletFix: add missing short filter option in help
2013-08-22  David GouletFix: remove calibrate syscall option from code
2013-08-22  Mathieu DesnoyersFix: snapshot should fail if no successful snapshot...
2013-08-22  Mathieu DesnoyersFix: check UST float field mantissa length
2013-08-21  David GouletFix: add UST context in the same order the user enabled...
2013-08-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-08-19  David GouletFix: snapshot with multiple UIDs
2013-08-16  Mathieu DesnoyersPrepare for automake deprecation of missing subdir...
2013-08-16  Mathieu DesnoyersFix: typos in --help and manpage
2013-08-16  Mathieu DesnoyersFix: add-context without -c apply to all channels
2013-08-16  Mathieu DesnoyersFix: channels can be _enabled_ after tracing is started...
2013-08-16  Zifei TongFix filter parser segmentation fault with bison 3.0
2013-08-16  Mathieu DesnoyersFix: typo in error msg
2013-08-16  Mathieu DesnoyersFix: imprecise error message about root sessiond/tracin...
2013-08-16  Mathieu DesnoyersFix: don't skip chmod if tracing group is not found
2013-08-15  Julien DesfossezFix: reset out_fd_offset when we rotate the trace file
2013-08-08  Jérémie GalarneauFix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
2013-08-08  Mathieu Desnoyersinet/inet6 sockets: apply timeout
2013-08-08  Mathieu DesnoyersImplement timeout for connect ipv4/ipv6
2013-08-07  Mathieu DesnoyersIntroduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
2013-08-05  Mathieu Desnoyersrelayd: use version macros from build rather than scanf
2013-08-05  Mathieu Desnoyerssessiond: use version major/minor from build for commun...
2013-08-05  Christian BabeuxFix: Dead code when checking return value from (ust_app...
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string mismatch
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
2013-07-19  Mathieu DesnoyersCleanup: add missing dot
2013-07-19  Mathieu DesnoyersFix: sym name len (kernel)
next
This page took 0.038828 seconds and 7 git commands to generate.