aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/URLStreamHandler.java
AgeCommit message (Expand)AuthorFilesLines
2003-11-262003-11-26 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+26
2003-11-26URLStreamHandler (parseUrl): Fixed URL parsing ('@' should be checked to dist...Guilhem Lavaux1-7/+25
2003-11-11URLStreamHandler.java (toExternalForm): Print port only if host is printed to...Michael Koch1-4/+6
2003-10-29Somehow this didnt got commited due to full hard disk.Michael Koch1-6/+2
2003-09-12URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey1-0/+4
2003-06-24URL.java: Renamed "handler" to "ph" in the whole file to match classpaths ver...Michael Koch1-2/+2
2003-06-202003-06-20 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+12
2003-06-08URLStreamHandler.java (sameFile): Fix port value comparison.Anthony Green1-1/+9
2003-03-07No changelog, just replaced one tabulator with some spacesMichael Koch1-1/+1
2003-03-032003-03-03 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+5
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew1-4/+29
2002-12-30URLStreamHandler.java (toExternalForm): Ignore port if zero or smaller.Mark Wielaard1-1/+1
2002-11-22URL.java: Merge with Classpath (partly).Mark Wielaard1-61/+157
2002-10-212002-10-11 Michael Koch <konqueror@gmx.de>Michael Koch1-6/+33
2002-10-102002-10-08 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+36
2002-10-032002-09-30 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+49
2002-09-252002-09-25 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+23
2002-09-252002-09-25 Michael Koch <konqueror@gmx.de>Michael Koch1-3/+42
2002-02-22URL.java (getPath): New JDK 1.3 method.Per Bothner1-8/+34
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner1-1/+1
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-06-03[multiple changes]Warren Levy1-27/+76
1999-04-15Makefile.am (ordinary_java_source_files): Added new Connection and Handler cl...Warren Levy1-1/+1
1999-04-07Initial revisionTom Tromey1-0/+107