Update version to v2.2.6
[lttng-tools.git] / src /
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-03  David GouletFix: remove bad code from previous backport patch
2013-12-03  David GouletFix: bad logical check of error codes
2013-11-28  David GouletFix: resource leak in enable-event command
2013-11-28  David GouletFix: unchecked return value in ust app delete
2013-11-28  David GouletFix: dereference after null check in UST registry
2013-11-28  David GouletFix: Resource leak in ust registry
2013-11-28  David GouletFix: backported from urcu commit 92af1a30
2013-11-28  David GouletFix: add missing values for a backported fix
2013-11-28  David GouletFix: update back the metadata len sent on failure
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-26  David GouletFix: comparison of unsigned enum expression >= 0
2013-11-26  David GouletFix: implicit conversion of enum types in sessiond
2013-11-26  David GouletFix: comparison of unsigned value agains < 0
2013-11-12  David GouletFix: typo in --sig-parent help
2013-11-06  David GouletFix: application SIGBUS when starting in parallel with...
2013-11-04  David GouletFix: arguments in the wrong order for fd-limit
2013-10-11  David GouletFix: recv creds comm should handle partial receive
2013-10-11  David GouletFix: backported fix uses msec vs sec in stable-2.2
2013-10-11  David GouletFix: set app socket timeout just after accept()
2013-08-30  Mathieu DesnoyersFix: hashtable: take split_count_order into account
2013-08-30  David GouletFix: remove wrong doing asserts in sessiond
2013-08-29  David GouletFix: remove bad check after epoll wait in consumer
2013-08-29  Mathieu DesnoyersFix: consumer data pending for empty streams
2013-08-27  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-08-27  Mathieu DesnoyersFix: run_as gid/uid test should return result to parent
2013-08-27  David GouletFix: set the health delta tcp timeout aware
2013-08-27  David GouletGet the maximum TCP timeout in sessiond
2013-08-27  David GouletFix: don't report error if UST app dies
2013-08-23  Mathieu DesnoyersFix: improve error message when UST support is disabled
2013-08-22  David GouletFix: remove calibrate syscall option from code
2013-08-22  Mathieu DesnoyersFix: check UST float field mantissa length
2013-08-21  David GouletFix: add UST context in the same order the user enabled...
2013-08-16  Mathieu DesnoyersPrepare for automake deprecation of missing subdir...
2013-08-16  Mathieu DesnoyersFix: channels can be _enabled_ after tracing is started...
2013-08-16  Zifei TongFix filter parser segmentation fault with bison 3.0
2013-08-16  Mathieu DesnoyersFix: typo in error msg
2013-08-16  Mathieu DesnoyersFix: imprecise error message about root sessiond/tracin...
2013-08-16  Jérémie GalarneauFix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
2013-08-16  Mathieu DesnoyersFix: don't skip chmod if tracing group is not found
2013-08-15  Julien DesfossezFix: reset out_fd_offset when we rotate the trace file
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
2013-07-19  Mathieu DesnoyersFix: data pending race
2013-07-19  Mathieu DesnoyersCleanup: ust-consumer: wrong indentation
2013-07-19  Mathieu DesnoyersFix: print dots while waiting for data availability
2013-07-19  Mathieu DesnoyersFix: push metadata on stop for per-UID buffers
2013-07-17  David GouletFix: don't send error to sessiond on orderly shutdown
2013-07-17  Mathieu DesnoyersFix: consumer: incorrect size zmalloc
2013-07-17  David GouletFix: RCU read side lock unbalanced
2013-07-16  Mathieu DesnoyersFix deadlock: don't take channel lock in timer
2013-07-16  Mathieu DesnoyersIntroduce channel timer lock
2013-07-16  Mathieu Desnoyersdocument lttng_ustconsumer_request_metadata locking...
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() deadlock
2013-07-16  Mathieu Desnoyersdocument metadata_switch_timer() locking constraints
2013-07-16  Mathieu Desnoyersconsumer: replace DBG2() instances by DBG()
2013-07-16  Mathieu Desnoyersust consumer: data_pending check is endpoint active
2013-07-16  Mathieu DesnoyersFix: kernel consumer: data_pending check if endpoint...
2013-07-16  Mathieu Desnoyersconsumer: explicitly set endpoint status to active...
2013-07-16  Mathieu Desnoyersdocument consumer_metadata_cache_flushed use of consume...
2013-07-16  Mathieu Desnoyersconsumer: introduce channel lock
2013-07-10  Mathieu DesnoyersFix: consumer err_sock cloexec
2013-07-09  David GouletFix: possible consumer sockets double close on cleanup
2013-07-05  David GouletFix: close consumer sockets in sessiond cleanup
2013-07-05  David GouletFix: print errno message on connect() error
2013-07-05  Mathieu DesnoyersFix: possible double-close on stream out_fd
2013-07-04  David GouletFix: session ID signess to uin64_t in sessiond
2013-07-04  Mathieu DesnoyersFix: consumer_add_relayd_socket() report errors to...
2013-07-04  Mathieu DesnoyersFix: UST per-UID channels persist across application...
2013-07-04  Mathieu DesnoyersFix: add missing enum lttcomm_return_code entries
2013-06-28  Mathieu DesnoyersFix: sessiond: use uint64_t for all session ids
2013-06-28  Mathieu DesnoyersFix: consumer: use uint64_t for all sessiond_id
2013-06-28  Mathieu DesnoyersFix: consumer: 64-bit index for relayd rather than...
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-28  Mathieu DesnoyersFix: consumer double-close on error
2013-06-28  David GouletFix: set hidden attribute to utils_* calls
2013-06-25  David GouletFix: if relayd is unreachable, disable consumer for...
2013-06-25  David GouletFix: possible infinite loop in disable ust event
2013-06-25  David GouletFix: don't enable a channel if a session was already...
2013-06-25  David GouletFix: bad type for the relayd id
2013-06-25  David GouletFix: add debug statement in kernel flush metadata
2013-06-25  David GouletFix: destroy default created channel if add-context...
2013-06-25  David GouletFix: don't stop a session that was not previously started
2013-06-25  David GouletFix: bad protocol flow between sessiond and consumerd
2013-06-25  David GouletFix: kernel memory leak in error path
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: consumer add channel return value was positive...
2013-06-19  David GouletFix: wrong check after malloc in buffer registry
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: remove use of stat()
2013-06-19  Mathieu DesnoyersFix: out of bound strcpy
2013-06-19  Mathieu DesnoyersRemove logically dead code
2013-06-19  Mathieu DesnoyersFix: handle close return value
2013-06-19  Mathieu DesnoyersRemove useless if() check
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_kconsumer_recv_cmd errors
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-19  Mathieu DesnoyersFix: unnecessarily large memory allocation
2013-06-19  Mathieu DesnoyersFix: comparing array against NULL
2013-06-18  Jérémie GalarneauFix: Remove reference to lttng-probe-lttng kernel module
next
This page took 0.039494 seconds and 7 git commands to generate.