Description of client/server protocol for reads, moves, and transactions.
[IRC.git] / Robust / src / Runtime / DSTM / interface /
2007-03-17 adashAdd test code for client, send TRANS_RD request protocol,
2007-03-14 adash*** empty log message ***
2007-03-14 adashsmall changes, prevent memory leak, add free and change...
2007-03-10 adashAdded pthread support for llookup and mlookup hash
2007-03-10 erubowAdded trans.c for transaction funtions. Implemented...
2007-03-09 adashAdd cache hash delete function, cache hash functionalit...
2007-03-09 adashBug fixes in llookuphash, add machine lookup hash and...
2007-03-09 adashModify return statements, declare llookup in .c file...
2007-03-08 adashTested functionality of llookup hash table with global...
2007-03-08 erubowThe two important functions in this file were already...
2007-03-07 adashinclude other header files
2007-03-07 adashBug fixes
2007-03-07 adashLocation table hash implementation
2007-03-07 adashDelete the ObjInsert() function from dstm.h
2007-03-03 erubowChanged structure of objstr_t: removed void *base point...
2007-03-02 adashdelete void* pointers
2007-03-01 adash Add the prototypes for 3 hash implementations
2007-03-01 adashremove files
2007-03-01 adashRemove unnecessary files
2007-03-01 erubowthis initial multithreaded server doesn't serve anything.
2007-03-01 erubowchanged objCreate to transCreateObj
2007-03-01 erubowgeneric hashtable interface
2007-03-01 erubowupdated header
2007-02-28 adashtest file for dstm functions
2007-02-28 adashAdded hash functions with support for multiple hash...
2007-02-25 adashAdded Hash functionality and fixed minor bugs
2007-02-25 adashInitial version checkin
2007-02-20 erubowAdding server.c, a simple multithreaded server that...
2007-02-20 erubowAdding dstm.h header file, basic structures/function...
2007-02-14 adashFiles need modification, initial interface adds