erubow [Sat, 10 Mar 2007 00:21:57 +0000 (00:21 +0000)]
Added trans.c for transaction funtions. Implemented transStart() and transCreateObj() (untested!).
Added dstmInit() to dstmserver.c
Resolved a name conflict in *lookup.h's: the structs had the same name, so I prefixed them with m,l, or cache to match the typedef.
In dstm.h: defined DIRTY and NEW bits for objheader status flag.
bdemsky [Fri, 9 Mar 2007 21:35:04 +0000 (21:35 +0000)]
first file of web spider
bdemsky [Fri, 9 Mar 2007 21:32:28 +0000 (21:32 +0000)]
changes
adash [Fri, 9 Mar 2007 18:40:54 +0000 (18:40 +0000)]
Add cache hash delete function, cache hash functionalities and test files
adash [Fri, 9 Mar 2007 09:57:11 +0000 (09:57 +0000)]
Bug fixes in llookuphash, add machine lookup hash and test files
adash [Fri, 9 Mar 2007 04:30:02 +0000 (04:30 +0000)]
Modify return statements, declare llookup in .c file, modify the lhashResize(),
get rid of extraneous initializations
adash [Thu, 8 Mar 2007 19:32:58 +0000 (19:32 +0000)]
Tested functionality of llookup hash table with global hash table data structure
TODO: implement pthread on hash table
Added main() to test code
erubow [Thu, 8 Mar 2007 02:26:12 +0000 (02:26 +0000)]
The two important functions in this file were already copied to dstmserver.c
bdemsky [Thu, 8 Mar 2007 02:14:57 +0000 (02:14 +0000)]
test client
adash [Wed, 7 Mar 2007 22:10:56 +0000 (22:10 +0000)]
include other header files
adash [Wed, 7 Mar 2007 22:06:06 +0000 (22:06 +0000)]
Bug fixes
TODO: pthread() incorporation
bdemsky [Wed, 7 Mar 2007 20:00:15 +0000 (20:00 +0000)]
test client
adash [Wed, 7 Mar 2007 11:29:21 +0000 (11:29 +0000)]
Location table hash implementation
adash [Wed, 7 Mar 2007 03:14:28 +0000 (03:14 +0000)]
Delete the ObjInsert() function from dstm.h
Omit the mhashtable_t* and lhashtable* parameters from functions
bdemsky [Wed, 7 Mar 2007 03:07:47 +0000 (03:07 +0000)]
bugs
erubow [Sat, 3 Mar 2007 01:02:03 +0000 (01:02 +0000)]
Changed structure of objstr_t: removed void *base pointer, data block now immediately follows the structure. This cuts the number of malloc() and free() calls in half.
Implemented objstr_t functions in objstr.c, testobjstr.c tests them.
adash [Fri, 2 Mar 2007 22:39:43 +0000 (22:39 +0000)]
delete void* pointers
bdemsky [Fri, 2 Mar 2007 20:51:24 +0000 (20:51 +0000)]
java sources
bdemsky [Fri, 2 Mar 2007 18:00:23 +0000 (18:00 +0000)]
changes
adash [Thu, 1 Mar 2007 23:57:35 +0000 (23:57 +0000)]
Add the prototypes for 3 hash implementations
adash [Thu, 1 Mar 2007 22:06:45 +0000 (22:06 +0000)]
remove files
adash [Thu, 1 Mar 2007 22:04:56 +0000 (22:04 +0000)]
Remove unnecessary files
erubow [Thu, 1 Mar 2007 19:16:17 +0000 (19:16 +0000)]
this initial multithreaded server doesn't serve anything.
erubow [Thu, 1 Mar 2007 19:13:47 +0000 (19:13 +0000)]
changed objCreate to transCreateObj
erubow [Thu, 1 Mar 2007 18:52:34 +0000 (18:52 +0000)]
generic hashtable interface
erubow [Thu, 1 Mar 2007 18:47:24 +0000 (18:47 +0000)]
updated header
bdemsky [Thu, 1 Mar 2007 09:53:44 +0000 (09:53 +0000)]
debugging
adash [Wed, 28 Feb 2007 01:53:39 +0000 (01:53 +0000)]
test file for dstm functions
adash [Wed, 28 Feb 2007 01:51:13 +0000 (01:51 +0000)]
Added hash functions with support for multiple hash tables
bdemsky [Wed, 28 Feb 2007 00:46:55 +0000 (00:46 +0000)]
check
bdemsky [Mon, 26 Feb 2007 22:36:00 +0000 (22:36 +0000)]
lots of bugs...garbage collection/checkpointing/etc
bdemsky [Mon, 26 Feb 2007 16:21:18 +0000 (16:21 +0000)]
*** empty log message ***
bdemsky [Mon, 26 Feb 2007 16:20:53 +0000 (16:20 +0000)]
monitoring for dmalloc and bug fix
bdemsky [Mon, 26 Feb 2007 16:20:18 +0000 (16:20 +0000)]
add dmalloc option
bdemsky [Mon, 26 Feb 2007 15:38:25 +0000 (15:38 +0000)]
script files
bdemsky [Mon, 26 Feb 2007 14:48:38 +0000 (14:48 +0000)]
changes
bdemsky [Mon, 26 Feb 2007 01:44:54 +0000 (01:44 +0000)]
small changes for benchmarks
adash [Sun, 25 Feb 2007 16:14:59 +0000 (16:14 +0000)]
Added Hash functionality and fixed minor bugs
adash [Sun, 25 Feb 2007 03:04:32 +0000 (03:04 +0000)]
Initial version checkin
TODO: more testing and hash table implementation of object ids and address
bdemsky [Thu, 22 Feb 2007 16:57:24 +0000 (16:57 +0000)]
garbage collection could move the charstr buffer...
bdemsky [Thu, 22 Feb 2007 16:36:22 +0000 (16:36 +0000)]
check in changes
bdemsky [Wed, 21 Feb 2007 07:48:48 +0000 (07:48 +0000)]
various bug fixes..
bdemsky [Wed, 21 Feb 2007 05:38:34 +0000 (05:38 +0000)]
drop locks if a thread crashes
erubow [Tue, 20 Feb 2007 19:57:38 +0000 (19:57 +0000)]
Adding server.c, a simple multithreaded server that spits out received data.
erubow [Tue, 20 Feb 2007 19:47:05 +0000 (19:47 +0000)]
Adding dstm.h header file, basic structures/function declarations.
bdemsky [Tue, 20 Feb 2007 08:52:29 +0000 (08:52 +0000)]
another file
bdemsky [Tue, 20 Feb 2007 08:50:50 +0000 (08:50 +0000)]
add object files
bdemsky [Tue, 20 Feb 2007 08:50:10 +0000 (08:50 +0000)]
Benchmarks
bdemsky [Tue, 20 Feb 2007 08:48:57 +0000 (08:48 +0000)]
adding thread support w/ locks
bdemsky [Fri, 16 Feb 2007 05:53:33 +0000 (05:53 +0000)]
bugs in my locking discipline
bdemsky [Fri, 16 Feb 2007 05:18:52 +0000 (05:18 +0000)]
support for non-bristlecone socket i/o
bdemsky [Fri, 16 Feb 2007 04:00:27 +0000 (04:00 +0000)]
add primitive support for multithreading
adash [Wed, 14 Feb 2007 22:29:30 +0000 (22:29 +0000)]
Files need modification, initial interface adds
bdemsky [Wed, 7 Feb 2007 22:42:31 +0000 (22:42 +0000)]
removal
bdemsky [Wed, 7 Feb 2007 22:28:44 +0000 (22:28 +0000)]
make the other scripts call the new one
bdemsky [Wed, 7 Feb 2007 22:20:49 +0000 (22:20 +0000)]
new script file to run compiler...this one uses options and combines
the functionality of all previous ones
bdemsky [Tue, 16 Jan 2007 09:25:50 +0000 (09:25 +0000)]
memory leak
bdemsky [Thu, 4 Jan 2007 22:33:52 +0000 (22:33 +0000)]
fix javadoc
bdemsky [Thu, 4 Jan 2007 22:31:25 +0000 (22:31 +0000)]
It looks like this was an accidental checkin. Is this correct?
sivaji [Thu, 4 Jan 2007 21:17:52 +0000 (21:17 +0000)]
New files added to the repository.
bdemsky [Thu, 4 Jan 2007 20:49:57 +0000 (20:49 +0000)]
add new person
bdemsky [Tue, 19 Dec 2006 01:19:17 +0000 (01:19 +0000)]
Comments
bdemsky [Tue, 19 Dec 2006 00:17:53 +0000 (00:17 +0000)]
Make sure all classes that inherent from FlatNode implement toString.
bdemsky [Thu, 14 Dec 2006 22:00:00 +0000 (22:00 +0000)]
typo
bdemsky [Thu, 14 Dec 2006 18:07:46 +0000 (18:07 +0000)]
Change to random call so it will work on linux
bdemsky [Wed, 13 Dec 2006 00:58:58 +0000 (00:58 +0000)]
Store status in flagactionnode
bdemsky [Fri, 8 Dec 2006 00:37:07 +0000 (00:37 +0000)]
add everyone
bdemsky [Fri, 8 Dec 2006 00:36:42 +0000 (00:36 +0000)]
new person
bdemsky [Tue, 21 Nov 2006 02:59:30 +0000 (02:59 +0000)]
this file explains the data structures in the runtime scheduler
bdemsky [Tue, 21 Nov 2006 02:58:19 +0000 (02:58 +0000)]
This update adds precise garbage collection to the compiler and the runtime.
It appears to work for my test cases so far. The Hans Boehm garbage collector is no longer needed.
bdemsky [Mon, 20 Nov 2006 21:35:45 +0000 (21:35 +0000)]
remove files
bdemsky [Mon, 20 Nov 2006 21:34:55 +0000 (21:34 +0000)]
move htmlfiles
bdemsky [Fri, 17 Nov 2006 23:51:05 +0000 (23:51 +0000)]
split option processing into its own file
bdemsky [Fri, 17 Nov 2006 08:46:41 +0000 (08:46 +0000)]
Compiler/runtime modifications towards supporting precise garbage collection
adash [Wed, 15 Nov 2006 02:22:26 +0000 (02:22 +0000)]
remove from here and add into benchmark directory
adash [Wed, 15 Nov 2006 02:05:24 +0000 (02:05 +0000)]
adding scripts for automating results
adash [Wed, 15 Nov 2006 01:58:05 +0000 (01:58 +0000)]
Directory path modified
adash [Wed, 15 Nov 2006 01:06:00 +0000 (01:06 +0000)]
Add workload files
adash [Wed, 15 Nov 2006 00:19:28 +0000 (00:19 +0000)]
Adding Webserver files to benchmark directory
bdemsky [Tue, 14 Nov 2006 22:01:40 +0000 (22:01 +0000)]
starting to work on supporting packages and import statements.
bdemsky [Sun, 12 Nov 2006 22:47:29 +0000 (22:47 +0000)]
change number of failures to mean the number actually injected as opposed to the number of time the injection routine was called
bdemsky [Sun, 12 Nov 2006 22:45:33 +0000 (22:45 +0000)]
randomly initialize seed
bdemsky [Thu, 9 Nov 2006 22:57:26 +0000 (22:57 +0000)]
small changes:
1) Revert TaskExample to its original form
2) WebServerExample/Socket change:
Take it account that a long request could be split across two reads
bdemsky [Wed, 8 Nov 2006 19:50:24 +0000 (19:50 +0000)]
Print out instruction counts.
bdemsky [Wed, 8 Nov 2006 03:50:38 +0000 (03:50 +0000)]
Fix NATIVEWRITE errors
adash [Wed, 8 Nov 2006 02:38:26 +0000 (02:38 +0000)]
Bug fixed for native read errors , new errors in native write
TO Do fix it
bdemsky [Tue, 7 Nov 2006 06:43:36 +0000 (06:43 +0000)]
Make people write casts...
bdemsky [Tue, 7 Nov 2006 05:32:43 +0000 (05:32 +0000)]
Failure injection command changed
bdemsky [Tue, 7 Nov 2006 02:28:15 +0000 (02:28 +0000)]
don't need separate flag after all
bdemsky [Tue, 7 Nov 2006 02:25:28 +0000 (02:25 +0000)]
add linux support
bdemsky [Tue, 7 Nov 2006 01:13:25 +0000 (01:13 +0000)]
add new student
adash [Tue, 7 Nov 2006 00:51:33 +0000 (00:51 +0000)]
Bug fix, WGET was not functional on inventory display due to missing httpresponse()
adash [Tue, 7 Nov 2006 00:41:08 +0000 (00:41 +0000)]
Bug fixed for buyitem, check added "qty will not decrement beyond zero"
bdemsky [Mon, 6 Nov 2006 06:48:55 +0000 (06:48 +0000)]
Interestingly, % in Java or C doesn't give the results that the modulo is
mathematically defined to...it can return negative numbers...
adash [Mon, 6 Nov 2006 05:21:06 +0000 (05:21 +0000)]
Remove unnecessary files
adash [Mon, 6 Nov 2006 05:06:17 +0000 (05:06 +0000)]
Bugs fixed. Works for no constrains of naming convention while calling
add, buy and inventory methods
no restriction on size of the inventory
adash [Sun, 5 Nov 2006 21:43:47 +0000 (21:43 +0000)]
Hash implementation of Webserver working version 1.1
bdemsky [Sat, 4 Nov 2006 09:35:35 +0000 (09:35 +0000)]
Use a hashmap to map strings to rooms. So now we can have an unbounded number of rooms and they can have names
bdemsky [Sat, 4 Nov 2006 03:29:30 +0000 (03:29 +0000)]
fixed bug with wrong method being called in inheritance situations
bdemsky [Sat, 4 Nov 2006 00:55:47 +0000 (00:55 +0000)]
Errors