Sébastien Helleu
ccf18f4bf6
core: return immediately if localtime fails in window scroll
2014-08-10 13:35:25 +02:00
Sébastien Helleu
fc1571645d
logger: fix memory leaks in backlog
2014-08-10 13:25:35 +02:00
Sébastien Helleu
53a9a161f4
core: fix memory leak on /upgrade when file signature in upgrade file is invalid
2014-08-10 10:52:04 +02:00
Sébastien Helleu
27dd6cf72f
core: fix memory leak in completion of config options values
2014-08-09 23:17:25 +02:00
Sébastien Helleu
b78b5575c3
irc: fix memory leak in CTCP answer
2014-08-09 19:54:39 +02:00
Sébastien Helleu
4e43be6d2c
core: fix memory leak when removing script files
2014-08-09 18:49:06 +02:00
Sébastien Helleu
fc71ce0d43
core: fix bug with several arguments for command /buffer clear|hide|unhide
2014-08-09 18:19:27 +02:00
Sébastien Helleu
9358f076a3
exec: invert a condition to make code more readable
2014-08-09 17:43:45 +02:00
Sébastien Helleu
795b9c9da9
relay: fix memory leak during handshake on websocket
2014-08-09 17:41:16 +02:00
Sébastien Helleu
7a76a959ec
relay: fix memory leak when receiving several lines from client (weechat protocol)
2014-08-09 17:40:18 +02:00
Sébastien Helleu
a6aee98cb1
relay: fix memory leak when receiving commands from client (weechat protocol)
2014-08-09 17:15:22 +02:00
Sébastien Helleu
4c871760d2
relay: remove dead assignment
2014-08-09 16:37:10 +02:00
Sébastien Helleu
ddd7a85f2d
relay: fix crash when an IRC "MODE" command is received from client without arguments
2014-08-09 16:14:44 +02:00
Sébastien Helleu
a538a9c08e
tests: add tests of function string_replace_regex
2014-08-09 09:08:06 +02:00
Sébastien Helleu
5597c93b64
core: check that regex is not NULL in function string_replace_regex
2014-08-08 07:33:37 +02:00
Sébastien Helleu
e7b604c97e
core: fix example in comment of function string_replace_regex
2014-08-07 07:48:15 +02:00
Sébastien Helleu
13fc108c6d
tests: add TODO comments for missing tests
2014-08-06 07:53:04 +02:00
Sébastien Helleu
aa8a1cc775
core: add C++ compiler and CppUTest for tests in README
2014-08-05 07:36:01 +02:00
Sébastien Helleu
2cc265f34e
tests: add tests of functions hashtable_hash_key_djb2 and hashtable_new
2014-08-04 07:41:24 +02:00
Sébastien Helleu
3c3311bf17
core: update ChangeLog
2014-08-03 14:44:37 +02:00
Sébastien Helleu
124b2668fe
core: display warning on $TERM only if it doesn't start with "screen" (under screen/tmux)
2014-08-03 14:11:58 +02:00
Sébastien Helleu
5262e05177
doc: remove trailing whitespace in Polish user's guide
2014-08-03 14:09:44 +02:00
Sébastien Helleu
6dcb1e7b10
Revert "core: use argument "-i" for sed command (don't create a temporary file)"
...
This reverts commit b2466aae296dd5c20612f409c2c85bfd808acac2.
The option "-i" is not supported on FreeBSD.
2014-08-03 13:49:11 +02:00
Krzysztof Korościk
dbc30707aa
update polish docs
2014-08-03 12:36:05 +02:00
Sébastien Helleu
8b1939059b
Version 1.0-rc2
v1.0-rc2
2014-08-03 12:01:41 +02:00
Sébastien Helleu
e13593dceb
core: fix build with autotools and gettext >= 0.19
2014-08-03 11:56:38 +02:00
Sébastien Helleu
b2466aae29
core: use argument "-i" for sed command (don't create a temporary file)
2014-08-03 11:10:06 +02:00
Sébastien Helleu
6a09cf0ed3
core: fix display of bar item "buffer_filter" when toggling filters in current buffer ( closes #150 )
2014-08-03 10:33:45 +02:00
Sébastien Helleu
895a46c55f
core: remove "set -x" in build.sh (the executed commands are already displayed)
2014-08-02 18:46:48 +02:00
Sébastien Helleu
a93c92c5b1
core: add empty line in .travis.yml
2014-08-02 18:44:26 +02:00
Mikaela Suomalainen
b1b5a3eac9
tests: make build.sh show executed commands & ...
...
...try to speed up make by using multiple jobs if there is more than one
CPU available
Travis CI should now show the commands that build.sh executes in the
log. I mean commands, not only their output.
2014-08-02 18:52:10 +03:00
Mikaela Suomalainen
21538edc9b
core: enable fast_finishing (Travis CI)
...
fash_finish makes it so that if one job fails, the build is marked as
failed without having to wait for the other jobs to finish. If there are
still unfinished jobs at the time of failure, they continue running
after the build has been marked as failed.
2014-08-02 18:41:33 +03:00
Sébastien Helleu
1aa8fd09ef
tests: add tests of functions string_is_command_char and string_input_for_buffer
2014-08-02 16:55:49 +02:00
Sébastien Helleu
28cb1ae6f5
tests: add tests of base 16/64 decoding/encoding
2014-08-02 16:54:24 +02:00
Sébastien Helleu
cf3e0ccbfd
core: fix result of hash function (in hashtables) on 32-bit systems
2014-08-02 16:53:12 +02:00
Sébastien Helleu
8a93906beb
api: fix function string_decode_base64
...
The result of function was sometimes wrong, for example base64 decoding of
"YWJj" was returning "ab" instead of "abc".
2014-08-02 16:52:17 +02:00
Sébastien Helleu
ad07527007
trigger: fix hook count on 32-bit systems
2014-08-02 16:21:00 +02:00
Sébastien Helleu
6295adad6d
relay: fix number of bytes sent/received on 32-bit systems
2014-08-02 16:17:30 +02:00
Sébastien Helleu
e29f01b4fb
Merge branch 'travis-tests'
2014-08-02 15:47:20 +02:00
Sébastien Helleu
ee1e181894
tests: remove test of han char in utf8_strlen_screen (failing on Ubuntu Precise)
2014-08-02 15:36:40 +02:00
Sébastien Helleu
1294bce155
tests: remove test of han char in utf8_char_size_screen (failing on Ubuntu Precise)
2014-08-02 15:25:56 +02:00
Sébastien Helleu
ed05730a3b
core: remove unused ubuntu PPA (Travis CI)
2014-08-02 15:14:53 +02:00
Sébastien Helleu
63d9f2452d
core: replace package libcpputest-dev by amd64 version (Travis CI)
2014-08-02 15:10:41 +02:00
Sébastien Helleu
d046315e8b
api: fix function string_format_size on 32-bit systems
2014-08-02 11:44:15 +02:00
Sébastien Helleu
f9b04635d3
tests: fix compilation of tests
...
The header gui-curses.h doesn't need to be included (this causes an error
because the real ncurses lib header is not found when compiling tests).
2014-08-02 11:38:58 +02:00
Sébastien Helleu
35574d63ab
irc: fix duplicate sender name in display of wallops ( closes #142 , closes #145 )
2014-08-02 11:35:43 +02:00
Sébastien Helleu
2987f9208e
tests: add tests of function string_format_size
2014-08-01 07:34:35 +02:00
Sébastien Helleu
aaa29153b0
tests: add tests of functions string_iconv*
2014-07-31 07:48:36 +02:00
Sébastien Helleu
d2dc05b01e
core: check that from/to arguments are not NULL in base16/64 functions
2014-07-30 07:44:25 +02:00
Sébastien Helleu
3d6b9ff5a7
tests: add tests of function string_is_word_char
2014-07-29 07:39:30 +02:00