Matthew Flatt
|
9af00fcfb4
|
v4.0.2.4: logging
svn: r10818
|
2008-07-17 15:20:17 +00:00 |
|
Eli Barzilay
|
0d41afdb6d
|
reformatting
svn: r9853
|
2008-05-15 16:55:15 +00:00 |
|
Matthew Flatt
|
931d93ba2f
|
Scribble support for redirecting external links and re-rooting corss-reference paths
svn: r9448
|
2008-04-24 02:37:47 +00:00 |
|
Matthew Flatt
|
2dc02d81fe
|
net/url and tests fixes for windows
svn: r9249
|
2008-04-11 01:12:01 +00:00 |
|
Matthew Flatt
|
0153e122b7
|
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
svn: r9239
|
2008-04-10 19:05:35 +00:00 |
|
Eli Barzilay
|
b1a08edd5a
|
use new require specs in many places
svn: r8774
|
2008-02-23 09:42:03 +00:00 |
|
Matthew Flatt
|
39cedb62ed
|
v3.99.0.2
svn: r7706
|
2007-11-13 12:40:00 +00:00 |
|
Eli Barzilay
|
091e7c0673
|
removed redundant check
svn: r6198
|
2007-05-10 23:23:47 +00:00 |
|
Eli Barzilay
|
3098287803
|
better regexp use
svn: r6057
|
2007-04-27 04:22:21 +00:00 |
|
Eli Barzilay
|
2d6c871b6a
|
misc code improvements
svn: r5968
|
2007-04-17 21:10:56 +00:00 |
|
Eli Barzilay
|
e885e79295
|
URL parsing is closer to the RFC now
svn: r5965
|
2007-04-17 11:56:20 +00:00 |
|
Eli Barzilay
|
4d6cc0f2b4
|
better error message when the scheme is bad, don't parse some more characters as part of a scheme part
svn: r5957
|
2007-04-16 21:35:59 +00:00 |
|
Eli Barzilay
|
19c33a8e2a
|
no need for string->immutable-string when creating exceptions
svn: r5372
|
2007-01-17 01:18:50 +00:00 |
|
Jens Axel Soegaard
|
2589d4fc0d
|
Added
head-pure-port, delete-pure-port, put-pure-port,
head-impure-port, delete-impure-port, put-impure-port
to (lib "url.ss" "net").
Updated doc.txt.
svn: r5317
|
2007-01-11 23:57:01 +00:00 |
|
Eli Barzilay
|
ff2769ad95
|
typo
svn: r5247
|
2007-01-07 20:14:16 +00:00 |
|
Eli Barzilay
|
9984b48d88
|
parse url schemes properly (some test reformatting)
svn: r5241
|
2007-01-07 09:09:27 +00:00 |
|
Eli Barzilay
|
f17f7bc479
|
formatting etc
svn: r5045
|
2006-12-06 21:23:38 +00:00 |
|
Eli Barzilay
|
3459c3a58f
|
merged units branch
svn: r5033
|
2006-12-05 20:31:14 +00:00 |
|
Jay McCarthy
|
4ef5d8acd5
|
PR 8376 - Adding https 'support' to url-unit.ss
svn: r4802
|
2006-11-07 21:55:41 +00:00 |
|
Eli Barzilay
|
d5294823a2
|
url-port can be #f when no port is specified
svn: r3802
|
2006-07-25 06:49:41 +00:00 |
|
Eli Barzilay
|
c6fbade5d3
|
minor improvements, mostly formatting
svn: r3745
|
2006-07-17 20:26:55 +00:00 |
|
Eli Barzilay
|
96034746fc
|
Fixed (and improved) `http://getpost-impure-port' to show the port in
the Host header if it's not the default.
svn: r3744
|
2006-07-17 20:06:52 +00:00 |
|
Eli Barzilay
|
ce92ae725a
|
Tests for different file:// parsing of URLs
svn: r3111
|
2006-05-29 18:13:33 +00:00 |
|
Eli Barzilay
|
25c32fd6f0
|
revert to allowing empty ports, but change the parsing for "file://x:/..." on windows so "x:/..." is the path
svn: r3107
|
2006-05-29 15:47:40 +00:00 |
|
Eli Barzilay
|
f9c7a1dd6e
|
fix reference for file:// urls (see PR8060)
svn: r3098
|
2006-05-28 22:35:16 +00:00 |
|
Eli Barzilay
|
8593839057
|
parse a port only if there are digits after the colon (see PR8060)
svn: r3097
|
2006-05-28 21:35:23 +00:00 |
|
Eli Barzilay
|
28822a155d
|
more formatting, better regexp use
svn: r3096
|
2006-05-28 19:35:25 +00:00 |
|
Eli Barzilay
|
e73d32b07d
|
make separate-path-strings even cleaner
svn: r3091
|
2006-05-28 02:46:57 +00:00 |
|
Eli Barzilay
|
6207c0fa5e
|
make separate-path-strings use regexp-split, minor formatting
svn: r3090
|
2006-05-28 02:28:46 +00:00 |
|
Robby Findler
|
aa5d3f7378
|
fixed up file: urls and fixed a bug in the parsing of urls with empty string host names
svn: r1779
|
2006-01-07 03:25:26 +00:00 |
|
Robby Findler
|
c6992e0307
|
fixed url code in various ways
svn: r1752
|
2006-01-03 14:02:25 +00:00 |
|
Matthew Flatt
|
b41c9de014
|
fixed processing of file: URLs to not assume Unix conventions and to distinguish relative and absolute paths
svn: r1463
|
2005-12-01 20:07:04 +00:00 |
|
Jay McCarthy
|
8572e70968
|
PR7576
svn: r833
|
2005-09-11 17:43:23 +00:00 |
|
Robby Findler
|
5072476095
|
fixed code that relied on broken behavior of provide/contract
svn: r383
|
2005-07-16 14:03:55 +00:00 |
|
Eli Barzilay
|
017d151d59
|
Adding collects, with all the right properties (except eoln-style).
svn: r3
|
2005-05-27 18:56:37 +00:00 |
|