W3C CVS Root

CVS log for java/classes/org/w3c/jigsaw/http/httpd.java

[BACK] Up to [Public] / java / classes / org / w3c / jigsaw / http

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Jan 20 13:48:25 2015 UTC (9 years, 4 months ago) by ylafon
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +8 -9 lines
StringBuffer->StringBuilder

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:42:16 2013 UTC (10 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +9 -10 lines
generics + raw types + serializer

Revision 1.148: download - view: text, markup, annotated - select for diffs
Wed Oct 9 21:07:12 2013 UTC (10 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +7 -1 lines
ssl tuning through properties

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Jun 26 09:47:23 2012 UTC (11 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +6 -11 lines
more cleanup + use of HashMap and ConcurrentHashMap in the resource store

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jun 18 21:21:03 2012 UTC (11 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -4 lines
static refs, for each loops + tests clarified

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sat Jun 16 15:48:45 2012 UTC (11 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1388 -1381 lines
various updates, use of StringBuilder, for each loops, starting some generics, some optims, ipv6 patch for acls

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Sep 4 09:03:00 2008 UTC (15 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -3 lines
bumped to beta-2

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Sep 28 14:29:56 2007 UTC (16 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +4 -4 lines

Moved from int to long for ContentLength, to cope with 2G+ files.
It introduced lots of changes in the HTTp stack and cache, as well as
the logging system, everything seems to work properly.
Store serialization/deserialization was a bit trickier, Long is now
ensuring that the object is a Number instead of a Long to cope with
the Integer->Long change in the stores.

NOTE that those changes mark the beginning of the new 2.3 track starting
with this beta. hopefully is should be as stable as previously, but
nothing is granted :)

Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:21:01 2007 UTC (17 years, 1 month ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2, R_2_2_6_B0
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -3 lines
bumping version to 2.2.6

Revision 1.141: download - view: text, markup, annotated - select for diffs
Sun Feb 11 10:50:59 2007 UTC (17 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2 lines
unsafe call to avoid lock issues

Revision 1.140: download - view: text, markup, annotated - select for diffs
Wed Jun 8 12:56:35 2005 UTC (18 years, 11 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_5_B0
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +3 -3 lines
upgrade to 2.2.5

Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Aug 9 14:35:42 2004 UTC (19 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -2 lines
code reformatting

Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Feb 18 12:24:35 2004 UTC (20 years, 3 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_4_B0
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +3 -3 lines
bumped to 2.2.4

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Feb 2 11:59:51 2004 UTC (20 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +6 -3 lines
change the ordering or lookupState and LookupResult creation because of the
exception that can arise while parsing the URI.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Nov 27 12:38:43 2003 UTC (20 years, 6 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_3_B1
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +3 -3 lines
bumped revision to 2.2.3

Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:32:46 2003 UTC (21 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +22 -1 lines
added lenient parsing

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Jan 20 16:57:06 2003 UTC (21 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +41 -16 lines
fixed trace forwarding for a proxy reources

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Jan 8 12:40:36 2003 UTC (21 years, 4 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_2_B0
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +3 -3 lines
moved to v2.2.2

Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Sep 2 16:08:31 2002 UTC (21 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +11 -1 lines
added new option

Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Apr 8 09:10:44 2002 UTC (22 years, 1 month ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_1_B0
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -3 lines
version changed to 2.2.1

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Mar 21 16:51:17 2002 UTC (22 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +13 -2 lines
uncaugh errors are now displaying error reply
400 bad request, per:

	     We have a problem here, the error can be a configuration
	     or resource/extension problem, and it should be a
	     5xx error, or it is a client side error and it should be
	     a 4xx error, ex, try with "Authorization:" and it fails.
	     For now we will reply with a 400, but with a FIXME

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Mar 19 10:58:32 2002 UTC (22 years, 2 months ago) by cbournez
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -1 lines
Exception catched

Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Mar 18 19:16:31 2002 UTC (22 years, 2 months ago) by cbournez
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +15 -9 lines
Bug corrected: do not use "infilters" variable for exceptionFilters

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Jan 4 10:54:16 2002 UTC (22 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -2 lines
and another one ;)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Jan 4 10:53:47 2002 UTC (22 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +2 -2 lines
typo fixed

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Jan 4 10:52:50 2002 UTC (22 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +87 -25 lines
added a flag to avoir dsiplaying URL on error

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Mar 13 14:04:17 2001 UTC (23 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_0_B0
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
forgot the second entry for 2.2.0... done now

Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Mar 13 14:02:53 2001 UTC (23 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -2 lines
moved version to 2.2.0 as it will be relased RSN

Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Feb 14 14:31:50 2001 UTC (23 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
typo

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Feb 14 14:28:45 2001 UTC (23 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +4 -2 lines
set size to 0 according to rfc2616 9.2 for OPTIONS,
found in http://www.pms.informatik.uni-muenchen.de/lehre/seminar/html-metamorphosen/00ss/ausarbeitungen/HTTP/

Revision 1.96.2.10: download - view: text, markup, annotated - select for diffs
Tue Dec 19 23:12:38 2000 UTC (23 years, 5 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96.2.9: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.2.9: +20 -1 lines
updated TRACE

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Dec 14 20:41:39 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +23 -1 lines
trace is now done in the server directly (where it belongs, like OPTION *) todo, for body request

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Dec 6 21:31:31 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +3 -3 lines
typo again :)

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Dec 6 21:29:00 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
")" typo fixed

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Dec 6 21:26:46 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +5 -3 lines
added status of resource store manager

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Dec 6 20:58:28 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -3 lines
moved Status to org.w3c.util

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Sep 19 16:16:08 2000 UTC (23 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +9 -3 lines
now MimeFactory can be change

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Aug 16 21:37:41 2000 UTC (23 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +122 -69 lines
Fixed import statements and removed extra empty lines

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Aug 9 13:32:30 2000 UTC (23 years, 9 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_1_2_B0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +3 -3 lines
updated to 2.1.2

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Jul 7 13:45:38 2000 UTC (23 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2 lines
updated default max loaded stores to 128

Revision 1.96.2.9: download - view: text, markup, annotated - select for diffs
Tue Jul 4 08:53:49 2000 UTC (23 years, 10 months ago) by ylafon
Branches: rel-2-0
CVS tags: R_2_0_5_B1, R_2_0_5_B0
Diff to: previous 1.96.2.8: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.8: +3 -3 lines
upgraded to 2.0.5

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Jun 23 13:15:45 2000 UTC (23 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -2 lines
doc fix

Revision 1.96.2.8: download - view: text, markup, annotated - select for diffs
Wed Mar 22 16:51:29 2000 UTC (24 years, 2 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96.2.7: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.7: +2 -1 lines
typo fixed

Revision 1.96.2.7: download - view: text, markup, annotated - select for diffs
Wed Mar 22 16:48:45 2000 UTC (24 years, 2 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96.2.6: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.6: +6 -3 lines
small fix

Revision 1.96.2.6: download - view: text, markup, annotated - select for diffs
Wed Mar 22 16:24:43 2000 UTC (24 years, 2 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96.2.5: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.5: +15 -2 lines
new status of server (to be continued)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Mar 21 16:32:48 2000 UTC (24 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +15 -2 lines
added new way of doing stats (early step)

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Mar 6 10:06:32 2000 UTC (24 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_1_1_B0
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -3 lines
updated version number

Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Feb 24 10:54:11 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +71 -58 lines
fixed init of clones

Revision 1.107: download - view: text, markup, annotated - select for diffs
Wed Feb 16 10:04:30 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +14 -3 lines
Start of the server is now following this scheme
1/ init properties and server socket of all server
2/ do (if needed) any UNix relative action (like chroot, chown)
3/ actually start the server (
	init store managers
	init resources
	run the accept thread )

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Feb 11 13:20:01 2000 UTC (24 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +16 -1 lines
Servlet API 2.2

Revision 1.96.2.5: download - view: text, markup, annotated - select for diffs
Fri Feb 11 13:07:12 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.96.2.4: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.4: +16 -1 lines
Servlet API 2.2

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Feb 3 10:47:04 2000 UTC (24 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -2 lines
forced a cast for some buggy compilers, thanks to Dan Hansen to point this!

Revision 1.96.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 21 10:12:01 2000 UTC (24 years, 4 months ago) by ylafon
Branches: rel-2-0
CVS tags: R_2_0_4_B1, R_2_0_4_B0
Diff to: previous 1.96.2.3: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.3: +3 -3 lines
bumped version number to 2.0.4

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Jan 12 17:30:00 2000 UTC (24 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +34 -3 lines
preload feature

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Jan 12 14:20:10 2000 UTC (24 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
the shutdown() method now unregister the server from its serverhandlermanager

Revision 1.96.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 11 16:33:15 2000 UTC (24 years, 4 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.96.2.2: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.2: +34 -3 lines
servlet.properties

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Dec 10 17:10:36 1999 UTC (24 years, 5 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
cast removed

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Oct 12 12:23:00 1999 UTC (24 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
merged

Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 12 12:08:43 1999 UTC (24 years, 7 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96.2.1: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.1: +2 -2 lines
exception clarification (Runtime)

Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:09:15 1999 UTC (24 years, 8 months ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +14 -2 lines
merged by hand, damned cvs

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:05:40 1999 UTC (24 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +14 -2 lines
defhostip property added, you can now use IP as the defaut host name, if host is not set.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Sep 21 12:56:24 1999 UTC (24 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -7 lines
how stupid, getHostName will always return the right thing ;)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Sep 21 12:54:01 1999 UTC (24 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +7 -2 lines
stupid change, will revert asap ;)

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Sep 7 13:27:28 1999 UTC (24 years, 8 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_1_0_B4, R_2_1_0_B3
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +47 -4 lines
merged 2.1.0

Revision 1.93.2.4: download - view: text, markup, annotated - select for diffs
Wed Jul 28 13:55:16 1999 UTC (24 years, 10 months ago) by bmahe
Branches: rel-2-1
CVS tags: R_2_1_0_B2, R_2_1_0_B1, R_2_1_0_B0
Diff to: previous 1.93.2.3: preferred, colored; next MAIN 1.94: preferred, colored
Changes since revision 1.93.2.3: +3 -2 lines
good SERVER_SOFTWARE

Revision 1.93.2.3: download - view: text, markup, annotated - select for diffs
Wed Jul 28 13:43:24 1999 UTC (24 years, 10 months ago) by bmahe
Branches: rel-2-1
Diff to: previous 1.93.2.2: preferred, colored
Changes since revision 1.93.2.2: +36 -15 lines
auto upgrade

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jul 26 13:40:19 1999 UTC (24 years, 10 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_3_B0
Branch point for: rel-2-0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3 lines
bumped version number to 2.0.3

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Jul 23 07:25:38 1999 UTC (24 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
logging warning now tells you which server is not logging

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Jul 22 09:06:13 1999 UTC (24 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +23 -3 lines
logger change now works

Revision 1.93.2.2: download - view: text, markup, annotated - select for diffs
Wed Jul 21 14:32:32 1999 UTC (24 years, 10 months ago) by bmahe
Branches: rel-2-1
Diff to: previous 1.93.2.1: preferred, colored
Changes since revision 1.93.2.1: +2 -2 lines
version number 2.1.0

Revision 1.93.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 16 12:20:35 1999 UTC (24 years, 10 months ago) by bmahe
Branches: rel-2-1
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +10 -1 lines
Yeah, it works

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Jul 1 13:13:48 1999 UTC (24 years, 10 months ago) by ylafon
Branches: MAIN
Branch point for: rel-2-1
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +5 -3 lines
edit root is now the real root resource from the resource space mamager point
of view, and the root resource is taken from its store.
It avoids the duplicated resource problem found earlier, and some weird
problems. drawback, old configuration with a changed root (virtual hosts.
proxy and such) must be redone from scratch by removing all the stores
(rm stores/*)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Jun 7 12:35:12 1999 UTC (24 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +5 -1 lines
port change is now done the right way

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Jun 7 12:32:01 1999 UTC (24 years, 11 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +14 -1 lines
clean port restart

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed May 5 14:22:46 1999 UTC (25 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +4 -3 lines
port change is now allowed

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Mar 30 14:56:53 1999 UTC (25 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_2_B0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
software version

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Mar 30 14:54:11 1999 UTC (25 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
version changed to 2.0.2

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Mar 29 15:43:41 1999 UTC (25 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -2 lines
trace removed

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Feb 19 16:08:27 1999 UTC (25 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +7 -9 lines
javadoc fixes

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jan 18 14:23:56 1999 UTC (25 years, 4 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_1_B0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -3 lines
version 2.0.1

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Dec 24 10:13:29 1998 UTC (25 years, 5 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_0_B0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +72 -55 lines
W.Platzer changes for httpd clones
short term hack before the release, it must use shm and a new api to
do it in a beter way

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Dec 23 22:00:48 1998 UTC (25 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -3 lines
CVS crash recovery

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Dec 15 23:48:24 1998 UTC (25 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -2 lines
remove the possible throw of a NullPointerException in the factory
after the close.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Dec 15 19:17:04 1998 UTC (25 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +9 -3 lines
typo and debug flag added

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Dec 15 19:13:21 1998 UTC (25 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -1 lines
silently close socket if error occurs during the setTcpNoDelay.
It avoids eating file descriptors

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Dec 2 16:03:58 1998 UTC (25 years, 5 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +35 -3 lines
DELETE method implemented

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:59:33 1998 UTC (25 years, 8 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_beta_3
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
version change

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Aug 14 11:09:03 1998 UTC (25 years, 9 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +10 -4 lines
javadoc updated

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Jul 9 14:50:19 1998 UTC (25 years, 10 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_2_1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
version number

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jul 9 14:24:56 1998 UTC (25 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
hehop :) new version!

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Apr 28 14:09:40 1998 UTC (26 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +20 -3 lines
Fix a BIG bug in loadRoot in httpd

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Apr 6 09:55:12 1998 UTC (26 years, 1 month ago) by ylafon
Branches: MAIN
CVS tags: R_2_0_beta_1
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1777 -1755 lines
cosmetic changes + version number

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Mar 10 10:09:42 1998 UTC (26 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
added TRACE

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Mar 6 16:37:15 1998 UTC (26 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -1 lines
Now the GrepPutFilter verify that the target resource is putable before serching for a forbidden string

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Feb 23 11:01:15 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -3 lines
bug fix

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Feb 13 16:16:32 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -12 lines
remove the root store field in General properties

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Feb 13 14:02:41 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -1 lines
add some error messages

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Feb 13 13:27:18 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +56 -1 lines
Now able to start ChekpointResource with the control helper

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Feb 11 17:39:41 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +36 -18 lines
Max loaded stores configurable

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Feb 4 15:54:14 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -4 lines
nothing

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jan 27 15:24:21 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_alpha_1a, R_2_0_alpha_1, R_1_0_beta_2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -3 lines
modified store manager to use relative path

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 26 16:09:29 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
updated version name

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jan 26 13:22:30 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +6 -5 lines
ClientException and HTTPException replaced by ProtocolException and NotAProtocolException in tools/resources package and jigsaw/frames

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jan 23 10:09:13 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -55 lines
javadoc

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jan 22 14:04:00 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1772 -1754 lines
first commit for org.w3c...

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jan 14 10:50:37 1998 UTC (26 years, 4 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
nothing important

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Dec 12 10:09:40 1997 UTC (26 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +15 -12 lines
fixed content lenght on OPTION method

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Sep 1 07:48:09 1997 UTC (26 years, 8 months ago) by ylafon
Branches: MAIN
CVS tags: R_1_0_beta_1_1
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
modified version string

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jul 22 12:43:58 1997 UTC (26 years, 10 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_beta_1_0, R_1_0_beta_0_3, R_1_0_beta_0_2, R_1_0_beta_0_1, R_1_0_beta_0_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +30 -6 lines
- Will now check upgrade even if launched from ServerHandlerManager

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jul 21 13:11:12 1997 UTC (26 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
changed default version to 1.0beta

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 28 15:30:09 1997 UTC (27 years, 2 months ago) by abaird
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +79 -60 lines
- Fiexed filtering model, it should now have a cleaner semantics.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Mar 12 19:02:41 1997 UTC (27 years, 2 months ago) by abaird
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +65 -21 lines
HomeWork (upgraded filtering model), JigAdmin registerFilter

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Mar 12 10:50:27 1997 UTC (27 years, 2 months ago) by abaird
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +19 -5 lines
- Created the config resource for HTTP server
- Fixed PropertySets (no DONTSAVE falg in attributes)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Mar 7 12:48:32 1997 UTC (27 years, 2 months ago) by abaird
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +34 -13 lines
- Noop

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Feb 17 10:35:10 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
- Turns keep alive off (jumping to 1.1)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Feb 11 13:15:02 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha6_1, R_1_0_alpha6
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
- Typo in error message

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Feb 11 08:24:06 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
- Removed the SPACE_P property.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Feb 5 21:45:15 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
- Reduced default buffer size to 4k

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jan 31 13:20:10 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +8 -2 lines
- Better NotFound default message

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jan 28 10:32:48 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +12 -21 lines
- Fixed the performance bug (disable Nagle algorithm)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jan 24 12:00:29 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +15 -11 lines
- Changed HTTPResource::getURL to:
    URL HTTPResource::getURL(Request)
    String HTTPResource::getURLPath()
- Fixed a bug in unpickling filters

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 23 10:16:41 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- This is now version 1.0alpha5

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jan 22 18:08:47 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -5 lines
- Upgraded to new resourceSToreHolder interface

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jan 17 09:54:13 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
- Upgraded everything to w3c.tools.store. This really just means
  importing yet another packge, ie "import w3c.tools.store"

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jan 15 15:05:10 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +15 -5 lines
- Upgraded to latest version of ServerHandler

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 15 10:12:53 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +18 -5 lines
- Added a -config command line toggle
- Fixed a bug, that prevented upgrade from 1.0alpha3 to 1.0alpha4: the
  property file, when upgrading wasn't located properly.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 15 09:41:40 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
- Upgraded the version to 1.0alpha4

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jan 14 08:26:06 1997 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -1 lines
- Implements the getConfigResource method

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Dec 26 13:29:29 1996 UTC (27 years, 5 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_5
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +51 -12 lines
- Added some support for automatic upgrade.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:00:19 1996 UTC (27 years, 5 months ago) by abaird
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +24 -11 lines
- Now uses the createServerSocket method from the ClientFactoryt
  interface
- Added an errlogmsg(HTTPResource, String) errlog facility

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 5 13:20:10 1996 UTC (27 years, 5 months ago) by abaird
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +30 -9 lines
Added nodelay (disabling nagle algorithm) support (not implemented yet
though).

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Nov 29 16:09:01 1996 UTC (27 years, 6 months ago) by abaird
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +67 -167 lines
Property mangement change: the DaemonProperty is just used as a
property space, instaed of a flat set of properties.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Nov 25 17:26:42 1996 UTC (27 years, 6 months ago) by abaird
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +12 -31 lines
Various bug fixes.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 13 17:10:09 1996 UTC (27 years, 6 months ago) by abaird
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +19 -6 lines
Various bug fixes and enhancements, fix still pending on httpd, for
chroot.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Nov 12 14:16:55 1996 UTC (27 years, 6 months ago) by abaird
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +138 -5 lines
Added and implemented UNIX specific properties (should now be able to
run Jigsaw on port 80, chroot etc).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Nov 8 14:59:23 1996 UTC (27 years, 6 months ago) by abaird
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +54 -40 lines
Changed several things :-(

- Added a new property for the CLientFactory, which defaults to the
  old SocketClientFactory (try to be back-compatible)
- URLs don't contain the host any more

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 3 21:19:37 1996 UTC (27 years, 7 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_4_2, R_1_0_alpha_4_1, R_1_0_alpha_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +42 -7 lines
Added an w3c.jigsaw.dit.root property.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 1 18:45:02 1996 UTC (27 years, 7 months ago) by abaird
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -4 lines
- Support for 0-logging buffer size
- Added version string.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 30 19:59:00 1996 UTC (27 years, 7 months ago) by abaird
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +17 -13 lines
- Fixed PropertyMonitoring bugs.
- Added a version String.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 27 22:12:42 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -6 lines
The root resource can now be a simple HTTPResource (instead of a
ContainerResource).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Sep 25 14:16:00 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +44 -19 lines
Root resource can now change dynamically, will probably be removed.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Sep 19 13:52:47 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Using w3c.util.ObservableProperties now.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 13 19:54:49 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Created the Httpfactory, and updated dependencies.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 11 22:32:13 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +50 -3 lines
- Removed and fixed a numer of property names
- Added buffer in logger and property

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 7 01:23:08 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +9 -1 lines
Added Check Pointing capabilities

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Sep 6 20:43:31 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +39 -2 lines
Bug fixes

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 3 02:36:51 1996 UTC (27 years, 8 months ago) by abaird
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +39 -19 lines
Hollydays work

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 12 17:09:41 1996 UTC (27 years, 9 months ago) by abaird
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +63 -17 lines
Renaming Regitery into Registry

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Aug 9 22:45:40 1996 UTC (27 years, 9 months ago) by abaird
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +39 -8 lines
- Removed some traces
- Now really handles the Host header.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 9 15:02:50 1996 UTC (27 years, 9 months ago) by abaird
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +63 -9 lines
Various enhancements and bug fixes.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 7 21:42:15 1996 UTC (27 years, 9 months ago) by abaird
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -5 lines
FIxed a number of bugs.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 6 12:27:56 1996 UTC (27 years, 9 months ago) by abaird
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
A brand new ClientPool, tries to be more efficient then the last one.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 30 13:01:26 1996 UTC (27 years, 10 months ago) by abaird
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fixed the order in which outgoing filters are called.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 26 23:20:41 1996 UTC (27 years, 10 months ago) by abaird
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -4 lines
Another bg commit, trying to have an internal release

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 22 21:10:13 1996 UTC (27 years, 10 months ago) by abaird
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
Taken null filters into account

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jul 19 23:57:36 1996 UTC (27 years, 10 months ago) by abaird
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +254 -124 lines
Upgraded for the new internals.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 28 14:30:48 1996 UTC (28 years ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Raised the backlog queue to 128 (instead of the small default
value). This should probably be a property (but who will be able to
tune it anywhere).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 2 15:46:58 1996 UTC (28 years ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -2 lines
Doc changes

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 30 21:53:17 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Jigsaw now announces "Jigsaw/1.0a". This will be a property soon.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 29 23:58:09 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -2 lines
Support for the httpdStatistics object.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 23 19:16:53 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Changed some default property values.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 17 22:04:47 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +60 -10 lines
Corrected a bug at restart with properties. Depending on some flag,
restart will either reload the properties from file, or reuse the
(optinally edited) properties.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 12 20:55:54 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -6 lines
Various bug fixes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 10 13:44:57 1996 UTC (28 years, 1 month ago) by abaird
Branches: MAIN
Initial check in

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster