lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / plugins /
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxctf plugin: notif iter: use "borrow" functions for...
2019-05-02  Philippe Proulxctf plugin: BTR: use "borrow" functions where possible
2019-05-02  Philippe Proulxsrc.ctf.fs: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.utils.counter: use "borrow" functions where possible
2019-05-02  Philippe Proulxsink.text.pretty: use "borrow" functions where possible
2019-05-02  Philippe Proulxflt.utils.muxer: use "borrow" functions where possible
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe ProulxFix: libctfcopytrace: replace clock classes in copies
2018-05-31  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-11-13  Michael JeansonTypo: informations -> information
2017-11-13  Michael JeansonTypo: paramater -> parameter
2017-11-13  Michael JeansonTypo: priorty -> priority
2017-11-08  Jérémie GalarneauFix: uninitialized variable may be used warning
2017-11-02  Philippe ProulxFix: debug-info: remove `_` prefix when finding fields...
2017-11-02  Philippe ProulxRemove `PLUGIN` from component class log level environm...
2017-11-02  Philippe Proulxsink.text.dmesg: remove `read-from-stdin` parameter...
2017-11-02  Philippe ProulxFix: ctf: notif-iter: do not call request_medium_bytes...
2017-11-02  Philippe Proulxflt.lttng-utils.debug-info: `dir`/`debug-dir` param...
2017-11-02  Philippe Proulxctf, ir: escape and unescape enumeration FT labels...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-10-05  Jérémie GalarneauFix: variable declaration shadows previously declared...
2017-10-04  Mathieu DesnoyersFix: use tabs rather than spaces in makefile
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-17  Philippe Proulxctf: do not add `intersection-range-ns` in `trace-info...
2017-09-17  Philippe ProulxFix: ctf: notif-iter: accept EOF at beginning of packet...
2017-09-16  Philippe Proulxflt.utils.trimmer: allow `begin`/`end` params. to be...
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-15  Philippe ProulxAdd query executor
2017-08-29  Jérémie Galarneaufilter.lttng-utils.debug-info fix: wrong type used...
2017-08-29  Jérémie Galarneausrc.ctf.fs fix: wrong type specifier used in logging...
2017-08-29  Michael JeansonFix test: don't link tests directly with plugins
2017-08-28  Michael JeansonPort: replace literal '/' with G_DIR_SEPARATOR
2017-08-27  Jérémie Galarneausrc.ctf.fs: implement stream indexing
2017-08-23  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-23  Jérémie Galarneausrc.ctf.fs cleanup: unused page size variable
2017-08-22  Jérémie GalarneauPort fix: don't round mmap offset to next page
2017-08-22  Jérémie GalarneauPort fix: Windows does not allow read-only mappings...
2017-08-21  Michael JeansonPort: use SIZE_MAX as max size_t value
2017-08-16  Jérémie GalarneauFix sink.ctf.fs: NULL dereference in logging statement
2017-08-16  Jérémie GalarneauFix filter.utils.muxer: NULL dereference in logging...
2017-08-15  Mathieu DesnoyersFix: overflowed return value
2017-08-15  Mathieu DesnoyersFix: uninitialized return value on error
2017-08-15  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-09  Mathieu DesnoyersFix: fallback on content size if packet size is missing
2017-08-09  Jérémie GalarneauFix: unchecked return value of stream flush
2017-08-09  Jérémie GalarneauFix: wrong variable checked for NULL after allocation
2017-08-09  Jérémie GalarneauCleanup: dereference after null check
2017-08-09  Mathieu DesnoyersFix: add missing goto end on error
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-09  Mathieu DesnoyersCleanup: identical code for different branches
2017-08-09  Mathieu DesnoyersFix: add missing bound checking in decode_packet
2017-08-09  Jérémie GalarneauCleanup: missing empty line between functions
2017-08-09  Jérémie GalarneauUse logging macros in src.ctf-fs queries
2017-08-08  Mathieu DesnoyersFix: missing ftell/fseek error handling
2017-08-08  Mathieu DesnoyersFix: use of file pointer after fclose()
2017-08-08  Mathieu DesnoyersFix: missing check of ftell error
2017-08-08  Mathieu DesnoyersFix: mixed enums used in source.ctf.fs
2017-08-07  Jérémie GalarneauFix: Dereference null return value
2017-08-07  Mathieu DesnoyersFix: Explicit null dereferenced
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
2017-08-07  Julien DesfossezStandard logging for libctfcopytrace
2017-08-07  Julien DesfossezStandard logging for debug_info plugin
2017-08-07  Julien DesfossezStandard logging for trimmer/copy.c
2017-07-19  Michael JeansonPort: use a separate variable for elfutils libs
2017-07-19  Michael JeansonPort: cast result of be64toh() to uint64_t for print...
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Michael JeansonPort: replace opendir() by g_dir_open()
2017-07-19  Philippe ProulxFix: visit_event_decl(): always set stream_id variable
2017-07-18  Michael JeansonFix: don't store an int64_t value in a ptr
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Michael JeansonFix: remove g_ptr_array_insert to keep glib 2.22 compat
2017-07-18  Mathieu DesnoyersPretty plugin: only print negative timestamp warning...
2017-07-18  Philippe Proulxctf: visitor-generate-ir: accept negative clock offsets
2017-07-18  Philippe ProulxFix: ctf: notif-iter: error on empty events (0 bits...
2017-07-17  Philippe Proulxctf: notif-iter.c: check state on BT_CTF_NOTIF_ITER_MED...
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonCleanup: bison and flex detection
2017-07-17  Michael JeansonCleanup: uuid library detection
2017-07-17  Michael JeansonCleanup: popt library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-07  Jérémie GalarneauFix: dead code in lttng_live_iterator_next_no_stream()
2017-07-07  Jérémie GalarneauFix: uninitialized return value member
2017-07-07  Jérémie GalarneauFix: ds_file_group is checked instead of ds_file_group...
2017-07-07  Philippe Proulxsrc.text.dmesg: add `no-extract-timestamp` option
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe Proulxplugins/ctf/plugin.c: fix comment
2017-07-06  Philippe Proulxctf: notif-iter: pass current stream ID to get_stream...
2017-07-06  Philippe Proulxsrc.ctf.fs: fs.c: add missing `static`
2017-07-06  Philippe Proulxctf: notif-iter: ensure that all packets refer to the...
2017-07-06  Philippe ProulxFix: remove clock value leak in sink.text.pretty
2017-07-06  Philippe Proulxsink.text.pretty: append `s` only if plural in discarde...
next
This page took 0.041875 seconds and 7 git commands to generate.