Clarify limitations of the --syscall flag with enable-event command
[lttng-tools.git] / src / common /
2014-04-14  Jérémie GalarneauOverride the session.xsd path with an ENV. variable
2014-04-14  Simon MarchiFix: rework utils_parse_size_suffix
2014-04-14  Christian BabeuxFix: XML declaration must be at beginning of XSD file
2014-04-10  Jérémie GalarneauAdd MIT license header to session.xsd
2014-04-01  David GouletFix: add consumer wake up pipe to avoid race
2014-03-26  David GouletFix: bad errno handling in load session from path
2014-03-26  David GouletRemove -s option from lttng load command
2014-03-24  David GouletFix: use NULL url for load live session
2014-03-19  Jérémie GalarneauFix: Succesful session load might still report an error
2014-03-19  Jérémie GalarneauFix: Pass session name to config_load_session when...
2014-03-19  Jérémie GalarneauFix: Remove overly restrictive asserts in create_session()
2014-03-17  David GouletFix: rename config internal header to abi
2014-03-12  David GouletFix: add missing string msg for save/load error code
2014-03-12  David GouletFix: return error if not in overwrite mode and file...
2014-03-12  David GouletFix: time of check time of use scenario
2014-03-12  David GouletFix: missing varargs cleanup on error
2014-03-12  David GouletFix: wrong number of elements in array for loop
2014-03-12  David GouletFix: possible load config domain overwrite
2014-03-10  Jérémie GalarneauAdd session configuration load capability to libconfig
2014-03-10  Jérémie GalarneauAdd session configuration save feature to session daemon
2014-03-06  Jérémie GalarneauAdd a save API to lttng-ctl
2014-03-06  Jérémie GalarneauAdd session configuration XSD
2014-03-06  Jérémie GalarneauAdd a config_writer API based on libxml2
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-03-06  Jérémie GalarneauFix: tcp4 and net4 protocol support in uri_parse
2014-02-28  Mathieu DesnoyersFix: relayd should listen for viewers on localhost...
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-26  David GouletFix: handle the registration done command for JUL
2014-02-26  David GouletFix: add some sane default values to --live opt
2014-02-25  David GouletFix: forbid session name creation if contains /
2014-02-25  David GouletFix: don't start session if no channel
2014-02-25  David GouletFix: kernel channel destroy on consumer if sent
2014-02-24  Julien DesfossezFix: missing big endian conversion for one index field
2014-02-24  Julien DesfossezFix: perror on index directory creation error
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-21  Mathieu DesnoyersFix: add missing VALGRIND ifdef checks and documentation
2014-02-13  David GouletFix: steal channel key in the consumer to avoid race
2014-02-13  David GouletFix: change ERR statement to DBG in kernel read subbuffer
2014-02-13  David GouletFix: handle snapshot ENODATA in live timer
2014-02-12  David GouletFix: relayd leak on error in consumer splice()
2014-02-11  David GouletFix: write index only if fd is valid
2014-02-11  David GouletFix: cleanup relayd on any I/O error in read subbuffer...
2014-02-11  David GouletFix: memory/fd leak when cleaning streams in channel
2014-02-10  David GouletFix: destroy streams in consumer del channel
2014-02-10  David GouletFix: in lttng_read/write deny count bigger than the...
2014-02-10  David GouletFix: fd leak when closing metadata stream
2014-02-10  David GouletFix: read subbuffer mmap/splice signedness issue
2014-02-07  David GouletFix: code refactoring of viewer streams in relayd
2014-02-07  Julien DesfossezFix: send the streams sent message after metadata
2014-01-28  David GouletFix: add missing JUL loglevel handling
2014-01-28  Mathieu DesnoyersConsumer: add testpoints
2014-01-28  Mathieu DesnoyersFix: consumerd: HT init/teardown with program
2014-01-28  Mathieu DesnoyersAdd daemonize() to libcommon
2014-01-14  David GouletFix: report to client when snapshot will be empty
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-12-17  Jérémie GalarneauAdd utils_generate_optstring() to libcommon
2013-12-17  Jérémie GalarneauAdd libconfig implementation and tests
2013-12-17  Jérémie GalarneauAdd code from the inih library under libconfig
2013-11-28  David GouletFix: backported from urcu commit 92af1a30
2013-11-28  David GouletFix: remove assert on fd in the read/write layer
2013-11-28  David GouletFix: missing lock/unlock when sending index
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-26  Julien DesfossezRename LTTng index in CTF index
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-11-25  David GouletFix: comparison of unsigned enum expression >= 0
2013-11-25  David GouletFix: comparison of unsigned value agains < 0
2013-11-25  Raphaël BeamonteFix: utils_expand_path now works for paths that ends...
2013-11-25  Raphaël BeamonteFix: comment indentation
2013-11-25  Raphaël BeamonteAdd missing copyright to utils.c
2013-11-15  Raphaël BeamonteRemove the utils_resolve_relative function that is...
2013-11-15  Raphaël BeamonteChange the utils_expand_path function to use utils_part...
2013-11-15  Raphaël BeamonteIntroduce a new utils_partial_realpath function
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
2013-11-14  JP IkaheimonenDefine a structure for event exclusion data
2013-11-14  JP IkaheimonenAdd exclusion data to enable-command
2013-11-13  Raphaël BeamonteCorrect the behavior of the utils_expand_path function
2013-11-13  Raphaël BeamonteIntroduce a new utils_resolve_relative function
2013-11-12  David GouletFix: bad type of return variable
2013-11-11  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu DesnoyersImplement lttng_read()/lttng_write()
2013-11-06  David GouletWrite TCP JUL port in the lttng's rundir
2013-11-04  David GouletFix: missing LTTNG_OK return value for snapshot
2013-10-16  David GouletAdd jul-app ABI/API and handle registration
2013-10-16  David GouletAdd JUL registration thread
2013-10-16  David GouletAdd jul.c/.h to sessiond code
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-10-11  David GouletFix: recv creds comm should handle partial receive
2013-10-09  David GouletFix: remove relative include for health check
2013-10-09  Mathieu DesnoyersAdd health thread to relayd
2013-10-09  Mathieu DesnoyersHealth check: implement health check query in sessiond...
2013-10-09  Mathieu DesnoyersImplement consumer health check thread
2013-10-09  Mathieu DesnoyersMove health comm to health-internal.h
2013-10-09  Mathieu Desnoyersconsumerd: add health instrumentation into threads
2013-10-09  Mathieu Desnoyersconsumerd: register threads to health monitoring
2013-10-09  Mathieu DesnoyersMove health into its own common/ static library
2013-10-09  Mathieu DesnoyersFix: sessiond poll thread normal error path should...
2013-09-30  David GouletFix: remove bad UST header in consumer-timer.c
2013-09-27  Julien DesfossezRelicense lttng-index and lttng-viewer to BSD
next
This page took 0.04093 seconds and 7 git commands to generate.