lttng-tools.git
2016-01-13  Mathieu DesnoyersFix: test_ust-dl requires bash
2016-01-13  Mathieu DesnoyersFix: test script requires bash
2016-01-13  Michael JeansonFix: missing $ in SED variable
2016-01-07  Michael JeansonTests: fix make targets using objcopy
2015-12-08  Jonathan RajotteBuild: fallback to AC_CHECK_LIBS when looking for popt...
2015-12-08  Samuel Martintests/unit: fix object files' location
2015-12-01  Samuel Martinconfigure.ac: fix static build
2015-11-30  Michael JeansonTests: fix tracefile count when page_size is > 4k
2015-11-29  Samuel Martinconfigure.ac: use $withval with AC_ARG_WITH
2015-11-27  Jérémie GalarneauFix: close indexes when rotating the trace files in...
2015-11-27  Julien DesfossezFix: close indexes when rotating the trace files in...
2015-11-19  Jérémie GalarneauClarify error message on "add context" failure
2015-11-19  Jérémie GalarneauFix: Don't spam session daemon logs on invalid UST...
2015-11-12  Jérémie GalarneauTests: getcpu_override: use event delay when launching...
2015-11-12  Jérémie GalarneauTests: getcpu: no events shall be emitted at the same...
2015-11-12  Jérémie GalarneauTests: Switch test apps to use usleep_safe()
2015-11-12  Jérémie GalarneauTests: Add a test utils library
2015-11-12  Jérémie GalarneauFix: redefinition of _GNU_SOURCE
2015-11-12  Jérémie GalarneauTests: only call usleep if the test in configured to...
2015-11-12  Antoine BusqueTest: add UST dl helper test
2015-11-12  Antoine BusqueTest: add UST baddr statedump test
2015-11-11  Philippe Proulxlttng: add status command
2015-11-11  Philippe Proulxlttng: factor out declaration of commands
2015-11-11  Philippe Proulxmake check: add warning when LTTng processes are running
2015-11-11  Julien DesfossezMissing cpu id kernel context in the kernel tracer ABI
2015-11-11  Michael JeansonUse --without-lttng-ust in error message
2015-11-10  Jonathan RajotteUse --with/--without for lttng-ust support
2015-11-10  Jonathan RajotteOnly compare "bison -y" to the basename of YACC variable
2015-11-06  Jérémie GalarneauTests: Add debug output to getcpu_override
2015-11-04  Jérémie GalarneauTests: Change description of clock-override test
2015-11-04  Philippe ProulxAdd event exclusion test for identical names
2015-11-04  Philippe ProulxWarn when exclusion names are truncated
2015-11-04  Philippe ProulxTruncate exclusion names to have a terminal '\0'
2015-11-04  Philippe ProulxIgnore exclusion names order when matching events
2015-11-04  Philippe Proulxsessiond-comm.h: fix whitespaces
2015-11-04  Philippe ProulxDisallow duplicate event exclusion names
2015-11-03  Philippe ProulxAdd LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2015-11-03  Philippe ProulxFix: lay out names in exclusion structure correctly
2015-11-02  Jérémie GalarneauFix: Check for NULL hash tables on relay daemon teardown
2015-11-02  Jérémie GalarneauFix: Verify directory's existence before calling mkdir
2015-11-02  Jérémie GalarneauClean-up: declare variables at beginning of scope
2015-10-24  Mathieu DesnoyersLoad x86-exceptions lttng-modules probe
2015-10-24  Mathieu DesnoyersLoad x86-irq-vectors lttng-modules probe
2015-10-23  Jérémie GalarneauAgent: Make the agent protocol consistently network...
2015-10-23  Jérémie GalarneauClean-up: Remove unused variables from default.c
2015-10-23  Jérémie GalarneauFix: Unchecked NULL string in logging statement
2015-10-22  Alexandre MontplaisirFix: include the filter expression in agent events...
2015-10-22  Alexandre MontplaisirAdd the filter expression to the enable_event agent...
2015-10-22  Alexandre MontplaisirAdd some IDE project files to the gitignore
2015-10-21  Mikael BeckiusFix live timer calculation error
2015-10-20  Jérémie GalarneauDon't initialize defaults in library constructor
2015-10-20  Jérémie GalarneauInitialize lttng_ht_seed on hashtable creation
2015-10-20  Jérémie GalarneauCleanup: Missing space after cast operator
2015-10-19  Jérémie GalarneauBuild: Switch from tar v7 to posix archive format
2015-10-19  Jérémie GalarneauFix: Retry poll on interruption
2015-10-19  Jérémie GalarneauPort: Explicitly allocate realpath() resolved buffer
2015-10-19  Jonathan RajotteSelect which binaries/extras to build at configure...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Jonathan RajotteFix: There is more tests than the plan
2015-10-19  Jonathan RajotteRemove dead check from configure.ac
2015-10-19  Michael JeansonFix: Silence warning by casting *sin_addr to *sockaddr
2015-10-19  Michael JeansonPort: fix 'ERR' conflict with Solaris regset.h
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning of function having no return value
2015-10-19  Michael JeansonFix: Silence warnings when using uid_t and pid_t with...
2015-10-19  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-19  Michael JeansonPort: Add Solaris compat to sessiond-comm/unix.c
2015-10-19  Michael JeansonPort: Add Solaris compat for netdb
2015-10-19  Michael JeansonFix: Silence warning formating pid_t as int
2015-10-19  Michael JeansonPort: Add Solaris dirent compat
2015-10-19  Michael JeansonPort: Add Solaris paths compat
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Michael JeansonPort: cleanup and portability fix to configure.ac
2015-10-19  Jérémie GalarneauPort: Don't use SIGUNUSED which is not defined on Solaris
2015-10-19  Jérémie GalarneauPort: Implement prctl wrapper
2015-10-19  Michael JeansonPort: Replace flock with fnctl
2015-10-19  Michael JeansonPort: make bootstrap script work on most shells
2015-10-19  Michael JeansonPort: removed unused clone() compat
2015-10-19  Michael JeansonPort: Add macro for socket linking on solaris
2015-10-19  Michael JeansonPort: Add Solaris support to mman compat
2015-10-19  Michael JeansonPort: Replace dirent->d_type by stat
2015-10-19  Michael JeansonAdd missing include for memset()
2015-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Michael JeansonPort: name clash on Solaris, rename sun to s_un
2015-10-19  Michael JeansonPort: move memset of anc_buf inside ifdef
2015-10-19  Jérémie GalarneauPort: Add Solaris fls compat
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-10-19  Michael JeansonPort: Use LTTNG_PATH_MAX instead of PATH_MAX
2015-10-19  Michael JeansonPort: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2015-10-19  Michael JeansonPort: Use LTTNG_NAME_MAX instead of NAME_MAX
2015-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Michael JeansonPort: Add Solaris support to poll compat
2015-10-19  Michael JeansonPort: Add Solaris support to fcntl compat
2015-10-19  Michael JeansonPort: Add Solaris endian.h compat
2015-10-19  Michael JeansonFix: Use 'echo' in a portable way
2015-10-19  Michael JeansonFix: Use result of AC_PROG_* when using sed / grep
2015-10-19  Jérémie GalarneauCleanup: Remove commented-out constant
2015-10-07  Jonathan RajotteFix: use start and stop sessiond from utils.sh
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
next
This page took 0.037181 seconds and 4 git commands to generate.