bug fixes
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstmserver.c
2008-02-29 adashbug fixes
2008-02-27 adashBug fixes
2008-02-20 adashsome bug fixes for sending and receiving objects (that...
2008-02-18 adashsmall fixes,
2008-02-14 adashtrans.c is still buggy for large number of threads
2008-01-26 adashfix memory corruption errors and replace mallocs with...
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-15 adashIn prefetch analysis:
2007-09-22 adashFixed bugs..Atomic2.java testcase works fine
2007-09-20 adashFixed the trans retry bug
2007-09-20 bdemskyfixed some thread allocation bugs:
2007-09-20 adashMinor bug fix for trans abort case
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 erubowseveral bug fixes. prefetching works so far, as well...
2007-09-14 bdemskythread stuff
2007-09-13 adashStarting remote thread : Just test
2007-09-12 bdemskycommented out another delay
2007-09-12 erubowAdded code to read config file of IP address, and use...
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-10 adashfix minor errors
2007-08-10 bdemskyreplace access to status field with macro
2007-08-10 bdemskybegin to replace hard coded oid and type fields with...
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-02 adashProcess pool of threads working on machine piles
2007-06-28 adashSupport for local m/c trans request ( no need to set...
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-04-19 adashVarious bug fixes
2007-04-10 adashadded new testcases
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-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-10 erubowAdded trans.c for transaction funtions. Implemented...
2007-03-01 erubowthis initial multithreaded server doesn't serve anything.