summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subsetnobody2003-04-1060-9265/+0
|
* Changed a few javadoc comments to avoid warnings.eea11999-07-093-6/+6
|
* Minor correction (checked in old version last time). Removeseea11999-07-091-13/+22
| | | | InterruptedExceptions.
* Modified streams such that their timeouts are absolute times.eea11999-07-097-19/+59
| | | | Fixed a bug in TimedWait that was due to the recent changes.
* *** NOTE:eea11999-07-0814-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 ***levine1998-06-201-0/+19
|
* Removed two more files related to CUP and JLex.eea11998-05-202-286/+0
|
* Removed the deprecation warning of defineClass in the loadClasseea11998-05-201-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 anymorebrunsch1998-05-131-12/+0
|
* Removed the deprecation warning for using a StreamTokenizer(InputStream)eea11998-05-121-2/+3
| | | | by using a Reader as suggested by Sun.
* Removed another file having to do with CUP.eea11998-05-121-36/+0
|
* Minor change -- the ServiceRepository doesn't examine suspended serviceseea11998-05-122-2/+1
| | | | when it is searching for the right service to suspend.
* Removed the files related to java_cup and JLex. The java_cup directoryeea11998-05-124-1942/+0
| | | | and any related project files will also be removed shortly.
* Finally changes SOCKStream so it doesn't have all the deprecation warnings.eea11998-05-112-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, alleea11998-05-1020-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 ***schmidt1997-12-211-17/+0
|
* Adjusted project settingseea11997-12-191-304/+304
|
* These are just the simple lines to execute to rebuild the lexereea11997-12-192-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.eea11997-12-196-14/+13
| | | | Fresh versions of the parser -- no changes, though.
* Included more files so everything is now happy on NT.brunsch1997-12-191-0/+56
|
* More simple changes to remove warnings for NTeea11997-12-192-2/+0
|
* ...removed import of java.langeea11997-12-191-1/+0
|
* Updated the permissions....againeea11997-12-191-1/+0
|
* Changed permissionseea11997-12-191-0/+1
|
* This currently just contains the encoding function for the basiceea11997-12-191-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 wheneea11997-12-1918-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 methodeea11997-11-121-2/+0
|
* Checks in the new additions to the ServiceConfigurator, makes a feweea11997-11-1223-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 filesbrunsch1997-07-122-0/+277
|
* *** empty log message ***eea11997-06-241-2/+5
|
* Added some new filespjain1997-04-235-1/+431
|
* * java/src/SOCKStream.java (SOCKStream): Made two small changes topjain1997-04-091-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 JACEpjain1997-04-051-11/+11
|
* Changed package name from ACE to JACEpjain1997-04-0541-127/+127
|
* Added a default constructorpjain1997-04-051-11/+22
|
* New files added -- Stream.java, StreamHead.java, and StreamTail.javapjain1997-03-103-0/+658
|
* New class addedpjain1997-03-101-0/+48
|
* Java version of ACE_Modulepjain1997-03-101-0/+253
|
* Added new files to be compiled -- Stream, StreamHead, StreamTail, Module.pjain1997-03-101-1/+8
|
* Added support to load classes across the network.pjain1997-03-102-19/+167
|
* Added a new method "toString()" which returns a string representationpjain1997-03-101-0/+5
| | | | of the IOCntlCmd.
* Added several new methods such as waterMark, module () etc. whichpjain1997-03-101-6/+52
| | | | existed in the C++ version.
* Added two new classes/files, namely IOCntlCmds and IOCntlMsg.pjain1997-03-102-0/+157
|
* Added accessors to get/set the flags of the Task.pjain1997-03-101-0/+18
|
* Made changes resulting from working through a simple Logger example.Chris Cleeland1997-01-305-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 ACEpjain1997-01-201-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.pjain1996-12-031-4/+4
|
* Changed the type of ONE_MILLISECOND from long to an int.pjain1996-12-031-1/+1
|
* Added accessor methods to get/set the underlying Thread Manager.pjain1996-12-031-0/+18
|
* Fixed a small bug. Need to check if Task is an active object beforepjain1996-11-271-5/+13
| | | | doing certain operations. Please see ChangeLog.