Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset | nobody | 2003-04-10 | 60 | -9265/+0 |
| | |||||
* | Changed a few javadoc comments to avoid warnings. | eea1 | 1999-07-09 | 3 | -6/+6 |
| | |||||
* | Minor correction (checked in old version last time). Removes | eea1 | 1999-07-09 | 1 | -13/+22 |
| | | | | InterruptedExceptions. | ||||
* | Modified streams such that their timeouts are absolute times. | eea1 | 1999-07-09 | 7 | -19/+59 |
| | | | | Fixed a bug in TimedWait that was due to the recent changes. | ||||
* | *** NOTE: | eea1 | 1999-07-08 | 14 | -163/+249 |
| | | | | | | | | | | | | | | | | | | | Changed the semantics of Condition, TimedWait, MessageQueue, Task, Mutex, Semaphore, and Token to use absolute times for their timeouts. Changed the semantics of EventHandler, ServiceObject, and SvcHandler such that handleTimeout receives a TimeValue representing when the event occured. Changed TimerQueue internally to reflect the above changes. Also made better checks in Token and Mutex so that non-owners can call release without adverse effects. I plan to try to do this with Semaphore and RWMutex as well. Fixed several bugs in Token tryacquire and renew. Added relativeTimeOfDay methods to TimeValue. | ||||
* | *** empty log message *** | levine | 1998-06-20 | 1 | -0/+19 |
| | |||||
* | Removed two more files related to CUP and JLex. | eea1 | 1998-05-20 | 2 | -286/+0 |
| | |||||
* | Removed the deprecation warning of defineClass in the loadClass | eea1 | 1998-05-20 | 1 | -1/+18 |
| | | | | | method for loading over a network. I did this by extracting the class name for the URL file name. | ||||
* | Got rid of some old files not needed anymore | brunsch | 1998-05-13 | 1 | -12/+0 |
| | |||||
* | Removed the deprecation warning for using a StreamTokenizer(InputStream) | eea1 | 1998-05-12 | 1 | -2/+3 |
| | | | | by using a Reader as suggested by Sun. | ||||
* | Removed another file having to do with CUP. | eea1 | 1998-05-12 | 1 | -36/+0 |
| | |||||
* | Minor change -- the ServiceRepository doesn't examine suspended services | eea1 | 1998-05-12 | 2 | -2/+1 |
| | | | | when it is searching for the right service to suspend. | ||||
* | Removed the files related to java_cup and JLex. The java_cup directory | eea1 | 1998-05-12 | 4 | -1942/+0 |
| | | | | and any related project files will also be removed shortly. | ||||
* | Finally changes SOCKStream so it doesn't have all the deprecation warnings. | eea1 | 1998-05-11 | 2 | -13/+24 |
| | | | | | | It's also a lot easier to understand since I use DataInputStreams and DataOutputStreams. NOTE: We can't use the Reader/Writer Java classes since they don't allow reading/writing bytes without losing C++ compatibility. | ||||
* | Fixed most of the javadoc commenting problems. To make it perfect, all | eea1 | 1998-05-10 | 20 | -132/+109 |
| | | | | | | | the source files would have to exist in a directory structure identical to their package names. With these changes, though, people can still view the packages, classes, and methods correctly. I mainly corrected the @see and @exception statements. | ||||
* | *** empty log message *** | schmidt | 1997-12-21 | 1 | -17/+0 |
| | |||||
* | Adjusted project settings | eea1 | 1997-12-19 | 1 | -304/+304 |
| | |||||
* | These are just the simple lines to execute to rebuild the lexer | eea1 | 1997-12-19 | 2 | -0/+6 |
| | | | | | | and parser. People shouldn't have to do this unless they mess with the C++ svc.conf language -- and they definitely shouldn't do that. | ||||
* | Changed System.err.println statements to ACE.DEBUG statements. | eea1 | 1997-12-19 | 6 | -14/+13 |
| | | | | Fresh versions of the parser -- no changes, though. | ||||
* | Included more files so everything is now happy on NT. | brunsch | 1997-12-19 | 1 | -0/+56 |
| | |||||
* | More simple changes to remove warnings for NT | eea1 | 1997-12-19 | 2 | -2/+0 |
| | |||||
* | ...removed import of java.lang | eea1 | 1997-12-19 | 1 | -1/+0 |
| | |||||
* | Updated the permissions....again | eea1 | 1997-12-19 | 1 | -1/+0 |
| | |||||
* | Changed permissions | eea1 | 1997-12-19 | 1 | -0/+1 |
| | |||||
* | This currently just contains the encoding function for the basic | eea1 | 1997-12-19 | 1 | -0/+85 |
| | | | | | password encryption specified in the HTTP v1.1 RFC. (It's used by JAWS during the PUT command authentication.) | ||||
* | Made some small changes so that there won't be warnings on NT when | eea1 | 1997-12-19 | 18 | -26/+46 |
| | | | | | java.lang is imported or stuff is imported from a package that it's already a member of. | ||||
* | ....remove a debugging statement from remove method | eea1 | 1997-11-12 | 1 | -2/+0 |
| | |||||
* | Checks in the new additions to the ServiceConfigurator, makes a few | eea1 | 1997-11-12 | 23 | -310/+3870 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | small adjustments to the sockets, and removes a deprecation problem with a String in BlobReader. Acceptor's socket acceptor was changed to protected rather than private. The new files are broken down as follows: Files that are involved in loading a C++ service config file to load Java ACE network services: Svc_Conf.y parser.java sym.java Yylex.lex ClassNameGenerator.java Files that have to do with the overall restructuring of the Service Configurator such that suspend/resume/remove and the service repository are added: AddServiceObjectNode.java ClassReader.java Extracts the full class name from a .class file SuspendNode.java ResumeNode.java RemoveNode.java ServiceRecord.java Repository wrapper, makes calls via reflection ServiceObjectRecord.java Wrapper for ServiceObjects specifically | ||||
* | Visual J++ project files | brunsch | 1997-07-12 | 2 | -0/+277 |
| | |||||
* | *** empty log message *** | eea1 | 1997-06-24 | 1 | -2/+5 |
| | |||||
* | Added some new files | pjain | 1997-04-23 | 5 | -1/+431 |
| | |||||
* | * java/src/SOCKStream.java (SOCKStream): Made two small changes to | pjain | 1997-04-09 | 1 | -2/+2 |
| | | | | | the two send(). Instead of doing a println, I now do a print. This was really a bug! | ||||
* | Changed package name from ACE to JACE | pjain | 1997-04-05 | 1 | -11/+11 |
| | |||||
* | Changed package name from ACE to JACE | pjain | 1997-04-05 | 41 | -127/+127 |
| | |||||
* | Added a default constructor | pjain | 1997-04-05 | 1 | -11/+22 |
| | |||||
* | New files added -- Stream.java, StreamHead.java, and StreamTail.java | pjain | 1997-03-10 | 3 | -0/+658 |
| | |||||
* | New class added | pjain | 1997-03-10 | 1 | -0/+48 |
| | |||||
* | Java version of ACE_Module | pjain | 1997-03-10 | 1 | -0/+253 |
| | |||||
* | Added new files to be compiled -- Stream, StreamHead, StreamTail, Module. | pjain | 1997-03-10 | 1 | -1/+8 |
| | |||||
* | Added support to load classes across the network. | pjain | 1997-03-10 | 2 | -19/+167 |
| | |||||
* | Added a new method "toString()" which returns a string representation | pjain | 1997-03-10 | 1 | -0/+5 |
| | | | | of the IOCntlCmd. | ||||
* | Added several new methods such as waterMark, module () etc. which | pjain | 1997-03-10 | 1 | -6/+52 |
| | | | | existed in the C++ version. | ||||
* | Added two new classes/files, namely IOCntlCmds and IOCntlMsg. | pjain | 1997-03-10 | 2 | -0/+157 |
| | |||||
* | Added accessors to get/set the flags of the Task. | pjain | 1997-03-10 | 1 | -0/+18 |
| | |||||
* | Made changes resulting from working through a simple Logger example. | Chris Cleeland | 1997-01-30 | 5 | -11/+122 |
| | | | | | | | Modified Files: Makefile Readme SOCKConnector.java SOCKStream.java Added Files: INETAddr.java | ||||
* | Updated the Readme file to mention that the documentation for Java ACE | pjain | 1997-01-20 | 1 | -0/+10 |
| | | | | | can be automatically generated by typing "make doc" from the src directory. | ||||
* | Fixed a bunch of typos which I made earlier in trying to fix a bug. | pjain | 1996-12-03 | 1 | -4/+4 |
| | |||||
* | Changed the type of ONE_MILLISECOND from long to an int. | pjain | 1996-12-03 | 1 | -1/+1 |
| | |||||
* | Added accessor methods to get/set the underlying Thread Manager. | pjain | 1996-12-03 | 1 | -0/+18 |
| | |||||
* | Fixed a small bug. Need to check if Task is an active object before | pjain | 1996-11-27 | 1 | -5/+13 |
| | | | | doing certain operations. Please see ChangeLog. |