2012-02-02 |
David Goulet | Fix missing strncmp return value comparison |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Mathieu Desnoyers | Fix loglevel selection, implement loglevel help. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Mathieu Desnoyers | ABI update: only send loglevel value to UST: fixed... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Fix memory leak in lttng cli |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Fix wording in lttng cli usage |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Fix enable channel usage and add enable event error msg |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Improve error handling of lttng cli |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Don't spawen session daemon on version command |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Thibault, Daniel | Fix return value and mem leak for all commands |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Mathieu Desnoyers | Fix loglevel handling in test case (API change) and... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Mathieu Desnoyers | Revert "Revert "Update loglevel ABI"" |
commit | commitdiff | tree | snapshot |
2012-02-01 |
David Goulet | Revert "Update loglevel ABI" |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Thibault, Daniel | Fix memory leak in create command |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Thibault, Daniel | Harmonise lttng.h and lttng-ctl.c documentation |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Mathieu Desnoyers | Update loglevel ABI |
commit | commitdiff | tree | snapshot |
2012-01-31 |
David Goulet | Use lttng-consumerd of the code tree for tests |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Fixing memory leaks in add-context command |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Rewrites lttng-ctl's set_session_daemon_path |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Fix lttng list usage |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Document and enforce return values |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Simplify create_session of lttng create command |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Document return values |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Thibault, Daniel | Catching up on misc. string and comment fixes |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Add GNU Gold requirement to README |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Fix tests Makefile options |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Remove useless variable |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Fix UST add-context test |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Improve lttng add-context message output |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Fix UST context on global update |
commit | commitdiff | tree | snapshot |
2012-01-30 |
David Goulet | Fix unhandled return value |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Mathieu Desnoyers | Add kernel work-around for boot_id |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Mathieu Desnoyers | Define MAP_STACK to 0 if not defined by the architecture |
commit | commitdiff | tree | snapshot |
2012-01-27 |
David Goulet | Don't iterate on events when adding context to channel |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Mathieu Desnoyers | Fix context mapping for UST and kernel |
commit | commitdiff | tree | snapshot |
2012-01-27 |
David Goulet | Add CMD_WARNING error code |
commit | commitdiff | tree | snapshot |
2012-01-27 |
David Goulet | Fix comments and usage output |
commit | commitdiff | tree | snapshot |
2012-01-27 |
David Goulet | Fix comments and enforce expected return values |
commit | commitdiff | tree | snapshot |
2012-01-27 |
David Goulet | Improve lttng.c usage() |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Mathieu Desnoyers | Fix lttng sessiond spawn wait race |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Mathieu Desnoyers | Fix sessiond needed checks |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Remove default defines from lttng.h |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Simon Marchi | Fix comment of cmd_create |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Daniel Thibault | Fix file descriptor leak and typo in conf.c |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Rename env var to standard LTTNG_ prefix |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Fix typo in lttng cli comments |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Yannick Brosseau | Use correct variable in list bash autocompletion |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Add kernel requirements |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Remove useless COPYING file |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | First import of extras/ with lttng bash completion |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Simon Marchi | Add a '--list-options' option to each command. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Check kernel version for tests |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Goulet | Add MSG_WAITALL to recvmsg of sessiond-comm |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Implement UST calibrate and change default |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Update lttng ust ABI/API copy |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Change not implemented error to undefined. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Disable lttng ust domain not implemented |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Update version to 2.0-pre18 v2.0-pre18 |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Update TODO list |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Fix kernel version to only test major version |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Goulet | Add UST version validation |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Goulet | Update lttng kernel modules names |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Goulet | Add kernel module version validation |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Goulet | New sessiond comm error for kernel version |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Goulet | Add missing string.h header for strerror_r() |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Fix missing headers in Makefiles |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Update README |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Move all default values to defaults.h |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Rename lttngerr.h to error.h |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Split and remove lttng-share header file |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Fix DBG message grammatical error |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Move compat to common and create an internal lib |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Rename cmd.h for command.h |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Add missing headers for make dist |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Fix off-by-one and double list size instead of steady... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Goulet | Complete change of the source directory tree |
commit | commitdiff | tree | snapshot |
2012-01-19 |
David Goulet | Update version to 2.0-pre17 v2.0-pre17 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
David Goulet | Fix missing files for make dist |
commit | commitdiff | tree | snapshot |
2012-01-19 |
David Goulet | Don't init kernel tracer if not root (UID=0) |
commit | commitdiff | tree | snapshot |
2012-01-18 |
David Goulet | Fix strncmp for the help option check |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Fix double free and out of order delete session |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Don't start session daemon with --help on the cli |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Fix UST tests if lttng-ust is not available |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Fix code syntax |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Add UST test ust-nprocesses |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Goulet | Make MSG() print on stdout instead of stderr |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Add UST test for n events using validation |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Add UST validation test for data structure |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Fix runas namespace |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Move runas.h to common/ directory |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Add UST test binaries to gitignore |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Goulet | Add two basic tests for UST global domain |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Mathieu Desnoyers | Remove CLONE_VM flag |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Yannick Brosseau | Remove stringify and add quotes directly in the configure |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Alexandre Montplaisir | Add debug output to sessiond's kernel consumer selection |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Alexandre Montplaisir | Add libdir and bindir outputs to configure |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Alexandre Montplaisir | Add target arch and paths to the configure output |
commit | commitdiff | tree | snapshot |
2012-01-13 |
David Goulet | Fix multiple error handling for UST tracing |
commit | commitdiff | tree | snapshot |
2012-01-13 |
David Goulet | Merge branch 'master' of git://git.lttng.org/lttng... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Mathieu Desnoyers | Fix incorrect error message for stop trace |
commit | commitdiff | tree | snapshot |
next |