Tests: Add test_utils_resolve_relative to unit tests
[lttng-tools.git] / src / bin /
2013-11-13  Jérémie GalarneauFix: Warn that kernel loglevels are unsupported
2013-11-13  Julien DesfossezHandle the tracefile_size/count in live
2013-11-12  David GouletFix: don't use daemon() to daemonize
2013-11-12  David GouletFix: typo in --sig-parent help
2013-11-11  Jérémie GalarneauFix: Duplicate lttng-sessiond thread creation comments
2013-11-11  Jérémie GalarneauFix: Don't dispatch uninitialized hash tables to the...
2013-11-11  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu Desnoyersrelayd live cleanup
2013-11-11  Mathieu DesnoyersComment why we cannot rmdir the lttng and relayd rundir
2013-11-11  Mathieu DesnoyersRemove jul attach/detach, not needed for now
2013-11-11  Mathieu Desnoyersjul-thread.h: cleanup include guards
2013-11-11  Mathieu DesnoyersCleanup: sessiond jul.c comments and error path
2013-11-11  Mathieu DesnoyersCleanup: jul.h include guards
2013-11-11  Mathieu DesnoyersFix: comment not matching code
2013-11-11  Mathieu DesnoyersRevert "Fix: remove the rundir at the end of the cleanup"
2013-11-11  Mathieu DesnoyersRevert "Fix: remove relayd rundir on cleanup"
2013-11-08  David GouletFix: remove relayd rundir on cleanup
2013-11-06  Julien DesfossezImplement live viewer SEEK_LAST
2013-11-06  Julien DesfossezLive: send the number of streams in list_sessions
2013-11-06  David GouletFix: remove the rundir at the end of the cleanup
2013-11-06  David GouletWrite TCP JUL port in the lttng's rundir
2013-11-06  David GouletFix: application SIGBUS when starting in parallel with...
2013-11-04  David GouletFix: Uninitialized scalar variable
2013-11-04  David GouletFix: missing LTTNG_OK return value for snapshot
2013-11-04  David GouletFix: ressource leak in error path
2013-11-04  David GouletFix: bad copy paste in enable-channel command
2013-11-04  David GouletFix: fix misleading comment
2013-11-04  David GouletFix: don't enable if param overflows when rounded up
2013-11-04  David GouletFix: add default name in snapshot add-output msg
2013-11-04  David GouletFix: arguments in the wrong order for fd-limit
2013-10-17  David GouletFix: use after free in jul_list_events
2013-10-16  David GouletFix: memory leak in error path in JUL list
2013-10-16  David GouletFix: JUL domain support with --disable-lttng-ust
2013-10-16  David GouletAdd lttng list -j command to list possible events
2013-10-16  David GouletAdd jul-app ABI/API and handle registration
2013-10-16  David GouletAdd JUL registration thread
2013-10-16  David GouletAdd jul.c/.h to sessiond code
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-10-11  David GouletFix: set app socket timeout just after accept()
2013-10-10  David GouletFix: put ctf trace ht ref. inside stream
2013-10-09  Mathieu DesnoyersFix: consumerd/relayd health paths
2013-10-09  Mathieu DesnoyersUnlink rundir files individually
2013-10-09  Mathieu DesnoyersFix: join live threads after joining others
2013-10-09  Mathieu DesnoyersAdd health thread to relayd
2013-10-09  Mathieu Desnoyershealth consumerd: add missing extern
2013-10-09  Mathieu Desnoyersrelayd: add health check support for live threads
2013-10-09  Mathieu DesnoyersHealth check: implement health check query in sessiond...
2013-10-09  Mathieu DesnoyersImplement consumer health check thread
2013-10-09  Mathieu DesnoyersMove health comm to health-internal.h
2013-10-09  Mathieu Desnoyersconsumerd: register threads to health monitoring
2013-10-09  Mathieu Desnoyersrelayd: add health instrumentation to threads
2013-10-09  Mathieu Desnoyersrelayd: register threads to health monitoring
2013-10-09  Mathieu DesnoyersMove health into its own common/ static library
2013-10-09  Mathieu DesnoyersTurn health.h/health.c into a library
2013-10-09  Mathieu DesnoyersCleanup: health.h
2013-10-09  Mathieu DesnoyersFix: relayd: incorrectly placed exit labels
2013-10-09  Mathieu DesnoyersFix: add missing pthread_join in sessiond
2013-09-30  David GouletFix: add missing pthread_join in sessiond
2013-09-30  David GouletFix: session's hostname wrongly assigned
2013-09-27  David GouletFix: use global thread quit pipe in live
2013-09-27  David GouletFix: use session id when deleting viewer streams
2013-09-27  David GouletFix: remove debug error message
2013-09-27  Julien DesfossezRelicense lttng-index and lttng-viewer to BSD
2013-09-27  David GouletFix: don't create index on snapshot
2013-09-27  David GouletFix: add index destruction in destroy stream call
2013-09-27  David GouletFix: make indexes HT global for real
2013-09-27  David GouletFix: rename close_stream and use it in delete session
2013-09-27  David GouletFix: assign values to relayd connection type enum
2013-09-27  David GouletMake viewer streams HT global
2013-09-27  Julien DesfossezTest for new metadata at each packet
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-08-30  David GouletFix: remove wrong doing asserts in sessiond
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  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  Mathieu DesnoyersFix: don't skip chmod if tracing group is not found
2013-08-08  Mathieu Desnoyersinet/inet6 sockets: apply timeout
next
This page took 0.039282 seconds and 7 git commands to generate.