Commit Graph

33 Commits

Author SHA1 Message Date
bookug ae5e610acc fix: bug in KVstore and Join;
mess code in KVstore due to read after request() release the pointer;
lack of empty judgement in Join::pre_handler;

by zengli
2017-07-12 20:33:44 +08:00
bookug 17e0ff2b46 fix: set READ_WRITE as default database mode
choose to set or not: ONLY_READ in Util.h
if used as sparql endpoint, set it to save memory;
otherwise, not set it to support insert/delete;

by zengli
2017-06-26 21:47:32 +08:00
bookug 61a28de125 feat: move old api to api/socket and add new api in api/http;
old api is mjust for socket(bin/gserver), new api support HTTP(bin/ghttp)
only java is well dealed in new api, other languages waiting

by zengli
2017-06-23 16:26:28 +08:00
bookug b6296edb9c fix: client and server 2017-06-22 12:55:10 +08:00
bookug ab9e6e9b45 feat: add java api, waiting for python and php 2017-06-16 13:45:52 +08:00
bookug 29505b6ec2 feat: add cpp example for http 2017-06-15 23:33:24 +08:00
bookug fa147526f1 feat: use multithreading to load;
fix type bugs in string index;

by zengli
2017-06-06 18:56:46 +08:00
bookug 84dbb166c3 update the docs; fix bugs in gconsole and api 2017-03-26 23:21:56 +08:00
bookug 74598bf66e fix bugs in api and gclient;
fix bugs in gconsole, pre_var and vstree;
support selected pre vars and parallel edges;
update both en and ch docs
2017-02-17 17:09:47 +08:00
bookug f364696150 fix run error bug in python api 2017-02-09 19:54:14 +08:00
bookug d1de4bef37 fix bug in python api 2017-02-09 17:08:52 +08:00
bookug b7532bcb7d fix bugs in gclient 2017-02-08 16:29:53 +08:00
bookug 5e1f5e7a17 version 0.4.0 2017-01-16 14:12:57 +08:00
bookug 7303e40611 add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00
bookug 52b600d44c add distributed gstore by pengpeng 2016-09-18 20:01:57 +08:00
bookug 1fce0907bb add php api 2016-07-15 16:13:04 +08:00
bookug cb45d7cf45 readd python api(missed before);remove exit in BasicQuery 2016-05-20 21:12:55 +08:00
bookug 02e54e2c17 merge newest devGstore 2016-05-16 03:16:22 +08:00
zhangxiaoyang 72aa04e4dc change recv buffer 2016-05-06 16:28:41 +08:00
zhangxiaoyang 9125a42d5d fix recv function 2016-05-06 16:26:38 +08:00
zhangxiaoyang 0a11fdeb57 fix logger message 2016-05-04 22:51:11 +08:00
zhangxiaoyang 01f3fa159f add python api 2016-05-04 22:26:54 +08:00
bookug 78ad6760d5 not using lfs now 2016-03-12 01:52:18 +08:00
bookug ae9f604a11 remove docs and test 2016-03-12 01:50:36 +08:00
bookug e29591daba update makefiles to avoid meaningless recompile 2016-03-11 17:00:53 +08:00
bookug c4837e20e6 update the server/client;add missing makefiles for api 2016-03-08 19:48:00 +08:00
bookug 56ec81216a reinit and adjust 2016-03-04 16:49:06 +08:00
bookug 59d98adaaa merge several classes;
remove most warnnings;
adjust debug system;
add Stream for ResultSet;
cant add Stream for IDlist and maybe not need;
add redirection for gquery console;
add realpath for soft links but not enable;

author: zengli
2015-11-06 19:13:39 +08:00
Caesar11 cda9e29e86 1. fix "exit(0)" bug when open RDF file failed.
2. update api example code.

author: hanshuo
2015-05-28 02:25:06 -04:00
Caesar11 49ad0c5493 fixed the '\0' bug in GstoreConnector.recv() 2014-12-11 02:12:16 -05:00
Caesar11 98eb1be60c fixed bug in GstoreConnector.recv() 2014-12-11 01:52:51 -05:00
Caesar11 6ea3b20683 fixed the java conntetor API bugs, use utf-8 charset to transfer data. 2014-12-11 01:09:23 -05:00
Caesar11 7297b07868 add all source file and libs from local subversion
author: hanshuo
2014-11-20 23:46:37 -05:00