Parent Directory
|
|
|
|
|
working/
|
451 |
5 months |
dino |
small code cleanup; removed no longer needed stuff
|
Makefile.am
|
467 |
5 months |
dino |
We have our brand new base64 encoder!! Continue to work on the serializer stuff
|
base64_decoder.c
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
base64_decoder.h
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
base64_encoder.c
|
467 |
5 months |
dino |
We have our brand new base64 encoder!! Continue to work on the serializer stuff
|
base64_encoder.h
|
467 |
5 months |
dino |
We have our brand new base64 encoder!! Continue to work on the serializer stuff
|
bytes.c
|
452 |
5 months |
dino |
fixing some int / long problem, trying to create dbsize api (not working...)
|
bytes.h
|
385 |
6 months |
dino |
continue the work on binary protocol types
|
common.h
|
397 |
5 months |
dino |
begin to write db cluster stuff
|
connection.c
|
401 |
5 months |
dino |
fd check before sending the method to the server
|
connection.h
|
401 |
5 months |
dino |
fd check before sending the method to the server
|
debug.c
|
382 |
6 months |
dino |
adding support for binary protocol types and clean up comments
|
debug.h
|
382 |
6 months |
dino |
adding support for binary protocol types and clean up comments
|
errors.c
|
356 |
6 months |
dino |
check if handler was already prepared, freeaddrinfo() if binary... now valgrind:... |
handler.c
|
369 |
6 months |
dino |
OM_INCAPSULE - OM_DECAPSULE was a ugly error. Now they are OM_INCAPSULATE and OM... |
handler.h
|
366 |
6 months |
dino |
connection HT initialized and attached to oh.
|
net_common.h
|
382 |
6 months |
dino |
adding support for binary protocol types and clean up comments
|
obinmethod_connect.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dataclusteradd.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dataclustercount.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dataclusterdatarange.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dataclusterremove.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbclose.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbcountrecords.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbcreate.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbdelete.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbexists.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbopen.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbreload.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_dbsize.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obinmethod_recordcreate.c
|
461 |
5 months |
dino |
working on record_create
|
obinmethod_recordload.c
|
466 |
5 months |
dino |
fixed small bugs; working on the marshal code
|
obinmethod_shutdown.c
|
459 |
5 months |
dino |
library binary protocol api calls name change (o_* o_bin_*)
|
obintypes.c
|
460 |
5 months |
dino |
bytes is like strings for binary protocol; hust creating a synonim. Beginning to... |
obintypes.h
|
460 |
5 months |
dino |
bytes is like strings for binary protocol; hust creating a synonim. Beginning to... |
oclient.c
|
454 |
5 months |
dino |
thanks to Luca Garulli and its debug session with orientdb I've fixed a simple b... |
oclient.h
|
390 |
6 months |
dino |
great! The first orientdb binary protocol method (CONNECT) works like a charm! E... |
odbclusters.c
|
397 |
5 months |
dino |
begin to write db cluster stuff
|
odbclusters.h
|
397 |
5 months |
dino |
begin to write db cluster stuff
|
odocument_marshal.c
|
467 |
5 months |
dino |
We have our brand new base64 encoder!! Continue to work on the serializer stuff
|
odocument_marshal.h
|
466 |
5 months |
dino |
fixed small bugs; working on the marshal code
|
odocument_packer.c
|
466 |
5 months |
dino |
fixed small bugs; working on the marshal code
|
odocument_packer.h
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
odocument_parser.c
|
451 |
5 months |
dino |
small code cleanup; removed no longer needed stuff
|
odocument_parser.h
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
odocument_unmarshal.c
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
odocument_unmarshal.h
|
448 |
5 months |
dino |
It's with big proud that I announce that the orientdb parser, packer and unmarsh... |
om.h
|
406 |
5 months |
dino |
working on the orientdb document parser in C
|
prepared.c
|
389 |
6 months |
dino |
- beginning to write CONNECT method
- timeout does not have any sense for send f... |
prepared.h
|
345 |
6 months |
dino |
first mutex lock definition, error usage. Beginning prepared connection handing.... |
stats.c
|
365 |
6 months |
dino |
client.[ch] moved to connection.[ch]
|
stats.h
|
340 |
6 months |
dino |
adopting initialize / cleanup routines.
|
times.c
|
382 |
6 months |
dino |
adding support for binary protocol types and clean up comments
|
times.h
|
382 |
6 months |
dino |
adding support for binary protocol types and clean up comments
|
utarray.h
|
323 |
7 months |
dino |
restarting from scratch
|
uthash.h
|
323 |
7 months |
dino |
restarting from scratch
|
utlist.h
|
323 |
7 months |
dino |
restarting from scratch
|
utstring.h
|
323 |
7 months |
dino |
restarting from scratch
|