1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 18:25:06 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Xiangyue Cai
b0079d2a0c
configure with python3 (#53)
* configure with python3

* remove future
2020-06-08 15:09:06 +08:00
Jonathan Xu
361fdf86de [pysearpc] Improve code of named_pipe transport. 2019-07-01 15:39:26 +08:00
Jonathan Xu
e0d45991aa [pysearpc] Use connection pool in NamedPipeClient. 2019-06-25 16:42:13 +08:00
Jonathan Xu
20be6d2edf [pysearpc] Add test for unicode string. 2019-06-17 10:40:34 +08:00
Jonathan Xu
bc8f815777 [py] Use bytearray for better performance when recv() from socket. 2019-06-06 18:11:33 +08:00
Jonathan Xu
ac0750d058 Support python 3 in pysearpc. 2019-06-06 17:36:19 +08:00
Jiaqiang Xu
2021fe4aa8 [pysearpc] Support json return type. (#33)
* [pysearpc] Support json return type.

* Added tests for json return type
2018-08-22 18:24:32 +08:00
Shuai Lin
950fe24734 Added missing python files to automake files list 2018-08-15 14:57:01 +08:00
Shuai Lin
13f186c90d pysearpc: implemented named pipe client (and server, for testing) 2018-08-09 17:34:29 +08:00
Shuai Lin
0bf8150137 Added failing tests for named pipe 2018-08-04 14:37:07 +08:00
Shuai Lin
a4fd83416d Added integration tests for pysearpc 2018-08-04 14:12:53 +08:00
Jonathan Xu
04f6ba7a4b Remove unused files. 2016-12-17 11:06:14 +08:00
zhengxie
80b7355592 Remove simplejson 2014-07-28 14:31:43 +08:00
Chilledheart
59c82b2604 [tests] use clar
- enable test in travis-ci script
2014-07-18 09:58:40 +08:00
lins05
56b412eca3 [python] add SearpcServer in python 2013-03-13 20:44:36 +08:00
zhengxie
493d1c95a9 Added json encoder to searpc object 2013-02-20 16:43:31 +08:00
xiez
048f6fa80d Fixed bug when return empty string 2012-09-20 10:11:46 +08:00
xiez
0185c14831 Fix bug when dict value is 0 2012-07-08 20:18:19 +08:00
plt
84d8110465 Remove fcall and fret 2012-06-10 09:11:12 +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
plt
7b9dc5a85a Do not encode object property in utf8 2012-05-15 21:50:16 +08:00
lins05
a0d0e78e8b strings in utf-8 instead of unicode when deserializing obj/objlists 2012-05-14 15:23:35 +08:00
plt
39ad93b4b7 Remove print 2012-05-09 23:19:20 +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
lins05
0b8df07e4d [pysearpc] remove pygobject dependency. 2012-05-02 17:14:01 +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
lins05_win
883ae12eb4 [conf,demo] add win32 support in demo 2012-01-06 12:33:22 +08:00
killing
7fef7aa31e Add type 'int64'. 2011-10-20 20:57:13 +08:00
unknown
19dd4480ce clear the code 2011-10-15 23:27:15 +08:00
unknown
440a10cce5 make the code clear 2011-10-15 23:27:15 +08:00
unknown
fb8a0dc711 delete link file 2011-10-15 23:27:15 +08:00
plt
9e170ce61e Fix the install path of pysearpc 2011-05-19 00:18:51 +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
lins05
cffba48da8 added autogen.sh 2011-04-09 18:40:55 +08:00
lins05
d9ca63fd74 untrack automake related files 2011-04-09 17:48:15 +08:00
lins05
2c33b48a6a modify configur.ac to support optional compiling of demo program and pysearpc 2011-04-09 17:33:28 +08:00
lins05
1c93456ce0 add GNU standard files 2011-04-09 11:53:55 +08:00
lins05
13d68a1c86 add all files 2011-04-08 20:58:15 +08:00