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
Age
Commit message (
Expand
)
Author
2014-09-01
core: optimize completion by using arraylists
Sébastien Helleu
2014-09-01
core: add comment about argument "index" of function arraylist_search
Sébastien Helleu
2014-09-01
core: reset data contents in function arraylist_clear if size_alloc_min > 0
Sébastien Helleu
2014-09-01
core: add extra check on arraylist pointer in arraylist functions
Sébastien Helleu
2014-09-01
core: add functions to manage array lists
Sébastien Helleu
2014-08-31
core: change comment about linker and circular references problems with stati...
Sébastien Helleu
2014-08-30
core: add debug functions to measure time spent in code/functions
Sébastien Helleu
2014-08-29
core: fix window/buffer pointers used in command /eval
Sébastien Helleu
2014-08-29
core: add another example of buffer name in /help filter
Sébastien Helleu
2014-08-29
api: use microseconds instead of milliseconds in functions util_timeval_diff ...
Sébastien Helleu
2014-08-29
core: remove some spaces
Sébastien Helleu
2014-08-27
api: fix bug in function hdata_move when absolute value of count is greater t...
Sébastien Helleu
2014-08-24
core: sort linked lists with configuration files and sections by name
Sébastien Helleu
2014-08-23
irc: remove a trailing comma in help of server capabilities option
Sébastien Helleu
2014-08-23
core: add a constant for color buffer name
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: fix error message in case of ambiguous incomplete command
Sébastien Helleu
2014-08-23
core: fix typo: too much calls -> too many calls
Sébastien Helleu
2014-08-23
core: fix typo: unambigous -> unambiguous
Sébastien Helleu
2014-08-23
core: allow incomplete commands if unambiguous (task #5419)
Sébastien Helleu
2014-08-23
trigger: add option "restore" in command /trigger
Sébastien Helleu
2014-08-22
script: fix crash on "/script update" if a script detail is displayed in buff...
Sébastien Helleu
2014-08-22
trigger: fix regex used in default triggers to hide passwords (closes #172)
Sébastien Helleu
2014-08-19
core: fix modifier "weechat_print": discard only one line when several lines ...
Sébastien Helleu
2014-08-17
irc: add "server-time" in help of server option "capabilities"
Sébastien Helleu
2014-08-16
core: fix translation of message displayed after /upgrade
Sébastien Helleu
2014-08-16
irc: remove unneeded variable "seconds"
Sébastien Helleu
2014-08-16
irc: fix translation of CTCP PING reply (closes #137)
Sébastien Helleu
2014-08-16
aspell: display an error if command "/aspell setdict" is called without a dic...
Sébastien Helleu
2014-08-16
aspell: remove unneeded else condition
Sébastien Helleu
2014-08-15
aspell: fix crash with command "/aspell addword" if no word is given (closes ...
nils_2
2014-08-13
core: make argument "errors" optional in function string_replace_with_callback
Sébastien Helleu
2014-08-11
core: callback_free_key shouldn't point to already free'd value
Andrew Potter
2014-08-11
core: check that callback is not NULL in function string_replace_with_callback
Sébastien Helleu
2014-08-10
core: fix potential crash in case of malloc error when resetting config option
Sébastien Helleu
2014-08-10
irc: free nick immediately in case of malloc error
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-08-10
script: fix potential crash in case of malloc error
Sébastien Helleu
2014-08-10
core: remove dead assignment when converting mouse code
Sébastien Helleu
2014-08-10
core: fix zero-length malloc of an hashtable item with type "buffer"
Sébastien Helleu
2014-08-10
core: return immediately if localtime fails in window scroll
Sébastien Helleu
2014-08-10
logger: fix memory leaks in backlog
Sébastien Helleu
2014-08-10
core: fix memory leak on /upgrade when file signature in upgrade file is invalid
Sébastien Helleu
2014-08-09
core: fix memory leak in completion of config options values
Sébastien Helleu
2014-08-09
irc: fix memory leak in CTCP answer
Sébastien Helleu
2014-08-09
core: fix memory leak when removing script files
Sébastien Helleu
2014-08-09
core: fix bug with several arguments for command /buffer clear|hide|unhide
Sébastien Helleu
2014-08-09
exec: invert a condition to make code more readable
Sébastien Helleu
2014-08-09
relay: fix memory leak during handshake on websocket
Sébastien Helleu
[next]