Thu, 21 May 2009 16:57:28 +0300add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:28 +0300] rev 212
add a console_callbacks::on_interrupt callback triggered by SIGINT while waiting

Thu, 21 May 2009 16:57:00 +0300fix lua_nexus_sleep to use lua_thread_yield_state
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:57:00 +0300] rev 211
fix lua_nexus_sleep to use lua_thread_yield_state

Thu, 21 May 2009 16:56:42 +0300implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:56:42 +0300] rev 210
implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode

Thu, 21 May 2009 16:55:56 +0300accept NULL for log function fmt arg
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:55:56 +0300] rev 209
accept NULL for log function fmt arg

Thu, 21 May 2009 16:24:52 +0300merge lua-threads branch, all lua_console input is now executed in a new lua thread
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:24:52 +0300] rev 208
merge lua-threads branch, all lua_console input is now executed in a new lua thread

Thu, 21 May 2009 16:23:50 +0300fix lua_nexus_sleep to use EV_TIMEOUT + misc lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:50 +0300] rev 207
fix lua_nexus_sleep to use EV_TIMEOUT + misc

Thu, 21 May 2009 16:23:27 +0300fix console to ignore input while waiting, and rename have_input -> have_prompt lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:27 +0300] rev 206
fix console to ignore input while waiting, and rename have_input -> have_prompt

Thu, 21 May 2009 16:23:08 +0300fix lua_console to use new lua_thread API lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:23:08 +0300] rev 205
fix lua_console to use new lua_thread API

Thu, 21 May 2009 16:22:57 +0300fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly lua-threads
Tero Marttila <terom@fixme.fi> [Thu, 21 May 2009 16:22:57 +0300] rev 204
fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly

Wed, 20 May 2009 22:53:05 +0300implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:53:05 +0300] rev 203
implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet

Wed, 20 May 2009 22:52:01 +0300slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:52:01 +0300] rev 202
slight tweaks to nexus_lua, use error_t and no need to pop the loaded chunk ourselv - lua_pcall will always do that

Wed, 20 May 2009 22:49:03 +0300implement LUA_ARG_INT
Tero Marttila <terom@fixme.fi> [Wed, 20 May 2009 22:49:03 +0300] rev 201
implement LUA_ARG_INT

Fri, 15 May 2009 00:05:01 +0300don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that
Tero Marttila <terom@fixme.fi> [Fri, 15 May 2009 00:05:01 +0300] rev 200
don't keep console SIGINT behaviour after it was destroyed, instead, have nexus handle it like SIGTERM, and have console override that

Thu, 14 May 2009 22:57:13 +0300replace lua_client_networks/lua_network_channels with iterators
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 22:57:13 +0300] rev 199
replace lua_client_networks/lua_network_channels with iterators

Thu, 14 May 2009 21:45:43 +0300implement lua_client_networks and lua_network_channels
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:43 +0300] rev 198
implement lua_client_networks and lua_network_channels

Thu, 14 May 2009 21:45:28 +0300use irc_conn_self in irc_chan
Tero Marttila <terom@fixme.fi> [Thu, 14 May 2009 21:45:28 +0300] rev 197
use irc_conn_self in irc_chan

Sun, 10 May 2009 23:37:43 +0300implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)
Tero Marttila <terom@fixme.fi> [Sun, 10 May 2009 23:37:43 +0300] rev 196
implement msg_proto and associated test, fix misc. other bugs (including changing error_info::code to a signed int\!)

Fri, 08 May 2009 02:51:20 +0300rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 02:51:20 +0300] rev 195
rework test to implement flags, test_results, test_stats, TEST_WILL_FAIL

Fri, 08 May 2009 01:43:02 +0300add a new test/fail module, and rewrite test/assert to use it
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 01:43:02 +0300] rev 194
add a new test/fail module, and rewrite test/assert to use it

Fri, 08 May 2009 01:42:44 +0300update valgrind-suppressions for new malloc leaks within backtrace()
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 01:42:44 +0300] rev 193
update valgrind-suppressions for new malloc leaks within backtrace()

Fri, 08 May 2009 00:26:13 +0300add missing resolve_result_deinit to tcp_server_listen
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:26:13 +0300] rev 192
add missing resolve_result_deinit to tcp_server_listen

Fri, 08 May 2009 00:25:54 +0300add support for valgrind to test, and update old suppressions file
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:25:54 +0300] rev 191
add support for valgrind to test, and update old suppressions file

Fri, 08 May 2009 00:13:38 +0300add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:13:38 +0300] rev 190
add tests for irc_cmd/irc_line, and fix handling of missing-prefix to set source to NULL in irc_line

Fri, 08 May 2009 00:12:52 +0300add a test/backtrace module and have ASSERT_FAIL dump out a backtrace, also, fix assert_str[n]cmp to handle should_be == NULL
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:12:52 +0300] rev 189
add a test/backtrace module and have ASSERT_FAIL dump out a backtrace, also, fix assert_str[n]cmp to handle should_be == NULL

Fri, 08 May 2009 00:12:15 +0300add a run_test to test.c to improve the log_info output
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:12:15 +0300] rev 188
add a run_test to test.c to improve the log_info output

Fri, 08 May 2009 00:11:35 +0300fix CMake TEST_OBJECT_PATH, ENABLE_TEST_COVERAGE test-target and cleanup of .gcda's
Tero Marttila <terom@fixme.fi> [Fri, 08 May 2009 00:11:35 +0300] rev 187
fix CMake TEST_OBJECT_PATH, ENABLE_TEST_COVERAGE test-target and cleanup of .gcda's

Thu, 07 May 2009 22:23:51 +0300rework CMake scripts, particularly re make: Nothing to be done for `test'., integrate lcov now
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 22:23:51 +0300] rev 186
rework CMake scripts, particularly re make: Nothing to be done for `test'., integrate lcov now

Thu, 07 May 2009 18:48:38 +0300add a crude test_tcp, fix some tcp_server bugs, add missing service_destroy function
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 18:48:38 +0300] rev 185
add a crude test_tcp, fix some tcp_server bugs, add missing service_destroy function

Thu, 07 May 2009 18:11:50 +0300test/resolve.c, and fix AI_* -> NI_* bug in call to getnameinfo
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 18:11:50 +0300] rev 184
test/resolve.c, and fix AI_* -> NI_* bug in call to getnameinfo

Thu, 07 May 2009 02:57:11 +0300slight tweaks to ssl_client's handshake-done logic
Tero Marttila <terom@fixme.fi> [Thu, 07 May 2009 02:57:11 +0300] rev 183
slight tweaks to ssl_client's handshake-done logic