Update README and add files to gitignore
[lttng-tools.git] / src /
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
2012-06-07  David GouletCreate kernel-consumer.c/.h and consumer.h
2012-06-07  Danny SerresFix: move memset in channel_set_attr after NULL check
2012-06-07  David GouletCreate unix.c/.h for UNIX socket communication
2012-06-04  Mathieu DesnoyersFix: close all file descriptors when executed as daemon
2012-06-01  Mathieu DesnoyersUpdate lttng-ust header copy for disabled UST compilation
2012-06-01  Mathieu DesnoyersFix: ust_app_list_events should return -ENOSYS when...
2012-06-01  Mathieu Desnoyerscleanup output indentation for field listing
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-06-01  Mathieu DesnoyersUpdate lttng-ust-abi.h for event field listing
2012-05-31  Francis GiraldeauFix comments formating in conf.c
2012-05-31  Francis GiraldeauAdd destroy all session option
2012-05-31  Francis GiraldeauImprove delete of configuration
2012-05-31  David GouletFix: clang llvm warnings
2012-05-24  Mathieu Desnoyerscompat mman.h: add cygwin support
2012-05-24  Mathieu Desnoyerscompat socket.h: add cygwin support
2012-05-24  Mathieu Desnoyerskernel-ctl: cygwin compatibility compile fix
2012-05-24  Mathieu Desnoyerspoll compat wrapper: add cygwin support
2012-05-24  Mathieu DesnoyersUpdate fcntl cygwin support
2012-05-24  Mathieu Desnoyerscygwin support: only freebsd needs to typedef loff_t
2012-05-24  Mathieu Desnoyersfix: add missing parenthesis
2012-05-24  Mathieu Desnoyerscompat fcntl.h: add cygwin support
2012-05-08  David GouletMove futex.c/.h to libcommon
2012-04-19  David GouletFix: report error to client on consumerd error
2012-04-16  Mathieu DesnoyersFix: add missing ht_destroy at consumer teardown
2012-04-12  Mathieu DesnoyersFix: consumer fd recv thread should write into non...
2012-04-12  Mathieu DesnoyersFix: work-around glibc __nptl_setxid vs clone hang
2012-04-11  Mathieu DesnoyersFix: consumer fd recv poll should be sensitive to POLLP...
2012-04-11  Mathieu DesnoyersFix consumer lttng_consumer_poll_socket poll revents...
2012-04-11  David GouletFix: increase consumer open files limit
2012-04-10  David GouletFix: remove unused return variable
2012-04-06  David GouletDon't report back error on syscalls fail for -a -k
2012-04-05  David GouletFix: destroy context hash table being NULL
2012-04-05  David GouletFix: make lttng expand path for trace output opt
2012-04-03  David GouletFix: return value signedness
2012-04-03  David GouletFix: check return value on getenv USER
2012-03-20  David GouletUpdate version to 2.0.0 stable v2.0.0
2012-03-20  David GouletUpdate version to v2.0.0-rc4 v2.0.0-rc4
2012-03-20  David GouletFix: error handling in lttng enable-event
2012-03-20  David GouletFix: uninitialized variable
2012-03-20  Mathieu DesnoyersKeep track of FD used for UST applications (v2)
2012-03-20  Julien DesfossezFix: lttng view, error message and exit code
2012-03-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-20  David GouletFix: handle EINTR for sendmsg syscall
2012-03-20  David GouletFix: lttng UI exit value and error message
2012-03-20  Mathieu DesnoyersFix: session lock use after free
2012-03-20  Mathieu DesnoyersFix kernel_list_events memleaks
2012-03-20  Mathieu DesnoyersFix debug message use uninitialized variable
2012-03-19  Mathieu DesnoyersFix: trace_ust_destroy_metadata should check for NULL...
2012-03-19  Mathieu DesnoyersFix: various memleaks
2012-03-19  David GouletFix: hash table allocation out of order on error
2012-03-19  Mathieu Desnoyersfix: lttng_ht_destroy memleak
2012-03-16  David GouletFix missing headers for make dist
2012-03-15  Mathieu DesnoyersFix: install lttng-consumerd in lib/lttng/libexec/
2012-03-15  Avik SilFix: Redefine MAP_STACK to 0 if not defined by the...
2012-03-13  David GouletFix consumer CPU hotplug support
2012-03-13  David GouletFix double PID registration race
2012-03-13  David GouletMake libcompat independent not to confuse automake
2012-03-12  Alexandre MontplaisirClarify the license of lttng-ust-abi.h
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-08  David GouletFix wrong return value on consumer socket creation
2012-03-08  Mathieu DesnoyersFix: test for UST invalid channel parameters at channel...
2012-03-06  Mathieu DesnoyersFix: recvmsg should handle EINTR
2012-03-06  David GouletFix error.h non-static variables for liblttng-ctl
2012-03-06  David GouletFix missing _GNU_SOURCE define
2012-03-06  Mathieu DesnoyersFix: improve need root for kernel tracing error message
2012-03-05  David GouletFix start/stop lttng message error
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: meaningful error message
2012-03-02  Mathieu DesnoyersFix: UST consumer need to iterate on streams, just...
2012-03-02  Mathieu DesnoyersFix: add missing rcu read lock across RCU HT iteration
2012-03-02  Mathieu DesnoyersFix: kernel session closes fd 0 after create
next
This page took 0.044047 seconds and 7 git commands to generate.