Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | nw1 | 1997-06-13 | 3 | -110/+501 |
| | |||||
* | Minor changes | jxh | 1997-06-11 | 3 | -9/+13 |
| | |||||
* | will compile idl with macro exception handling | sbw1 | 1997-06-09 | 1 | -2/+2 |
| | |||||
* | add macro exception handling | sbw1 | 1997-06-09 | 2 | -19/+35 |
| | |||||
* | new makefile | sbw1 | 1997-06-09 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | jxh | 1997-06-05 | 1 | -0/+6 |
| | |||||
* | Added more detailed comments to the HTTP_Server::asynch_thread_pool () | jxh | 1997-06-05 | 1 | -3/+32 |
| | | | | method, due to questions posed by Mehul (MehulM@spa-marketing.com). | ||||
* | *** empty log message *** | jxh | 1997-06-05 | 1 | -0/+6 |
| | |||||
* | Fixed a bug where JAWS_File wanted the file to have write permissions | jxh | 1997-06-05 | 1 | -1/+1 |
| | | | | | before openning it. This is now only true if the file is to be written to. | ||||
* | *** empty log message *** | nw1 | 1997-06-05 | 3 | -2/+11 |
| | |||||
* | *** empty log message *** | jxh | 1997-06-03 | 2 | -1/+11 |
| | |||||
* | HTTP_Helpers.cpp: Serious bug in base64 decoder routine squashed. | jxh | 1997-06-03 | 2 | -7/+11 |
| | | | | | | | | | | Didn't initialize an array with 0's. The original source had them declared static. Also, changed sizeof alphabet_ to strlen (alphabet_), because original code had alphabet_ as an array, but my translation has alphabet_ as a pointer. HTTP_Response.cpp: Added some code to check to see if the decoder returns 0. If it does, flag this as a failed authorization attempt. | ||||
* | HTTP_Handler.cpp: Added a "\r\n" to the confirmation message in | jxh | 1997-06-02 | 4 | -11/+26 |
| | | | | | | | | | | | | | | | | | | | receive_file_complete () method. HTTP_Request.cpp: In parse_request_line (), created conditional expressions in the debugging print statement so that a null string will not cause the server to crash. HTTP_Response.cpp: (1) cgi_resposnse () no longer has to wait for the process to die. The fix to ACE_Process of closing down child handles was enough to get the connection to die on its own. (2) Mike (mrm@cisco.com) pointed out that the output for CGI responses was not create. The fix was to output a small header before execing the CGI program. test.cgi: a sample cgi program to use when testing the JAWS server. | ||||
* | *** empty log message *** | jxh | 1997-06-02 | 1 | -0/+20 |
| | |||||
* | Changed include lines from "apps/JAWS/server/..." to | jxh | 1997-05-31 | 15 | -30/+30 |
| | | | | "..." to avoid dependencies on the WRAPPER_ROOT tree. | ||||
* | *** empty log message *** | jxh | 1997-05-31 | 1 | -0/+3 |
| | |||||
* | This file is added to be a sample authorization file. This is the file | jxh | 1997-05-31 | 1 | -0/+2 |
| | | | | | which JAWS is currently hardcoded to use to verify authenticated PUT requests. | ||||
* | Added code to normal_response () and to error_response () to better | jxh | 1997-05-31 | 1 | -6/+48 |
| | | | | | | | handle authentication. Now, all PUT methods are required to be authenticated. The strategy now is very simple, there is only one authorization file and only one realm of authorization. This will be easy to bring up to spec later, though. | ||||
* | Added alphabet_ data member for the decode/encode base64 methods. | jxh | 1997-05-31 | 1 | -0/+4 |
| | |||||
* | Added HTTP_decode_base64 and HTTP_encode_base64 methods. | jxh | 1997-05-31 | 1 | -0/+137 |
| | | | | | HTTP_encode_base64 is currently not used, but HTTP_decode_base64 is being used for Basic authentication. | ||||
* | *** empty log message *** | jxh | 1997-05-31 | 1 | -0/+19 |
| | |||||
* | *** empty log message *** | jxh | 1997-05-31 | 1 | -0/+9 |
| | |||||
* | Changed include lines from "JAWS/server/..." to "apps/JAWS/server/..." | jxh | 1997-05-31 | 16 | -32/+30 |
| | | | | to fix an error reported by Rob Payne <repayne@jeeves.net>. | ||||
* | *** empty log message *** | jxh | 1997-05-31 | 2 | -23/+28 |
| | |||||
* | *** empty log message *** | jxh | 1997-05-31 | 1 | -0/+23 |
| | |||||
* | Fixed so that a ".cgi" extension is also searched for while | jxh | 1997-05-31 | 1 | -0/+24 |
| | | | | determining if a request is for CGI script or not. | ||||
* | Debugged cgi_response. (1) Fixed so that headers that are being | jxh | 1997-05-31 | 1 | -1/+8 |
| | | | | | | | recognized but were not encountered are not actually set in the CGI process. (2) Fixed so that output from CGI process is sent to the client. (3) Fixed so that connection is terminated after CGI process is done execing. | ||||
* | Added a signal handler which traps SIGINT and calls exit (0). | jxh | 1997-05-31 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | irfan | 1997-05-29 | 13 | -406/+128 |
| | |||||
* | The application side files for remora | sbw1 | 1997-05-26 | 10 | -0/+807 |
| | |||||
* | *** empty log message *** | schmidt | 1997-05-26 | 1 | -1/+1 |
| | |||||
* | changed complete_header_line () method to return 3 values, to | jxh | 1997-05-23 | 2 | -1/+9 |
| | | | | differentiate a terminated line from a complete line. | ||||
* | Debugged acquire () method: writing didn't work at all aparently, map | jxh | 1997-05-23 | 1 | -9/+27 |
| | | | | was being called incorrectly. | ||||
* | content-length determined from header field. | jxh | 1997-05-23 | 1 | -8/+12 |
| | | | | | parse request now allows a request to be served immediately after seeing the request line of an HTTP/0.9 request. | ||||
* | Updated changes during debugging session. | jxh | 1997-05-23 | 1 | -0/+31 |
| | |||||
* | Nothing changed, really! | jxh | 1997-05-22 | 1 | -1/+1 |
| | |||||
* | Added a cast to make a warning go away under SGI C++. | jxh | 1997-05-22 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | jxh | 1997-05-22 | 1 | -0/+9 |
| | |||||
* | Updated the entry. | jxh | 1997-05-22 | 1 | -0/+3 |
| | |||||
* | Updated the entry. | jxh | 1997-05-22 | 1 | -0/+7 |
| | |||||
* | Added some comments. | jxh | 1997-05-22 | 2 | -9/+13 |
| | |||||
* | Makefile modified to remove unneeded dependencies. | jxh | 1997-05-21 | 1 | -330/+0 |
| | |||||
* | HTTP_Handler modified to accomodate JAWS_File | jxh | 1997-05-21 | 15 | -762/+944 |
| | | | | | | | | | | | | HTTP_Request modified to accomodate JAWS_File HTTP_Request modified to fix bug found by Doug HTTP_Response modified to accomodate JAWS_File IO modified to accomodate JAWS_File Makefile modified to remove dependencies on VFS JAWS_File added as new implementation of virtual filesystem test_JAWS_File added to test JAWS_File implementation JXH_List removed no longer needed VFS removed no longer needed | ||||
* | *** empty log message *** | irfan | 1997-05-18 | 1 | -3/+0 |
| | |||||
* | *** empty log message *** | irfan | 1997-05-17 | 6 | -17/+1498 |
| | |||||
* | *** empty log message *** | irfan | 1997-05-17 | 3 | -9/+518 |
| | |||||
* | *** empty log message *** | schmidt | 1997-05-15 | 1 | -1/+2 |
| | |||||
* | fixed? | jxh | 1997-05-13 | 1 | -1/+8 |
| | |||||
* | Changed from start to spawn for ACE_Process. | jxh | 1997-05-13 | 1 | -1/+1 |
| | |||||
* | Changes to use new ACE_Process stuff. | jxh | 1997-05-13 | 1 | -1/+1 |
| |