index
:
delta/classpath.git
ASM
Classpathx
JSR166
NATIVE-LAYER
classpath-0_90-branch
classpath-0_91-branch
classpath-0_92-branch
classpath-0_93-branch
classpath-0_95-branch
classpath-0_97-release-branch
classpath-0_99-release-branch
compiler-support
gbenson-calendar-branch
generics-branch
gtk3
indy
jessie-nio
master
ssl-nio-branch
git.savannah.gnu.org: git/classpath.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
net
/
URLConnection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalise whitespace.
Andrew John Hughes
2010-06-03
1
-28
/
+28
*
2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
Andrew John Hughes
2006-12-10
1
-4
/
+5
*
* gnu/java/net/protocol/http/HTTPConnection.java (imports): Add
David Daney
2006-12-08
1
-7
/
+50
*
* configure.ac: Check for magic.h and -lmagic.
Tom Tromey
2006-05-27
1
-5
/
+5
*
2006-05-12 Sven de Marothy <sven@physto.se>
Sven de Marothy
2006-05-12
1
-0
/
+37
*
* java/util/InvalidPropertiesFormatException.java
Tom Tromey
2006-04-07
1
-1
/
+0
*
* java/net/MimeTypeMapper.java (MimeTypeMapper): Look for system
Tom Tromey
2006-04-05
1
-31
/
+67
*
* java/net/URLConnection.java (getContent(Class[])): Implemented.
Tom Tromey
2006-03-23
1
-5
/
+8
*
* doc/hacking.texinfo (Source Code Style Guide): Mention
Tom Tromey
2006-03-22
1
-1
/
+4
*
2006-03-06 Wolfgang Baer <WBaer@gmx.de>
Wolfgang Baer
2006-03-06
1
-19
/
+23
*
2006-02-09 Wolfgang Baer <WBaer@gmx.de>
Wolfgang Baer
2006-02-09
1
-1
/
+4
*
* java/net/URLConnection.java (setDoInput): Javadoc fix.
Tom Tromey
2005-09-29
1
-4
/
+4
*
* all files: Update for new FSF address.
Mark Wielaard
2005-07-02
1
-2
/
+2
*
2004-11-21 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-11-21
1
-0
/
+4
*
* java/net/URLConnection.java (setFileNameMap): Now synchronized.
Tom Tromey
2004-09-28
1
-1
/
+1
*
2004-09-28 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-09-28
1
-51
/
+66
*
Fixes bug #8991.
Mark Wielaard
2004-09-09
1
-24
/
+38
*
2004-07-21 Bryce McKinlay <mckinlay@redhat.com>
Bryce McKinlay
2004-07-22
1
-14
/
+21
*
* java/net/URLStreamHandler.java (toExternalForm): Removed
Tom Tromey
2004-04-23
1
-1
/
+0
*
2004-04-23 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-04-23
1
-0
/
+1
*
2004-04-17 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-04-17
1
-1
/
+1
*
2004-04-09 Jeroen Frijters <jeroen@frijters.net>
Jeroen Frijters
2004-04-09
1
-1
/
+1
*
2004-04-08 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-04-08
1
-90
/
+93
*
2004-02-27 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-02-27
1
-14
/
+36
*
2004-01-25 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-01-25
1
-6
/
+11
*
2004-01-06 Michael Koch <konqueror@gmx.de>
Michael Koch
2004-01-06
1
-6
/
+9
*
2003-12-30 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-12-30
1
-25
/
+18
*
2003-10-12 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-10-12
1
-22
/
+36
*
2003-09-20 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-09-20
1
-3
/
+7
*
2003-06-07 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-06-07
1
-35
/
+79
*
2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-27
1
-6
/
+2
*
2003-05-26 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-26
1
-12
/
+25
*
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-02
1
-25
/
+89
*
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-02
1
-16
/
+21
*
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-02
1
-395
/
+395
*
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-05-02
1
-13
/
+18
*
2003-03-11 Michael Koch <konqueror@gmx.de>
Michael Koch
2003-03-11
1
-887
/
+747
*
2002-12-21 Michael Koch <konqueror@gmx.de>
Michael Koch
2002-12-21
1
-1
/
+3
*
Merged patches from Wu Gansha <gansha.wu@intel.com>:
Mark Wielaard
2002-10-18
1
-11
/
+17
*
Add License clarification
Mark Wielaard
2002-01-22
1
-5
/
+16
*
fix for URLConnection
John Leuner
2001-08-10
1
-5
/
+12
*
Change license to libgcc-like terms.
Paul Fisher
2000-03-15
1
-19
/
+25
*
Eliminated header storage mechanism and moved it to subclasses where it
Aaron M. Renn
1998-12-20
1
-36
/
+3
*
Made get/setDefaultUseCaches instance methods.
Aaron M. Renn
1998-12-10
1
-36
/
+73
*
Copyright notice update
Aaron M. Renn
1998-07-24
1
-7
/
+9
*
Initial Checkin
Aaron M. Renn
1998-05-18
1
-0
/
+912