lttng-tools.git
2014-02-28  David GouletUpdate version to v2.3.2 v2.3.2
2014-02-26  David GouletFix: minor rephrasing of the lttng.1 man page
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-11  Jérémie GalarneauFix: Define __STDC_LIMIT_MACROS to fix C++ builds
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-17  David GouletFix: wrong comment in snapshot public API
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  Zifei TongAdd libuuid as dependency in README
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-13  David GouletUpdate version to v2.3.1 v2.3.1
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-24  Jérémie GalarneauFix: Some corrections to the lttng man page
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-09-25  Christian BabeuxFix typo in lttng snapshot add-output example of lttng(1)
2013-09-04  David GouletUpdate version to v2.3.0 v2.3.0
2013-09-03  David GouletFix: remove periodical flush test from make check
2013-08-30  David GouletUpdate version to v2.3.0-rc3 v2.3.0-rc3
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 GouletTests: fix periodical flush tests to stop app
2013-08-29  David GouletFix: correctly close metadata on sessiond thread shutdown
2013-08-29  David GouletFix: delete the trace directory used for the test
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 GouletTests: change buffers UID test to PID
2013-08-27  David GouletTests: fix health tests to use custom socket timeout
2013-08-27  David GouletFix: remove health test from fast regression
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 GouletFix: support VPATH build for tests
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 MarchiUpdate bash completion
2013-08-26  Simon MarchiAdd --list-commands option to the snapshot command
2013-08-26  Simon MarchiReorder functions _lttng_cmd_* functions in bash completion
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: typo in configure.ac for version check
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 GouletAdd .dirstamp to gitignore file
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  Mathieu DesnoyersTracepoint probes don't need extern C
2013-08-15  Christian BabeuxFix: Snapshot should be taken asap in core handler...
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
next
This page took 0.037641 seconds and 4 git commands to generate.