1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-28 13:55:37 +00:00
Commit Graph

229 Commits

Author SHA1 Message Date
gnehzuil
d97e9e997a Outside build libsearpc. 2012-06-20 20:24:49 +08:00
gnehzuil
1338fdb1c4 Fix a wrong function call.
register_marshals has a 'void' parameter list.  So we shouldn't call it with a
argument.  GCC doesn't complain this error with '-Wall'.
2012-06-19 23:18:01 +08:00
xiez
e8fbbe2859 Add new functions 2012-06-18 22:59:35 +08:00
lins05
3ff1ecd4d3 add a new function. 2012-06-16 10:45:17 +08:00
killing
eff70a274c Add new function. 2012-06-14 20:26:47 +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
23c4ac6517 Add new func 2012-06-12 23:12:15 +08:00
plt
bd7824f847 Add missing int64 related signatures to rpc table 2012-06-10 09:11:12 +08:00
plt
b86dfb60a1 Rename gencode.py to searpc-codegen.py
Other projects should use searpc-codegen.py to generate its
specific marshal functions and register to server
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
poet
4b51d49593 For python package in mac 2012-06-10 00:26:31 +08:00
killing
a1628f7055 Add new function and fix a bug.
* SearpcError.msg should be a string object.
2012-05-24 17:32:49 +08:00
killing
369d7fbb8e Add new function. 2012-05-17 21:40:59 +08:00
xiez
151c1aa257 Add new function 2012-05-16 13:52:03 +08:00
lins05
5c4763c5fa add a new rpc function type. 2012-05-16 11:35:13 +08:00
plt
7b9dc5a85a Do not encode object property in utf8 2012-05-15 21:50:16 +08:00
xiez
b8ca1baa3a Add new function 2012-05-15 11:07:21 +08:00
lins05
a0d0e78e8b strings in utf-8 instead of unicode when deserializing obj/objlists 2012-05-14 15:23:35 +08:00
xiez
b3dd6a2e4c Add some functions 2012-05-10 22:06:50 +08:00
plt
39ad93b4b7 Remove print 2012-05-09 23:19:20 +08:00
plt
d659086b4f Explicitly add -lsearpc-json-glib
Otherwise ccnet will have link error
2012-05-09 23:07:32 +08:00
lins_win7
57703f8652 [win] fixed a few problems on windows 2012-05-09 16:17:42 +08:00
lins05
47ffe05a59 [lib] include json-glib in source tree 2012-05-09 13:33:59 +08:00
plt
1ee6b15baf Update pygencode.py, do not gen code for object and objlist 2012-05-07 11:35:01 +08:00
plt
3d2bcde10c Merge branch 'obj' 2012-05-07 11:22:08 +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
lins05
0b8df07e4d [pysearpc] remove pygobject dependency. 2012-05-02 17:14:01 +08:00
poet
ec20095480 Port to Mac 2012-04-29 21:55:49 +08:00
xiez
97e05dc11f add new function 2012-04-24 22:52:30 +08:00
killing
b6323b03b8 Add new function. 2012-04-23 22:50:01 +08:00
xiez
bb5dcd8780 Add functions in rpc_table.py 2012-04-11 20:05:41 +08:00
plt
de221e039d Add new function 2012-04-08 11:42:42 +08:00
killing
805a389782 [pack] Add configure option for building server package. 2012-03-19 21:54:13 +08:00
killing
ce3dbffd9f Accept None as string argument in pysearpc. 2012-03-02 20:39:22 +08:00
poet
ab41b7990e add new function 2012-02-10 21:56:53 +08:00
lins05
17352e4c36 [demo] add <arpa/inet.h> in packet.h 2012-01-06 12:33:22 +08:00
lins05_win
eb818d86df [conf] also set pkgpythondir pkgpyexecdir in windows 2012-01-06 12:33:22 +08:00
lins05_win
883ae12eb4 [conf,demo] add win32 support in demo 2012-01-06 12:33:22 +08:00
killing
e0dbd4c248 Multiple services support in searpc server. 2011-12-25 19:44:10 +08:00
plt
0b0d51accd Add profile support: show function call time 2011-12-25 15:35:06 +08:00
unknown
22479b384c Use PYTHON_DIR to configure where to install python module 2011-12-11 23:50:48 +08:00
plt
627fde52e0 Make make distcheck pass 2011-11-21 13:49:46 +08:00
plt
90f8ad5863 Add GError parameter to searpc_call_function 2011-11-20 12:43:22 +08:00
killing
a0e894f46c Add new function.
string__string_string_string_string_int().
2011-11-14 21:55:47 +08:00
plt
75c7cd86f6 Fix memory leaks 2011-11-13 14:09:58 +08:00
killing
12770eed2c Add _async suffix for generated async RPC functions. 2011-11-02 20:37:54 +08:00
killing
7fef7aa31e Add type 'int64'. 2011-10-20 20:57:13 +08:00
poet
d9222f2e0b fix a bug for linux 2011-10-15 23:27:15 +08:00
unknown
19dd4480ce clear the code 2011-10-15 23:27:15 +08:00