lttng-tools.git
2013-11-25  Raphaël BeamonteFix: utils_expand_path now works for paths that ends...
2013-11-25  Raphaël BeamonteFix: comment indentation
2013-11-25  Raphaël BeamonteAdd missing copyright to utils.c
2013-11-22  David GouletFix: use non block waitpid to lookup child state
2013-11-15  David GouletUpdate version to v2.4.0-rc1
2013-11-15  David GouletFix: add missing header file to build system
2013-11-15  Raphaël BeamonteRemove the utils_resolve_relative function that is...
2013-11-15  Raphaël BeamonteChange the utils_expand_path function to use utils_part...
2013-11-15  Raphaël BeamonteIntroduce a new utils_partial_realpath function
2013-11-15  Raphaël BeamonteTests: move invalid tests in test_utils_expand_path...
2013-11-15  Raphaël BeamonteTests: add a check in test_utils_expand_path to avoid...
2013-11-15  Julien DesfossezFix end condition on rotate with live reading
2013-11-15  Julien DesfossezProtect the abort_flag on reset and always close on...
2013-11-14  David GouletAdd exclusion regression test
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
2013-11-14  JP IkaheimonenAdd documentation about the --exclude option
2013-11-14  JP IkaheimonenAdd unit tests for enabling events with exclusions
2013-11-14  JP IkaheimonenAdd error check for zmalloc
2013-11-14  JP IkaheimonenAdd ust event exclusion UST ABI to internal copy
2013-11-14  JP IkaheimonenWhen listing events, show exclusions if they exist
2013-11-14  JP IkaheimonenAdd exclusion names to diagnostic printouts
2013-11-14  JP IkaheimonenDetect and report exclusion option errors
2013-11-14  JP IkaheimonenParse exclusions and forward them to the control handler
2013-11-14  JP IkaheimonenAdd a function to check for legal exclusions
2013-11-14  JP IkaheimonenAdd usage for --exclude option
2013-11-14  JP IkaheimonenAdd -exclude option to enable-event command
2013-11-14  JP IkaheimonenCollate lttng_enable_event* code
2013-11-14  JP IkaheimonenSend enable-event commands with exclusion data
2013-11-14  JP IkaheimonenSet event exclusions in the target when event is created
2013-11-14  JP IkaheimonenCopy exclusion data in shadow_copy_event
2013-11-14  JP IkaheimonenAdd exclusion data to find_ust_app_event
2013-11-14  JP IkaheimonenFree exclusion data when ust_app_event is deleted
2013-11-14  JP IkaheimonenCopy event exclusion data in add_unique_ust_app_event
2013-11-14  JP IkaheimonenCompare also exclusions in ht_match_ust_app_event
2013-11-14  JP IkaheimonenAdd exclusion data to ust_app_event structure
2013-11-14  JP IkaheimonenCollate handling of LTTNG_ENABLE_EVENT_WITH_FILTER
2013-11-14  JP IkaheimonenAdd handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
2013-11-14  JP IkaheimonenAdd new error codes for exclusion processing
2013-11-14  JP IkaheimonenCopy exclusion data in add_unique_ust_event.
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_find_event
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_create_event
2013-11-14  JP IkaheimonenAdd exclusion matching logic to trace_ust_ht_match_event
2013-11-14  JP IkaheimonenAdd event exclusion data to ltt_ust_event structure
2013-11-14  JP IkaheimonenAdd exclusions to event_ust_enable_tracepoint
2013-11-14  JP IkaheimonenAdd exclusion data to cmd_enable_event
2013-11-14  JP IkaheimonenDefine a structure for event exclusion data
2013-11-14  JP IkaheimonenAdd exclusion data to enable-command
2013-11-14  David GouletFix: document relayd live lock nesting
2013-11-14  Julien DesfossezFix concurrency issues while overwriting tracefiles...
2013-11-13  Raphaël BeamonteTests: Add test_utils_expand_path to unit tests
2013-11-13  Raphaël BeamonteCorrect the behavior of the utils_expand_path function
2013-11-13  Raphaël BeamonteTests: Add test_utils_resolve_relative to unit tests
2013-11-13  Raphaël BeamonteIntroduce a new utils_resolve_relative function
2013-11-13  Jérémie GalarneauFix: Warn that kernel loglevels are unsupported
2013-11-13  Julien DesfossezFix: unitialized variables in tests
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: bad type of return variable
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 DesnoyersImplement lttng_read()/lttng_write()
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-07  David GouletDoc: update lttng.1 man page with JUL options
2013-11-06  David GouletStatically linked lttng-ctl to live test
2013-11-06  Julien DesfossezImplement live viewer SEEK_LAST
2013-11-06  Julien DesfossezLive unit test
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-24  Jérémie GalarneauFix: Some corrections to the lttng man page
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: recv creds comm should handle partial receive
next
This page took 0.039312 seconds and 5 git commands to generate.