projects
/
lttng-tools.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert `README.md` to `README.adoc`
[lttng-tools.git]
/
src
/
lib
/
2020-06-11
Jérémie Galarneau
liblttng-ctl: use lttng_payload for serialize/create_fr...
tree
|
commitdiff
2020-06-09
Jonathan Rajotte
liblttng-ctl: add facilities for lttng_snapshot_output...
tree
|
commitdiff
2020-05-20
Jérémie Galarneau
Fix: liblttng-ctl: leak of tracker handle in lttng_...
tree
|
commitdiff
2020-04-03
Simon Marchi
Fix: filter-grammar-test: add dependencies between...
tree
|
commitdiff
2020-03-26
Jérémie Galarneau
Refactor: lttng-ctl: follow terminology of the tracker...
tree
|
commitdiff
2020-03-20
Simon Marchi
Fix all -Wdiscarded-qualifiers warning instances
tree
|
commitdiff
2020-03-10
Jonathan Rajotte
Fix: lttng-ctl: _handle can be NULL
tree
|
commitdiff
2020-03-10
Jérémie Galarneau
Silence `POSIX Yacc` warnings
tree
|
commitdiff
2020-03-10
Simon Marchi
Fix -Wmissing-declarations warnings in filter-parser.y
tree
|
commitdiff
2020-02-14
Jérémie Galarneau
Fix: lttng: uninitialized pointer free'd when no sessio...
tree
|
commitdiff
2020-01-31
Michael Jeanson
Cleanup: remove superfluous tests.txt
tree
|
commitdiff
2020-01-30
Michael Jeanson
Move to kernel style SPDX license identifiers
tree
|
commitdiff
2019-12-20
Jonathan Rajotte
Fix: initialize var_data to NULL
tree
|
commitdiff
2019-12-20
Jonathan Rajotte
Refactoring: move count to an output parameter
tree
|
commitdiff
2019-12-20
Jonathan Rajotte
Refactoring: introduce lttng_tracker_ids data structure
tree
|
commitdiff
2019-12-20
Jonathan Rajotte
Refactoring: use an opaque lttng_tracker_id type
tree
|
commitdiff
2019-12-20
Jonathan Rajotte
trackers: support tracking feature
tree
|
commitdiff
2019-12-19
Mathieu Desnoyers
lttng-ctl: Expose sessiond cmd_clear_session command
tree
|
commitdiff
2019-12-03
Simon Marchi
lttng-ctl: add local declarations for obsolete function...
tree
|
commitdiff
2019-10-03
Jérémie Galarneau
Fix: liblttng-ctl: wrong variable used during argument...
tree
|
commitdiff
2019-10-02
Jérémie Galarneau
Fix: lttng-ctl: unvalidated session destruction handle...
tree
|
commitdiff
2019-09-14
Jérémie Galarneau
lttng-ctl: fix: possible unaligned access in packed...
tree
|
commitdiff
2019-09-14
Jérémie Galarneau
lttng-ctl rotate: fix: possible unaligned access in...
tree
|
commitdiff
2019-09-11
Jérémie Galarneau
lttng-ctl: fix: lttng_data_pending confuses communicati...
tree
|
commitdiff
2019-09-11
Jérémie Galarneau
Fix: report bytecode_push failure when pushing symbol
tree
|
commitdiff
2019-09-11
Jérémie Galarneau
Fix: only invoke PERROR() on failure to close sessiond_...
tree
|
commitdiff
2019-09-05
Mathieu Desnoyers
lttng-ctl: notifications: use epoll()/poll() instead...
tree
|
commitdiff
2019-09-03
Jonathan Rajotte
Fix: bindings import segfaults on missing hash_key_u64
tree
|
commitdiff
2019-08-09
Mathieu Desnoyers
Fix: lttng-ctl: public session.h control API: restore...
tree
|
commitdiff
2019-08-09
Mathieu Desnoyers
Fix: destroy command: send credentials with command
tree
|
commitdiff
2019-08-09
Jérémie Galarneau
Fix: incorrect time unit used when waiting on destructi...
tree
|
commitdiff
2019-07-25
Jérémie Galarneau
Fix: wait for the completion of implicit session rotations
tree
|
commitdiff
2019-06-18
Geneviève Bastien
Fix: error when listing sessions with no session
tree
|
commitdiff
2019-04-25
Yannick Lamarre
Clean-up: Remove double buffer initialisation
tree
|
commitdiff
2019-04-25
Jonathan Rajotte
Fix: getgrnam is not MT-Safe, use getgrnam_r
tree
|
commitdiff
2019-04-10
Jérémie Galarneau
Generate session name and default output on sessiond...
tree
|
commitdiff
2019-04-10
Jérémie Galarneau
Fix: lttng_rotate_session does not handle socket close
tree
|
commitdiff
2019-03-26
Jérémie Galarneau
Fix: missing include can cause structures to not be...
tree
|
commitdiff
2019-02-16
Francis Deslauriers
Prevent channel buffer allocation larger than memory
tree
|
commitdiff
2018-10-05
Jérémie Galarneau
Remove unnecessary check of output parameter
tree
|
commitdiff
2018-10-04
Jérémie Galarneau
Allow get_next_notification to return when interrupted
tree
|
commitdiff
2018-08-30
Jérémie Galarneau
Remove unused session current_archive_location accessor
tree
|
commitdiff
2018-08-30
Jérémie Galarneau
Fix: unchecked access to pids array
tree
|
commitdiff
2018-08-30
Jérémie Galarneau
Fix: missing jump to error on allocation failure
tree
|
commitdiff
2018-08-30
Jérémie Galarneau
Cleanup: unused assignation of ret value
tree
|
commitdiff
2018-08-30
Jérémie Galarneau
Fix: possible null dereference on communication error
tree
|
commitdiff
2018-08-29
Jérémie Galarneau
Fix: returned pids may be uninitialized
tree
|
commitdiff
2018-08-29
Francis Deslauriers
Fix: use of uninitialized value in error path
tree
|
commitdiff
2018-08-29
Francis Deslauriers
Fix: use-after-free on error of lttng_event creation...
tree
|
commitdiff
2018-08-28
Jérémie Galarneau
Hide lttng_event_copy symbol
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
Fix: event copy constructor frees original event on...
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
Fix: userspace probe accessors are not const-correct
tree
|
commitdiff
2018-08-24
Francis Deslauriers
Add lttng_event copy constructor
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
lttng-ctl: implement listing of userspace probe locations
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
lttng-ctl: send userspace probe location on enable_event
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
lttng-ctl: locate extended event attributes at reception
tree
|
commitdiff
2018-08-24
Francis Deslauriers
Add utils to send file descriptors to the sessiond
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
lttng-ctl: add accessors of userspace probe location...
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
lttng-ctl: move lttng_event functions to a new file
tree
|
commitdiff
2018-08-24
Jérémie Galarneau
Fix: notification channel not released on error path
tree
|
commitdiff
2018-08-22
Jérémie Galarneau
Use the dynamic buffer to serialize notification objects
tree
|
commitdiff
2018-08-16
Jérémie Galarneau
Test: session rotation schedule API
tree
|
commitdiff
2018-08-15
Jérémie Galarneau
rotation-api: introduce rotation schedule descriptors
tree
|
commitdiff
2018-08-01
Jérémie Galarneau
rotation-api: pass session name explicitly
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filter: document ust app ctx limitation
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filter: add FILTER_OP_RETURN_S64 instruction
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filter: make bitwise and, or, xor higher prio than...
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filter: Implement rshift, lshift, bit not operators
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filters: generate backward compatible "get field" and...
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Filter: index array, sequences, implement bitwise binar...
tree
|
commitdiff
2018-06-06
Mathieu Desnoyers
Implement support for brackets in filter expressions
tree
|
commitdiff
2018-06-04
Jérémie Galarneau
Replace strncpy by lttng_strncpy in lttngctl session...
tree
|
commitdiff
2018-06-01
Jonathan Rajotte
Cleanup: open_memstream and close_memstream compat...
tree
|
commitdiff
2018-04-10
Jonathan Rajotte
Fix: null pointer dereference in lttng_rotation_handle_...
tree
|
commitdiff
2018-04-07
Jérémie Galarneau
Extend the rotation API to provide network trace archiv...
tree
|
commitdiff
2018-04-03
Jérémie Galarneau
Fix: cmd_rotate_set_schedule returns positive error...
tree
|
commitdiff
2018-04-03
Julien Desfossez
Size-based rotation
tree
|
commitdiff
2018-04-03
Jérémie Galarneau
Add lttng_notification_channel_has_pending_notification()
tree
|
commitdiff
2018-04-03
Jérémie Galarneau
Fix: channel lock must be taken to check for pending...
tree
|
commitdiff
2018-04-03
Julien Desfossez
Save, restore and list the rotation parameters
tree
|
commitdiff
2018-04-03
Julien Desfossez
Rotate timer
tree
|
commitdiff
2018-03-23
Julien Desfossez
lttng rotate command
tree
|
commitdiff
2018-03-16
Julien Desfossez
Sessiond timer thread
tree
|
commitdiff
2018-03-15
Julien Desfossez
Sessiond rotation thread
tree
|
commitdiff
2017-11-13
Julien Desfossez
Fix: path of snapshots with a relay and default URI
tree
|
commitdiff
2017-06-12
Mathieu Desnoyers
Introduce "--blocking-timeout" channel parameter
tree
|
commitdiff
2017-06-01
Michael Jeanson
Fix: Don't override user variables within the build...
tree
|
commitdiff
2017-05-28
Jérémie Galarneau
Fix: explicitly send client credentials during handshake
tree
|
commitdiff
2017-05-28
Jérémie Galarneau
Fix: return LTTNG_ERR_INVALID_TRIGGER on validation...
tree
|
commitdiff
2017-05-06
Jérémie Galarneau
Fix: dereference before null check of channel attributes
tree
|
commitdiff
2017-05-06
Jérémie Galarneau
Fix: unchecked lttng_dynamic_buffer_set_size return...
tree
|
commitdiff
2017-05-05
Philippe Proulx
Add support for "full" star globbing patterns in event...
tree
|
commitdiff
2017-05-05
Jérémie Galarneau
Expose monitor timer interval to lttngctl and client
tree
|
commitdiff
2017-05-05
Jérémie Galarneau
Add client notification API
tree
|
commitdiff
2017-02-14
Michael Jeanson
Port: Link with no-undefined on Windows
tree
|
commitdiff
2016-10-07
Jonathan Rajotte
lttng_ctl: add session_name to load override
tree
|
commitdiff
2016-10-07
Jonathan Rajotte
Fix: test presence of override_attr before accessing...
tree
|
commitdiff
2016-10-07
Jérémie Galarneau
Remove lttng_load_session_attr_get_override_path_url
tree
|
commitdiff
2016-10-07
Philippe Proulx
Remove calibrate from liblttng-ctl
tree
|
commitdiff
2016-10-07
Jonathan Rajotte
Apply the overrides attributes during configuration...
tree
|
commitdiff
next
This page took
0.046079 seconds
and
7
git commands to generate.