IRC.git
17 years agofixed bug with wrong method being called in inheritance situations
bdemsky [Sat, 4 Nov 2006 03:29:30 +0000 (03:29 +0000)]
fixed bug with wrong method being called in inheritance situations

17 years agoErrors
bdemsky [Sat, 4 Nov 2006 00:55:47 +0000 (00:55 +0000)]
Errors

17 years agoBug in TaskExample.java
adash [Sat, 4 Nov 2006 00:42:35 +0000 (00:42 +0000)]
Bug in TaskExample.java

17 years agoequals method
bdemsky [Fri, 3 Nov 2006 20:06:35 +0000 (20:06 +0000)]
equals method
better error message
hashcode for string method

17 years agoTransaction operations available
adash [Fri, 3 Nov 2006 18:10:37 +0000 (18:10 +0000)]
Transaction operations available

17 years agoBuggy code for transaction check TO DO: correct the Task Transaction
adash [Fri, 3 Nov 2006 18:09:08 +0000 (18:09 +0000)]
Buggy code for transaction check TO DO: correct the Task Transaction

17 years agoTest html files for Transaction operation
adash [Fri, 3 Nov 2006 18:07:11 +0000 (18:07 +0000)]
Test html files for Transaction operation

17 years agoChat Server Benchmark
bdemsky [Fri, 3 Nov 2006 06:53:54 +0000 (06:53 +0000)]
Chat Server Benchmark

17 years agoBug fixes...
bdemsky [Fri, 3 Nov 2006 06:53:00 +0000 (06:53 +0000)]
Bug fixes...

17 years agoHashSet
bdemsky [Fri, 3 Nov 2006 02:49:52 +0000 (02:49 +0000)]
HashSet

17 years agoHashMap
bdemsky [Fri, 3 Nov 2006 02:20:50 +0000 (02:20 +0000)]
HashMap

17 years agoAdd HashTable
bdemsky [Fri, 3 Nov 2006 01:54:26 +0000 (01:54 +0000)]
Add HashTable

17 years agofixed hashtable implementation in runtime.
bdemsky [Thu, 2 Nov 2006 22:47:46 +0000 (22:47 +0000)]
fixed hashtable implementation in runtime.

17 years agotype
bdemsky [Thu, 2 Nov 2006 08:21:52 +0000 (08:21 +0000)]
type

17 years agosmall changes...delete unused code
bdemsky [Thu, 2 Nov 2006 08:02:22 +0000 (08:02 +0000)]
small changes...delete unused code

17 years agomove socket code out of runtime.c
bdemsky [Thu, 2 Nov 2006 07:51:47 +0000 (07:51 +0000)]
move socket code out of runtime.c
add more error injection options

17 years agoAdded environment options.
bdemsky [Wed, 1 Nov 2006 23:21:03 +0000 (23:21 +0000)]
Added environment options.
Use
export BRISTLECONE="-debugtask" to print out debug information.

17 years ago1) Bug fix
bdemsky [Wed, 1 Nov 2006 21:44:28 +0000 (21:44 +0000)]
1) Bug fix
2) Debug flag for tasks...has the compiler insert task enter/exit messages

17 years agoChanges to Logger.java. It doesn't need to inherit from FileOutputStream since we...
bdemsky [Wed, 1 Nov 2006 21:23:10 +0000 (21:23 +0000)]
Changes to Logger.java.  It doesn't need to inherit from FileOutputStream since we don't care about flags in FileOutputStream.

17 years agoBug fixed
adash [Wed, 1 Nov 2006 21:06:28 +0000 (21:06 +0000)]
Bug fixed
Comments added; Most up-to-date working version with logging functionality

17 years agoobsolete
bdemsky [Wed, 1 Nov 2006 19:57:33 +0000 (19:57 +0000)]
obsolete

17 years agocomment out print statements
bdemsky [Wed, 1 Nov 2006 19:51:47 +0000 (19:51 +0000)]
comment out print statements

17 years agoAdd casts to get rid of warnings
bdemsky [Wed, 1 Nov 2006 19:48:48 +0000 (19:48 +0000)]
Add casts to get rid of warnings

17 years agoSmall changes
bdemsky [Wed, 1 Nov 2006 19:20:38 +0000 (19:20 +0000)]
Small changes

17 years agoBuggy code with log object failure , TO DO: fix it
adash [Wed, 1 Nov 2006 19:03:15 +0000 (19:03 +0000)]
Buggy code with log object failure , TO DO: fix it

17 years agoStable version 0.1 - Accepts multiple connections, TODO: Log
adash [Wed, 1 Nov 2006 08:05:29 +0000 (08:05 +0000)]
Stable version 0.1 - Accepts multiple connections, TODO: Log
client request using flag combinations from different classes

17 years agoTesting version
adash [Wed, 1 Nov 2006 07:08:05 +0000 (07:08 +0000)]
Testing version

17 years agochecking in code
bdemsky [Wed, 1 Nov 2006 06:25:35 +0000 (06:25 +0000)]
checking in code

17 years agoBug fixes for allowing multiple task parameters
bdemsky [Wed, 1 Nov 2006 05:49:58 +0000 (05:49 +0000)]
Bug fixes for allowing multiple task parameters
Bug in getBytes routine

17 years agoBug fix
bdemsky [Wed, 1 Nov 2006 02:09:41 +0000 (02:09 +0000)]
Bug fix

17 years agoBug fixes... Flagexpression parsing was broken.
bdemsky [Wed, 1 Nov 2006 01:45:13 +0000 (01:45 +0000)]
Bug fixes...  Flagexpression parsing was broken.

17 years agoInteger class. This may come in handle for parsing integers (for operations on an...
bdemsky [Tue, 31 Oct 2006 06:20:38 +0000 (06:20 +0000)]
Integer class.  This may come in handle for parsing integers (for operations on an object).

17 years agocover stuff with test cases
bdemsky [Tue, 31 Oct 2006 00:40:07 +0000 (00:40 +0000)]
cover stuff with test cases

17 years agostring code
bdemsky [Tue, 31 Oct 2006 00:35:57 +0000 (00:35 +0000)]
string code

17 years agoFlush command added
bdemsky [Sat, 28 Oct 2006 02:41:30 +0000 (02:41 +0000)]
Flush command added

17 years agoAdded sendfile and loggin through webserver
adash [Sat, 28 Oct 2006 01:34:40 +0000 (01:34 +0000)]
Added sendfile and loggin through webserver

17 years agoAdding directory to hold webserver html files
adash [Sat, 28 Oct 2006 01:25:58 +0000 (01:25 +0000)]
Adding directory to hold webserver html files

17 years agoLog the webserver requests
adash [Sat, 28 Oct 2006 00:58:05 +0000 (00:58 +0000)]
Log the webserver requests
Add append functionality in a file for logging all requests

17 years agoBug fix
bdemsky [Thu, 26 Oct 2006 20:51:41 +0000 (20:51 +0000)]
Bug fix
New test cases
FileLength functionality in File.java

17 years agoAdded httpresponse method to display text on web browser
adash [Thu, 26 Oct 2006 17:52:28 +0000 (17:52 +0000)]
Added httpresponse method to display text on web browser

17 years agoWebServer Example to display a HTML tagged text on browser
adash [Thu, 26 Oct 2006 17:51:17 +0000 (17:51 +0000)]
WebServer Example to display a HTML tagged text on browser

17 years agoanother method
bdemsky [Wed, 25 Oct 2006 00:50:31 +0000 (00:50 +0000)]
another method

17 years agoCheck if pointers are null
bdemsky [Wed, 25 Oct 2006 00:47:04 +0000 (00:47 +0000)]
Check if pointers are null

17 years agoAdding StringBuffer class and test case. This gives append functionality.
bdemsky [Wed, 25 Oct 2006 00:14:33 +0000 (00:14 +0000)]
Adding StringBuffer class and test case.  This gives append functionality.

17 years agoTest file added - adash
adash [Wed, 25 Oct 2006 00:02:31 +0000 (00:02 +0000)]
Test file added - adash

17 years agofixed broken method signatures
bdemsky [Tue, 24 Oct 2006 22:52:29 +0000 (22:52 +0000)]
fixed broken method signatures

17 years agobug
bdemsky [Tue, 24 Oct 2006 20:43:01 +0000 (20:43 +0000)]
bug

17 years agoSupport for reading/writing files via FileInputStream and FileOutputStream.java classes.
bdemsky [Tue, 24 Oct 2006 20:15:35 +0000 (20:15 +0000)]
Support for reading/writing files via FileInputStream and FileOutputStream.java classes.

17 years agochanged method names to be consistent with java
bdemsky [Mon, 23 Oct 2006 20:05:19 +0000 (20:05 +0000)]
changed method names to be consistent with java

17 years agoExtra string class functionality & bug fix
bdemsky [Mon, 23 Oct 2006 19:51:51 +0000 (19:51 +0000)]
Extra string class functionality & bug fix

17 years agoThis update should allow casting between char's and other types including bytes.
bdemsky [Fri, 20 Oct 2006 20:29:33 +0000 (20:29 +0000)]
This update should allow casting between char's and other types including bytes.

17 years agoChange ServerSocket class so we don't have to subclass it...
bdemsky [Fri, 13 Oct 2006 08:36:50 +0000 (08:36 +0000)]
Change ServerSocket class so we don't have to subclass it...

17 years agoSocket I/O code and Example
bdemsky [Thu, 5 Oct 2006 21:35:49 +0000 (21:35 +0000)]
Socket I/O code and Example

17 years agoAdd ServerSocket/Socket classes.
bdemsky [Thu, 5 Oct 2006 07:18:18 +0000 (07:18 +0000)]
Add ServerSocket/Socket classes.

17 years agoCode for Sockets and ServerSockets. Doesn't support outgoing connections yet. Doesn...
bdemsky [Thu, 5 Oct 2006 07:15:19 +0000 (07:15 +0000)]
Code for Sockets and ServerSockets.  Doesn't support outgoing connections yet.  Doesn't cleanly abstract Input/OutputStreams.

Not tested.

17 years agochecking in start of socket code
bdemsky [Thu, 5 Oct 2006 00:00:03 +0000 (00:00 +0000)]
checking in start of socket code

17 years agoBug fix
bdemsky [Wed, 4 Oct 2006 04:43:53 +0000 (04:43 +0000)]
Bug fix

17 years agoAdding alokika to list that gets cvs checkin messages
bdemsky [Wed, 4 Oct 2006 04:37:09 +0000 (04:37 +0000)]
Adding alokika to list that gets cvs checkin messages

17 years agogoal file
bdemsky [Wed, 27 Sep 2006 16:38:26 +0000 (16:38 +0000)]
goal file

17 years agocommand line test
bdemsky [Wed, 27 Sep 2006 16:38:03 +0000 (16:38 +0000)]
command line test

17 years agoChange main function
bdemsky [Wed, 27 Sep 2006 16:37:26 +0000 (16:37 +0000)]
Change main function

17 years agocompilation script changes
bdemsky [Wed, 13 Sep 2006 13:37:40 +0000 (13:37 +0000)]
compilation script changes

17 years agochecking in example
bdemsky [Wed, 13 Sep 2006 13:10:31 +0000 (13:10 +0000)]
checking in example

17 years agoChecking in example
bdemsky [Wed, 13 Sep 2006 13:08:43 +0000 (13:08 +0000)]
Checking in example

17 years agoExample
bdemsky [Wed, 13 Sep 2006 13:07:47 +0000 (13:07 +0000)]
Example

17 years agomore changes
bdemsky [Fri, 8 Sep 2006 01:57:16 +0000 (01:57 +0000)]
more changes

17 years agointegration with checking code
bdemsky [Fri, 8 Sep 2006 01:05:11 +0000 (01:05 +0000)]
integration with checking code

17 years agochecking in changes
bdemsky [Thu, 7 Sep 2006 23:40:05 +0000 (23:40 +0000)]
checking in changes

17 years agofix repair file
bdemsky [Wed, 6 Sep 2006 21:36:04 +0000 (21:36 +0000)]
fix repair file

17 years agochanges to runtime/etc to build in repair checking code
bdemsky [Wed, 6 Sep 2006 15:39:24 +0000 (15:39 +0000)]
changes to runtime/etc to build in repair checking code

17 years agoadding repair build script
bdemsky [Wed, 6 Sep 2006 14:01:40 +0000 (14:01 +0000)]
adding repair build script

17 years agosmall typo
bdemsky [Fri, 1 Sep 2006 00:15:22 +0000 (00:15 +0000)]
small typo

17 years agochanges
bdemsky [Thu, 31 Aug 2006 23:47:27 +0000 (23:47 +0000)]
changes

17 years agochanges
bdemsky [Thu, 31 Aug 2006 23:31:54 +0000 (23:31 +0000)]
changes

17 years agoconsistency checking hooks added
bdemsky [Thu, 31 Aug 2006 07:04:08 +0000 (07:04 +0000)]
consistency checking hooks added

17 years agoadd constraint check nodes to flat representation
bdemsky [Thu, 31 Aug 2006 00:59:31 +0000 (00:59 +0000)]
add constraint check nodes to flat representation

17 years agoadding support for consistency checking
bdemsky [Wed, 30 Aug 2006 22:07:28 +0000 (22:07 +0000)]
adding support for consistency checking

17 years agomake debug output optional
bdemsky [Tue, 29 Aug 2006 09:12:33 +0000 (09:12 +0000)]
make debug output optional

17 years agochecking in working system
bdemsky [Tue, 29 Aug 2006 09:09:08 +0000 (09:09 +0000)]
checking in working system

17 years agomore files
bdemsky [Fri, 25 Aug 2006 08:49:04 +0000 (08:49 +0000)]
more files

17 years agoadd generichashtable
bdemsky [Fri, 25 Aug 2006 08:48:33 +0000 (08:48 +0000)]
add generichashtable

17 years agocheckpointing code
bdemsky [Thu, 24 Aug 2006 19:53:02 +0000 (19:53 +0000)]
checkpointing code
bug fixes
long jump signal handlers

17 years agocheck in checkpoint code
bdemsky [Wed, 23 Aug 2006 23:12:01 +0000 (23:12 +0000)]
check in checkpoint code

17 years agochecked in bug fixes...
bdemsky [Mon, 21 Aug 2006 20:37:41 +0000 (20:37 +0000)]
checked in bug fixes...

17 years agomore runtime stuff
bdemsky [Mon, 21 Aug 2006 19:50:45 +0000 (19:50 +0000)]
more runtime stuff

17 years agochanges
bdemsky [Wed, 16 Aug 2006 07:24:43 +0000 (07:24 +0000)]
changes

17 years agocheck in changes
bdemsky [Tue, 15 Aug 2006 21:11:59 +0000 (21:11 +0000)]
check in changes

17 years agocheck in changes
bdemsky [Tue, 15 Aug 2006 17:37:27 +0000 (17:37 +0000)]
check in changes

17 years agocommit changes
bdemsky [Tue, 8 Aug 2006 15:37:33 +0000 (15:37 +0000)]
commit changes

17 years agoChanges checked in
bdemsky [Mon, 7 Aug 2006 23:07:14 +0000 (23:07 +0000)]
Changes checked in

17 years agochange
bdemsky [Mon, 7 Aug 2006 20:41:23 +0000 (20:41 +0000)]
change

17 years agorewrite flags in DNF form
bdemsky [Fri, 4 Aug 2006 23:00:52 +0000 (23:00 +0000)]
rewrite flags in DNF form

17 years agochanges
bdemsky [Fri, 4 Aug 2006 00:39:06 +0000 (00:39 +0000)]
changes

17 years agochecked in changes
bdemsky [Thu, 3 Aug 2006 21:38:14 +0000 (21:38 +0000)]
checked in changes

17 years agoThis update generates partial code for tasks...
bdemsky [Wed, 2 Aug 2006 08:32:20 +0000 (08:32 +0000)]
This update generates partial code for tasks...

17 years agoBug fixes
bdemsky [Tue, 1 Aug 2006 22:56:17 +0000 (22:56 +0000)]
Bug fixes

17 years agoChecking in startup object class
bdemsky [Tue, 1 Aug 2006 22:26:22 +0000 (22:26 +0000)]
Checking in startup object class

17 years agonot needed
bdemsky [Mon, 31 Jul 2006 08:18:25 +0000 (08:18 +0000)]
not needed

17 years agoremove obsolete test files
bdemsky [Mon, 31 Jul 2006 08:17:03 +0000 (08:17 +0000)]
remove obsolete test files

17 years agoremoved native method
bdemsky [Mon, 31 Jul 2006 08:12:08 +0000 (08:12 +0000)]
removed native method