index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-hook.c
Age
Commit message (
Expand
)
Author
2015-07-18
core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...
Sébastien Helleu
2015-07-16
core: fix comment in function hook_find_pos
Sébastien Helleu
2015-07-15
core: add variables with count of hooks
Sébastien Helleu
2015-07-14
core: reset pointers, file descriptors and child PIDs in unhook()
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-05-01
core: fix compilation on Cygwin
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-21
core: add gnutls version in #if compiler directives
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-22
api: fix truncated process output in hook_process() (closes #266)
Sébastien Helleu
2014-11-15
core: add debug message in hook_process when core debug >= 1
Sébastien Helleu
2014-08-29
api: use microseconds instead of milliseconds in functions util_timeval_diff ...
Sébastien Helleu
2014-08-23
core: add missing return code in comment of function hook_command_exec
Sébastien Helleu
2014-08-23
core: allow incomplete commands if unambiguous (task #5419)
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_process_child
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_command_exec
Sébastien Helleu
2014-07-05
core: display curl error after a failed download
Sébastien Helleu
2014-04-03
api: add option "buffer_flush" in function hook_process_hashtable
Sébastien Helleu
2014-03-11
core: add missing \0 at the end of stderr buffer in hook_process
Sebastien Helleu
2014-03-11
api: add option "detached" in function hook_process_hashtable
Sebastien Helleu
2014-03-11
api: add option "signal" in function hook_set to send a signal to the child p...
Sebastien Helleu
2014-03-11
core: fix detection of terminated process in hook_process
Sebastien Helleu
2014-02-21
Merge branch 'trigger'
Sebastien Helleu
2014-02-14
core: fix completion template used in command completion when first argument ...
Sebastien Helleu
2014-02-11
core: ignore return value of 'write' in function hook_set (fix compiler warning)
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-02-09
core: add argument "num_items" in function string_split_shell
Sebastien Helleu
2014-01-11
api: add stdin options in functions hook_process_hashtable and hook_set (task...
Sebastien Helleu
2014-01-09
core: optimize xxx_valid() functions: return immediately if pointer is NULL
Sebastien Helleu
2014-01-05
core: fix compilation warnings on OpenBSD
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-15
core: add support of logical and/or for argument "tags" in function hook_print
Sebastien Helleu
2013-09-24
core: fix time displayed in status bar (it was one second late) (bug #40097)
Sebastien Helleu
2013-09-19
core: fix memory leak on unhook of a print hook (if using tags)
Sebastien Helleu
2013-08-01
core: fix compiler warning on freopen (ignore file returned)
Sebastien Helleu
2013-07-28
api: use pointer for infolist "hook" to return only one hook
Sebastien Helleu
2013-07-20
core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug...
Sebastien Helleu
2013-05-22
core: fix compilation warnings
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-01-06
api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-06
core: expand char '~' with user home in first argument of hook_process
Sebastien Helleu
2012-12-06
core: fix crash in child process of hook_process_hashtable when arguments are...
Sebastien Helleu
2012-12-02
core: execute command with higher priority when many commands with same name ...
Sebastien Helleu
2012-11-22
api: use hashtable "options" for command arguments in function hook_process_h...
Sebastien Helleu
2012-11-18
core: do not call shell to execute command in hook_process (fix security prob...
Sebastien Helleu
2012-10-14
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...
Simon Arlott
[next]