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-debug.c
Age
Commit message (
Expand
)
Author
2013-11-18
core: use #ifdef to check if versions are defined in signal "debug_libs"
Sebastien Helleu
2013-11-18
core: remove "v" before versions displayed by /debug libs
Sebastien Helleu
2013-11-17
core: add option "libs" for command /debug, add signal "debug_libs"
Sebastien Helleu
2013-11-17
core: remove obsolete signals "debug_buffer" and "debug_windows"
Sebastien Helleu
2013-08-02
Merge branch 'secured-data'
Sebastien Helleu
2013-08-02
core: rename binary and man page from "weechat-curses" to "weechat" (task #11...
Sebastien Helleu
2013-07-30
core: use variable "items_count" directly from hashtable without calling func...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-14
core: add option "dirs" for command /debug
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-10-21
core: remove duplicated #include
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-07
core: add option "hooks" for command /debug
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-07-05
core: add context "search" for keys (to define keys used during search in buf...
Sebastien Helleu
2011-06-26
core: many improvements on hdata
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-06-01
core: add option "infolists" for command /debug
Sebastien Helleu
2011-05-07
core: improve output of /debug windows
Sebastien Helleu
2011-02-21
Fix typo in /debug windows
Sebastien Helleu
2011-02-10
Add option "memory" to command /debug
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-09-17
Add optional plugin name for command /debug dump and signal "debug_dump"
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-12-16
Add option "term" for command /debug: display infos about terminal and availa...
Sebastien Helleu
2009-04-26
Remove time in weechat.log file when dumping data (crash or user is asking dump)
Sebastien Helleu
2009-01-04
Remove unused functions and prototypes
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-11-04
Fix bug with pointer conversions on 64 bits architecture
Sebastien Helleu
2008-10-02
Add new /layout command and save_layout_on_exit config option, to save/restor...
Sebastien Helleu
2008-08-19
Reintroduce /upgrade command, working only with core and IRC plugin today
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-05-06
Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras...
Sebastien Helleu
2008-04-15
Added keys by buffer (useful for buffers with free content that need own keys)
Sebastien Helleu
2008-03-22
Added tags for lines and custom filtering by tags or regex (task #7674), fixe...
Sebastien Helleu
2008-03-05
Partial support of bars, with custom items.
Sebastien Helleu
2008-02-24
Moved sigsegv function to wee-debug.c
Sebastien Helleu
2008-02-21
Added new plugin "debug"
Sebastien Helleu