add more comments
[IRC.git] / Robust / src / Runtime / DSTM /
2007-08-07 adashforgot file
2007-08-06 adashpool thread processing complete
2007-08-05 adashadd code for Prefetch request processing at the remote...
2007-08-04 erubowDHT: Somewhat functional. Added a function to mlookup...
2007-08-02 adashProcess pool of threads working on machine piles
2007-07-31 adashUpdate Makefile
2007-07-30 adashbug fixes and add machine pile queue DS that saves...
2007-07-19 adasha. Change queue implementation to linked list
2007-07-13 adashprefetch queue implementation with linked list
2007-07-10 adashShared data structure to process prefetch requests
2007-07-04 adashuntested code for prefetch request
2007-07-03 adashPrefetch request sending
2007-06-30 erubowImplemented leader/follower state machines for rebuild...
2007-06-29 adashlook for objects on the local machine during transactio...
2007-06-29 adashBug fixes for local request processing
2007-06-28 adashSupport for local m/c trans request ( no need to set...
2007-06-26 adashRevised prefetch notes
2007-06-23 erubowEach host currenty joins by initiating a rebuild. To...
2007-06-22 adashAdded new prefetch notes
2007-06-22 adashforgot to add new test files
2007-06-22 erubowAdded: broadcast and wait function, leader discovery...
2007-06-21 adashClean up code
2007-06-20 adashFixed bugs
2007-06-14 bdemskymy changes:
2007-06-14 adashAdded new testcases
2007-05-07 adashFixed bugs for memory leak . Trying to run two transact...
2007-05-05 erubowadded a tcp server (that serves nothing), plus random...
2007-04-28 erubowthe begining of a DHT (only one host right now...)
2007-04-19 adashVarious bug fixes
2007-04-17 erubowPreliminary code for distributed hash table. Defines...
2007-04-10 adashadded lpthread command line parameter
2007-04-10 adashadded new testcases
2007-04-10 bdemskyBeginning of support for tags
2007-04-05 adasha)handle Trans soft abort case at both Coordinator...
2007-04-02 bdemskycheck in dstmserver change
2007-04-02 adashFinished and tested complete TRANS_COMMIT process
2007-03-31 adashserver portions done except a few things
2007-03-29 adashBuggy code, first packet lost during communication...
2007-03-28 adashmake changes to get rid of long sequence of memcpy...
2007-03-26 adashUntest code for trans commit
2007-03-23 bdemskyupdated
2007-03-23 bdemskychanges
2007-03-22 bdemskynotes
2007-03-22 adashTrans commit initial version
2007-03-19 erubowUpdated error in TRANS_REQUEST: headers of read objects...
2007-03-19 adashRemove files
2007-03-19 adashsimple makefile to compiler server and client and chang...
2007-03-19 adash*** empty log message ***
2007-03-18 erubowDescription of client/server protocol for reads, moves...
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-26 bdemsky*** empty log message ***
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