Cleanup: remove unused m4/libxml.m4
[lttng-tools.git] / src / lib /
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-04  David GouletFix: handle invalid URL passed to lttng_create_session_live
2014-01-28  Mathieu DesnoyersCleanup: lttng-ctl-health comment
2014-01-07  Mathieu DesnoyersFix: filter: check binary op nesting
2013-11-26  David GouletFix: set the enable all event command type
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
2013-11-14  JP IkaheimonenCollate lttng_enable_event* code
2013-11-14  JP IkaheimonenSend enable-event commands with exclusion data
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-10-09  Mathieu Desnoyerslttng ctl health: add string description of relayd...
2013-10-09  Mathieu DesnoyersHealth check: implement health check query in sessiond...
2013-10-09  Mathieu DesnoyersMove health comm to health-internal.h
2013-10-09  Mathieu DesnoyersFix: set_health_socket_path() as tracing group
2013-09-27  Julien DesfossezLive timer set up
2013-08-16  Zifei TongFix filter parser segmentation fault with bison 3.0
2013-07-19  Mathieu DesnoyersFix: print dots while waiting for data availability
2013-07-19  Mathieu DesnoyersFix: (slight UI change) refuse missing -c if non-defaul...
2013-07-18  Mathieu DesnoyersFix: add missing snapshot header to dist tarball
2013-07-12  David GouletFix: support temporary snapshot max size and name
2013-07-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletInitial import of the snapshot ABI/API in lttng-ctl
2013-06-27  David GouletMove multiple URLs parsing fct from lttng-ctl to uri.c
2013-06-27  David GouletAdd a lttng-ctl header to facilitate code separation
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: handle close return value
2013-06-14  Mathieu DesnoyersFix: memleak in liblttng-ctl visit_node_load()
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: Erroneous automatic session name when streaming
2013-04-12  David GouletFix: use channel per domain default values
2013-04-11  David GouletFix: typos in the code base
2013-04-11  David GouletFix: don't allow different control and data destination
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Mathieu DesnoyersImplement per-context filtering
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 GouletDeprecate enable/disable-consumer
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in lttng-ctl filter lib
2013-01-25  Mathieu DesnoyersNamespace lttngctl filter flex/bison symbols
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-22  David Gouletcppcheck: Simplify empty string test without using...
2013-01-09  David GouletFix: lttng create session memleaks
2013-01-07  Yannick BrosseauAdd pkg-config for liblttng-ctl
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-13  David GouletFix: add packed attribute to filter structure
2012-11-26  Mathieu DesnoyersClarify empty string/NULL filter errors
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-13  Simon MarchiUse the new functions for default subbuf sizes
2012-11-02  David GouletFix: Don't append datetime to default session name
2012-11-02  David GouletFix: Deny session creation name 'auto'
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletAdd liblttng-ctl destructor to cleanup memory
2012-10-25  Christian BabeuxFix: Handle the unary bitwise negation operator (~...
2012-10-25  Christian BabeuxFix: Possible memory leaks when creating filter IR...
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-19  David GouletWait for data availability when stopping a session
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-02  Paul ChaventFix: Build out of src tree
2012-09-26  Mathieu DesnoyersTests: add print bytecode to filter grammar test
2012-09-26  Mathieu DesnoyersCleanup: assign values to bytecode opcodes
2012-09-26  Mathieu DesnoyersFix: Filter: Fix allocation length error
2012-09-26  Mathieu DesnoyersFix: Filter: add missing ast free
2012-09-24  David GouletFix: Lib lttng-ctl on error returns lttng code
2012-09-24  David GouletFix: lttng_set_event_filter() was returning bad error...
2012-09-10  Mathieu DesnoyersFix filter: fix recent regressions
2012-09-07  Christian BabeuxFix: Accept bytecode of length 65536 bytes
2012-09-04  Christian BabeuxFix: Generation of bytecode longer than 32768 bytes...
2012-09-04  Christian BabeuxFix: Filter bytecode alloc buffer size must be a power...
2012-08-24  David GouletLibrarify filter in liblttng-ctl and hide symbols
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-22  Christian BabeuxFilter: Handle the unary bitwise not operator (~) with...
2012-08-17  David GouletFix: lttng list command with network path
2012-08-16  David GouletFix: Subdirectory handling for lttng and sessiond
2012-08-16  Mathieu DesnoyersCleanup: symbols in parser protected -> hidden
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-08-10  Mathieu DesnoyersFix: protect visibility of filter-parser functions
2012-08-07  Mathieu DesnoyersRevert "Cleanup: YYPARSE_PARAM and YYLEX_PARAM are...
2012-08-07  Mathieu DesnoyersCleanup: YYPARSE_PARAM and YYLEX_PARAM are deprecated...
2012-08-07  Mathieu DesnoyersFilter fix: support bison 2.6
2012-07-24  David GouletFix: don't install the filter grammar test
2012-07-18  David GouletSession daemon health check support
2012-07-17  Mathieu DesnoyersFilter: specialize double-s64 binary comparators
2012-07-17  Mathieu DesnoyersFilter: add merge point test
2012-07-17  Mathieu DesnoyersFix: filter: remove dependency on UST bug.h
2012-07-16  Mathieu DesnoyersFilter bytecode: Implement stack-based interpreter
2012-07-14  Mathieu DesnoyersFilter: cast double directly to s64
2012-07-14  Mathieu DesnoyersFilter: ensure logical operator merge is always s64
2012-07-13  Mathieu DesnoyersFilter: specialize 'and' and 'or' ops
2012-07-13  Mathieu DesnoyersFilter: specialize comparators
2012-07-13  Mathieu DesnoyersFilter: Specialize unary ops
2012-07-13  Mathieu DesnoyersFilter: opcode for ref load
2012-07-13  Mathieu DesnoyersFilter: add floating point support
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-07-12  Mathieu DesnoyersImplement filter expression to bytecode compiler in...
2012-07-11  David GouletNetwork streaming support
2012-06-07  Danny SerresFix: move memset in channel_set_attr after NULL check
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-03-12  Alexandre MontplaisirLicense header fixes
next
This page took 0.048553 seconds and 7 git commands to generate.