Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-24  Michael JeansonMove and hide new time_ns private symbols
2021-02-24  Michael JeansonHide new 'lttng_counter_client_percpu_*' private symbols
2021-02-24  Mathieu DesnoyersRemove backward compatibility for liburcu-bp
2021-02-24  Mathieu DesnoyersFix: memory and fd leaks in error counter
2021-02-24  Mathieu DesnoyersCleanup: clarify bytecode ownership
2021-02-24  Mathieu DesnoyersCleanup: clarify ownership of excluder
2021-02-24  Mathieu DesnoyersFix: event notifier group: fix fd leak on error
2021-02-24  Mathieu DesnoyersFix: stream fd leaks on error
2021-02-24  Mathieu DesnoyersFix: channel leak on error
2020-12-17  Mathieu DesnoyersFix: UST comm protocol: event notifier command is too...
2020-11-30  Mathieu DesnoyersRemove runtime dependency on liburcu shared objects
2020-11-26  Mathieu DesnoyersImplement libcounter
2020-11-26  Francis DeslauriersImplement capturing payload on event notifiers
2020-11-26  Francis DeslauriersExtract `handle_bytecode_recv()` function
2020-11-26  Francis Deslauriersbytecode: generalize `struct lttng_ust_filter_bytecode_...
2020-11-26  Francis DeslauriersImplement event notifier
2020-11-26  Francis DeslauriersCleanup: hide `lttng_ust_{filter_bytecode,excluder...
2020-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-15  Michael Jeansonport: fix pthread_setname_np integration
2020-10-15  Michael JeansonCleanup: standardise include path
2020-07-07  Michael JeansonAdd userspace time namespace context
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2019-11-01  Jonathan RajotteAdd procname to lttng_ust_statedump information
2019-10-18  Michael JeansonAdd userspace vuid/vgid contexts
2019-10-18  Michael JeansonAdd userspace namespace contexts
2019-10-11  Mathieu DesnoyersFix: lttng perf counter deadlock
2019-10-11  Mathieu DesnoyersRevert "Fix: fd tracker: do not allow signal handlers...
2019-10-07  Mathieu DesnoyersFix: fd tracker: do not allow signal handlers to close...
2019-10-07  Mathieu DesnoyersFix: Lock FD tracker across fork
2019-08-02  Mathieu DesnoyersFix: don't wait for initial statedump when 0 session...
2019-07-30  Gabriel-Andrew Pol... Fix: wait for initial statedump before proceeding to...
2019-07-29  Gabriel-Andrew Pol... Fix: remove uninitialised value
2019-07-29  Gabriel-Andrew Pol... Fix: GCC unaligned pointer warnings
2019-03-08  Jonathan RajotteMove wait_shm_mmap initialization to library constructor
2018-12-21  Michael JeansonUse config.h to define SONAME major number
2018-12-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-09-07  Mathieu DesnoyersFix: reset procname on fork in child process
2018-03-05  Michael JeansonFix: reset cached vpid context on fork
2018-02-09  Francis Deslauriersdlopen() liblttng-ust.so from constructor to prevent...
2018-02-06  Jonathan RajotteUse ust_lock during sock_info operations for atomicity...
2018-02-06  Jonathan RajotteForce tracked fd to be bigger than STDERR_FILENO
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
2017-06-12  Mathieu DesnoyersIntroduce LTTNG_UST_ALLOW_BLOCKING env. var.
2017-03-11  Mathieu DesnoyersFix: race between lttng-ust getenv() and application...
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
2016-10-03  Mathieu DesnoyersFix: perform statedump before replying to sessiond
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-10-03  Mathieu DesnoyersFix: honor send timeout on unix socket connect
2016-10-03  Mathieu DesnoyersFix: perform TLS fixup in all UST entry points from...
2016-07-14  Mathieu DesnoyersFix: reset vtid cache before releasing urcu locks
2016-07-14  Mathieu DesnoyersFix: cleanup local_apps.allowed flag on lib cleanup
2016-07-12  Mathieu DesnoyersIntroduce lttng_ust_loaded weak symbol
2016-07-12  Mathieu DesnoyersRevert "Introduce LTTNG_UST_LOADED environment variable"
2016-07-12  Mathieu DesnoyersIntroduce LTTNG_UST_LOADED environment variable
2016-06-05  Raphaël BeamonteAdd -ust to the name of UST threads of the application
2016-03-16  Mathieu DesnoyersFix: remove assertions in lttng-ust-comm init
2016-02-12  Mathieu DesnoyersHandle application context cmd
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-02-12  Mathieu DesnoyersFix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
2015-09-21  Mathieu DesnoyersFix: Value stored to 'has_waited' is never read
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-08-31  Mathieu Desnoyersbaddr statedump: remove dependency on file streams
2015-08-26  Mathieu DesnoyersFix: close socket on protocol error, sendmsg MSG_NOSIGNAL
2015-08-17  Mathieu DesnoyersFix: application exit race with pthread cancel
2015-07-07  Jérémie GalarneauFix: Cleanup local_apps sock_info in lttng_ust_cleanup
2015-07-06  Mathieu DesnoyersFix: handle sys_futex EINTR and EWOULDBLOCK
2015-05-26  Antoine BusqueRefactor state dump system
2015-04-23  Mathieu DesnoyersFix: use lttng_secure_getenv to handle env. vars. invol...
2015-04-23  Jérémie GalarneauFix: Don't wait during registration if clock_gettime...
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-04-10  Mathieu DesnoyersImplement clock override plugin support
2015-01-12  Mathieu DesnoyersFix: add urcu-bp TLS fixup
2014-07-16  Mathieu DesnoyersMutex while updating statedump_pending is not needed
2014-07-16  Mathieu DesnoyersFix: document ust_fork_mutex nesting
2014-07-16  Paul WoegererBugfix for #745 deadlock with baddr statedump+fork
2014-04-27  Mathieu DesnoyersImplement LTTng-UST perf counters support on x86
2014-02-21  Mathieu DesnoyersFix: handle sysconf errors
2014-02-14  Mathieu DesnoyersFix: work-around glibc lying about dlsym()/dlerror...
2014-02-12  Mathieu DesnoyersFix: malloc libc instrumentation wrapper
2013-12-10  Paul WoegererFix: baddr_statedump tracepoint registration
2013-12-04  Mathieu DesnoyersFix: lock exit mutex when creating threads
2013-12-03  Mathieu DesnoyersFix: baddr deadlock with lttng-ust destructor
2013-11-30  Mathieu DesnoyersFix: take the ust lock around session iteration in...
2013-11-30  Paul WoegererFix: baddr_statedump deadlock with JUL tracing
2013-11-28  Mathieu DesnoyersCompile liblttng-ust-baddr c files into liblttng-ust
2013-11-28  Paul WoegererIntegrate base-address statedump into lttng-ust
2013-11-14  Paul WoegererImplement base-address-state tracing
2013-11-13  JP IkaheimonenAdd handler for LTTNG_UST_EXCLUSION in UST ABI
2013-11-13  JP IkaheimonenDefine a new command LTTNG_UST_EXCLUSION
2013-11-06  Mathieu DesnoyersFix: application SIGBUS when starting in parallel with...
2013-10-11  Mathieu DesnoyersFix: socket connect hang on heavy loads
2013-10-11  Mathieu DesnoyersCleanup: fix typo
2013-07-08  Amit MargalitAllow environment variable LTTNG_HOME to override HOME
2013-06-17  Mathieu DesnoyersFix: segfault when print invalid command
2013-05-30  Mathieu DesnoyersFix: liblttng-ust process startup hang when sessiond...
2013-05-15  Mathieu DesnoyersFix: memory leak on connection reset
2013-03-27  Mathieu DesnoyersDon't rely on explicit context for filtering
next
This page took 0.31752 seconds and 107 git commands to generate.