Segfault fix in prefetch queue + additional macros for debugging
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstm.h
2008-07-24 adashSegfault fix in prefetch queue + additional macros...
2008-06-10 adashUdp invalidation of objects
2008-05-31 adashchanges for prefetch objects on a transaction abort...
2008-05-05 bdemskyfix annoying race condition on startup
2008-05-03 bdemskyvarious changes...
2008-05-03 bdemskyhacks to speed up prefetching...doesn't really help...
2008-04-14 bdemskyvarious changes
2008-04-14 adashadd native method for clearing prefetch cache to System...
2008-04-14 bdemskymajor changes to prefetching code
2008-04-07 adashcomplete hashtable implementation with separate socket...
2008-03-27 bdemskysmall changes
2008-03-21 adashAdded send_data() and recv_data() methods for send...
2008-03-20 adasha)Fix prefetch analysis bugs
2008-03-06 adashchanged the prefetch request send and prefetch response...
2008-02-27 adashBug fixes
2008-02-14 adashtrans.c is still buggy for large number of threads
2008-01-21 adashmore changes and some bug fixes for thread notify
2008-01-18 adashImplementation for thread join and wait and notify...
2007-12-20 adashminor changes
2007-12-15 adashIn prefetch analysis:
2007-09-22 adashFixed bugs..Atomic2.java testcase works fine
2007-09-19 erubowvarious bug fixes.
2007-09-18 adashAdded new PTHREAD_MUTEX_RECURSIVE mutex attribute
2007-09-15 bdemskymy bug fixes...make stuff work locally and remote
2007-09-15 bdemskyOID change
2007-09-13 adashStarting remote thread : Just test
2007-09-12 erubowAdded code to read config file of IP address, and use...
2007-09-11 bdemskymore fixes
2007-09-10 bdemsky test change
2007-09-07 erubowObject creation within transaction works now. Yay!
2007-09-07 adashComments added and several minor changes to get rid...
2007-09-05 erubowAdded getMyIpAddr to ip.h, ip.c.
2007-08-16 bdemskycode changes
2007-08-16 bdemskymy changes
2007-08-16 bdemskyfix bugs in transaction code that:
2007-08-16 bdemskymore changes...
2007-08-14 bdemskychanges to interface with the compiler
2007-08-10 bdemskybegin to replace hard coded oid and type fields with...
2007-08-06 adashpool thread processing complete
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-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-21 adashClean up code
2007-06-20 adashFixed bugs
2007-06-14 bdemskymy changes:
2007-06-14 adashAdded new testcases
2007-04-05 adasha)handle Trans soft abort case at both Coordinator...
2007-04-02 adashFinished and tested complete TRANS_COMMIT process
2007-03-31 adashserver portions done except a few things
2007-03-28 adashmake changes to get rid of long sequence of memcpy...
2007-03-26 adashUntest code for trans commit
2007-03-22 adashTrans commit initial version
2007-03-19 adash*** empty log message ***
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 erubowAdded trans.c for transaction funtions. Implemented...
2007-03-08 adashTested functionality of llookup hash table with global...
2007-03-07 adashDelete the ObjInsert() function from dstm.h
2007-03-03 erubowChanged structure of objstr_t: removed void *base point...
2007-03-01 erubowchanged objCreate to transCreateObj
2007-03-01 erubowupdated header
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 dstm.h header file, basic structures/function...