index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libjava
/
java
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2003-07-22
URLEncoder.java (encode(String)): Use platform default encoding.
Tom Tromey
1
-7
/
+20
2003-07-20
2003-07-20 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-4
/
+12
2003-07-19
URLClassLoader.java (addURL): Moved implementation to private addURLImpl() to...
Jeroen Frijters
1
-1
/
+9
2003-06-28
2003-06-28 Michael Koch <konqueror@gmx.de>
Michael Koch
2
-0
/
+17
2003-06-27
2003-06-27 Michael Koch <konqueror@gmx.de>
Michael Koch
2
-2
/
+2
2003-06-25
PlainDatagramSocketImpl.java: Partly merged with classpath, this mainly adds ...
Michael Koch
1
-8
/
+127
2003-06-24
URL.java: Renamed "handler" to "ph" in the whole file to match classpaths ver...
Michael Koch
2
-42
/
+42
2003-06-24
2003-06-24 Michael Koch <konqueror@gmx.de>
Michael Koch
3
-2
/
+377
2003-06-21
PlainSocketImpl.java: Reformatted.
Michael Koch
1
-35
/
+162
2003-06-21
PlainSocketImpl.java: Reformatting.
Michael Koch
1
-6
/
+17
2003-06-20
2003-06-20 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-4
/
+12
2003-06-19
HttpURLConnection.java, [...]: Reworked import statements.
Michael Koch
8
-141
/
+137
2003-06-19
Inet6Address.java (isAnyLocalAddress): Don't use "==" on arrays.
Tom Tromey
2
-5
/
+7
2003-06-18
InetAddress.java: Reformatted to better match classpath's version.
Michael Koch
3
-19
/
+53
2003-06-17
2003-06-17 Michael Koch <konqueror@gmx.de>
Michael Koch
2
-23
/
+18
2003-06-11
DatagramSocket.java: Partly merged with classpath.
Michael Koch
1
-4
/
+21
2003-06-08
URLStreamHandler.java (sameFile): Fix port value comparison.
Anthony Green
2
-3
/
+11
2003-06-08
2003-06-08 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-64
/
+56
2003-06-08
2003-06-08 Michael Koch <konqueror@gmx.de>
Michael Koch
4
-70
/
+3
2003-05-27
2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-8
/
+12
2003-05-26
NetPermission.java, [...]: New versions from classpath.
Michael Koch
4
-77
/
+94
2003-05-25
PushbackInputStream.java, [...]: Merged new versions from classpath.
Michael Koch
10
-415
/
+393
2003-05-09
2003-05-09 Michael Koch <konqueror@gmx.de>
Michael Koch
2
-9
/
+19
2003-05-05
2003-05-05 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-9
/
+6
2003-05-05
Forgot to add this to commit line on 2003/05/02. Its in Changelog already.
Michael Koch
1
-1
/
+0
2003-05-02
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-60
/
+96
2003-05-02
2003-05-02 Michael Koch <konqueror@gmx.de>
Michael Koch
3
-69
/
+228
2003-05-02
InetAddress.java: Merged class documentation with classpath.
Michael Koch
5
-18
/
+114
2003-04-06
URLConnection.java: Import classes directly.
Michael Koch
1
-15
/
+80
2003-03-24
natInetAddressNoNet.cc: Include stddef.h.
Michael Koch
3
-1
/
+6
2003-03-20
InetAddress.java, [...]: Merged copyright statements with classpath for easie...
Michael Koch
5
-39
/
+180
2003-03-18
configure.in: Fixed links to platform dependant java.net files.
Michael Koch
4
-2392
/
+0
2003-03-18
configure.in: Create links to architecture dependent files...
Michael Koch
12
-0
/
+4719
2003-03-17
2003-03-17 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-1
/
+1
2003-03-10
DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and...
Michael Koch
5
-22
/
+22
2003-03-07
No changelog, just replaced one tabulator with some spaces
Michael Koch
1
-1
/
+1
2003-03-04
NetworkInterface.java: Merged with classpath.
Michael Koch
1
-2
/
+1
2003-03-03
2003-03-03 Michael Koch <konqueror@gmx.de>
Michael Koch
4
-12
/
+16
2003-03-02
NetPermission.java: Merged copyright with classpath.
Michael Koch
1
-1
/
+1
2003-03-02
2003-03-02 Michael Koch <konqueror@gmx.de>
Michael Koch
4
-5
/
+15
2003-03-02
2003-03-02 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-15
/
+19
2003-03-01
File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...
Ranjit Mathew
1
-4
/
+29
2003-02-17
2003-02-17 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-18
/
+26
2003-02-13
2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch
7
-66
/
+104
2003-01-16
SocketImpl.java (toString): Don't explicitly call toString() on possible null...
Mark Wielaard
1
-2
/
+3
2003-01-16
2003-01-16 Michael Koch <konqueror@gmx.de>
Michael Koch
1
-5
/
+5
2003-01-14
2003-01-14 Michael Koch <konqueror@gmx.de>
Michael Koch
3
-1
/
+8
2003-01-11
2003-01-10 Michael Koch <konqueror@gmx.de>
Michael Koch
4
-13
/
+49
2003-01-07
DatagramSocket.java: Added classpath license info.
Michael Koch
1
-267
/
+326
2003-01-03
HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be public.
Mark Wielaard
1
-24
/
+34
[next]