lttng-tools.git
2013-03-27  Jérémie GalarneauTests: Add "linking" ust regression test
2013-03-27  Jérémie GalarneauTests: Add Python test_utils module
2013-03-26  Mathieu DesnoyersFix: UST context activation
2013-03-25  David GouletFix: lttng create default name check
2013-03-25  David GouletFix: add missing error output
2013-03-25  David GouletFix: minor errors in lttng.1 man page
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-25  David GouletFix: typo in the create command help and man page
2013-03-25  David GouletFix: session name max length was not handled correctly
2013-03-25  David GouletFix: lttng UI failed to report error 19
2013-03-25  David GouletFix: validate expanded path NULL ptr in relayd
2013-03-25  David GouletAdd missing files for make dist
2013-03-25  Christian BabeuxAdd optional Perl dependency requirement to README
2013-03-25  David GouletTests: remove unused run script
2013-03-25  Jérémie GalarneauAdd missing buffers-uid folder in test Makefile
2013-03-25  Christian BabeuxTests: Do not exit when a failure occurs in test_buffer...
2013-03-25  Christian BabeuxTests: Cleanup tests runner that are no longer required
2013-03-25  Christian BabeuxTests: Use Perl prove as the testsuite runner
2013-03-25  Christian BabeuxTests: Fix first line of output to follow TAP guidelines
2013-03-25  Christian BabeuxTests: Fix missing TAP output in overlap test
2013-03-25  Christian BabeuxTests: Fix number of tests in thread stall test
2013-03-21  David GouletFix: change expected number of event for test uid
2013-03-21  David GouletFix: handle error if metadata fails to be created
2013-03-21  David GouletAllow enable-channel to work with metadata channel
2013-03-21  Simon MarchiAdd with-sessiond-bin configure option
2013-03-21  Christian BabeuxFix: Use after free on spawn_sessiond error path in...
2013-03-21  Christian BabeuxFix: Memory leak when zmalloc fail on kernel channel...
2013-03-21  Christian BabeuxFix: Memory leaks when calling get_cmdline_by_pid
2013-03-21  Christian BabeuxFix: Memory leaks on unknown hashtable type error handling
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  Christian BabeuxFix: Memory leaks on error paths in config_read_session...
2013-03-21  Christian BabeuxFix: Memory leak on error paths of relay_add_stream
2013-03-21  David GouletFix: wrong header path when compiling without UST support
2013-03-21  David GouletSupport per UID buffers
2013-03-21  David GouletMove ust channel registry inside session registry
2013-03-21  David GouletFix: function definition and declaration mismatch
2013-03-11  David GouletFix: remove uri switch test from cbab merge commit
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Jérémie GalarneauFix: mark generated python bindings files as nodist
2013-03-11  David GouletFix: change default channel values in unit test
2013-03-11  Mathieu DesnoyersFix: default read timer values
2013-03-11  Mathieu DesnoyersImplement channel fd monitoring thread for UST
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  David GouletFix: remove enable consumer from test
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-22  Christian BabeuxTests: Add runner script for tests
2013-02-22  Christian BabeuxTests: Add runner script for regression testsuite
2013-02-22  Christian BabeuxTests: Add runner script for tools regression tests
2013-02-22  Christian BabeuxTests: Convert the tools streaming tests output to TAP
2013-02-22  Christian BabeuxTests: Convert the tools health tests output to TAP
2013-02-22  Christian BabeuxTests: Convert the tools filtering tests output to TAP
2013-02-22  Christian BabeuxTests: Rename the tools tests runners to test_<test...
2013-02-22  Christian BabeuxTests: Add runner script for UST regression tests
2013-02-22  Christian BabeuxTests: Convert the UST overlap test output to TAP
2013-02-22  Christian BabeuxTests: Convert the UST nprocesses test output to TAP
2013-02-22  Christian BabeuxTests: Convert the UST multi-session test output to TAP
2013-02-22  Christian BabeuxTests: Convert the UST low-throughput test output to TAP
2013-02-22  Christian BabeuxTests: Convert the UST high-throughput test output...
2013-02-22  Christian BabeuxTests: Convert the UST before-after test output to TAP
2013-02-22  Christian BabeuxTests: Rename the UST tests runners to test_<test name>
2013-02-22  Christian BabeuxTests: Convert the ust_global_event_wildcard test to...
2013-02-22  Christian BabeuxTests: Convert the ust_global_event_basic test to an...
2013-02-22  Christian BabeuxTests: Add runner script for kernel regression tests
2013-02-22  Christian BabeuxTests: Convert the kernel_event_basic test to an equiva...
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
next
This page took 0.038927 seconds and 5 git commands to generate.