Fix: Filter bytecode alloc buffer size must be a power of 2
[lttng-tools.git] / src /
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
2012-08-17  David GouletUpdate version to v2.1.0-rc1 v2.1.0-rc1
2012-08-17  David GouletAdd missing decl. when UST is disabled
2012-08-17  David GouletFix: UST app major version check
2012-08-17  David GouletFix relayd version check and remove unused code
2012-08-17  David GouletFix lttng view using lttng list sessions
2012-08-17  David GouletFix comments and help text
2012-08-17  David GouletFix: lttng list command with network path
2012-08-16  David GouletDeny register consumer if one exists
2012-08-16  David GouletFix: Subdirectory handling for lttng and sessiond
2012-08-16  Christian BabeuxCleanup: Remove unused get_default_session_name()
2012-08-16  Christian BabeuxFix: Invalid free on session_name when destroying session
2012-08-16  Mathieu DesnoyersFix: 32-bit print format type mismatch warnings
2012-08-16  Mathieu DesnoyersCleanup: symbols in parser protected -> hidden
2012-08-16  David GouletFix: set kernel consumer output directory
2012-08-15  David GouletFix: multiple consumer locking problems
2012-08-15  David GouletBackport HT fixes from urcu upstream
2012-08-14  David GouletFix: Possible invalid read on string in set_ip_address()
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-08-14  David GouletFix: bad file descriptor on close in health check
2012-08-14  David GouletFix: remove adjustment on written var for metadata
2012-08-10  Mathieu DesnoyersFix: protect visibility of filter-parser functions
2012-08-10  Christian BabeuxFix: Wrong domain used when initializing IPv6 sockets
2012-08-10  Christian BabeuxFix: Off by one in lttcomm_sock_domain enum
2012-08-07  Mathieu DesnoyersRevert "Cleanup: YYPARSE_PARAM and YYLEX_PARAM are...
2012-08-07  Mathieu DesnoyersCleanup: YYPARSE_PARAM and YYLEX_PARAM are deprecated...
2012-08-07  Mathieu DesnoyersFilter fix: support bison 2.6
2012-08-07  Mathieu DesnoyersCleanup: Remove misplaced config.h include
2012-08-06  David GouletFix socket lock and PID in register_consumer
2012-07-31  David GouletDivide read subbuffer consumer function
2012-07-30  David GouletMerge mmap/splice fct. for both consumers
2012-07-30  David GouletAdd consumer socket object and relayd commands
2012-07-26  Mathieu DesnoyersFix: relayd metadata size
2012-07-25  David GouletFix: Off by uint64_t in the metadata transfer
2012-07-25  Mathieu DesnoyersFix: consumer relay sender RCU usage
2012-07-25  David GouletAdd comments for the relayd ctrl socket mutex
2012-07-25  David GouletFix: some error in uri.c were still using printf()
2012-07-24  David GouletFix: don't install the filter grammar test
2012-07-24  David GouletAdd health counter to ust-app.c
2012-07-24  David GouletFix: typo in time_diff() with nsec difference
2012-07-24  Mathieu DesnoyersAdd time validation to health check
2012-07-24  Mathieu DesnoyersFix: Multiple health monitoring fixes
2012-07-24  Mathieu DesnoyersFix: relayd typo: lock -> unlock
2012-07-24  Mathieu Desnoyersfix: lttng-relayd: use appropriate RCU locking with...
2012-07-24  Mathieu Desnoyerslttng-relayd: memory management fixes, with cleanups
2012-07-23  Mathieu DesnoyersFix: relayd and sessiond: dispatch thread exit is share...
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-07-23  Mathieu Desnoyersrelayd: cleanup
2012-07-23  David GouletCode cleanup in the ust/kernel consumer file
2012-07-23  Mathieu Desnoyerslttng-relayd.h: review update
2012-07-23  Christian BabeuxFix: relayd pipes should be closed on exit/error
2012-07-20  Julien DesfossezAdd missing options in help
2012-07-20  David GouletCreate utils.c/.h in libcommon
2012-07-18  David GouletSession daemon health check support
2012-07-17  Mathieu DesnoyersCleanup: rename session list count to "next_uuid"
2012-07-17  Mathieu DesnoyersFilter: specialize double-s64 binary comparators
2012-07-17  Mathieu DesnoyersFilter: add merge point test
2012-07-17  Mathieu DesnoyersDocument filter (help and manpage)
2012-07-17  Mathieu DesnoyersFix: filter: remove dependency on UST bug.h
2012-07-16  Mathieu DesnoyersFilter bytecode: Implement stack-based interpreter
2012-07-14  Mathieu DesnoyersFilter: cast double directly to s64
2012-07-14  Mathieu DesnoyersFilter: ensure logical operator merge is always s64
2012-07-13  Mathieu DesnoyersFilter: specialize 'and' and 'or' ops
2012-07-13  Mathieu DesnoyersFilter: specialize comparators
2012-07-13  Mathieu DesnoyersFilter: Specialize unary ops
2012-07-13  Mathieu DesnoyersFilter: opcode for ref load
2012-07-13  Mathieu DesnoyersShow that filter is enabled when listing session events
2012-07-13  Mathieu DesnoyersDocument filter usage
2012-07-13  Mathieu DesnoyersFilter: add floating point support
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-07-12  Mathieu DesnoyersImplement filter expression to bytecode compiler in...
2012-07-11  Mathieu DesnoyersFix: The session list count should provide unique ident...
2012-07-11  David GouletNetwork streaming support
2012-07-10  Julien DesfossezInitial import of the new binary lttng-relayd
2012-07-10  David GouletAdd and change lttcomm socket API
2012-07-06  Mathieu DesnoyersFix: mmap write() for large subbuffers and handle EINTR...
2012-07-03  David GouletFix inet return value in the close() fct
2012-06-29  Mathieu DesnoyersFix: add missing consumer.h to sessiond Makefile.am
2012-06-22  David GouletFix: enable event loglevel match function
2012-06-19  David GouletRemove useless arg from kernel consumer send stream
2012-06-19  David GouletFix: unchecked pointer from getenv() for lttng create
2012-06-19  David GouletFix: problem in port assignment in uri_parse()
2012-06-15  David GouletAdd pipe creation to utils facility
2012-06-14  David GouletAdd network transport layer to sessiond-comm
2012-06-14  Mathieu DesnoyersFix: enable event with different loglevel error
2012-06-13  David GouletAdd lttng URI support and default network ports
next
This page took 0.038505 seconds and 7 git commands to generate.