summaryrefslogtreecommitdiff
path: root/src/core/wee-hook.c
AgeCommit message (Expand)Author
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...Sébastien Helleu
2015-07-16core: fix comment in function hook_find_posSébastien Helleu
2015-07-15core: add variables with count of hooksSébastien Helleu
2015-07-14core: reset pointers, file descriptors and child PIDs in unhook()Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-05-01core: fix compilation on CygwinSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-21core: add gnutls version in #if compiler directivesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-22api: fix truncated process output in hook_process() (closes #266)Sébastien Helleu
2014-11-15core: add debug message in hook_process when core debug >= 1Sébastien Helleu
2014-08-29api: use microseconds instead of milliseconds in functions util_timeval_diff ...Sébastien Helleu
2014-08-23core: add missing return code in comment of function hook_command_execSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-08-10core: remove dead assignment in function hook_process_childSébastien Helleu
2014-08-10core: remove dead assignment in function hook_command_execSébastien Helleu
2014-07-05core: display curl error after a failed downloadSébastien Helleu
2014-04-03api: add option "buffer_flush" in function hook_process_hashtableSébastien Helleu
2014-03-11core: add missing \0 at the end of stderr buffer in hook_processSebastien Helleu
2014-03-11api: add option "detached" in function hook_process_hashtableSebastien Helleu
2014-03-11api: add option "signal" in function hook_set to send a signal to the child p...Sebastien Helleu
2014-03-11core: fix detection of terminated process in hook_processSebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-14core: fix completion template used in command completion when first argument ...Sebastien Helleu
2014-02-11core: ignore return value of 'write' in function hook_set (fix compiler warning)Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09core: add argument "num_items" in function string_split_shellSebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set (task...Sebastien Helleu
2014-01-09core: optimize xxx_valid() functions: return immediately if pointer is NULLSebastien Helleu
2014-01-05core: fix compilation warnings on OpenBSDSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-15core: add support of logical and/or for argument "tags" in function hook_printSebastien Helleu
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-19core: fix memory leak on unhook of a print hook (if using tags)Sebastien Helleu
2013-08-01core: fix compiler warning on freopen (ignore file returned)Sebastien Helleu
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-07-20core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug...Sebastien Helleu
2013-05-22core: fix compilation warningsSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-06core: expand char '~' with user home in first argument of hook_processSebastien Helleu
2012-12-06core: fix crash in child process of hook_process_hashtable when arguments are...Sebastien Helleu
2012-12-02core: execute command with higher priority when many commands with same name ...Sebastien Helleu
2012-11-22api: use hashtable "options" for command arguments in function hook_process_h...Sebastien Helleu
2012-11-18core: do not call shell to execute command in hook_process (fix security prob...Sebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott