lttng-tools.git
2012-11-07  Mathieu DesnoyersFix cross-compile
2012-11-07  David GouletFix: Consumerd error socket connect race
2012-11-07  David GouletFix: Set CLOEXEC flag on every created sockets
2012-11-07  David GouletRemove consumer poll timeout in data thread
2012-11-06  David GouletFix: RCU hash table seed
2012-11-06  Christian BabeuxFix: Do not install health tests helper libraries
2012-11-06  David GouletFix: Create default channel on add-context if none
2012-11-06  Mathieu DesnoyersSupport new liblttng-ust-ctl error code
2012-11-06  David GouletFix: Add EPIPE error handling on buffer splice
2012-11-05  David GouletFix: Channel creation error return code was not set
2012-11-05  David GouletFix: Wrong poll events on UST application socket
2012-11-02  Christian BabeuxFix: Remove dependency to urcu-cds in tools tests
2012-11-02  Christian BabeuxFix: Missing librt dependency in configure check for...
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-02  David GouletFix: Add space for stream name CPU number
2012-11-02  David GouletFix: Add output option to enable-channel command
2012-11-02  David GouletUpdate version to v2.1.0-rc6 v2.1.0-rc6
2012-11-02  Christian BabeuxTests: Add filtering tests for uncovered cases
2012-11-01  David GouletFix: Sync issue when deleting a data stream
2012-11-01  David GouletRename data_available to data_pending
2012-10-31  David GouletFix: consumer health state
2012-10-30  David GouletFix: Add the ACCOUNTING flag to ht creation and set...
2012-10-30  David GouletFix: Bad return error code handling
2012-10-30  David GouletFix: Use after free() of the rundir string
2012-10-29  David GouletFix: Cleanup UST app session on ustctl create session...
2012-10-29  David GouletFix: add missing pthread_join in sessiond
2012-10-26  David GouletFix: free running directory string
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 GouletUpdate version to v2.1.0-rc5 v2.1.0-rc5
2012-10-22  David GouletFix: Add missing header to makefile
2012-10-19  Julien DesfossezFix: Remove network stream ID ABI calls
2012-10-19  Christian BabeuxTests: Add filtering tests to configure
2012-10-19  Christian BabeuxTests: Add a test for valid filters
2012-10-19  Christian BabeuxTests: Add a trace statistics utility
2012-10-19  Christian BabeuxTests: Add a test for invalid filters
2012-10-19  Christian BabeuxTests: Add an unsupported operators filtering test
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  Christian BabeuxTests: Fix LD_PRELOAD library lookup path for health...
2012-10-03  David GouletFix: Add arbitrary wait period for kernel streaming...
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 BabeuxTests: Add health check tests to configure
2012-10-02  Christian BabeuxTests: Add health check thread stall test
2012-10-02  Christian BabeuxTests: Add health check thread exit test
2012-10-02  Christian BabeuxTests: Add a health check utility program
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 GouletUpdate version to v2.1.0-rc4 v2.1.0-rc4
2012-09-26  David GouletFix: Change sempahore to pthread conditions
next
This page took 0.038003 seconds and 4 git commands to generate.