Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the VERSION and ChangeLog for the 1.4.4 release. | eea1 | 1998-05-20 | 2 | -12/+17 |
| | |||||
* | 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 |
| | |||||
* | These files are no longer needed (neither is this directory) | eea1 | 1998-05-13 | 2 | -253/+0 |
| | |||||
* | Added the test for HTTPHelper, corrected a deprecation (DataInputStream | eea1 | 1998-05-13 | 3 | -2/+32 |
| | | | | readLine) deprecation warning. | ||||
* | Made the command line arguments work correctly. | eea1 | 1998-05-13 | 1 | -12/+15 |
| | |||||
* | Removed deprecation about DataInputStream.readLine() | eea1 | 1998-05-13 | 1 | -1/+2 |
| | |||||
* | Corrected the display of ClientTest so it reflects what it receives from | eea1 | 1998-05-13 | 1 | -0/+2 |
| | | | | the Naming Service. | ||||
* | Removed LogClient.java from the makefile. | eea1 | 1998-05-13 | 1 | -1/+0 |
| | |||||
* | Decided to remove the LogClient since it basically just duplicated a | eea1 | 1998-05-13 | 1 | -71/+0 |
| | | | | test of the netsvcs I already had. :( | ||||
* | Added a client for the logger (same as the C++ ACE direct_logging client, | eea1 | 1998-05-12 | 3 | -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) | 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. | ||||
* | Updated the LogRecord so it's compatible with C++ ACE again. | eea1 | 1998-05-12 | 2 | -24/+11 |
| | |||||
* | Added the Naming service to the repository (again?). There may be a problem | eea1 | 1998-05-12 | 6 | -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 prepareForReload | eea1 | 1998-05-12 | 1 | -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 directory | eea1 | 1998-05-12 | 4 | -1942/+0 |
| | | | | and any related project files will also be removed shortly. | ||||
* | replaced WRAPPER_ROOT with ACE_ROOT | levine | 1998-05-12 | 3 | -13/+12 |
| | |||||
* | 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. | ||||
* | Noted the classes/README.TXT addition. | eea1 | 1998-01-19 | 1 | -0/+6 |
| | |||||
* | This is just a marker so WinZip creates the classes directory on NT. | eea1 | 1998-01-19 | 1 | -0/+2 |
| | |||||
* | Updated the version number | eea1 | 1997-12-23 | 1 | -1/+1 |
| | |||||
* | This will mark the beginning of the ChangeLog era of Java ACE! | eea1 | 1997-12-23 | 1 | -0/+10 |
| | |||||
* | Changed a constant in LogRecord to be static. | eea1 | 1997-12-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | schmidt | 1997-12-21 | 1 | -17/+0 |
| | |||||
* | Small adjustment to codebase, so it works under $ACE_ROOT/java | eea1 | 1997-12-19 | 1 | -1/+1 |
| | |||||
* | Adjusted project settings | eea1 | 1997-12-19 | 1 | -304/+304 |
| | |||||
* | Adjusted files in the project | eea1 | 1997-12-19 | 1 | -8/+8 |
| | |||||
* | New version! Woo! | eea1 | 1997-12-19 | 1 | -1/+1 |
| | |||||
* | This should now allow JACE to specify its configuration file internally | eea1 | 1997-12-19 | 1 | -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 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. | ||||
* | Added a flush at the end of the send of a GIF. | eea1 | 1997-12-19 | 2 | -2/+15 |
| | | | | Fixed the configuration file (filter.conf usually) loading code. | ||||
* | Made this a public class | eea1 | 1997-12-19 | 1 | -1/+1 |
| | |||||
* | Trying to remove dependency on www.cs.wustl.edu's filter.conf file. | eea1 | 1997-12-19 | 1 | -31/+38 |
| | | | | | This should make it so there is a mandatory configFile param in the HTML. If not, then no filters are loaded. | ||||
* | Test2 | eea1 | 1997-12-19 | 1 | -1/+1 |
| | |||||
* | This adds the authorization to the PUT command. Now the frames for | eea1 | 1997-12-19 | 8 | -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! | eea1 | 1997-12-19 | 1 | -2/+4 |
| | |||||
* | Fixed ServiceConfigurator Test. It now includes the correct files. | brunsch | 1997-12-19 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | MSVJ++ project file for CUP | brunsch | 1997-12-19 | 2 | -0/+253 |
| | |||||
* | Removed some things that generate warnings on NT: | eea1 | 1997-12-19 | 3 | -5/+0 |
| | | | | | Package includes of things in the current package Including java.lang.* | ||||
* | ...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.) |