Add wrappers for pipe
[lttng-tools.git] / src /
2013-05-17  David GouletAdd wrappers for pipe
2013-05-17  David GouletFix: increment UST channel refcount at stream creation
2013-05-16  David GouletFix: use memset instead of poll reset for poll init
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized scalar variable in consumer
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-14  David GouletFix: close fd on create unix sock error path
2013-05-14  David GouletFix: memory leak in error path in UST registry
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-14  David GouletFix: kernel metadata data leak in error path
2013-05-14  David GouletFix: data leak in error path of cmd_register_consumer()
2013-05-14  David GouletFix: out of bounds access of kernel channel padding
2013-05-14  David GouletFix: out of bounds access to buffer uuid
2013-05-14  David GouletFix: possible out of bounds write in enable-event
2013-05-13  Stefan SeefeldAdd --version command-line option to lttng.
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-05-09  David GouletFix: print an error if tracefile-size is missing with...
2013-05-07  David GouletFix: split UST per UID/PID default values
2013-05-06  David GouletFix: don't start the relayd with a wrong --output dir
2013-05-06  David GouletFix: Erroneous automatic session name when streaming
2013-05-06  David GouletFix: wrong data port when listing session's URI
2013-05-06  David GouletFix: don't create a channel on an enable channel
2013-05-06  David GouletFix: print lttng strerror on enable event with filter
2013-05-06  David GouletFix: change relayd protocol version to 2.2
2013-05-06  David GouletFix: reset current size for tracefile rotation
2013-05-02  Mathieu Desnoyerslttng UI: round up trace file size to subbuf size if...
2013-05-02  Mathieu DesnoyersFix lttng UI: fix arg parsing, round size to next power...
2013-05-02  Mathieu DesnoyersFix: check errors in lttng command argument values
2013-05-02  Mathieu DesnoyersImplement get_count_order in lttng utils
2013-05-02  Simon Marchilttng cli: Accept human readable sizes for --subbuf...
2013-05-01  Mathieu DesnoyersFix: consumerd metadata channel/cache/timer races
2013-05-01  Mathieu DesnoyersFix: consumerd channel destroy race
2013-05-01  Mathieu DesnoyersCleanup: document RCU read-side lock better
2013-05-01  Mathieu Desnoyersconsumer relayd interaction: fix segfaults
2013-04-30  David GouletFix: change order of fd get to fix error path
2013-04-30  David GouletFix: fd leak when creating UST metadata channel
2013-04-30  Mathieu DesnoyersFix: fd leak on error
2013-04-30  Mathieu DesnoyersFix consumerd fd leak
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-30  Mathieu Desnoyersrculfhash: check for callers from RCU read-side C.S.
2013-04-30  Mathieu DesnoyersFix: don't call hash table destroy under rcu read-side...
2013-04-30  Mathieu DesnoyersDocumentation: import updated comments from urcu
2013-04-29  Mathieu DesnoyersFix: segfault in buffer_reg_channel_destroy()
2013-04-29  David GouletFix: add missing goto error in UST consumer
2013-04-29  David GouletFix: no need to use run_as_open in the relayd
2013-04-29  David GouletFix: typo in enable-channel man and help
2013-04-29  David GouletFix: add some missing hidden attribute
2013-04-29  Mathieu DesnoyersFix: per-uid buffers should only be flushed once on...
2013-04-26  Mathieu DesnoyersCleanup: Use own mutex within timer setup/teardown
2013-04-26  Mathieu DesnoyersFix: channel management thread should hold a refcount
2013-04-26  Mathieu DesnoyersFix: move metadata cache setup before ownership passing
2013-04-26  Mathieu DesnoyersFix: consumer metadata switch timer error handling
2013-04-22  David GouletFix: set ptr to NULL to suppress old gcc warnings
2013-04-22  David GouletFix: linking order of libraries
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-04-12  David GouletFix: update lttng.1 man and enable-channel help with...
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: deny multiple event types with enable-event
2013-04-11  David GouletFix: deny the same port for data and control URL
2013-04-11  David GouletFix: reset consumer destination when changing URIs
2013-04-11  David GouletFix: don't allow different control and data destination
2013-04-11  Simarpreet SinghFix: typos in error strings
2013-04-11  David GouletImprove channel listing output format
2013-04-11  David GouletFix: enable-channel accepts mismatched option
2013-04-11  David GouletFix: validate buffer type for UST channel creation
2013-03-28  David GouletFix: Add missing header for make dist
2013-03-28  David GouletFix: add missing declaration for disable-lttng-ust
2013-03-28  Mathieu DesnoyersFix: don't keep vpid, procname, nor patchlevel environm...
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezMove stream file rotation functions to utils
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Mathieu DesnoyersDocumentation: filter $ctx manpage and --help
2013-03-27  Mathieu DesnoyersImplement per-context filtering
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-26  Mathieu DesnoyersFix: UST context activation
2013-03-25  David GouletFix: lttng create default name check
2013-03-25  David GouletFix: add missing error output
2013-03-25  David GouletFix: kernel function event was listed as probe
2013-03-25  David GouletAdd unsupported error code to lttng cmd line
2013-03-25  David GouletFix: typo in the create command help and man page
2013-03-25  David GouletFix: session name max length was not handled correctly
2013-03-25  David GouletFix: lttng UI failed to report error 19
2013-03-25  David GouletFix: validate expanded path NULL ptr in relayd
2013-03-21  David GouletFix: handle error if metadata fails to be created
2013-03-21  David GouletAllow enable-channel to work with metadata channel
2013-03-21  Simon MarchiAdd with-sessiond-bin configure option
2013-03-21  Christian BabeuxFix: Use after free on spawn_sessiond error path in...
2013-03-21  Christian BabeuxFix: Memory leak when zmalloc fail on kernel channel...
2013-03-21  Christian BabeuxFix: Memory leaks when calling get_cmdline_by_pid
2013-03-21  Christian BabeuxFix: Memory leaks on unknown hashtable type error handling
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  Christian BabeuxFix: Memory leaks on error paths in config_read_session...
2013-03-21  Christian BabeuxFix: Memory leak on error paths of relay_add_stream
2013-03-21  David GouletFix: wrong header path when compiling without UST support
next
This page took 0.039769 seconds and 7 git commands to generate.