lttng-ust.git
2011-12-13  Mathieu DesnoyersUpdate changelog v1.9.1
2011-12-13  Mathieu DesnoyersUpdate README
2011-12-13  Mathieu DesnoyersUpdate version to 1.9.1
2011-12-13  Mathieu DesnoyersRename liblttng-ust-malloc to liblttng-ust-libc, update...
2011-12-13  Mathieu DesnoyersUpdate readme file, add example makefile
2011-12-12  Mathieu DesnoyersAdd missing compat.h file in Makefile.am
2011-12-12  Mathieu DesnoyersRemove deprecated documentation files
2011-12-12  Mathieu DesnoyersRemove unused variable warning
2011-12-12  Mathieu DesnoyersFix unset metadata buffer self ref
2011-12-11  Mathieu Desnoyersadd ustctl_release_handle
2011-12-11  Mathieu DesnoyersPrint compiler warning/runtime warning and truncate...
2011-12-08  Mathieu DesnoyersAdd sock flush buffer ctl API
2011-12-08  David GouletAdd LTTNG_HOME_RUNDIR constant for local tracing
2011-12-08  Mathieu DesnoyersFix dynamic linking with GNU gold linker
2011-12-08  Mathieu Desnoyerswildcards & loglevels: fix list field for iteration
2011-12-07  Mathieu DesnoyersHandle _LGPL_SOURCE config
2011-12-06  Mathieu DesnoyersAdd wildcard support
2011-12-06  Mathieu DesnoyersFix loglevel value enable: use isdigit rather than...
2011-12-06  Mathieu DesnoyersFix uninitialized match variable
2011-12-06  Mathieu DesnoyersSupport activation of loglevel by number
2011-12-06  Mathieu Desnoyersloglevel enable fix: enable event names, not loglevel
2011-12-06  Mathieu DesnoyersFix add_loglevel entry setup
2011-12-06  Mathieu Desnoyersloglevel enable fixes
2011-12-06  Mathieu Desnoyersloglevels: deal with fixup upon library load
2011-12-05  Mathieu DesnoyersAdd loglevel enable/disable support
2011-12-05  Mathieu DesnoyersInclude lttng/tracepoint-types.h from tracepoint.h
2011-12-05  Mathieu DesnoyersFix BUG_ON handling
2011-12-03  Mathieu DesnoyersCleanup tracepoint.c
2011-12-03  Mathieu DesnoyersIncrease tracepoint provider:name len limit to 255...
2011-12-03  Mathieu DesnoyersUse iterator on tracepoint probes instead of tracepoint...
2011-12-02  Alexandre MontplaisirCleanup the JNI interface options in configure.ac
2011-12-02  Alexandre MontplaisirAdd check for 'texinfo' to configure.ac
2011-12-02  Alexandre MontplaisirUpdate .gitignore
2011-12-02  Mathieu DesnoyersRemove unused import for java tracing wrapper
2011-12-02  Mathieu DesnoyersAdd missing .class in ust java makefile
2011-12-02  Mathieu DesnoyersUpdate tracepoint used within lttng ust java
2011-12-02  Mathieu Desnoyerslttng_ust_java: add missing .h
2011-12-02  Mathieu DesnoyersUpdate lttng-ust java provider following API change
2011-12-02  Mathieu DesnoyersAdd TRACEPOINT_DEFINE to ust java lib
2011-12-01  Mathieu DesnoyersDescribe autotools/libtool/automake version dependency
2011-12-01  Mathieu DesnoyersRemove m4_ifdef for AC_PROG_LIBTOOL (deprecated)
2011-12-01  Mathieu DesnoyersUse unsigned int instead of int for bitfields
2011-11-30  Mathieu DesnoyersChange API to support exporting loglevel in event listing
2011-11-30  Mathieu DesnoyersRemove loglevel iter (will be performed by tracepoint...
2011-11-30  Mathieu DesnoyersTracepoint loglevel: setup all loglevel information...
2011-11-30  Mathieu Desnoyersust-ctl API: ustctl_release_object() should return...
2011-11-30  Mathieu DesnoyersDivert installation of test plugins into /tmp/
2011-11-30  Mathieu DesnoyersSupport older autotools
2011-11-30  Mathieu DesnoyersRemove unneeded null pointer check
2011-11-29  Mathieu DesnoyersFix demo program link dependencies
2011-11-29  Mathieu Desnoyersltt_event_create should return error values
2011-11-29  Mathieu DesnoyersApply autoupdate to configure.ac
2011-11-29  Mathieu Desnoyersdemo program: only depend on libdl
2011-11-29  Mathieu DesnoyersTracepoint c++ support: cast void * to function pointer
2011-11-29  Mathieu DesnoyersIntroduce c++ test
2011-11-27  Mathieu DesnoyersAdd new demo files
2011-11-27  Mathieu DesnoyersAllow weak binding from instrumented apps to liblttng-ust
2011-11-26  Mathieu DesnoyersUpdate tracepoint comments
2011-11-26  Mathieu DesnoyersRename TP_LOGLEVEL to tp_loglevel
2011-11-23  Mathieu DesnoyersImplement tracepoint loglevel macros
2011-11-19  Mathieu DesnoyersHandle sessiond application refusal with delayed retry
2011-11-19  Mathieu DesnoyersFix 32-bit compile type size warning
2011-11-19  Mathieu DesnoyersSend bitness upon registration
2011-11-19  Mathieu DesnoyersUSt test: fix 32-bit type warning
2011-11-19  Mathieu DesnoyersFix 32-bit type warning
2011-11-19  Mathieu DesnoyersAdd missing patient_write.c
2011-11-19  Mathieu Desnoyersustctl: do not free object on release_object
2011-11-18  Mathieu DesnoyersDo not install share.h (cleanup)
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-18  Mathieu DesnoyersRemove core.h
2011-11-18  Mathieu DesnoyersExtend align.h
2011-11-18  Mathieu DesnoyersImplement error.h
2011-11-18  Mathieu DesnoyersRemove unused ARRAY_SIZE macro
2011-11-18  Mathieu DesnoyersImplement __rb_same_type
2011-11-18  Mathieu DesnoyersImplement lttng_ust_get_cpu()
2011-11-18  Mathieu DesnoyersCleanup: remove debug output
2011-11-18  Mathieu Desnoyersust-tracepoint-event: fix probe creation
2011-11-18  Mathieu DesnoyersCompile fix following moved headers
2011-11-18  Mathieu DesnoyersImplement ust-tracepoint-events under MIT license
2011-11-18  Mathieu DesnoyersImplement tracepoint event reset header
2011-11-18  Mathieu DesnoyersFix tracepoint event related build errors
2011-11-18  Mathieu DesnoyersBasic tracepoint event implementation
2011-11-18  Mathieu DesnoyersImplement jhash from public domain source, apply LGPL...
2011-11-17  Mathieu DesnoyersMore compile fixes
2011-11-17  Mathieu DesnoyersFix lib ring buffer compile errors
2011-11-17  Mathieu DesnoyersFix configure
2011-11-17  Mathieu DesnoyersAdd missing extern to tracepoint.h
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-17  Mathieu Desnoyersclock.h: ensure all functions are trivial (10 lines...
2011-11-17  Mathieu DesnoyersRemove old marker header files
2011-11-17  Mathieu Desnoyersusterr-signal-safe.h: ensure all macros are trivial...
2011-11-17  Mathieu DesnoyersImplement tracepoint-internal.h as LGPLv2.1 (not exported)
2011-11-17  Mathieu DesnoyersRelicense tests probe headers/tp.c files to MIT-style...
2011-11-17  Mathieu DesnoyersRemove all LGPL-licensed headers
2011-11-17  Mathieu DesnoyersTracepoint: evaluate arguments within test block
2011-11-16  Mathieu DesnoyersRemove console output that should be turned into debug
2011-11-15  Mathieu DesnoyersDocument LGPL TRACEPOINT_CREATE_PROBES restrictions
2011-11-15  Mathieu Desnoyerstracepoint: support TP_ARGS(void)
2011-11-15  Mathieu DesnoyersFix multiple probe generation into one single C file
2011-11-15  Mathieu DesnoyersRemove run from makefile
next
This page took 0.03799 seconds and 4 git commands to generate.