lttng-tools.git
2018-05-18  Jérémie GalarneauFix: perform the initialization memory barrier out...
2018-05-18  Jérémie GalarneauClean-up: explicit mb before decrementing lttng_session...
2018-05-18  Jérémie GalarneauClean-up: use a define for support thread count
2018-05-17  Michael JeansonPort: fix format warnings on Cygwin
2018-05-17  Michael JeansonAdd missing include for ssize_t on Cygwin
2018-05-17  Jérémie GalarneauFix: sessions with agent channels fail to load
2018-05-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
2018-05-16  Jérémie GalarneauAdd test_utils_parse_time_suffix to .gitignore
2018-05-09  Jérémie GalarneauClean-up: kernel_consumer_add_stream() does not need...
2018-05-09  Jérémie GalarneauFix: sessiond fails to launch on --without-ust configur...
2018-05-09  Jérémie GalarneauFix: agent thread poll set creation failure results...
2018-05-09  Jérémie GalarneauFix: test uses sizeof() on the wrong operand of strncpy
2018-05-08  Jérémie GalarneauRename kernel_consumer_send_channel_stream()
2018-05-08  Jérémie GalarneauRename consumer_init_channel_comm_msg()
2018-05-08  Jérémie GalarneauCleanup: send_fds functions are not const-correct
2018-05-03  Jérémie GalarneauRemove unused ltt_session look-up result
2018-05-03  Jérémie GalarneauClean-up: reduce indentation level of create_channel_pe...
2018-05-03  Jérémie GalarneauEnforce locking assumptions during channel creation
2018-05-02  Jérémie GalarneauCleanup: misleading create_ust_app_session() name
2018-05-02  Jérémie GalarneauRename rotate_count to current_archive_id
2018-05-02  Jérémie GalarneauCleanup: name of send_sessiond_channel() is misleading
2018-05-01  Michael JeansonPrint the git version used to build from a distribution...
2018-05-01  Jérémie GalarneauDocs: lttng-version uses the intransitive form of ...
2018-05-01  Jonathan RajotteFix: relayd streams can be leaked on connection error
2018-05-01  Jérémie GalarneauCleanup: fix typo in relayd comment
2018-04-30  Jonathan RajotteFix: ret may be used uninitialized in sample_channel_po...
2018-04-30  Jonathan RajotteCleanup: ret is unused in relay_process_data_receive_he...
2018-04-27  Jérémie GalarneauFix build: in_git_repo is used before being set
2018-04-27  Jérémie GalarneauFix: partial writes of padding are not checked
2018-04-27  Jérémie GalarneauPropagate whether a connection was closed cleanly or...
2018-04-27  Jonathan RajotteFix: relayd protocol field present from minor 8 is...
2018-04-27  Jonathan RajotteAdd DBG statement for TCP keep-alive options
2018-04-27  Jérémie GalarneauFix: relay_recv_metadata does not check for partial...
2018-04-27  Jérémie GalarneauUse non-blocking recvmsg() for data/ctrl connections...
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-24  Jérémie GalarneauFix: erroneous use of extern keyword
2018-04-24  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-24  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-24  Jérémie GalarneauCleanup: misleading variable name
2018-04-24  Jérémie GalarneauFix: checking for existing session daemon is done after...
2018-04-10  Jonathan RajotteFix: null pointer dereference in lttng_rotation_handle_...
2018-04-10  Geneviève Bastiensessiond: rename syscall.h so it does not conflict...
2018-04-10  Jonathan RajotteTests: Handle rotations happening on two separate days...
2018-04-10  Jonathan RajotteTests: Clean trace_path after each subtest
2018-04-10  Jonathan RajotteTests: Use for loop for identical validation
2018-04-10  Jonathan RajotteTests: Count number of chunk using ls
2018-04-10  Jérémie GalarneauFix: quiet option is not set in sessiond-config
2018-04-10  Jonathan RajotteFix: hold consumer socket lock for consumer_send_msg
2018-04-09  Jérémie GalarneauFix: use signed member to transport enum value
2018-04-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-04-07  Jérémie GalarneauExtend the rotation API to provide network trace archiv...
2018-04-07  Jérémie GalarneauIncrease LTTNG_HOST_NAME_MAX from 64 to 255
2018-04-07  Jérémie GalarneauAdd lttng_trace_archive_location lttng-ctl API
2018-04-04  Jérémie GalarneauClarify notification channel info ht destruction error log
2018-04-04  Jonathan RajotteFix: goto end after end label
2018-04-04  Jonathan RajotteCheck return value of cds_lfht_destroy
2018-04-04  Jonathan RajotteFix: destroy schedule attr
2018-04-03  Jonathan RajotteTests: fix oot and dist for rotation tests
2018-04-03  Jérémie GalarneauTests: add rotation tests scripts to noinst_SCRIPTS...
2018-04-03  Jonathan RajotteTests: SESSION_NAME defined on each iteration of kernel...
2018-04-03  Jonathan RajotteTests: Reduce scope of TRACE_PATH to a function
2018-04-03  Jonathan RajotteTests: PID_RELAYD is never used
2018-04-03  Jonathan RajotteTests: use functions from utils.sh in rotation tests
2018-04-03  Jonathan RajotteTests: consolidate session creation with a uri paramete...
2018-04-03  Jonathan RajotteTests: use modprobe to test for the presence of lttng...
2018-04-03  Jonathan RajotteTests: missing license header in rotation utils
2018-04-03  Jonathan RajotteTests: missing parenthesis in userspace rotation test
2018-04-03  Jonathan RajotteTests: use enable_ust_lttng_channel_ok instead of a...
2018-04-03  Jonathan RajotteTests: remove TRACE_PATH at the end of the rotation...
2018-04-03  Jonathan RajotteTests: exit $out gets overridden by EXIT trap from...
2018-04-03  Jonathan RajotteTests: Use SIGTERM instead of SIGKILL
2018-04-03  Jonathan RajotteAdd --post-script to tap-driver.sh
2018-04-03  Jérémie GalarneauTests: add rotation tests to the "check" target
2018-04-03  Jérémie GalarneauFix: fail on truncation of kernel channel path
2018-04-03  Jérémie GalarneauFix: fail on truncation of snapshot path
2018-04-03  Julien DesfossezDedicated error message when relay does not support...
2018-04-03  Julien DesfossezFix: add missing includes for embedded help
2018-04-03  Philippe ProulxDocument tracing session rotation features
2018-04-03  Jérémie GalarneauCheck for pending notification on notification channel...
2018-04-03  Jérémie GalarneauClarify error logging statement of rotation thread
2018-04-03  Jérémie GalarneauFix: rotation state marked as completed before relayd...
2018-04-03  Jérémie GalarneauFix: cmd_rotate_set_schedule returns positive error...
2018-04-03  Jérémie GalarneauFix: unchecked return value of domain_mkdir()
2018-04-03  Jérémie GalarneauAdd initial "no rotation" state to session rotation...
2018-04-03  Jérémie GalarneauFix: erroneous use of kernel consumer error codes
2018-04-03  Jérémie GalarneauFix: unhandled prev_seq initial value
2018-04-03  Julien DesfossezSize-based rotation
2018-04-03  Jérémie GalarneauAdd lttng_notification_channel_has_pending_notification()
2018-04-03  Jérémie GalarneauFix: channel lock must be taken to check for pending...
2018-04-03  Jérémie GalarneauDocs: typo in notification channel header
2018-04-03  Jérémie GalarneauFix: circular inclusion of lttng.h results in warning
2018-04-03  Jérémie GalarneauRemove unneeded domain.h include
2018-04-03  Jérémie GalarneauDocs: wrong enum value used in evaluation API description
2018-04-03  Jérémie GalarneauRemove unneeded forward declaration in condition headers
2018-04-03  Julien DesfossezAdd the GMT offset in the rotated chunk path
2018-04-03  Julien DesfossezTests for the session rotation feature
2018-04-03  Julien DesfossezFix validate_trace_empty test check
2018-04-03  Julien DesfossezExample client to use the session rotation API
2018-04-03  Julien DesfossezSave, restore and list the rotation parameters
2018-04-03  Julien DesfossezSession consumed size notification
next
This page took 0.039662 seconds and 5 git commands to generate.