aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj/protocol
AgeCommit message (Expand)AuthorFilesLines
2003-10-08Connection.java, [...]: Moved to gnu/java/net/protocol.Michael Koch12-1168/+0
2003-08-28Makefile.in: Rebuilt.Tom Tromey3-2/+86
2003-06-08URLStreamHandler.java (sameFile): Fix port value comparison.Anthony Green1-2/+8
2003-01-03Connection.java (proxyPort, [...]): New static fields.Joerg Brunsmann1-12/+47
2002-12-09Connection.java (getJarFile): download and cache remote jar files.Mark Wielaard1-12/+19
2002-08-23URLConnection.java, [...]: Added implementation of getHeaderFields().Michael Koch3-0/+47
2002-04-15Connection.java (usingProxy): return false.Mark Wielaard1-1/+1
2002-02-22Connection.java (conect): Open the input and/or output streams immediately he...Per Bothner1-13/+17
2001-09-30re PR libgcj/4383 (file: protocol not supported in URLConnection?)Bryce McKinlay2-1/+8
2001-09-19Fix null pointer bug.Anthony Green1-1/+2
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green4-0/+321
2000-08-10Connection.java (gotHeaders): Removed.Bryce McKinlay1-43/+41
2000-05-19Oops, typo in last change.Bryce McKinlay1-1/+1
2000-05-19From Gregory R. Warnes <warnes@biostat.washington.edu>:Bryce McKinlay1-1/+1
2000-04-21Handler.java (openConnection): Use `setURL', not `url.set'.Tom Tromey1-2/+2
2000-03-07All files: Updated copyright information.Tom Tromey6-6/+6
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey6-6/+6
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup2-0/+115
1999-04-15Makefile.am (ordinary_java_source_files): Added new Connection and Handler cl...Warren Levy3-0/+223
1999-04-07Initial revisionTom Tromey2-0/+320