ehouse
|
33779bf1b3
|
changes for gcc compilation: conditionally define out stuff that
doesn't work on win32 (e.g. CommandBar).
|
2005-11-27 20:17:09 +00:00 |
|
ehouse
|
92948425b9
|
changes for gcc compilation: fix syntax errors and API usage,
conditionally define out stuff that doesn't work on win32
(e.g. CommandBar).
|
2005-11-27 20:16:43 +00:00 |
|
ehouse
|
66fffb7fe9
|
fix for STUBBED_DICT case
|
2005-11-27 20:13:42 +00:00 |
|
ehouse
|
aba81b8627
|
OpenFileForMapping doesn't seem to exist in win32 -- or at least not
in MinGW's view.
|
2005-11-27 20:13:13 +00:00 |
|
ehouse
|
65611289fd
|
for gcc: fix caps and remove commas after last item in array
|
2005-11-27 20:10:06 +00:00 |
|
ehouse
|
7c26e79dda
|
fix caps; use rand() on win32
|
2005-11-27 20:09:15 +00:00 |
|
ehouse
|
b9de2acebf
|
change how struct is defined for gcc
|
2005-11-27 20:06:36 +00:00 |
|
ehouse
|
b462252ebb
|
fix syntax errors; other catch up with changes
|
2005-11-27 20:05:33 +00:00 |
|
ehouse
|
f228cc3b46
|
fix syntax error
|
2005-11-27 20:04:46 +00:00 |
|
ehouse
|
e8e408afd4
|
fix capitalization of header file -- which gcc cares about.
|
2005-11-27 20:04:06 +00:00 |
|
ehouse
|
5e6eca025a
|
fix so hex dicts build again
|
2005-10-30 19:05:40 +00:00 |
|
ehouse
|
fb8d643ea2
|
replace sed with awk
|
2005-10-30 19:04:49 +00:00 |
|
ehouse
|
768cfd597a
|
fix bug truncating tray display in history by adding size param to
formatTray()
|
2005-10-30 18:35:21 +00:00 |
|
ehouse
|
95005e45eb
|
don't connect to relay unless have something to send
|
2005-10-30 16:28:52 +00:00 |
|
ehouse
|
cda5996195
|
fix unset var warning
|
2005-10-30 16:14:13 +00:00 |
|
ehouse
|
92981942b3
|
add _Shutdown(); override logf() to tag with cookieid; make logs less
verbose.
|
2005-10-30 05:20:31 +00:00 |
|
ehouse
|
b31cb6612b
|
call shutdown on cref rather than deleting it; wrap mutex actions with
debugging logfs like those in mlock.h.
|
2005-10-30 05:16:35 +00:00 |
|
ehouse
|
42f3a4e7cf
|
don't print log messages below a certain priority
|
2005-10-30 05:10:26 +00:00 |
|
ehouse
|
befc90648e
|
add shutdown event and action
|
2005-10-30 05:07:58 +00:00 |
|
ehouse
|
d29937a734
|
add a const
|
2005-10-30 05:06:41 +00:00 |
|
ehouse
|
a422f21ad5
|
add error message; cast to avoid compile warnings
|
2005-10-30 05:06:23 +00:00 |
|
ehouse
|
880b626070
|
add a few consts
|
2005-10-30 05:05:45 +00:00 |
|
ehouse
|
6d88725e05
|
add missing header file
|
2005-10-28 09:20:51 +00:00 |
|
ehouse
|
d17165a678
|
add header needed on some installations
|
2005-10-23 21:35:19 +00:00 |
|
ehouse
|
b135f317b4
|
make location of file storing next ID configurable.
|
2005-10-23 21:06:07 +00:00 |
|
ehouse
|
deb0a2d265
|
shutdown in response to SIGINT
|
2005-10-23 15:49:48 +00:00 |
|
ehouse
|
e2e66f8057
|
Set a disconn timer when somebody leaves to make it parallel with case
where somebody never shows up; print more info about cref state to
ctrl port.
|
2005-10-19 03:44:55 +00:00 |
|
ehouse
|
80d0f3ce71
|
make now() relative to relay startup time.
|
2005-10-19 03:43:21 +00:00 |
|
ehouse
|
a64cbd472a
|
don't track heartbeat independent of any timers set. This allows
infinite timeout when no devices present.
|
2005-10-19 03:42:17 +00:00 |
|
ehouse
|
d74de11771
|
add XWS_ANY
|
2005-10-19 03:40:40 +00:00 |
|
ehouse
|
e05777bdcf
|
add XWS_ANY; add missing transitions to kill game on timer when device
disappears and doesn't return.
|
2005-10-19 03:40:26 +00:00 |
|
ehouse
|
4df7b3d75a
|
add uptime
|
2005-10-19 03:39:18 +00:00 |
|
ehouse
|
5e693ee022
|
fix misspelling; tweak error messages
|
2005-10-19 03:21:19 +00:00 |
|
ehouse
|
74b6ccbd52
|
cleanup ctrl printing; repeat most recent command; cleanup internal names.
|
2005-10-16 01:19:25 +00:00 |
|
ehouse
|
ff12881ffd
|
silence compiler warning
|
2005-10-16 01:15:49 +00:00 |
|
ehouse
|
deea73ad8b
|
cancel all-connected timer when all are connected
|
2005-10-15 16:35:18 +00:00 |
|
ehouse
|
a8352fa745
|
fix leak; move heartbeat timer into crefmgr, and only run it when
there are active crefs.
|
2005-10-15 16:30:10 +00:00 |
|
ehouse
|
936e3bd110
|
clean up command help
|
2005-10-15 16:28:26 +00:00 |
|
ehouse
|
ecf5875d7e
|
capitalize public methods on timermgr (no code change)
|
2005-10-15 15:49:22 +00:00 |
|
ehouse
|
eb8301ade7
|
return error to client when flags indicate old version; close sockets
when error occurs in processing message.
|
2005-10-14 08:29:58 +00:00 |
|
ehouse
|
6541e56c40
|
catch up with logf change
|
2005-10-14 08:27:16 +00:00 |
|
ehouse
|
b7e3479989
|
print prompt
|
2005-10-14 08:26:56 +00:00 |
|
ehouse
|
cb3e2910b9
|
add commented out debug flag
|
2005-10-14 08:26:19 +00:00 |
|
ehouse
|
8c8babc762
|
new error message
|
2005-10-14 08:25:51 +00:00 |
|
ehouse
|
e18f66f587
|
remove dead code
|
2005-10-06 02:54:05 +00:00 |
|
ehouse
|
07a1894c6e
|
implement heartbeat timer required for relay
|
2005-10-06 02:49:50 +00:00 |
|
ehouse
|
be5078e8f8
|
removed unused states etc.
|
2005-10-06 02:36:45 +00:00 |
|
ehouse
|
0bf1dcdcf8
|
remove connect info button, instead bring it up every time role
changes to one that needs it.
|
2005-10-06 02:34:07 +00:00 |
|
ehouse
|
f7443c9f7f
|
catch symbian up with api changes -- but still need to set timers
before it'll talk to relay.
|
2005-10-02 16:40:16 +00:00 |
|
ehouse
|
3bf3e2fda1
|
parse multiple config files in order with later ones overriding.
|
2005-10-02 16:23:49 +00:00 |
|