1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-13 09:34:20 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
orbea
d78aede0e4 Fix -Werror=implicit-function-declaration
unistd.h is needed for write, close and read
2023-04-08 17:24:21 -07:00
Chilledheart
2b71149baf [lib] fix searpc codegen issue 2014-08-07 23:03:07 +08:00
Chilledheart
e75ab63fe3 Skip deprecated g_type_init() for GLib 2.36 2014-06-10 11:18:02 +08:00
lins05
acefaa9221 fixed demo/Makefile.am 2013-12-09 19:25:33 +08:00
vegarden
45c9e4e41d rewrite demo 2013-08-09 16:19:25 +08:00
vegarden
9f37cfc0a2 rewrite demo 2013-08-09 15:54:46 +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
lins05
8e908095d1 improve "make clean" 2013-02-04 21:23:27 +08:00
gnehzuil
f1d6bc56a2 Avoid using python3 as default python interpreter.
Now if the user wants to build libsearpc when he/she has installed
python3 as default python interpreter.  He/She need to build program
as following steps:
 1. ./configure PYTHON=/usr/bin/python2.x
 2. make
 3. make install
2013-01-04 14:17:43 +08:00
lins05
ce08649d74 fixed LDADD in demo/Makefile.am 2012-12-14 13:56:31 +08:00
plt
0f5664e138 Fix make distcheck
No longer need to copy rpc_table.py to build dir
2012-09-11 16:17:48 +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
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
lins05
17352e4c36 [demo] add <arpa/inet.h> in packet.h 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
90f8ad5863 Add GError parameter to searpc_call_function 2011-11-20 12:43:22 +08:00
killing
12770eed2c Add _async suffix for generated async RPC functions. 2011-11-02 20:37:54 +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
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
plt
c2bc98f295 Improve README and demo 2011-05-18 11:06:01 +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