root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1122 [1122] 10/03/08 21:46:01 kris fixed keepalive/isManaged conflict
(edit) @1121 [1121] 09/06/08 17:06:20 kris added support for pipelined responses
(edit) @1120 [1120] 08/28/08 19:13:44 kris output header construction is now in a separate buffer in order to avoid …
(edit) @1119 [1119] 08/23/08 20:56:37 kris added keep-alive and read-timeout configuration
(edit) @1118 [1118] 08/05/08 02:50:46 kris moved Conduit and friends into tango.io.device in an effort to bring …
(edit) @1117 [1117] 08/05/08 02:48:07 kris moved Conduit and friends into tango.io.device in an effort to bring …
(edit) @1116 [1116] 07/20/08 19:14:31 kris fixed copyFile() signature
(edit) @1115 [1115] 07/10/08 01:05:51 kris fixed cacheFile() returns
(edit) @1114 [1114] 07/04/08 23:36:17 kris fixed some warnings
(edit) @1113 [1113] 06/29/08 17:15:57 kris added initial support for "Keep-Alive:timeout"
(edit) @1112 [1112] 06/29/08 16:45:04 kris more code cleanup
(edit) @1111 [1111] 06/29/08 16:44:40 kris more code cleanup
(edit) @1110 [1110] 06/29/08 16:43:58 kris cleaned up the try/catch in file handling
(edit) @1109 [1109] 06/29/08 13:37:33 kris added keepalive support, and exposed the logger from Context
(edit) @1108 [1108] 06/27/08 22:57:18 kris fixed bogus '/' append to paths
(edit) @1107 [1107] 06/27/08 21:41:23 kris fixed warnings
(edit) @1106 [1106] 06/27/08 16:34:08 kris all kinds of goodies :)
(edit) @1105 [1105] 06/26/08 16:42:46 kris added some comments
(edit) @1104 [1104] 06/26/08 02:05:39 kris added support for a file cache (model), and a very simple implementation
(edit) @1103 [1103] 06/25/08 19:36:31 kris added text/css
(edit) @1102 [1102] 06/23/08 22:02:51 kris added support for a reserved per-thread workspace. Useful for customizing …
(edit) @1101 [1101] 06/21/08 23:56:21 kris some more cleanup
(edit) @1100 [1100] 06/19/08 23:20:57 kris some more cleanup
(edit) @1099 [1099] 06/19/08 23:20:02 kris updated AdminServlet? usage
(edit) @1098 [1098] 06/19/08 19:29:17 kris removed old cruft
(edit) @1097 [1097] 06/19/08 16:42:40 kris made some methods more efficient
(edit) @1096 [1096] 06/19/08 15:07:39 kris Changed metrics again
(edit) @1095 [1095] 06/19/08 15:06:43 kris moved around some support for keepalive and other goodies. …
(edit) @1094 [1094] 06/17/08 22:35:02 kris fixed typo
(edit) @1093 [1093] 06/17/08 22:07:14 kris added log info for servlet mapping
(edit) @1092 [1092] 06/16/08 21:36:22 kris moved closure of the connected socket from HttpBridge? to HttpServer?
(edit) @1091 [1091] 06/16/08 21:35:08 kris exposed the configured logger instance
(edit) @1090 [1090] 06/16/08 21:34:45 kris added more mime types
(edit) @1089 [1089] 06/13/08 16:31:33 kris removed support for lazy delegates, since their usage is just too awkward
(edit) @1088 [1088] 06/12/08 01:00:39 kris added a cookie servlet, to set a test cookie
(edit) @1087 [1087] 06/11/08 17:43:45 kris exposed the response-code from IServletResponse, and added better failure …
(edit) @1086 [1086] 06/11/08 16:57:41 kris better way to handle unknown methods
(edit) @1085 [1085] 06/11/08 16:38:01 kris fixed issue with unhandled method requests
(edit) @1084 [1084] 06/11/08 15:08:57 kris added a GetServlet?, which uses the query string to indicate which method …
(edit) @1083 [1083] 06/10/08 19:52:39 kris added checks for partial requests, incoming over a period of time -- such …
(edit) @1082 [1082] 06/08/08 01:09:33 kris now using maximum-width formatting for log output
(edit) @1081 [1081] 06/07/08 23:17:51 kris reordered log outputs
(edit) @1080 [1080] 06/07/08 22:39:12 kris increased the log-buffer size
(edit) @1079 [1079] 06/07/08 21:16:46 kris updated to ServletProvider? revisions
(edit) @1078 [1078] 06/07/08 21:16:14 kris added a name() and toString() to Servlet, removed unused hashmap from …
(edit) @1077 [1077] 06/07/08 21:11:41 kris fixed imports
(edit) @1076 [1076] 06/07/08 20:21:32 kris replaced AdminContext? with AdminServlet?.configure()
(edit) @1075 [1075] 06/07/08 20:20:54 kris disallow empty labels for logger instances
(edit) @1074 [1074] 06/07/08 20:20:15 kris updated to AdminServlet? changes
(edit) @1073 [1073] 06/07/08 19:37:37 kris adjusted exception handling, and added metrics support to Servlet
(edit) @1072 [1072] 06/07/08 19:36:59 kris added path() method
(edit) @1071 [1071] 06/07/08 15:49:36 kris fixed incorrect Admin logger name
(edit) @1070 [1070] 06/07/08 15:25:53 kris adjusted root name
(edit) @1069 [1069] 06/05/08 04:19:51 kris Added better support for logging
(edit) @1068 [1068] 06/05/08 04:19:24 kris updated to revised ServletProvider?
(edit) @1067 [1067] 06/05/08 02:37:12 kris upped the max threads
(edit) @1066 [1066] 06/03/08 16:08:35 kris updated per GrowBuffer? changes to Tango
(edit) @1065 [1065] 05/12/08 11:06:30 larsivi Apparently Tango compatible Mango is in the 3.0 version range
(edit) @1064 [1064] 05/12/08 10:53:20 larsivi Change log import to work with Tango trunk, closes #34, thanks ShadowIce?
(edit) @1063 [1063] 05/12/08 10:51:45 larsivi Tagging version that should be compatible with Tango 0.99.6
(edit) @1062 [1062] 05/04/08 19:49:27 kris updated for tango.util.log changes
(edit) @1061 [1061] 05/04/08 19:49:04 kris updated for tango.util.log changes
(edit) @1060 [1060] 02/28/08 03:40:42 Nietsnie Changed the documentation and copyright header
(edit) @1059 [1059] 02/28/08 03:31:51 Nietsnie -Added the counterpart to HttpServer?, SSLServer. -Modified HttpResponse? so …
(edit) @1058 [1058] 02/23/08 04:53:11 kris removed bogus imports
(edit) @1057 [1057] 02/20/08 22:10:58 kris now with a better response
(edit) @1056 [1056] 02/14/08 20:12:16 keinfarbton Fix compile error due to tango rev 3145
(edit) @1055 [1055] 02/10/08 16:12:55 teqdruid Forgot about the other encoding cases for exception
(edit) @1054 [1054] 02/10/08 15:39:15 teqdruid Fix for #31
(edit) @1053 [1053] 12/08/07 01:17:50 kris * moved package tango.util.time to tango.time
(edit) @1052 [1052] 12/07/07 23:48:08 kris * moved package tango.util.time to tango.time
(edit) @1051 [1051] 12/07/07 02:36:55 kris reverted a bogus toUtf8() change
(edit) @1050 [1050] 12/06/07 00:30:28 kris updated to Time changes
(edit) @1049 [1049] 11/23/07 20:36:34 kris updates required for DateTime? changes. This sucks, because now some …
(edit) @1048 [1048] 11/23/07 17:28:19 kris toString changes
(edit) @1047 [1047] 11/23/07 16:18:49 kris changes for toUtf8/toString
(edit) @1046 [1046] 11/10/07 19:42:39 kris whoops - forgot that UText was wchar
(edit) @1045 [1045] 11/10/07 00:17:49 kris fixes #27 Thanks to aaronc for the patches
(edit) @1044 [1044] 11/05/07 23:41:40 teqdruid Fix for #29 as well as moving an inside function to outside, to avoid …
(edit) @1043 [1043] 10/29/07 17:30:59 teqdruid Fix for at least part of #28
(edit) @1042 [1042] 10/03/07 03:52:43 kris updated for impending deprecation of buffer.conduit()
(edit) @1041 [1041] 09/16/07 22:54:25 teqdruid Fixed #25
(edit) @1040 [1040] 09/16/07 14:15:28 teqdruid Fix for #24 thanks to keinfarbton
(edit) @1039 [1039] 08/30/07 01:45:37 kris disconnect() renamed detach()
(edit) @1038 [1038] 08/25/07 14:25:20 teqdruid Fixed the bug that Scott found. I suspect the EOF bug was related, but I …
(edit) @1037 [1037] 08/20/07 00:58:56 kris changes for the commit/dispose/close issue: - conduit.close() now renamed …
(edit) @1036 [1036] 08/17/07 21:57:15 kris ach, too many .ptr changes
(edit) @1035 [1035] 08/17/07 21:55:32 kris fixed a couple of missing .ptr
(edit) @1034 [1034] 08/15/07 01:50:33 kris updated to use Tango definition of IMessage
(edit) @1033 [1033] 07/30/07 05:23:44 kris cluster has been moved to tango instead
(edit) @1032 [1032] 07/24/07 15:18:19 teqdruid Finally updated SAX parser to use streams
(edit) @1031 [1031] 07/10/07 02:30:57 kris inhibited an error message for non-cache clients
(edit) @1030 [1030] 07/08/07 06:26:21 kris now testing for app halt on socket error
(edit) @1029 [1029] 07/08/07 00:00:42 kris removed unused argument
(edit) @1028 [1028] 07/07/07 23:36:30 kris cache server now supports AddIf? replies
(edit) @1027 [1027] 07/07/07 23:26:29 kris update to use AA instead of HashMap?, use IMessage everywhere, add support …
(edit) @1026 [1026] 07/03/07 02:32:26 kris Changed log.Configurator to be a module-ctor. Just import the module to …
(edit) @1025 [1025] 07/03/07 02:32:04 kris Changed log.Configurator to be a module-ctor. Just import the module to …
(edit) @1024 [1024] 06/25/07 20:42:45 kris added more error info
(edit) @1023 [1023] 06/25/07 19:37:20 kris doc
Note: See TracRevisionLog for help on using the revision log.