Fix: typo in error message
[lttng-tools.git] / src /
2015-09-01  Jérémie GalarneauFix: typo in error message
2015-09-01  Jérémie GalarneauAdd agent domains to lttng enable-event usage()
2015-09-01  Jérémie GalarneauDocs: Add documentation explaining the meaning of ...
2015-09-01  Jérémie GalarneauReport memory allocation failure when copying filter...
2015-09-01  Jérémie GalarneauFix: cmd_enable_event must return positive error codes
2015-09-01  Jérémie GalarneauEnsure that a filter is always passed with its filter...
2015-09-01  Jérémie GalarneauSave filter expressions as part of agent events
2015-09-01  Jérémie GalarneauUse lttng_domain_type enumeration instead of bare integers
2015-08-24  Jérémie GalarneauPrevent disable event on internal UST events
2015-08-24  Jérémie GalarneauRemove unneeded RCU read lock
2015-08-24  Jérémie GalarneauSkip internal events when saving a session configuration
2015-08-23  Jérémie GalarneauClean-up: Coding-style conformance adjustments
2015-08-23  Jérémie GalarneauDocs: Clarify ominous comment wording
2015-08-23  Jérémie GalarneauHide internal events from session daemon clients
2015-08-23  Jérémie GalarneauPrevent the use of reserved UST event names
2015-08-23  Jérémie GalarneauTag events created as side-effect of agent events as...
2015-08-23  Jérémie GalarneauRemove unneeded RCU lock
2015-08-23  Jérémie GalarneauRemove dead code in lttng-sessiond
2015-08-23  Jérémie GalarneauEnsure event names are NULL terminated during validation
2015-08-21  Philippe ProulxFix: assert(0) when listing Python events with MI
2015-08-21  Philippe ProulxFix: set GLOBAL buffer type for kernel domain in list
2015-08-14  Mathieu DesnoyersFix: take RCU read-side lock within hash table functions
2015-08-13  Jérémie GalarneauClean-up: Rename lib_func to cmd_func
2015-08-13  Michael JeansonFix: Improve the error reporting of the track/untrack...
2015-08-12  Jonathan RajotteCleanup: reuse tracker* element from config
2015-08-12  Jérémie GalarneauClean-up: Remove statement which has no side-effect
2015-08-12  Jonathan RajotteSave/load: pid_tracker feature.
2015-08-11  Jérémie GalarneauMi: track/untrack: validation
2015-08-11  Jérémie GalarneauDocs: Grammar fixes in mi_lttng.xsd
2015-08-11  Jérémie GalarneauFix: Ensure a valid command error code is returned...
2015-08-11  Jérémie GalarneauClean-up: Remove java-doc annotations from function...
2015-08-11  Jonathan RajotteMi: track/untrack/listing
2015-08-07  Jérémie GalarneauFix: intialization of ust_metadata_poll_pipe to garbage...
2015-08-07  Jérémie GalarneauFix "allocator sizeof operand mismatch" warning
2015-08-07  Jérémie GalarneauClean-up: remove extra space in comment
2015-08-06  Jérémie GalarneauDocs: Document Agent reply codes
2015-08-06  Jérémie GalarneauDocs: Remove Java-specific comments from agent.h
2015-08-06  Jérémie GalarneauDocs: Grammar fix in agent header
2015-08-06  Jérémie GalarneauReturn "Unknown" error instead of "Fatal" on unhandled...
2015-08-06  Jérémie GalarneauLog agent reply in disable_event()
2015-08-06  Jérémie GalarneauLog agent reply in enable_event()
2015-08-06  Jérémie GalarneauLog agent reply in list_events()
2015-08-06  Jérémie GalarneauAdd agent reply code logging helpers
2015-08-06  Jérémie GalarneauAdd a LOG() macro which handles dynamic severity levels
2015-08-06  Jérémie GalarneauFix: Discard disable event command filter payload
2015-08-06  Jérémie GalarneauFix: Use MSG_NOSIGNAL when calling sendmsg()
2015-08-05  Jérémie GalarneauSend data pending status as part of payload instead...
2015-08-05  Jérémie GalarneauLog error code's value when sessiond replies to a client
2015-08-03  Jérémie GalarneauSet registration done Agent command version back to 0
2015-08-03  Jérémie GalarneauFix: Don't send agent disable event command twice
2015-08-03  Jérémie GalarneauClean-up: Remove redundant variable initialization
2015-07-30  Jérémie GalarneauRename Python agent event name to omit "user"
2015-07-30  Jérémie GalarneauConsolidate agent event names regardless of user privilege
2015-07-30  Jérémie GalarneauClean-up: Move agent_apps_ht_by_sock definition to...
2015-07-30  Jérémie GalarneauFix: Initialize global agent_apps_ht_by_sock on session...
2015-07-27  Partha Pratim Mukh... Fix: set session should not set non-existent session
2015-07-27  Jonathan RajotteFix: pids should be numbers only
2015-07-26  Jérémie GalarneauFix: Mishandled NULL short options in lttng-sessiond
2015-07-26  Jérémie GalarneauUse popt "required_argument" and "no_argument" constants
2015-07-26  Jérémie GalarneauFix: Mishandled NULL short options in utils_generate_op...
2015-07-26  Jérémie GalarneauFix: only launch a new session daemon for the "create...
2015-07-25  Jérémie GalarneauFix 'daemon' typo in lttng-ctl-pc.in description
2015-07-25  Jérémie GalarneauFix: clean-up agent app hash table from the main sessio...
2015-07-25  Jérémie GalarneauFix: Remove undocumented session daemon short options
2015-07-25  Jérémie GalarneauComment grammar correction
2015-07-25  Jérémie GalarneauLog userspace application hash table allocation failure
2015-07-25  Jérémie GalarneauFix: RCU read-side lock released too early in destroy_a...
2015-07-25  Jérémie GalarneauFix: misleading logging statement in agent_find_event
2015-07-24  Jérémie GalarneauFix: Unhandled domain option condition in list_agent_events
2015-07-24  Jérémie GalarneauFix: Crash on lttng list -j/-l/-p when no events are...
2015-07-16  Jérémie GalarneauClean-up: spelling fix in a comment
2015-07-16  Jérémie GalarneauDocument relay_add_stream RCU locking
2015-07-16  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on stream file creati...
2015-07-16  Jérémie GalarneauFix: Unbalanced rcu_read_unlock() on directory creation...
2015-07-16  Jérémie GalarneauFix: Document the locking assumptions of ctf_trace_find...
2015-07-16  Jérémie GalarneauFix: Memory leak in relay_add_stream error path
2015-07-15  Jérémie GalarneauAdd CPU_ID LTTng-UST context to enum lttng_ust_context_type
2015-07-15  Jérémie GalarneauBump LTTNG_UST_ABI_MAJOR_VERSION to 6
2015-07-14  Jérémie GalarneauFix: Follow struct dirent allocation guidelines of...
2015-07-13  Jonathan RajotteUpdate comments regarding the power of 2 constraint...
2015-07-09  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-07-09  Mathieu DesnoyersFix: metadata push -EPIPE should be recoverable
2015-07-06  Partha Pratim Mukh... Fix: destroy session removes the default config file
2015-07-02  Jérémie GalarneauFix: Memory leak in setup of relayd_path
2015-06-25  Jérémie GalarneauFix: Memory allocated by xmlNodeGetContent() must be...
2015-06-25  Jonathan RajotteSave/load: add support for shared memory path
2015-06-23  Jérémie GalarneauFix: get_cmdline_by_pid path length assumes a max pid...
2015-06-23  Jérémie GalarneauClean-up: Remove ifdef-ed out lttng list options
2015-05-22  Jérémie GalarneauClean-up: Remove ifdef-ed out function:entry feature
2015-05-22  Jérémie GalarneauFix: Mark MI and Config string declarations as extern
2015-05-06  Jérémie GalarneauClean-up append_list_to_probes()
2015-05-06  Philippe ProulxFix: modprobe.c: fix tmp_list memory leak
2015-05-06  Philippe ProulxFix: append_list_to_probes(): increment index
2015-04-07  Mathieu Desnoyersclock plugin: increase offset measurement accuracy
2015-04-07  Mathieu DesnoyersImplement UST clock override plugin support
2015-04-07  Mathieu DesnoyersFix: ownership of filter and filter_expression
2015-04-07  Mathieu DesnoyersFix: zero memory passed to create channel kernel ioctl
2015-04-02  Jérémie GalarneauFix: Check that lttng create --live's time is not zero
2015-04-02  Jérémie GalarneauFix: Validate lttng_create_session_live's timer is > 0
2015-04-02  Jérémie GalarneauUI: Only show live timer when the session is in live...
next
This page took 0.038859 seconds and 7 git commands to generate.