Tests: Add a test for invalid filters
[lttng-tools.git] / src /
2012-10-19  David GouletWait for data availability when stopping a session
2012-10-19  David GouletRelayd data available command support
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-19  David GouletConsumer daemon data available command support
2012-10-19  David GouletSupport the add operation of urcu hash table
2012-10-19  David GouletAdd data structure for the data available command
2012-10-19  David GouletRemove unused code
2012-10-19  David GouletCleanup code and rename variables
2012-10-19  David GouletChange the metadata hash table node
2012-10-19  David GouletMake stream hash tables global to the consumer
2012-10-19  David GouletMove add data stream to the data thread
2012-10-19  David GouletRename consumer threads and spawn them in daemon
2012-10-19  David GouletFix: relayd close stream command was not working
2012-10-19  David GouletFix last commit. Git code-18 pushed the wrong fix.
2012-10-19  David GouletFix: Relayd and consumerd socket leaks
2012-10-16  David GouletFix: Missing -ENODATA handling in the consumer
2012-10-16  David GouletFix: Empty metadata buffer(s) on HUP|ERR
2012-10-09  Julien DesfossezABI with support for compat 32/64 bits
2012-10-09  David GouletFix: Stream allocation and insertion consistency
2012-10-04  Julien DesfossezFix: output number of bytes written by relayd
2012-10-03  David GouletAdd hash table argument to helper functions
2012-10-03  David GouletFix: Add missing call rcu and read side lock
2012-10-03  David GouletFix coding style and add/change debug statements
2012-10-02  Paul ChaventFix: Build out of src tree
2012-10-02  Christian BabeuxAdd testpoints in lttng-sessiond for each threads
2012-10-02  Christian BabeuxNew testpoint mechanism to instrument binaries for...
2012-10-01  Mathieu DesnoyersFix: off-by-one in comm proto between lttng-ctl and...
2012-10-01  David GouletFix: Metadata stream leak when received in consumer
2012-09-28  Mathieu DesnoyersFix: consumer_allocate_stream error handling
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-09-28  David GouletFix: Missing rcu read side lock in consumer
2012-09-26  David GouletFix: Change sempahore to pthread conditions
2012-09-26  Mathieu DesnoyersFix: relayd relay_send_version: handle sscanf return...
2012-09-26  Mathieu DesnoyersFix relayd: NULL ptr deref
2012-09-26  Mathieu DesnoyersFix: relayd: possible NULL ptr deref, memory leak,...
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: Returned code when listing kernel channel
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-24  David GouletFix: printing [no write] on lttng list -uf
2012-09-24  David GouletFix: Disable event on filter error with lttng
2012-09-21  David GouletFix: Wrong returned error code on UST enable event
2012-09-18  David GouletFix: Remove LPOLLNVAL from consumer metadata revents
2012-09-17  Christian BabeuxFix: Mismatch of field name between ust and tools
2012-09-17  David GouletAdd the written value when listing fields
2012-09-17  David GouletFix: Consumer return value check after mmap/splice
2012-09-13  David GouletDon't send the subbuffer padding for streaming
2012-09-12  David GouletFix: Returned error code in consumer on read buffer
2012-09-11  David GouletFix: Relayd fix ret value when adding a connection
2012-09-11  David GouletAdd new thread in consumer for metadata handling
2012-09-11  David GouletFix: consumer recv command error path
2012-09-10  Mathieu DesnoyersFix filter: fix recent regressions
2012-09-07  David GouletUpdate lttng-ust-abi.h from upstream lttng-ust
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 GouletSet hidden visibility for calls used in lttng-ctl
2012-08-24  Christian BabeuxNotify the user if a filter is already enabled
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-24  Julien DesfossezFix: missing hostname context
2012-08-22  David GouletFix: put back 2.0 output text for lttng create cmd
2012-08-22  David GouletFix: remove set subdir call that uses bad ptr
2012-08-22  Christian BabeuxFilter: Handle the unary bitwise not operator (~) with...
2012-08-21  David GouletFix: missing mutex unlock on register consumer err
2012-08-21  David GouletStandardize lttng command line usage text
2012-08-20  David GouletMerge duplicate code in consumer for destroy relayd
2012-08-20  David GouletMerge duplicate code in consumer for add relayd
2012-08-20  Christian BabeuxFix: Possible buffer overflows in strncat() usage
2012-08-20  David GouletMove code out of main.c and fix some issues
2012-08-17  David GouletUpdate version to v2.1.0-rc1 v2.1.0-rc1
2012-08-17  David GouletAdd missing decl. when UST is disabled
2012-08-17  David GouletFix: UST app major version check
2012-08-17  David GouletFix relayd version check and remove unused code
2012-08-17  David GouletFix lttng view using lttng list sessions
2012-08-17  David GouletFix comments and help text
2012-08-17  David GouletFix: lttng list command with network path
2012-08-16  David GouletDeny register consumer if one exists
2012-08-16  David GouletFix: Subdirectory handling for lttng and sessiond
2012-08-16  Christian BabeuxCleanup: Remove unused get_default_session_name()
2012-08-16  Christian BabeuxFix: Invalid free on session_name when destroying session
2012-08-16  Mathieu DesnoyersFix: 32-bit print format type mismatch warnings
2012-08-16  Mathieu DesnoyersCleanup: symbols in parser protected -> hidden
2012-08-16  David GouletFix: set kernel consumer output directory
2012-08-15  David GouletFix: multiple consumer locking problems
2012-08-15  David GouletBackport HT fixes from urcu upstream
2012-08-14  David GouletFix: Possible invalid read on string in set_ip_address()
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-08-14  David GouletFix: bad file descriptor on close in health check
2012-08-14  David GouletFix: remove adjustment on written var for metadata
2012-08-10  Mathieu DesnoyersFix: protect visibility of filter-parser functions
2012-08-10  Christian BabeuxFix: Wrong domain used when initializing IPv6 sockets
2012-08-10  Christian BabeuxFix: Off by one in lttcomm_sock_domain enum
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-08-07  Mathieu DesnoyersCleanup: Remove misplaced config.h include
next
This page took 0.039465 seconds and 7 git commands to generate.