Error early on invalid tracker type for UST domain
[lttng-tools.git] / src / common / compat /
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-12-09  Simon Marchicompat: remove always true assertion in compat-poll.c
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-10-03  Francis DeslauriersFix: common: Unchecked return value of `closedir()`
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: compat_sync_file_range inadvertantly...
2019-10-02  Jérémie GalarneauFix: liblttng-ctl: poll compatibility symbols inadverte...
2019-09-06  Jérémie GalarneauFix: time constants already defined on macOS
2019-09-05  Michael JeansonFix: namespace our gettid wrapper
2019-09-05  Mathieu Desnoyersepoll/poll compat: expose interruptible API
2019-08-22  Mathieu DesnoyersFix: rmdir recursive: skip non-empty directories with...
2019-08-09  Jérémie Galarneaurelayd: implement file and session rotation on top...
2019-07-25  Jérémie GalarneauDocs: add directory handle header documentation
2019-07-25  Jérémie GalarneauAdd rmdirat and renameat to run-as commands
2019-07-25  Jérémie GalarneauDocs: misleading documentation of compat_epoll_create
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-07-18  Jérémie GalarneauAdd file creation/unlinking utils to directory handle
2019-07-18  Jérémie GalarneauAdd lttng_uuid_copy() util
2019-07-18  Jérémie GalarneauAdd lttng_uuid_is_nil() util
2019-07-18  Jérémie GalarneauAdd lttng_uuid_is_equal util to lttng_uuid
2019-07-18  Jérémie GalarneauGenerate a UUID on lttng-sessiond launch
2019-07-18  Jérémie GalarneauAllow direct access to the dirfd of a directory handle
2019-07-18  Jérémie GalarneauAdd a method to create a directory handle relative...
2019-07-18  Jérémie GalarneauDocument lttng_directory_handle_init_from_dirfd
2019-07-18  Jérémie GalarneauAllow lttng_directory_handle to be moved
2019-07-18  Jérémie GalarneauAdd a copy method to lttng_directory_handle
2019-07-18  Jérémie GalarneauBuild fix: undeclared variable in poll compat
2019-05-04  Yannick LamarreClean-up: correct typo from epoll to poll
2019-05-04  Yannick LamarreChange lttng_poll_wait behaviour of compat-poll to...
2019-05-04  Yannick LamarreAdapt poll layer behaviour to match the epoll layer
2019-05-04  Yannick LamarreChange LTTNG_POLL_GETNB behaviour for poll flavor
2019-05-03  Yannick LamarreFix: lttng_poll_mod calls compat_(e)poll_add
2019-04-28  Jérémie GalarneauFix: directory handle credentials parameter is not...
2019-04-18  Jérémie GalarneauAdd mkdirat utils and runas wrappers
2019-02-14  Jérémie GalarneauAdd an internal uuid formatting utility
2018-08-24  Francis DeslauriersAdd utils_expand_path_keep_symlink fonction
2017-06-02  Jérémie GalarneauFix: missing errno.h include in time.h compat header
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-09  Jérémie GalarneauClean-up: unused variable warning in poll compat
2017-05-05  Jérémie GalarneauImplement poll mask modification support in poll wrappers
2017-02-14  Michael JeansonPort: add cygwin support to endian compat
2017-01-26  Michael JeansonFix: Lazily initialize max poll set size in poll compat
2017-01-24  Jonathan Rajottex is never reused, no need to shift it
2016-09-29  Jérémie GalarneauBuild fix: macOS Sierra provides clock_gettime
2016-09-28  Jérémie GalarneauFix: time redefinition warnings on macOS builds
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-08-05  Michael JeansonPort: Add OSX support to socket compat
2016-08-05  Michael JeansonPort: Add OSX support to poll compat
2016-08-05  Michael JeansonPort: Add OSX support to fcntl compat
2016-08-04  Michael JeansonPort: Add OSX endian.h compat
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-05-17  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-03-18  Baruch SiachFix: build failure when __GLIBC_PREREQ is missing
2015-10-19  Jérémie GalarneauFix: Retry poll on interruption
2015-10-19  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-19  Michael JeansonPort: Add Solaris compat for netdb
2015-10-19  Michael JeansonPort: Add Solaris dirent compat
2015-10-19  Michael JeansonPort: Add Solaris paths compat
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Jérémie GalarneauPort: Implement prctl wrapper
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: Add Solaris support to socket compat
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: 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-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-08  Mathieu DesnoyersFix: various compat poll/epoll issues
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2013-11-12  David GouletFix: bad type of return variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-06-06  David GouletFix: poll compat layer reallocation new size
2013-05-28  David GouletFix: remove dead code
2013-05-16  David GouletFix: use memset instead of poll reset for poll init
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Uninitialized pointer read
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-25  Mathieu DesnoyersFix: add missing unistd.h for fdatasync in compat-fcntl.c
2013-01-22  David GouletFix: poll max size should be checked during resize
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-16  Samuel MartinMake sync_file_range() usage optional
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-17  David GouletFix: force the poll() return value to be nb_fd
2012-11-09  David GouletFix: Add pointer check when freeing poll events
2012-10-02  Paul ChaventFix: Build out of src tree
2012-09-11  David GouletAdd new thread in consumer for metadata handling
2012-05-24  Mathieu Desnoyerscompat mman.h: add cygwin support
2012-05-24  Mathieu Desnoyerscompat socket.h: add cygwin support
2012-05-24  Mathieu Desnoyerspoll compat wrapper: add cygwin support
2012-05-24  Mathieu DesnoyersUpdate fcntl cygwin support
next
This page took 0.057756 seconds and 7 git commands to generate.