babeltrace.git
2017-09-17  Jérémie GalarneauUpdate .gitignore exclusions
2017-09-17  Jérémie GalarneauTests: use of non-existant API in bt2 python package...
2017-09-17  Jérémie GalarneauPython bt2 fix: _ClockValue is no longer part of bt2...
2017-09-17  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: add step to add env. var. name to...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: MY_MODULE_LOGGING_H -> BABELTRACE_MY...
2017-09-17  Philippe ProulxCONTRIBUTING.adoc: document BT_LOG*_ERRNO() macros
2017-09-17  Philippe ProulxAdd CONTRIBUTING.adoc
2017-09-17  Philippe Proulxlib/ctf-ir/utils.c: lazy-initialize the hash table...
2017-09-17  Philippe ProulxImplement bt_private_connection_notification_iterator_f...
2017-09-17  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-17  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-17  Philippe Proulxbt2: split clock value module from clock class module
2017-09-17  Philippe ProulxSplit clock value API from clock class API
2017-09-17  Philippe Proulxtests: remove `check` targets in subdirectories
2017-09-17  Philippe ProulxTest bt2._OutputPort.create_notification_iterator()
2017-09-17  Philippe Proulxbt2: add bt2._OutputPort.create_notification_iterator()
2017-09-17  Philippe ProulxTest output port notification iterator
2017-09-17  Philippe Proulxlib: add output port notification iterator
2017-09-17  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-17  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-17  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-17  Philippe Proulxlib: graph.c: call bt_graph_consume_no_check() in bt_gr...
2017-09-17  Philippe Proulxir: stream.c: do not truncate file at each packet flush
2017-09-17  Philippe ProulxFix: bindings/python/bt2: use appropriate log level...
2017-09-17  Philippe ProulxPython plugin provider: only finalize interpreter if...
2017-09-17  Philippe ProulxFix: common: improve color support handling
2017-09-17  Philippe ProulxFix: component.py: pass `other_port`, not `other_port_p...
2017-09-17  Philippe ProulxAdd query executor
2017-09-17  Jérémie GalarneauTests: erroneous usage of if preprocessor directive
2017-09-17  Michael JeansonFix: remove g_spawn_check_exit_status to support glib...
2017-09-17  Michael JeansonPort: don't quote wc output in test scripts
2017-09-17  Jérémie GalarneauMissing stamp file in .gitignore
2017-09-17  Michael JeansonFix: import of ctf_writer in bt2.stream
2017-09-17  Michael JeansonFix: typo in ctf_writer error msg
2017-09-17  Jérémie Galarneaufilter.lttng-utils.debug-info fix: wrong type used...
2017-09-17  Jérémie Galarneausrc.ctf.fs fix: wrong type specifier used in logging...
2017-09-17  Michael JeansonTest fix: python plugin provider with new bindings
2017-09-17  Michael JeansonFix: silence unused warning in native_bt
2017-09-17  Michael JeansonFix: python bindings OOT build
2017-09-17  Michael JeansonRemove the python bindinds tests switch from configure
2017-09-17  Michael JeansonAdd python tap runner to the tree
2017-09-17  Michael JeansonBuild Python bindings with distutils for consistent...
2017-08-29  Michael JeansonFix: add missing void param to bt_clock_class_priority_...
2017-08-29  Michael JeansonFix: build lib before python-plugin-provider
2017-08-29  Michael JeansonTest: run debug-info even with built-in plugins
2017-08-29  Michael JeansonFix test: don't link tests directly with plugins
2017-08-29  Michael JeansonFix test: OOT build of test_trace_copy and test_trimmer
2017-08-29  Michael JeansonFix: support older pkg-config autoconf macros
2017-08-29  Michael JeansonPort: don't quote wc output in test scripts
2017-08-29  Michael JeansonReport plugins without a path as "built-in"
2017-08-29  Michael JeansonPort: replace literal '/' with G_DIR_SEPARATOR
2017-08-29  Michael JeansonPort: normalize windows path on Mingw
2017-08-29  Michael JeansonPort: handle ctrl+c on Mingw
2017-08-29  Jérémie Galarneausrc.ctf.fs: implement stream indexing
2017-08-29  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-29  Jérémie Galarneausrc.ctf.fs cleanup: unused page size variable
2017-08-29  Jérémie GalarneauFix: global logging symbols defined multiple times
2017-08-29  Jérémie GalarneauPort fix: don't round mmap offset to next page
2017-08-29  Jérémie GalarneauPort fix: Windows does not allow read-only mappings...
2017-08-21  Michael JeansonTest fix: handle debug info disabled in test_convert_args
2017-08-21  Michael JeansonTest fix: use portable path code in test_plugin
2017-08-21  Michael JeansonTest fix: handle timestamps order in test_trace_copy
2017-08-21  Michael JeansonTest: rework shell test scripts
2017-08-21  Michael JeansonPort: use SIZE_MAX as max size_t value
2017-08-21  Michael JeansonPort: fix logging with C99 format specifiers on Mingw
2017-08-21  Jérémie GalarneauTest fix: free() of uninitialized pointer on error...
2017-08-21  Michael JeansonPort: Replace fork() in test_ctf_writer
2017-08-21  Jérémie Galarneautests: add diag_multiline() helper to escape multi...
2017-08-21  Michael JeansonTest: use static data in test_ctf_writer
2017-08-21  Michael JeansonFix test: remove hardcoded /tmp path
2017-08-21  Philippe ProulxAdd Python plugin provider tests
2017-08-21  Philippe ProulxPython plugin provider: log if Python interpreter is...
2017-08-21  Philippe Proulxlib/plugin/plugin.c: log more details when g_module_ope...
2017-08-21  Philippe Proulxpython-plugin-provider/Makefile.am: link to libbabeltrace
2017-08-21  Jérémie GalarneauFix sink.ctf.fs: NULL dereference in logging statement
2017-08-21  Jérémie GalarneauFix filter.utils.muxer: NULL dereference in logging...
2017-08-21  Mathieu DesnoyersFix: overflowed return value
2017-08-21  Mathieu DesnoyersFix: attempt to fix improper use of negative value
2017-08-21  Mathieu DesnoyersFix: add missing overflow check in bt_ctf_stream_pos_ac...
2017-08-21  Mathieu DesnoyersFix: uninitialized return value on error
2017-08-21  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-21  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-21  Philippe ProulxUpdate Python bindings and tests to match the latest API
2017-08-21  Philippe Proulxlib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
2017-08-21  Philippe ProulxAdd built-in colander sink component class
2017-08-21  Philippe ProulxRemove include of <babeltrace-internal.h> from public...
2017-08-21  Philippe Proulxtests/lib/test-plugin-plugins/minimal.c: add missing...
2017-08-21  Philippe Proulxcli/babeltrace-log.c: include <string.h> for strdup()
2017-08-21  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-21  Philippe ProulxFix: CC prio. map. leak in event notification
2017-08-21  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-21  Philippe ProulxFix: cli: Coverity issue: no need to check `status`
2017-08-21  Philippe Proulxbt_ctf_clock_value_create(): freeze clock class
2017-08-21  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxinclude/babeltrace/graph/private-component.h: add missi...
2017-08-21  Philippe ProulxRemove bt_notification_discarded_{events,packets}_set_c...
2017-08-21  Philippe Proulxbt_notification_inactivity_create(): create an empty...
2017-08-21  Philippe Proulxbt_notification_event_create(): create an empty CC...
next
This page took 0.037341 seconds and 4 git commands to generate.