Fix: Retry poll on interruption
[lttng-tools.git] / src /
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  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  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: 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  Jérémie GalarneauCleanup: Remove commented-out constant
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
2015-09-29  Jérémie GalarneauFix: Log and ignore SIGINT and SIGTERM in run_as worker
2015-09-29  Jérémie GalarneauAdd logging to the run_as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waipid in run-as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waitpid when spawning a session...
2015-09-22  Jérémie GalarneauReword warning on event disable
2015-09-22  Jonathan RajotteHelp: add -j -l -p option to help string
2015-09-22  Jonathan RajotteUse empty event name on disable -a for ust and agent...
2015-09-22  Jonathan RajotteFix: disable kernel event based on name and event type
2015-09-21  Michael JeansonFix: Possible dereference of null pointers
2015-09-21  Jérémie GalarneauFix: Break out of loop when searching for a domain...
2015-09-21  Michael JeansonFix: int printed as uint
2015-09-21  Mathieu DesnoyersFix: add subdir-objects to Makefile.am
2015-09-18  Jérémie GalarneauFix: Check use_clone() instead of worker in run_as
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Handle hang-up gracefully in run-as
2015-09-18  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-18  Mathieu DesnoyersFix: shm-path: handling of snprintf return value
2015-09-18  Jérémie GalarneauFix: Wrong format specifier used in debug statement
2015-09-18  Jérémie GalarneauFix: Hide run-as functions
2015-09-18  Jérémie GalarneauFix: Hide sessiond-comm functions
2015-09-18  Mathieu DesnoyersCleanup: remove duplicated implementation of rculfhash
2015-09-18  Mathieu DesnoyersFix: relayd: don't call lttng_ht_destroy in RCU read...
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-17  Jérémie GalarneauFix: Hide readwrite symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide pipe symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide daemonize symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide RCU hashtable wrapper symbols
2015-09-17  Jérémie GalarneauClean-up: NULL free'd pointers in utils_partial_realpath
2015-09-17  Antoine BusqueFix: prevent dangling pointer in utils_partial_realpath
2015-09-16  Jérémie GalarneauFix: rcu_read_unlock without parentheses has no side...
2015-09-16  Jonathan RajotteReport error if any disable action fails
2015-09-16  Jonathan RajotteFix: disable all ust events
2015-09-16  Jonathan RajotteBring back event_ust_disable_all_tracepoints
2015-09-16  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-15  Jonathan Rajottelttng-crash: support symlink
2015-09-15  Antoine BusqueFix: dereferencing null index pointer
2015-09-15  Antoine BusqueFix: leaking memory from strdup in lttng-crash
2015-09-15  Antoine BusqueFix: memleak in utils_partial_realpath
2015-09-15  Antoine BusqueFix: double free on enable-event
2015-09-15  Jérémie GalarneauRemove dead code from filter grammar test
2015-09-15  Jérémie GalarneauRemove dead code from ir generation filter visitor
2015-09-15  Jérémie GalarneauRemove dead code from session daemon
2015-09-15  Jérémie GalarneauRemove dead code from view command
2015-09-15  Jérémie GalarneauRemove dead code from disable-channel command
2015-09-15  Jérémie GalarneauRemove dead code from disable-event command
2015-09-15  Philippe ProulxFix: error on no/multiple domain options
2015-09-15  Philippe ProulxFix: lttng-crash: segfault when parsing options
2015-09-15  Jérémie GalarneauRemove dead code from the calibrate command
2015-09-15  Jérémie GalarneauRemove dead code from add-context command
2015-09-14  Mathieu DesnoyersPrint relayd stream indexes
2015-09-14  Mathieu DesnoyersEnhance relayd error reporting
2015-09-14  Mathieu DesnoyersFix: relayd: handle consumerd crashes without leak
2015-09-14  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-09  Jonathan RajotteFix: double RCU unlock on event_agent_disable_all
2015-09-08  Mathieu DesnoyersFix: unbalanced RCU read-side lock in enable event...
2015-09-08  Mathieu DesnoyersAdd rcu_read_ongoing() assertions around process_client_msg
2015-09-06  Jérémie GalarneauClean-up and simplify event_agent_disable_all
2015-09-06  Jérémie GalarneauDocument locking assumption of agent_find_event()
2015-09-06  Philippe ProulxFix: disable agent events by name
2015-09-06  Philippe Proulxsessiond: add loglevels_match()
2015-09-06  Philippe ProulxFix: include loglevel type in agent event's primary key
next
This page took 0.038819 seconds and 7 git commands to generate.