W3C CVS Root

CVS log for java/classes/org/w3c/amaya/HTTPRequest.java

[BACK] Up to [Public] / java / classes / org / w3c / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 29 17:17:44 1998 UTC (26 years, 4 months ago) by lehors
Branches: MAIN
CVS tags: rel-2-2, R_2_0_beta_3, R_2_0_beta_2_1, R_2_0_beta_1, R_2_0_alpha_1a, R_2_0_alpha_1, R_1_0_beta_2, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
packages are now in org.w3c.*

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 14 00:48:33 1997 UTC (26 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +167 -54 lines
Improved documentation, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 21 09:42:32 1997 UTC (26 years, 9 months ago) by veillard
Branches: MAIN
CVS tags: R_1_0_beta_1_1, R_1_0_beta_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -7 lines
Updated to the New tree (moved under w3c.amaya). Added the support for
Link in HTTP headers, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 18 12:08:45 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -1 lines
Cleaned the event loop when running with Java, may help using plugins.
Updated to latest Jigsaw code for HTTP accesses.
Implemented basic support for Link: in HTTP headers, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 26 13:08:00 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -2 lines
Cleaned up some 32/64 bit issues, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 25 08:11:34 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -4 lines
Finished cleaning for HTTP accesses with Java 1.1.1, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 25 07:17:27 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -50 lines
More cleaning in Java object content accesses, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 24 15:37:57 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +66 -0 lines
Provided a safer way to access Java objects content from C, Daniel.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 23 15:23:12 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
Worked on the JDK-1.1.1 interface, Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 22 15:37:38 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +15 -8 lines
Problems remaining with java-1.1.1, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jun 22 12:24:48 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +43 -0 lines
Bugbusting on Java 1.1.1 continues, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 21 13:39:25 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +47 -28 lines
First steps toward Kaffe-0.9.0 and JDK-1.1.1, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 28 12:09:19 1997 UTC (27 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -0 lines
Corrected problem with PUT, moved pointers to Java long type, moved
*APP.c files to the binary directory, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 21 19:25:42 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -3 lines
Added support for POST method, moved to Kaffe-0.8.3, corrected a
few bugs, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 20 19:14:07 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Bugbusting on Java/HTTP, internals, locks, deadlocks, Daniel.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 19 14:48:09 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Improvements on Kaffe, non-blocking DNS using external process, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 17 16:09:26 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -0 lines
Improvements on the Java/HTTP side, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:07:20 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -4 lines
First steps towad an Amaya API. More on the Java stuff.
Integrated patches from Eric Paire (OSF) on dialogapi, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 12 14:06:38 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +23 -4 lines
Big update on the Java/Http side, seems stable now, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 5 07:33:18 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
First step toward new JAVA 1.1 Interface, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 4 10:59:29 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
intermediate version, bug left, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 28 11:48:45 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +21 -14 lines
More improvements on the Java stuff, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 27 17:56:50 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +38 -3 lines
Use of a Thread Pool for HTTP Requests, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 26 19:23:10 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -28 lines
New version of Java 's WWW Amaya accesses, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 26 12:15:34 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Updated for WWW accesses, Daniel.

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