summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Got rid of some old files not needed anymorebrunsch1998-05-131-12/+0
|
* These files are no longer needed (neither is this directory)eea11998-05-132-253/+0
|
* Added the test for HTTPHelper, corrected a deprecation (DataInputStreameea11998-05-133-2/+32
| | | | readLine) deprecation warning.
* Made the command line arguments work correctly.eea11998-05-131-12/+15
|
* Removed deprecation about DataInputStream.readLine()eea11998-05-131-1/+2
|
* Corrected the display of ClientTest so it reflects what it receives fromeea11998-05-131-0/+2
| | | | the Naming Service.
* Removed LogClient.java from the makefile.eea11998-05-131-1/+0
|
* Decided to remove the LogClient since it basically just duplicated aeea11998-05-131-71/+0
| | | | test of the netsvcs I already had. :(
* Added a client for the logger (same as the C++ ACE direct_logging client,eea11998-05-123-2/+72
| | | | | but it's nice to see how to do it in Java), and made another small change for compatibility in LogRecord.
* 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.
* Updated the LogRecord so it's compatible with C++ ACE again.eea11998-05-122-24/+11
|
* Added the Naming service to the repository (again?). There may be a problemeea11998-05-126-0/+1678
| | | | | since this has always been in the release archives, but somehow didn't stick in CVS.
* Removed the comment about the user needing to call the prepareForReloadeea11998-05-121-3/+0
| | | | method in ServiceConfig. This is done whenever a service is removed, now.
* 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.
* replaced WRAPPER_ROOT with ACE_ROOTlevine1998-05-123-13/+12
|
* 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.
* Noted the classes/README.TXT addition.eea11998-01-191-0/+6
|
* This is just a marker so WinZip creates the classes directory on NT.eea11998-01-191-0/+2
|
* Updated the version numbereea11997-12-231-1/+1
|
* This will mark the beginning of the ChangeLog era of Java ACE!eea11997-12-231-0/+10
|
* Changed a constant in LogRecord to be static.eea11997-12-231-1/+1
|
* *** empty log message ***schmidt1997-12-211-17/+0
|
* Small adjustment to codebase, so it works under $ACE_ROOT/javaeea11997-12-191-1/+1
|
* Adjusted project settingseea11997-12-191-304/+304
|
* Adjusted files in the projecteea11997-12-191-8/+8
|
* New version! Woo!eea11997-12-191-1/+1
|
* This should now allow JACE to specify its configuration file internallyeea11997-12-191-1/+0
| | | | | from the codebase. The user can define a new location with an HTML param.
* 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.
* Added a flush at the end of the send of a GIF.eea11997-12-192-2/+15
| | | | Fixed the configuration file (filter.conf usually) loading code.
* Made this a public classeea11997-12-191-1/+1
|
* Trying to remove dependency on www.cs.wustl.edu's filter.conf file.eea11997-12-191-31/+38
| | | | | This should make it so there is a mandatory configFile param in the HTML. If not, then no filters are loaded.
* Test2eea11997-12-191-1/+1
|
* This adds the authorization to the PUT command. Now the frames foreea11997-12-198-44/+212
| | | | | | saving and loading URLs are different. Once the password is entered, it has to make its way all the way to BlobWriter in JACE -- that's why so many files had to be changed.
* Attempt at removing the dependency on www.cs.wustl.edu!eea11997-12-191-2/+4
|
* Fixed ServiceConfigurator Test. It now includes the correct files.brunsch1997-12-191-1/+5
|
* 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
|
* MSVJ++ project file for CUPbrunsch1997-12-192-0/+253
|
* Removed some things that generate warnings on NT:eea11997-12-193-5/+0
| | | | | Package includes of things in the current package Including java.lang.*
* ...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.
* Added a VERSION file for JACEeea11997-11-131-0/+5
|
* Changed the time request string, and moved the client test into theeea11997-11-123-97/+6
| | | | tests/Logger directory.