Fix: UST app clean list node usage
[lttng-tools.git] / src /
2012-10-26  David GouletFix: UST app clean list node usage
2012-10-26  David GouletAdd liblttng-ctl destructor to cleanup memory
2012-10-26  David GouletFix: Cleanup URIs on teardown
2012-10-26  David GouletFix: relayd memleaks
2012-10-26  David GouletFix: Memory leaks of allocated URIs
2012-10-26  David GouletFix: consumer output memory leak on creation
2012-10-26  David GouletFix: missing addrlen initialization before accept(2)
2012-10-26  David GouletFix: relayd trace file padding memleak
2012-10-26  David GouletFix: Remove useless consumer subdir string concatenation
2012-10-26  David GouletFix: lttng create allocated path memleak
2012-10-26  David GouletFix: Cppcheck memleakOnRealloc mistake
2012-10-26  David GouletFix: Synchronization issue for data available command
2012-10-26  David GouletFix: consumer relayd cleanup on disconnect
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-24  David GouletFix: Delete stream on write error in consumer
2012-10-22  David GouletFix: Error handling when sending relayd sockets to...
2012-10-22  David GouletAdd stream lock comment for nesting
2012-10-22  David GouletFix: Mutex and RCU lock nesting in consumer
2012-10-22  David GouletFix: Uninitialized ret code
2012-10-22  David GouletFix: Remove bad condition and fix overflow issue
2012-10-22  David GouletFix: consumerd pthread error flow
2012-10-22  David GouletFix: Set a single return point and mutex unlock
2012-10-22  David GouletFix: Remove useless NULL and zero assignment
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-22  David GouletFix: Add missing header to makefile
2012-10-19  Julien DesfossezFix: Remove network stream ID ABI calls
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
next
This page took 0.038576 seconds and 7 git commands to generate.