1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-01 04:57:11 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
feiniks
255d5dedd2
Modify slow log format (#75)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2025-01-22 14:16:31 +08:00
feiniks
0deb45d89f
Set slow threshold when log to stdout (#74)
* Set slow threshold when log to stdout

* Adjust code

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2025-01-18 14:50:13 +08:00
feiniks
7f275255f0
Add log to stdout (#72)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-10-24 11:08:23 +08:00
orbea
ae466d2b3b Fix -Werror=strict-prototypes 2023-04-08 17:22:44 -07:00
feiniks
15f6f0b9f4
Filter rpc slow log include password (#61)
* Filter rpc slow log include password

* Add filtered funcs list

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-09-02 18:01:40 +08:00
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