index
:
jigong/icedtea-web.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
netx
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some javadoc warnings
Thomas Meyer
2012-08-19
6
-6
/
+7
*
Restrict manifest classpath searching for JNLPs.
Danesh Dadachanji
2012-08-15
1
-1
/
+5
*
Unit test for JCV.isMetaInfFile()
Adam Domurad
2012-08-14
1
-1
/
+1
*
Added splashscreen implementation
Jiri Vanek
2012-08-13
29
-11
/
+3839
*
Fix PR955: regression: SweetHome3D fails to run
Danesh Dadachanji
2012-08-08
7
-51
/
+328
*
Add license header to files
Saad Mohammad
2012-08-07
7
-0
/
+259
*
Fix PR1049: Empty jars are handled correctly during signature validation
Saad Mohammad
2012-08-01
2
-1
/
+16
*
Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from c...
Danesh Dadachanji
2012-07-20
2
-12
/
+14
*
Added forgotten LaunchDesc.java, fixes build. sorry!
Adam Domurad
2012-07-10
1
-0
/
+42
*
Refactor Object launchType; to LaunchDesc launchType; in JNLPFile
Adam Domurad
2012-07-10
6
-17
/
+17
*
Minor cleanup that removes avoidable code from loop.
Saad Mohammad
2012-07-09
1
-13
/
+12
*
Added forgotten file: IllegalResourceDescriptorException
Adam Domurad
2012-07-09
1
-0
/
+13
*
Applet-tags now ignore any invalid (eg corrupt) jars
Adam Domurad
2012-07-09
2
-17
/
+77
*
Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...
Saad Mohammad
2012-07-03
1
-19
/
+104
*
Fix problem in resolving classes
Omair Majid
2012-06-28
1
-2
/
+14
*
Fixes PR1011 w/ reproducer, folders now allowed in archive tag.
Adam Domurad
2012-06-28
2
-25
/
+60
*
Last hope for not downloaded resources to be verified
Jiri Vanek
2012-06-26
1
-1
/
+20
*
Small comment cleanup to classes with missing or wrong descriptions.
Adam Domurad
2012-06-25
1
-0
/
+4
*
Refactored two loops to for-each loops in JCV
Adam Domurad
2012-06-19
1
-9
/
+3
*
Fixes PR722: Now ignores unsigned content in META-INF/ during signing process
Adam Domurad
2012-06-12
1
-20
/
+6
*
Fixed bug in previous commit for PR861
Deepak Bhole
2012-06-07
1
-4
/
+6
*
PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...
Deepak Bhole
2012-06-05
2
-17
/
+134
*
isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting
Jiri Vanek
2012-06-05
1
-8
/
+8
*
Handle absolute paths passed into jnlp_href's value.
Danesh Dadachanji
2012-06-04
2
-5
/
+52
*
netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New...
Jiri Vanek
2012-05-29
1
-14
/
+18
*
Changed for-loops over iterators and indices to for-each loops if they
Adam Domurad
2012-05-25
9
-59
/
+56
*
netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBad...
Jiri Vanek
2012-05-23
1
-4
/
+4
*
Added more debugging outputs (especially paths to keystores) for JNLPClassLoa...
Jiri Vanek
2012-05-23
4
-3
/
+26
*
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
Jiri Vanek
2012-05-23
1
-29
/
+51
*
Fixed output to be printed just in case of debug mode
Jiri Vanek
2012-05-21
1
-1
/
+3
*
Fixed behavior when encoded/characters needed encoding included in url (PR811)
Jiri Vanek
2012-05-18
2
-11
/
+155
*
More tests for Spaces and characters in urls
Jiri Vanek
2012-05-18
2
-4
/
+4
*
Went through the source of IcedTeaWeb with FindBugs and went over all reporte...
Adam Domurad
2012-05-17
3
-5
/
+6
*
Reduce no. of loads of the cache index file
Thomas Meyer
2012-05-11
3
-25
/
+49
*
PR918: java applet windows uses a low resulution black/white icon
Omair Majid
2012-04-19
11
-46
/
+118
*
Validate the recently_used file at every load. This will fix the StringIndex-
Thomas Meyer
2012-04-10
3
-104
/
+115
*
Rename JarSigner to JarCertVerifier.
Danesh Dadachanji
2012-04-05
8
-49
/
+49
*
Fix pac tests
Omair Majid
2012-04-03
1
-15
/
+20
*
Fixed check for a certificate whose start date has not yet been reached.
Danesh Dadachanji
2012-04-02
1
-0
/
+6
*
PR898: signed applications with big jnlp-file doesn't start
Omair Majid
2012-03-22
1
-15
/
+10
*
Fix JNLP parser to halt when required title and vendor elements are missing.
Danesh Dadachanji
2012-03-16
2
-0
/
+7
*
PR895: IcedTea-Web searches for missing classes on each loadClass or findClass
Deepak Bhole
2012-03-14
1
-4
/
+46
*
Launch errors are not being printed to terminal
Omair Majid
2012-03-14
6
-112
/
+110
*
Change CertificateUtils.inKeyStores() to only check for certificate equality
Deepak Bhole
2012-02-29
1
-21
/
+6
*
Added check for main class in jar manifest(s)
Deepak Bhole
2012-02-28
1
-0
/
+57
*
Add ability to check for use of jnlp_href outside of PluginBridge.
Danesh Dadachanji
2012-02-22
1
-0
/
+7
*
Fix regression in broken AppletTest.
Danesh Dadachanji
2012-02-13
2
-0
/
+21
*
Fix LaunchException constructor to handle null a description.
Danesh Dadachanji
2012-02-02
1
-1
/
+2
*
Use description parameter when creating a LaunchException.
Danesh Dadachanji
2012-02-01
1
-1
/
+1
*
fixed LRU cache behaviour in case of failure. Tests added.
Jiri Vanek
2012-02-01
5
-134
/
+229
[next]