ust.git
2010-03-02  Pierre-Marc... Final updates for release 0.3 v0.3
2010-03-02  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... move snprintf test suite to tests/snprintf/ and add...
2010-03-01  Pierre-Marc... ust_safe_snprintf: add openbsd mbrtowc() function
2010-03-01  Pierre-Marc... convert ltt_nesting to a per_thread variable, and acces...
2010-03-01  Pierre-Marc... add debug message when events are lost in a subbuffer...
2010-03-01  Pierre-Marc... update TODO
2010-03-01  Pierre-Marc... ustd: add details to debug message in crash recovery
2010-03-01  Pierre-Marc... usttrace: add nanoseconds to traceset directory name
2010-03-01  Pierre-Marc... usttrace: add option to print the location of the last...
2010-03-01  Pierre-Marc... ustd: unwrite the subbuffer if the put() was unsuccessf...
2010-02-27  Pierre-Marc... ust_fork(): close the ustcomm_app socket in the child...
2010-02-27  Pierre-Marc... ust_fork(): reset buffers_to_export to 0 when forking
2010-02-27  Pierre-Marc... improve keepalive by changing the location of the uncon...
2010-02-27  Pierre-Marc... ust_fork(): create listener after iniializing socket
2010-02-27  Pierre-Marc... ust_fork(): prevent deadlock by forcing release of...
2010-02-27  Pierre-Marc... ltt_vtrace: improve debug message
2010-02-26  Pierre-Marc... ustd: tell buffer name in some debug messages
2010-02-26  Pierre-Marc... fork: don't switch buffer when destroying trace in...
2010-02-26  Douglas Santosadd alloc-trace to usage()
2010-02-26  Pierre-Marc... add missing ust_snprintf.h
2010-02-26  Pierre-Marc... update TODO
2010-02-26  Pierre-Marc... powerof_two: make static
2010-02-26  Pierre-Marc... take ltt_trace_lock during the full manipulation of...
2010-02-26  Pierre-Marc... ustctl: cleanup arg handling
2010-02-25  Pierre-Marc... manual enhancements
2010-02-25  Pierre-Marc... ustd: improve error handling
2010-02-25  Pierre-Marc... libustcomm: add buffering mechanism to receive function
2010-02-24  Pierre-Marc... libustcomm: fix warning
2010-02-23  Pierre-Marc... update TODO
2010-02-23  Pierre-Marc... usttrace: remove old comment
2010-02-23  Pierre-Marc... Don't call system() in the constructor path
2010-02-23  Pierre-Marc... libmallocwrap: give a name to the free event argument
2010-02-23  Pierre-Marc... disable ustctl --version until it is saner
2010-02-23  Douglas Santosadd options to set subbuf size and cnt
2010-02-19  Pierre-Marc... snprintf: fix warning about non null argument
2010-02-19  Pierre-Marc... use signal safe ust_safe_snprintf()
2010-02-18  Pierre-Marc... update TODO and README
2010-02-18  Pierre-Marc... Final updates for release 0.2 v0.2
2010-02-18  Pierre-Marc... ChangeLog: update
2010-02-18  Pierre-Marc... standardize error messages a bit
2010-02-18  Pierre-Marc... add NOTFOUND reply for get_subbuf and put_subbuf commands
2010-02-18  Pierre-Marc... ustd: put_subbuf: handle case where ustcomm_send_reques...
2010-02-17  Pierre-Marc... libustcomm: fix invalid read of buffer
2010-02-17  Pierre-Marc... libustcomm: fix segfault caused by incorrect initializa...
2010-02-17  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... add TODO
2010-02-15  Pierre-Marc... add ChangeLog
2010-02-15  Pierre-Marc... ustd: add FIXME
2010-02-15  Pierre-Marc... ustd: use modulo value for first_subbuf
2010-02-15  Pierre-Marc... Don't call the noop version of ltt_write_commit_counter
2010-02-15  Pierre-Marc... fix bug that always forced the consumed offset at 0
2010-02-15  Pierre-Marc... add debugging messages on buffer switch
2010-02-15  Pierre-Marc... usttrace: add signal handler to prevent ustd from keepi...
2010-02-15  Pierre-Marc... update to trace format 2.6
2010-02-15  Pierre-Marc... manual: add sections
2010-02-15  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... fix usttrace -l
2010-02-15  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... fix support for trace format 2.5
2010-02-15  Pierre-Marc... refactor/enhance libustcomm
2010-02-15  Pierre-Marc... usterr.h: add DBG_raw() macro
2010-02-15  Pierre-Marc... fix bug in manual; argument order for ustctl in example
2010-02-15  Pierre-Marc... port to trace format 2.5
2010-02-15  Pierre-Marc... fix some errors and warnings in the porting
2010-02-15  Pierre-Marc... port to trace format 2.4
2010-02-15  Pierre-Marc... initialize commit_seq
2010-02-15  Pierre-Marc... Port changes from lttng-kt
2010-02-10  Pierre-Marc... quick and dirty fix for message maximum length bug
2010-02-09  Pierre-Marc... update TODO
2010-02-05  Pierre-Marc... update TODO
2010-02-03  Pierre-Marc... update todo
2010-02-02  Pierre-Marc... Update to liburcu 0.4.0 API
2010-02-02  Pierre-Marc... buffers.c: fix compilation issue
2010-02-02  Pierre-Marc... _SC_NPROCESSORS_ONLN -> _SC_NPROCESSORS_CONF
2010-02-02  Pierre-Marc... Convert buffering system to per-cpu
2010-02-02  Pierre-Marc... usterr.h: print function name
2010-02-02  Pierre-Marc... update TODO
2010-02-01  Pierre-Marc... change DEBUG macro to UST_DEBUG, now it must be -D...
2010-02-01  Pierre-Marc... Large cleanup, mostly removal of all printk's and print...
2010-01-29  Pierre-Marc... libustcomm: change char * to const char * where relevant
2010-01-29  Pierre-Marc... update TODO
2010-01-28  Pierre-Marc... libustcomm: create default socket directory if it does...
2010-01-28  Pierre-Marc... usttrace: change ustd socket name to ustd-sock-PID
2010-01-28  Pierre-Marc... change app socket directory name for something more...
2010-01-20  Pierre-Marc... Refactor libinterfork and add support for clone() inter...
2010-01-19  Pierre-Marc... save_registers: add comments and make safer
2010-01-19  Pierre-Marc... Remove unused comment
2010-01-19  Pierre-Marc... add precisions for license
2010-01-18  Pierre-Marc... ust.h: remove duplicate include
2010-01-18  Pierre-Marc... Update manual with license info
2010-01-18  Pierre-Marc... Final changes for release 0.1 v0.1
2010-01-18  Pierre-Marc... Don't display debugging messages by default
2010-01-18  Pierre-Marc... Documentation fixes
2010-01-18  Pierre-Marc... configure.ac: remove version from AM_INIT_AUTOMAKE
2010-01-18  Pierre-Marc... Change manual to texinfo format and enhance it
2010-01-18  Pierre-Marc... update gitignore
2010-01-15  Pierre-Marc... Add comment on manual registration of "ust" channel
2010-01-15  Pierre-Marc... Add --create-trace option to ustctl
next
This page took 0.036175 seconds and 4 git commands to generate.