1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-15 19:23:02 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
plt
f2b0236d40 Improve coding
Merge branch 'outside-build'

Conflicts:
	lib/rpc_table.py
	lib/searpc-server.c
2012-06-21 10:20:26 +08:00
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
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
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
plt
90f8ad5863 Add GError parameter to searpc_call_function 2011-11-20 12:43:22 +08:00
plt
75c7cd86f6 Fix memory leaks 2011-11-13 14:09:58 +08:00
plt
fec5972778 Release parser when encounter an error 2011-08-14 21:21:44 +08:00
plt
c5e4719c4f Clean project
* Remove unused code generating scripts
* Rename files to be more clear
* Improve dependency in Makefile.am
2011-05-18 17:24:34 +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