1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-30 19:43:19 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
yejianguo
1bbb420150 allow return NULL for json return type 2016-07-28 17:06:27 +08:00
Shuai Lin
55001da28a More memory leak fixes. 2016-07-28 17:06:27 +08:00
Shuai Lin
112a2565e6 Fixed memory leaks. 2016-07-28 17:06:27 +08:00
Shuai Lin
53a1663d0d Support json param type. 2016-07-28 17:06:27 +08:00
Shuai Lin
5fd3bb7176 Support json value in async mode. 2016-07-28 17:06:27 +08:00
Shuai Lin
48a9c675ed Added json return type. 2016-07-28 17:06:27 +08:00
Chilledheart
ba0d080d3d [lib] cleanup some compiler warnings
- lib/searpc-client.c:353:1: warning: control reaches end of non-void function [-Wreturn-type]
   - lib/searpc-utils.c:93:13: warning: enumeration value 'JSON_ARRAY' not handled in switch [-Wswitch]
2014-06-29 13:07:42 +08:00
Jiaqiang Xu
87602806b6 Fix a pointer bug. 2013-11-05 16:45:10 +08:00
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