summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/security
Commit message (Expand)AuthorAgeFilesLines
* Use @throws rather than the deprecated and unusual @exception.Elliott Hughes2013-10-151-6/+5
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-142-9/+13
* Kill more dead code and tests.Elliott Hughes2011-06-082-104/+4
* Remove more dead "security theater" cruft.Elliott Hughes2011-06-042-383/+12
* Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-161-5/+5
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-192-49/+2
* Remove bogus "super()" calls.Elliott Hughes2011-03-178-8/+0
* Fix more FindBugs warnings: BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS.Elliott Hughes2011-02-241-3/+7
* Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid proble...Elliott Hughes2011-01-131-2/+2
* Retire SecurityManager.Elliott Hughes2011-01-073-46/+2
* Don't use StringBuffer where we don't need to.Brian Carlstrom2010-09-011-2/+1
* Sorting imports.Jesse Wilson2010-08-112-7/+0
* Fixing the last API deltas between Dalvik and Java 6.Jesse Wilson2010-06-041-21/+15
* Merge "Remove the last exception message catalog." into dalvik-devElliott Hughes2010-05-291-5/+2
|\
| * Remove the last exception message catalog.Elliott Hughes2010-05-281-5/+2
* | Further small fixes to increase API compatibility with RI v6.Jesse Wilson2010-05-281-11/+96
|/
* Remove more localized exception messages.Elliott Hughes2010-05-215-45/+39
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-138-63/+63
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-137-45/+45
* merge more modules into luniPeter Hallam2010-04-2724-0/+2931