Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / liblttng-ust-comm /
2021-04-09  Michael JeansonMove all sources to 'src/'
2021-04-06  Mathieu DesnoyersRefactoring: add back constness of public API structures
2021-04-01  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-03-31  Michael Jeansonfix: all functions have declarations (-Wmissing-prototy...
2021-03-29  Michael JeansonRe-implement lttng_ust_strerr
2021-03-17  Mathieu DesnoyersNamespace enumeration structures/enum with lttng_ust_...
2021-03-17  Mathieu DesnoyersRefactoring: UST types public interfaces
2021-03-16  Mathieu DesnoyersNamepace struct lttng_session with lttng_ust_ prefix
2021-03-16  Mathieu DesnoyersRefactoring: context structures
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_enum_desc and lttng_enum_entry
2021-03-16  Mathieu DesnoyersRefactoring: struct lttng_event_field
2021-03-12  Mathieu DesnoyersRefactoring: namespace ust-abi.h content under regular...
2021-03-11  Mathieu DesnoyersFix: re-introduce basic type serialization functions
2021-03-11  Mathieu DesnoyersRemove array, sequence, enum, struct legacy types
2021-03-08  Michael JeansonMove ust-events.h private functions to internal
2021-03-02  Michael JeansonUse 'ust-' prefix for all global private headers
2021-03-02  Michael JeansonMove private headers out of 'lttng/' public header dir
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
2021-02-24  Mathieu DesnoyersFix: Use unix socket peercred for pid, uid, gid credentials
2020-11-26  Mathieu DesnoyersImplement libcounter
2020-11-26  Francis DeslauriersImplement event notifier
2020-10-15  Michael Jeansonport: fix pthread_setname_np integration
2020-10-15  Michael JeansonCleanup: standardise include path
2020-04-22  Mathieu DesnoyersFix: incorrect field accounting for dynamic type
2020-04-15  Mathieu Desnoyerstracepoint: Refactor representation of nested types
2020-03-04  Jonathan RajotteFix: set FD_CLOEXEC on incoming FDs.
2020-02-13  Francis DeslauriersFix: lttng-ust-comm.c: return number of fd rather size...
2020-02-13  Francis Deslauriersliblttng-ust-comm: move `_unlock_fd_tracker()` after...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
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: fd tracker: provide async-signal-safety for close...
2019-10-07  Mathieu DesnoyersFix: Disable cancellation around fd tracker lock
2019-10-07  Mathieu DesnoyersFix: Lock FD tracker across fork
2019-07-29  Gabriel-Andrew Pol... Fix: GCC unaligned pointer warnings
2018-02-09  Francis DeslauriersRename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
2018-02-06  Mathieu DesnoyersFix: remove for() loop initial declarations
2018-02-06  Jonathan RajotteForce tracked fd to be bigger than STDERR_FILENO
2017-11-12  Mathieu DesnoyersFix: ensure fd tracker is initialized when called from...
2017-11-07  Mathieu DesnoyersFix: liblttng-ust-fd.so: override fclose symbol
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-10-03  Mathieu DesnoyersFix: honor send timeout on unix socket connect
2016-07-05  Philippe ProulxAdd ctf_enum_auto() for autoincrementing enumeration...
2016-07-05  Mathieu DesnoyersCommunication protocol: use fixed-size integer rather...
2016-03-21  Mathieu DesnoyersFix: convey enum value signedness into metadata
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-01-15  Mathieu DesnoyersFix: double-free on error sending fields
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2015-09-21  Mathieu DesnoyersFix: don't dereference NULL pointers
2015-08-26  Mathieu DesnoyersFix: close socket on protocol error, sendmsg MSG_NOSIGNAL
2015-08-25  Mathieu DesnoyersCleanup: more descriptive error message
2013-10-11  Mathieu DesnoyersFix: ust-comm recvmsg should handle partial receive
2013-07-02  Otavio Salvadorbuild: Fix out-of-tree build
2013-05-15  Mathieu DesnoyersFix: "fields" leak on register
2013-05-15  Mathieu DesnoyersFix: memory leak for events without fields
2013-05-13  Mathieu DesnoyersFix: incorrect support for multi-context
2013-04-09  Mathieu Desnoyersconnect: don't report EACCES
2013-04-09  Mathieu Desnoyersconnect: don't print error on EPERM
2013-03-20  Mathieu DesnoyersFix clang warnings
2013-03-07  Mathieu DesnoyersFix: fields should be initialized to NULL
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  Mathieu DesnoyersFix: don't print error in comm proto connect on ENOENT
2013-03-01  Mathieu DesnoyersFix: return expected error return values for sessiond
2013-03-01  Mathieu DesnoyersFix: ustctl: return -EPIPE to sessiond if connection...
2013-03-01  Mathieu DesnoyersFix: Add timeout on notification socket
2013-03-01  Mathieu DesnoyersMove metadata creation into lttng-sessiond and lttng...
2013-03-01  Mathieu DesnoyersMove UST registry into sessiond and implement notifiers
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2013-01-21  Mathieu DesnoyersFix I/O-related error values in ustctl
2012-11-09  David GouletAdd libc errno translation layer to UST error code
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
2012-06-26  Henrik Hautakoskiliblttng-ust-comm/lttng-ust-com.c: remove unnecessary...
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-28  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-03-14  Mathieu DesnoyersFix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
2012-03-14  Mathieu Desnoyersfix: ustcomm_close_unix_sock should close, not shutdown
2012-03-14  Mathieu DesnoyersFix: do not print EPIPE perror, as it is an expected...
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-22  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-02-22  Mathieu DesnoyersRevert "Use bsd-compatible fcntl for close-on-exec...
2012-02-21  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-02-07  Mathieu DesnoyersZero-initialize struct msghdr
2011-11-19  Mathieu DesnoyersFix 32-bit type warning
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-16  Mathieu DesnoyersRemove console output that should be turned into debug
2011-11-13  Mathieu Desnoyersinitiate lttng-ust-comm printout cleanup
2011-11-11  Mathieu DesnoyersMerge branch 'master' of git.lttng.org:/home/git/lttng-ust
2011-11-11  Mathieu Desnoyerslttng-ust-comm: relicense to LGPLv2.1
2011-11-11  Mathieu DesnoyersDo not install liblttng-ust-comm and ust-comm.h
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-10-23  Mathieu DesnoyersInstall UST comm lib
2011-10-20  Mathieu DesnoyersImplement libustctl
2011-08-23  Mathieu DesnoyersSession create/release tested.
next
This page took 0.048125 seconds and 8 git commands to generate.