summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Package documentation line for Reactor.eea11999-08-261-0/+6
|
* Made sure the batch files specify exactly what classpath to use for javac.eea11999-08-251-0/+0
|
* Noted the location of makebat.zip.eea11999-08-251-1/+2
|
* Notes on how to compile JACE.eea11999-08-251-0/+39
|
* Latest versions.eea11999-08-252-5/+47
|
* Microsoft Visual J++ 6.0 project files for the new JACEeea11999-08-251-0/+0
| | | | source tree.
* Makefile for the new tests tree.eea11999-08-251-0/+115
|
* Collection of DOS (Windows command line interface) batch files for buildingeea11999-08-251-0/+0
| | | | JACE with the JDK.
* New make file for the new JACE source tree. Includes network serviceseea11999-08-251-0/+234
| | | | and javadoc.
* Added the copyright information to the overview file.eea11999-08-251-22/+77
|
* Changed a comment for javadoc.eea11999-08-251-0/+6
|
* The overview picture from Prashant's site.eea11999-08-251-0/+0
|
* Seth's tests.eea11999-08-255-0/+323
|
* Fixed a missing underscore.eea11999-08-251-1/+1
|
* Updated source files for tests/netsvcs/Token.eea11999-08-241-0/+200
|
* Updated source files for tests/netsvcs/Time.eea11999-08-241-0/+37
|
* Updated source files for tests/netsvcs/Naming.eea11999-08-241-0/+107
|
* Updated source files for tests/netsvcs/Logger.eea11999-08-241-0/+115
|
* Updated source files for tests/ServiceConfigurator.eea11999-08-242-0/+117
|
* Updated source files for tests/SOCK_SAP.eea11999-08-242-0/+207
|
* Updated source files for tests/Reactor.eea11999-08-242-0/+136
|
* Updated source files for tests/Misc.eea11999-08-241-0/+48
|
* Updated source files for tests/Connection.eea11999-08-245-0/+340
|
* Updated source files for tests/Concurrency.eea11999-08-244-0/+757
|
* Updated source files for tests/ASX.eea11999-08-245-0/+643
|
* Updated source files for netsvcs/Token.eea11999-08-2414-0/+2304
|
* Updated source files for netsvcs/Time.eea11999-08-249-0/+894
|
* Updated source files for netsvcs/Naming.eea11999-08-247-0/+1746
|
* Updated source files for netsvcs/Logger.eea11999-08-247-0/+581
|
* Updated source files for netsvcs.eea11999-08-243-0/+552
|
* Updated source files for Timers.eea11999-08-242-0/+54
|
* Updated source files for ServiceConfigurator.eea11999-08-246-0/+1246
|
* Updated source files for SOCK_SAP.eea11999-08-245-0/+517
|
* Updated source files for Reactor.eea11999-08-242-0/+480
|
* Updated source files for OS.eea11999-08-243-0/+227
|
* Updated source files for Misc.eea11999-08-242-0/+177
|
* Updated source files for Connection.eea11999-08-2413-0/+1492
|
* Updated source files for Concurrency.eea11999-08-2412-0/+1957
|
* Updated source files for ASX.eea11999-08-2416-0/+3300
|
* New source tree for the updated Java ACE. All files (including tests and ↵eea11999-08-242-0/+61
| | | | netsvcs).
* Solved some javadoc warnings.eea11999-07-091-0/+5
|
* 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.
* Noted TimedWait, Stream, and Token changes.eea11999-07-091-0/+9
|
* 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.
* Noted recent updates in which the semantics of timeouts were changed toeea11999-07-081-0/+45
| | | | absolute times.
* *** 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.
* VC 6 modificationnanbor1998-09-0923-23/+23
|
* *** empty log message ***levine1998-06-201-0/+19
|
* Updated the VERSION and ChangeLog for the 1.4.4 release.eea11998-05-202-12/+17
|