CVS log for 2007/mobileok-ref/src/org/w3c/mwi/mobileok/basic/HTTPResource.java
Up to [Public] / 2007 / mobileok-ref / src / org / w3c / mwi / mobileok / basic
Request diff between arbitrary revisions
Default branch: 1
Revision 1.45 / (download) - annotate - [select for diffs]
, Thu Sep 25 09:02:26 2008 UTC (8 weeks, 2 days ago) by arionda
CVS Tags: HEAD
Changes since 1.44: +2 -1
lines
Diff to previous 1.44
(colored)
Changes related to Bug 6110 (CACHING 6)
Revision 1.44 / (download) - annotate - [select for diffs]
, Thu Aug 14 15:08:08 2008 UTC (3 months, 1 week ago) by dom
Changes since 1.43: +1 -0
lines
Diff to previous 1.43
(colored)
do not attempt redirect on non http protocol
Revision 1.43 / (download) - annotate - [select for diffs]
, Thu Aug 14 14:13:43 2008 UTC (3 months, 1 week ago) by dom
Changes since 1.42: +9 -6
lines
Diff to previous 1.42
(colored)
check if any authentication was provided before resending another request
Revision 1.42 / (download) - annotate - [select for diffs]
, Wed Jul 23 08:39:01 2008 UTC (4 months ago) by arionda
Changes since 1.41: +46 -43
lines
Diff to previous 1.41
(colored)
Fixed bug 5889
Revision 1.41 / (download) - annotate - [select for diffs]
, Fri Apr 4 23:53:50 2008 UTC (7 months, 2 weeks ago) by sowen
Changes since 1.40: +7 -10
lines
Diff to previous 1.40
(colored)
Code changes preparing for taking into account base href elements
Revision 1.40 / (download) - annotate - [select for diffs]
, Tue Apr 1 04:08:16 2008 UTC (7 months, 3 weeks ago) by sowen
Changes since 1.39: +20 -10
lines
Diff to previous 1.39
(colored)
Hacky solution to induce an error on malformed links, plus a few code tweaks and simplifications
Revision 1.39 / (download) - annotate - [select for diffs]
, Sun Mar 23 21:07:33 2008 UTC (8 months ago) by sowen
Changes since 1.38: +2 -2
lines
Diff to previous 1.38
(colored)
*** empty log message ***
Revision 1.38 / (download) - annotate - [select for diffs]
, Fri Mar 21 22:04:53 2008 UTC (8 months ago) by sowen
Changes since 1.37: +1 -1
lines
Diff to previous 1.37
(colored)
*** empty log message ***
Revision 1.37 / (download) - annotate - [select for diffs]
, Fri Mar 7 15:25:53 2008 UTC (8 months, 2 weeks ago) by sowen
Changes since 1.36: +37 -10
lines
Diff to previous 1.36
(colored)
*** empty log message ***
Revision 1.36 / (download) - annotate - [select for diffs]
, Tue Feb 26 03:25:31 2008 UTC (8 months, 3 weeks ago) by sowen
Changes since 1.35: +2 -1
lines
Diff to previous 1.35
(colored)
Fix deprecation
Revision 1.35 / (download) - annotate - [select for diffs]
, Wed Feb 6 16:37:00 2008 UTC (9 months, 2 weeks ago) by arionda
CVS Tags: v1-0-beta
Changes since 1.34: +1 -2
lines
Diff to previous 1.34
(colored)
HTTPS warnings management
Revision 1.34 / (download) - annotate - [select for diffs]
, Wed Jan 30 22:05:50 2008 UTC (9 months, 3 weeks ago) by sowen
Changes since 1.33: +17 -12
lines
Diff to previous 1.33
(colored)
Wrap some common URI-related exceptions in TestException
Revision 1.33 / (download) - annotate - [select for diffs]
, Wed Jan 30 16:32:31 2008 UTC (9 months, 3 weeks ago) by arionda
Changes since 1.32: +5 -1
lines
Diff to previous 1.32
(colored)
Manage more HTTPClient exceptions as HTTP_RESPONSE_1 erros
Revision 1.32 / (download) - annotate - [select for diffs]
, Thu Jan 17 21:14:12 2008 UTC (10 months ago) by sowen
Changes since 1.31: +14 -21
lines
Diff to previous 1.31
(colored)
Commit modified version of EasySSLProtocolSocketFactory from httpclient contrib to get build up
Revision 1.31 / (download) - annotate - [select for diffs]
, Thu Jan 17 13:45:35 2008 UTC (10 months ago) by arionda
Changes since 1.30: +132 -43
lines
Diff to previous 1.30
(colored)
added basic authentication and partially HTTPS errros checking
Revision 1.30 / (download) - annotate - [select for diffs]
, Fri Jan 4 20:47:25 2008 UTC (10 months, 2 weeks ago) by sowen
Changes since 1.29: +15 -15
lines
Diff to previous 1.29
(colored)
Non-absolute URIs were not quite resolving correctly -- fixed
Revision 1.29 / (download) - annotate - [select for diffs]
, Fri Jan 4 17:11:41 2008 UTC (10 months, 2 weeks ago) by sowen
Changes since 1.28: +1 -1
lines
Diff to previous 1.28
(colored)
Small bug fix in CachingTest -- error when URL had no protocol
Revision 1.28 / (download) - annotate - [select for diffs]
, Tue Dec 18 23:45:20 2007 UTC (11 months ago) by sowen
Changes since 1.27: +3 -2
lines
Diff to previous 1.27
(colored)
Bug fix in host name processing, avoid some NPEs
Revision 1.27 / (download) - annotate - [select for diffs]
, Tue Dec 18 00:42:22 2007 UTC (11 months ago) by sowen
Changes since 1.26: +14 -1
lines
Diff to previous 1.26
(colored)
Improved handling of URLs without protocol
Revision 1.26 / (download) - annotate - [select for diffs]
, Fri Nov 23 21:13:36 2007 UTC (12 months ago) by sowen
Changes since 1.25: +1 -1
lines
Diff to previous 1.25
(colored)
Fixed base URI issue: need to use last URI after redirects. Also improved handling of non http:// links and tweaked some code style issues
Revision 1.25 / (download) - annotate - [select for diffs]
, Thu Nov 8 02:05:47 2007 UTC (12 months, 2 weeks ago) by sowen
Changes since 1.24: +26 -8
lines
Diff to previous 1.24
(colored)
Add support for HTTP proxies
Revision 1.24 / (download) - annotate - [select for diffs]
, Wed Oct 17 23:57:06 2007 UTC (13 months ago) by sowen
Changes since 1.23: +23 -19
lines
Diff to previous 1.23
(colored)
Fix a few NPEs, and rewrite some of HttpRedirect to handle unknown hosts more reasonably
Revision 1.23 / (download) - annotate - [select for diffs]
, Mon Oct 15 23:48:08 2007 UTC (13 months, 1 week ago) by sowen
CVS Tags: v1_0-alpha
Changes since 1.22: +8 -0
lines
Diff to previous 1.22
(colored)
Add ability to override request headers
Revision 1.22 / (download) - annotate - [select for diffs]
, Sat Oct 13 19:46:40 2007 UTC (13 months, 1 week ago) by sowen
Changes since 1.21: +15 -23
lines
Diff to previous 1.21
(colored)
Use HTTP Client 3.1 final and improve usage
Revision 1.21 / (download) - annotate - [select for diffs]
, Tue Sep 11 09:50:23 2007 UTC (14 months, 1 week ago) by dom
Changes since 1.20: +2 -2
lines
Diff to previous 1.20
(colored)
applied to other date format strings
Revision 1.20 / (download) - annotate - [select for diffs]
, Mon Sep 10 13:53:45 2007 UTC (14 months, 1 week ago) by dom
Changes since 1.19: +2 -1
lines
Diff to previous 1.19
(colored)
make sure that HTTP date header parsing is done with US locale
Revision 1.19 / (download) - annotate - [select for diffs]
, Sat Sep 8 14:38:03 2007 UTC (14 months, 2 weeks ago) by sowen
Changes since 1.18: +1 -6
lines
Diff to previous 1.18
(colored)
Code style cleanup and tweaks
Revision 1.18 / (download) - annotate - [select for diffs]
, Fri Jul 6 21:43:57 2007 UTC (16 months, 2 weeks ago) by lholmes
Changes since 1.17: +2 -2
lines
Diff to previous 1.17
(colored)
Added AutoRefreshRedirection, GraphicsForSpacing, and ImagesResizingAndImagesSpecifySize tests
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon Jul 2 07:35:35 2007 UTC (16 months, 3 weeks ago) by dom
Changes since 1.16: +1 -1
lines
Diff to previous 1.16
(colored)
copyright to ERCIM, not INRIA
Revision 1.16 / (download) - annotate - [select for diffs]
, Sun Jul 1 16:59:43 2007 UTC (16 months, 3 weeks ago) by sowen
Changes since 1.15: +8 -9
lines
Diff to previous 1.15
(colored)
*** empty log message ***
Revision 1.15 / (download) - annotate - [select for diffs]
, Fri Jun 29 22:42:04 2007 UTC (16 months, 3 weeks ago) by lholmes
Changes since 1.14: +11 -1
lines
Diff to previous 1.14
(colored)
Finished initial, complete implementation of CachingTest
Revision 1.14 / (download) - annotate - [select for diffs]
, Sat Jun 16 22:02:44 2007 UTC (17 months, 1 week ago) by sowen
Changes since 1.13: +26 -80
lines
Diff to previous 1.13
(colored)
Added more fine-grained support for decoding body -- tries to tidy UTF-8 and accomodate other encodings
Revision 1.13 / (download) - annotate - [select for diffs]
, Sat Jun 16 20:52:26 2007 UTC (17 months, 1 week ago) by sowen
Changes since 1.12: +19 -47
lines
Diff to previous 1.12
(colored)
*** empty log message ***
Revision 1.12 / (download) - annotate - [select for diffs]
, Mon Jun 4 06:29:24 2007 UTC (17 months, 2 weeks ago) by sowen
Changes since 1.11: +18 -28
lines
Diff to previous 1.11
(colored)
*** empty log message ***
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon May 28 14:35:10 2007 UTC (17 months, 3 weeks ago) by JoRabin
Changes since 1.10: +3 -3
lines
Diff to previous 1.10
(colored)
hopefully retrofit changes from Sean in previous rev
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon May 28 14:10:01 2007 UTC (17 months, 3 weeks ago) by JoRabin
Changes since 1.9: +194 -136
lines
Diff to previous 1.9
(colored)
lots of changes, including adding utf-8 validation, redirect handling and so on
Revision 1.9 / (download) - annotate - [select for diffs]
, Sat May 26 02:06:45 2007 UTC (17 months, 4 weeks ago) by sowen
Changes since 1.8: +6 -100
lines
Diff to previous 1.8
(colored)
*** empty log message ***
Revision 1.8 / (download) - annotate - [select for diffs]
, Fri May 25 10:33:33 2007 UTC (17 months, 4 weeks ago) by JoRabin
Changes since 1.7: +58 -14
lines
Diff to previous 1.7
(colored)
Updated for raw Headers (temporary fix)
New moki HTTP header format
New normalization and parsing rule
And some misc changes/fixes
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri May 25 00:10:27 2007 UTC (18 months ago) by sowen
Changes since 1.6: +1 -1
lines
Diff to previous 1.6
(colored)
Updated User-Agent
Revision 1.6 / (download) - annotate - [select for diffs]
, Tue May 22 08:42:22 2007 UTC (18 months ago) by JoRabin
Changes since 1.5: +5 -0
lines
Diff to previous 1.5
(colored)
Inhibited Cookies
Inhibited Retries
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri May 18 06:11:06 2007 UTC (18 months, 1 week ago) by sowen
Changes since 1.4: +11 -1
lines
Diff to previous 1.4
(colored)
Fixed stylehseets
Revision 1.4 / (download) - annotate - [select for diffs]
, Tue May 15 06:08:00 2007 UTC (18 months, 1 week ago) by sowen
Changes since 1.3: +47 -22
lines
Diff to previous 1.3
(colored)
More work on CachingTest and an implementation of AutoRefreshRedirectionTest, plus more refactoring and additions to common code
Revision 1.3 / (download) - annotate - [select for diffs]
, Mon Apr 30 01:26:01 2007 UTC (18 months, 3 weeks ago) by sowen
Changes since 1.2: +24 -15
lines
Diff to previous 1.2
(colored)
4/29 update from Sean
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Apr 18 06:40:25 2007 UTC (19 months ago) by sowen
Changes since 1.1: +19 -22
lines
Diff to previous 1.1
(colored)
Next cut at source code experiments, looking ahead to milestone 1. Includes tests, refactoring to incorporate the preprocessor abstraction, CSS/JPPEG parsing, more
Revision 1.1 / (download) - annotate - [select for diffs]
, Fri Mar 2 14:23:50 2007 UTC (20 months, 3 weeks ago) by dom
Diff
draft of test framework provided by sean - up for review only
This form allows you to request diff's 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.
Webmaster