Commit graph

10 commits

Author SHA1 Message Date
Gunnar Beutner
261329e483 Implemented outbound JSON-RPC client connections.
Made socket error handling more robust.
2012-04-04 12:36:23 +02:00
Gunnar Beutner
6fea4d6baa Fixed compilations errors.
Added some more debugging code.
2012-04-03 19:19:49 +02:00
Gunnar Beutner
cac3c2109a Cleaned up (Un)RegisterMethod methods. 2012-04-03 18:10:16 +02:00
Gunnar Beutner
66fdf079fa Removed custom new_object function. 2012-04-03 15:16:11 +02:00
Gunnar Beutner
3da08ca9b6 Refactored event handling. 2012-04-03 11:13:17 +02:00
Gunnar Beutner
7c5d29bbc9 Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr 2012-04-02 20:50:35 +02:00
Gunnar Beutner
3158767ac6 Cleaned up JSON-RPC API. 2012-03-31 16:01:31 +02:00
Gunnar Beutner
af1edb7d94 Fixed crash bug in Timer::StopAllTimers
Fixed compilation error with gcc (in connectionmanager.cpp)
Use unformatted JSON strings in release builds
2012-03-29 20:23:13 +02:00
Gunnar Beutner
1ebda64e75 Implemented support for binding methods to the ConnectionManager class 2012-03-29 20:03:29 +02:00
Gunnar Beutner
e11994038d Initial commit. 2012-03-28 13:24:49 +02:00