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

25 Commits

Author SHA1 Message Date
sun20121818
e72c1158c8
Change slow log format (#58) 2021-10-08 16:29:52 +08:00
Xiangyue Cai
faaff4cf7b handle json is null 2019-09-10 10:48:10 +08:00
ly1217
474bf337d8 Fix the unit of slow log threshold. 2018-12-25 10:44:41 +08:00
Jonathan Xu
22cfe9adbe Add slow log support. 2018-12-21 18:38:38 +08:00
Shuai Lin
686c15f29e Fixed compile warnings 2018-06-21 10:49:39 +08:00
Shuai Lin
48a9c675ed Added json return type. 2016-07-28 17:06:27 +08:00
poetwang
8998e7b2c5 Fix memory leak 2014-08-14 23:48:58 +08:00
Jiaqiang Xu
87602806b6 Fix a pointer bug. 2013-11-05 16:45:10 +08:00
vegarden
1aa4d1e041 a little fix 2013-08-09 14:30: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
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