lttng-tools.git
2013-02-22  Christian BabeuxTests: Convert the kernel_all_events_basic test to...
2013-02-22  Christian BabeuxTests: Add runner script for unit tests
2013-02-22  Christian BabeuxTests: Convert the URI unit test output to TAP
2013-02-22  Christian BabeuxTests: Convert the UST data structures unit test output...
2013-02-22  Christian BabeuxTests: Convert the kernel data structures unit test...
2013-02-22  Christian BabeuxTests: Convert the session unit test output to TAP
2013-02-22  Christian BabeuxTests: Convert functions in utils.sh to output in the...
2013-02-22  Christian BabeuxTests: Add the runner.sh tests runner utility
2013-02-22  Christian BabeuxTests: Add TAP helpers in tests/utils/tap
2013-02-22  Christian BabeuxTests: Move unit tests to tests/unit
2013-02-22  Christian BabeuxTests: Move tests to tests/regression
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-02-15  Christian BabeuxFix: Conditionally disable test requiring shared libs
2013-01-30  David GouletFix: remove consumer health poll update on startup
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-30  David GouletFix: support duplicate health type
2013-01-25  David GouletClarify README about the GNU gold linker requirement
2013-01-25  David GouletCleanup: use LTTNG_PACKED in lttng-kernel.h
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in src/common
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in lttng-ctl filter lib
2013-01-25  David GouletAdd LTTNG_HIDDEN macro for hidden attribute
2013-01-25  Mathieu DesnoyersSymbol prefixing: in-house copy of hash table
2013-01-25  Mathieu DesnoyersFix: add missing unistd.h for fdatasync in compat-fcntl.c
2013-01-25  Mathieu DesnoyersNamespace lttngctl filter flex/bison symbols
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-23  David GouletUse utils mkdir recursive in runas.c
2013-01-23  David Gouletrelayd: Create output directory in main()
2013-01-23  David GouletUse utils family function in relayd
2013-01-23  David GouletAdd mkdir_recursive function to libcommon utils
2013-01-22  David GouletFix: poll max size should be checked during resize
2013-01-22  David GouletFix: wrong variable type for read() return value
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2013-01-22  David GouletUse default value for metadata file name
2013-01-22  David GouletRemove UST abi cast on channel attribute
2013-01-22  David GouletFix: add missing rcu lock for UST lookup
2013-01-22  David GouletRemove unused variables in trace-kernel/ust.c
2013-01-22  David GouletRemove unused kernel session variable in event.c
2013-01-22  David GouletAdd safety assert() in session daemon
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-21  David GouletAdd an allocation function for ust stream
2013-01-21  David GouletRename ltt_ust_stream to ust_app_stream
2013-01-21  David GouletMove stream name creation to fct create_ust_stream
2013-01-21  David GouletFix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
2013-01-21  David GouletFix: add missing fd put on stream creation error
2013-01-21  David GouletAdd a create_ust_stream function in ust-app.c
2013-01-21  David GouletFix: change function name for better meaning
2013-01-21  David GouletFix: improve error handling for UST stream creation
2013-01-17  Jérémie GalarneauExtras: Fixed inconsistent use of space and tabs in...
2013-01-17  Jérémie GalarneauExtras: Redefined PyInt_AsSsize_T to PyLong_AsSsize_t.
2013-01-17  Jérémie GalarneauExtras: Fix the undefined reference to md build error.
2013-01-17  Jérémie GalarneauExtras: Added lttng.pyc to make clean
2013-01-16  David GouletRefactor ust-app create session
2013-01-16  David GouletFix: remove duplicate set ust event filter
2013-01-16  Samuel MartinMake sync_file_range() usage optional
2013-01-14  David GouletDestroy created kernel channel on enable all error
2013-01-14  David GouletAdd internal kernel channel destroy function
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2013-01-11  David GouletExtras: fix checkpatch.pl to use 4 spaces for a tab
2013-01-10  Christian BabeuxExtras: Add a checkpatch git pre-commit hook
2013-01-10  Christian BabeuxExtras: Change TYPE of braces around single statement
2013-01-10  Christian BabeuxExtras: Add the checkpatch coding style script
2013-01-10  David GouletFix: update next_net_seq_num after sending header
2013-01-10  David GouletFix: wrong loop continuation in metadata thread
2013-01-09  David GouletFix: lttng create session memleaks
2013-01-09  David GouletFix: remove unused session id map
2013-01-09  David GouletFix: wrong session id used on relayd lookup
2013-01-07  David GouletFix: don't do custom lookup to relayd stream ht
2013-01-07  Yannick BrosseauAdd pkg-config for liblttng-ctl
2013-01-07  Andrew GabbasovAdd kernel modules loading for new probes
2013-01-07  David GouletFix: add missing UST abi header for make dist
2013-01-07  David GouletFix: add missing rcu read side lock/unlock
2012-12-20  David GouletUpdate version to v2.1.0 v2.1.0
2012-12-20  David GouletFix: lttng create URI parsing and check
2012-12-20  David GouletFix: missing scripts for make dist
2012-12-20  David GouletAdd disable-event to man page and clarify enable-event
2012-12-20  David GouletFix: update to latest UST abi
2012-12-20  David GouletFix: bad check of accept() return value
2012-12-20  David GouletFix: missing mutex lock if relayd was not created
2012-12-20  David GouletFix: return error if sendmsg fails on relayd
2012-12-20  David GouletFix: variable usage for data pending and add comments
2012-12-19  David GouletFix: print ret value on ust_app start/stop error
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: change perror to debug statement
2012-12-19  David GouletFix: don't print EPIPE error which can happen
2012-12-19  David GouletFix: handle shutdown on recv reply in relayd
2012-12-19  David GouletFix: Off by one in seq num for data pending command
2012-12-19  David GouletFix: wrong check on session started on stop command
2012-12-18  David GouletFix: for librelayd, fix negative reply ret code
2012-12-18  Christian Babeuxrun-report: Add filtering, health and streaming tests
2012-12-18  Christian Babeuxrun-report: Allow tests to spawn and control their...
2012-12-18  Christian Babeuxrun-report: Fix CPU usage stats computation
2012-12-18  Christian Babeuxrun-report: Restore SIGPIPE default handler in subproce...
2012-12-18  Christian Babeuxrun-report: Use libtool wrapper to spawn the sessiond...
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: DBG statement in relayd
next
This page took 0.03774 seconds and 4 git commands to generate.