1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-07-02 16:31:49 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Jiaqiang Xu
2c3f140fcc Merge branch 'json' 2013-11-04 11:27:36 +08:00
poetwang
9ba717d38b Fix the bug of cast int GType to int 2013-08-24 13:02:18 +08:00
vegarden
65677b5601 fix somebugs 2013-08-09 14:24:12 +08:00
vegarden
e2e594a8a2 improve some details 2013-08-09 12:56:37 +08:00
vegarden
09b9b0cb27 replace json-glib with jansson 2013-08-08 16:24:20 +08:00
killing
56a4d930cb Support int64 arguments in C. 2012-06-27 11:40:59 +08:00
poet
097c526e60 Fix a bug in 64bit system:
GType is 64 bit long in x64, cast it to int may loss some data
2012-06-13 23:54:04 +08:00
plt
bd7824f847 Add missing int64 related signatures to rpc table 2012-06-10 09:11:12 +08:00
plt
a9c5f4d06b Add test case for async call and fix memory leak 2012-06-10 09:11:12 +08:00
plt
84d8110465 Remove fcall and fret 2012-06-10 09:11:12 +08:00
lins05
47ffe05a59 [lib] include json-glib in source tree 2012-05-09 13:33:59 +08:00
poet
e090d850e0 Fix a bug for glib-2.32.1
doamin passed to g_set_error must not be 0
2012-05-04 15:04:43 +08:00
killing
7fef7aa31e Add type 'int64'. 2011-10-20 20:57:13 +08:00
plt
60ec606453 Fix bugs in async rpc 2011-09-14 21:55:05 +08:00
plt
e4d932f0c0 Implement asynchronized rpc 2011-09-13 13:08:26 +08:00
lins05
02eb0744fc 1. Rearraged the source tree
2. modified the autotools scripts, "make distcheck" is ok now
2011-04-15 14:33:25 +08:00