Fix: sym name len (kernel)
[lttng-tools.git] / src / bin / lttng-relayd / main.c
2013-05-06  David GouletFix: don't start the relayd with a wrong --output dir
2013-05-06  David GouletFix: reset current size for tracefile rotation
2013-04-29  David GouletFix: no need to use run_as_open in the relayd
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezIntroduce the relayd socket object
2013-03-28  Julien DesfossezAdjust the relayd protocol on version check
2013-03-25  David GouletFix: validate expanded path NULL ptr in relayd
2013-03-21  Christian BabeuxFix: Memory leak on error paths of relay_add_stream
2013-01-23  David Gouletrelayd: Create output directory in main()
2013-01-23  David GouletUse utils family function in relayd
2013-01-07  David GouletFix: don't do custom lookup to relayd stream ht
2012-12-20  David GouletFix: return error if sendmsg fails on relayd
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: handle orderly shutdown from transport layer
2012-12-19  David GouletFix: Off by one in seq num for data pending command
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: flag metadata stream on quiescent control cmd
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-17  David GouletFix: add missing pollset reset in relayd listener thread
2012-12-13  David GouletFix data pending for inflight streaming
2012-12-13  David GouletAdd the relayd create session command
2012-12-13  David GouletRemove MSG_WAITALL on every recvmsg() socket type
2012-12-10  David GouletFix: Relayd and sessiond version check
2012-12-03  David GouletFix: audit all close/fclose and check returned code
2012-11-09  David GouletFix: FD leak on thread error
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: Cleanup URIs on teardown
2012-10-26  David GouletFix: relayd memleaks
2012-10-26  David GouletFix: relayd trace file padding memleak
2012-10-26  David GouletFix: Cppcheck memleakOnRealloc mistake
2012-10-22  David GouletFix: Remove bad condition and fix overflow issue
2012-10-19  David GouletRelayd data available command support
2012-10-19  David GouletFix: relayd close stream command was not working
2012-10-04  Julien DesfossezFix: output number of bytes written by relayd
2012-09-26  Mathieu DesnoyersFix: relayd relay_send_version: handle sscanf return...
2012-09-26  Mathieu DesnoyersFix relayd: NULL ptr deref
2012-09-26  Mathieu DesnoyersFix: relayd: possible NULL ptr deref, memory leak,...
2012-09-13  David GouletDon't send the subbuffer padding for streaming
2012-09-11  David GouletFix: Relayd fix ret value when adding a connection
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-17  David GouletFix relayd version check and remove unused code
2012-08-16  Mathieu DesnoyersFix: 32-bit print format type mismatch warnings
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-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  Christian BabeuxFix: relayd pipes should be closed on exit/error
2012-07-20  Julien DesfossezAdd missing options in help
2012-07-10  Julien DesfossezInitial import of the new binary lttng-relayd
This page took 0.263836 seconds and 62 git commands to generate.