Fix: socket connect hang on heavy loads
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
2013-10-11  Mathieu DesnoyersFix: socket connect hang on heavy loads
2013-10-11  Mathieu DesnoyersCleanup: fix typo
2013-06-17  Mathieu DesnoyersFix: segfault when print invalid command
2013-05-30  Mathieu DesnoyersFix: liblttng-ust process startup hang when sessiond...
2013-05-15  Mathieu DesnoyersFix: memory leak on connection reset
2013-03-27  Mathieu DesnoyersDon't rely on explicit context for filtering
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-06  Mathieu DesnoyersFix: refcount issue in lttng-ust-abi.c
2013-03-01  Mathieu DesnoyersFix: notification timeout logic
2013-03-01  Mathieu DesnoyersFix: Only notify socket should have timeout/nonblock
2013-03-01  Mathieu DesnoyersFix: Add timeout on notification socket
2013-03-01  Mathieu DesnoyersMove UST registry into sessiond and implement notifiers
2013-02-21  Mathieu DesnoyersUse urcu tls-compat.h
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2013-02-15  Mathieu DesnoyersFix: don't cancel already exited threads
2013-01-25  Mathieu DesnoyersFix: missing test for lttng_ust_comm_should_quit in...
2012-11-22  Mathieu DesnoyersCleanup: add lttng_/lttng-/LTTNG_ prefixes
2012-11-22  Mathieu Desnoyersfilter: add seqnum field to filter command
2012-11-22  Mathieu DesnoyersFilter iteration: iterate on list of filters
2012-11-09  David GouletAdd libc errno translation layer to UST error code
2012-11-06  Mathieu DesnoyersTear down handles associated with a closed sessiond...
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
2012-10-30  Mathieu DesnoyersCleanup: don't spawn per-user thread if HOME is not set
2012-10-24  Mathieu DesnoyersFix: procname context semantic
2012-09-29  Christian BabeuxFix: reloc offset validation error out on filters with...
2012-09-18  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock (add 2 missing...
2012-09-17  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock
2012-09-06  Christian BabeuxFix: Filter ABI changes to support FILTER_BYTECODE_MAX_...
2012-08-16  Michael GreeneFix: threads should be created in DETACHED state
2012-07-12  Mathieu DesnoyersRemove filter test printouts
2012-07-12  Mathieu DesnoyersImplement filter bytecode interpreter and linker
2012-07-10  Mathieu DesnoyersFilter: receive, attach and link empty filter
2012-06-26  Henrik Hautakoskiliblttng-ust/lttng-ust-comm.c: fixing typo.
2012-06-13  Mathieu DesnoyersFix: perform TLS fixup of nest count outside of UST...
2012-06-13  Mathieu DesnoyersFix: liblttng-ust-fork deadlock
2012-06-13  Mathieu DesnoyersFix: handle pthread errors
2012-06-13  Mathieu DesnoyersFix: local apps allowed should disable local (not globa...
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-06-01  Wolfgang PuffitschFix: Block all signals in listener thread
2012-04-09  Mathieu DesnoyersFix: ustctl need to send the second fd upon error of...
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-14  Mathieu Desnoyersfix: ustcomm_close_unix_sock should close, not shutdown
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersFix: fixup vtid TLS
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-03-01  Mathieu DesnoyersFix: fix deadlock with dlopen() lttng-ust
2012-03-01  Mathieu DesnoyersFix: fixup vtid TLS
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-03-01  Mathieu DesnoyersFix: fix deadlock with dlopen() lttng-ust
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu Desnoyersfix: ust comm error handling segfault
2012-02-23  Mathieu Desnoyersfix: ust comm error handling segfault
2012-02-22  Mathieu DesnoyersAdd get proc name wrapper for FreeBSD
2012-02-22  Mathieu DesnoyersRevert "Add get proc name wrapper for FreeBSD"
2012-02-21  Mathieu Desnoyersfix: on exit, leave thread/mmap reclaim to OS
2012-02-21  Mathieu Desnoyersfix: Handle sys_futex with async cancel, add missing...
2012-02-21  Mathieu Desnoyersfix: Only munmap the wait page when not exiting from...
2012-02-21  Mathieu DesnoyersAdd get proc name wrapper for FreeBSD
2012-01-12  Mathieu DesnoyersAdd a comment about which wait fd is closed early by...
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2011-12-31  Mathieu DesnoyersOnly print the futex perror in debug mode
2011-12-21  Mathieu Desnoyerscheck for negative wait() return value
2011-12-16  Mathieu DesnoyersOnly show futex warning "perror" in debug mode
2011-12-14  Mathieu DesnoyersUse DBG instead of WARN for futex_wake workaround message
2011-11-30  Mathieu DesnoyersChange API to support exporting loglevel in event listing
2011-11-19  Mathieu DesnoyersHandle sessiond application refusal with delayed retry
2011-11-19  Mathieu DesnoyersSend bitness upon registration
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-17  Mathieu DesnoyersMore compile fixes
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-09  Mathieu DesnoyersImplement ustctl_tracepoint_list/list_get
2011-11-08  Mathieu DesnoyersMove libringbuffer and comm connect messages to debug...
2011-11-03  Mathieu Desnoyerslibrary mass rename: add lttng- prefix
This page took 0.185887 seconds and 84 git commands to generate.