lttng-tools.git
2013-09-30  David GouletFix: remove bad UST header in consumer-timer.c
2013-09-27  David GouletFix: use global thread quit pipe in live
2013-09-27  David GouletFix: use session id when deleting viewer streams
2013-09-27  David GouletFix: remove debug error message
2013-09-27  Julien DesfossezDocumentation of live usage and protocol
2013-09-27  Julien DesfossezRelicense lttng-index and lttng-viewer to BSD
2013-09-27  David GouletFix: add missing break in switch for relayd create...
2013-09-27  David GouletFix: don't create index on snapshot
2013-09-27  David GouletFix: add index destruction in destroy stream call
2013-09-27  David GouletFix: make indexes HT global for real
2013-09-27  David GouletFix: rename close_stream and use it in delete session
2013-09-27  David GouletFix: assign values to relayd connection type enum
2013-09-27  David GouletMake viewer streams HT global
2013-09-27  David GouletFix: compile without UST support
2013-09-27  Julien DesfossezTest for new metadata at each packet
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  David GouletFix: return -errno value on error in run_as mkdir
2013-09-27  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezHT support for keys with two uint64_t
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezBump version to 2.4.0-pre1
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-09-25  Julien DesfossezAdd support for non unique add string in hashtable
2013-09-25  Christian BabeuxFix typo in lttng snapshot add-output example of lttng(1)
2013-09-17  Christian BabeuxTests: Add UST snapshots streaming test with custom URI
2013-09-17  Christian BabeuxTests: Add UST snapshots list output and max-size tests
2013-09-13  Stefan SeefeldEnable support for installcheck.
2013-09-13  David GouletAdd original snapshot proposal to documentation
2013-09-04  David GouletUpdate version to v2.3.0 v2.3.0
2013-09-03  David GouletFix: remove periodical flush test from make check
2013-08-30  David GouletUpdate version to v2.3.0-rc3 v2.3.0-rc3
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 GouletTests: fix periodical flush tests to stop app
2013-08-29  David GouletFix: correctly close metadata on sessiond thread shutdown
2013-08-29  David GouletFix: delete the trace directory used for the test
2013-08-29  David GouletFix: remove bad check after epoll wait in consumer
2013-08-29  David GouletFix: missing data pending signess conversion
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: missing check for metadata data pending
2013-08-27  David GouletTests: change buffers UID test to PID
2013-08-27  David GouletTests: fix health tests to use custom socket timeout
2013-08-27  David GouletFix: remove health test from fast regression
2013-08-27  David GouletUse socket timeout value for tcp timeout if available
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-26  David GouletFix: support VPATH build for tests
2013-08-26  David GouletImprove comments after review
2013-08-26  David GouletRename consumer socket fd to fd_ptr
2013-08-26  David GouletLock consumer data before fd check during destroy
2013-08-26  David GouletUse single callsite for send/recv ops. for consumer...
2013-08-26  David GouletUse consumer fd reference in consumer socket obj
2013-08-26  Simon MarchiUpdate bash completion
2013-08-26  Simon MarchiAdd --list-commands option to the snapshot command
2013-08-26  Simon MarchiReorder functions _lttng_cmd_* functions in bash completion
2013-08-23  Simon MarchiUse parse_size_suffix in snapshot
2013-08-23  David GouletFix: snapshot record error handling
2013-08-23  Mathieu DesnoyersFix: improve error message when UST support is disabled
2013-08-22  David GouletFix: add missing short filter option in help
2013-08-22  David GouletFix: typo in configure.ac for version check
2013-08-22  David GouletFix: remove calibrate syscall option from code
2013-08-22  Mathieu DesnoyersFix: snapshot should fail if no successful snapshot...
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-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-08-19  David GouletAdd .dirstamp to gitignore file
2013-08-19  David GouletFix: snapshot with multiple UIDs
2013-08-16  Mathieu DesnoyersPrepare for automake deprecation of missing subdir...
2013-08-16  Mathieu DesnoyersFix: typos in --help and manpage
2013-08-16  Mathieu DesnoyersFix: add-context without -c apply to all channels
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  Mathieu DesnoyersFix: don't skip chmod if tracing group is not found
2013-08-15  Mathieu DesnoyersTracepoint probes don't need extern C
2013-08-15  Christian BabeuxFix: Snapshot should be taken asap in core handler...
2013-08-15  Julien DesfossezFix: reset out_fd_offset when we rotate the trace file
2013-08-08  Jérémie GalarneauFix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
2013-08-08  Mathieu Desnoyersinet/inet6 sockets: apply timeout
2013-08-08  Mathieu DesnoyersImplement timeout for connect ipv4/ipv6
2013-08-07  Mathieu DesnoyersIntroduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
2013-08-06  Simon Marchibash completion: add calls to _lttng_complete_sessions
2013-08-06  Simon Marchibash completion: Fix copy-paste typo
2013-08-06  Simon MarchiExtras: Remove deprecated consumer commands in bash...
2013-08-06  Simon Marchibash completion: Remove underscores in handler function...
2013-08-06  Simon Marchibash completion: Remove --event for add-context
2013-08-06  David GouletUpdate gitignore
2013-08-05  Mathieu Desnoyersrelayd: use version macros from build rather than scanf
2013-08-05  Mathieu Desnoyerssessiond: use version major/minor from build for commun...
2013-08-05  Mathieu Desnoyersbuild: export major/minor/patchlevel numbers
2013-08-05  Christian BabeuxFix: Dead code when checking return value from (ust_app...
2013-08-05  Julien DesfossezTest: enable kernel events after start
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string mismatch
2013-07-21  Mathieu Desnoyerstest: test_periodical_metadata_flush shrink timer perio...
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
next
This page took 0.039458 seconds and 4 git commands to generate.