summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/security/pkcs
Commit message (Collapse)AuthorAgeFilesLines
* Patch 25 - Misc FixesAbhishek Koneru2012-07-251-7/+2
|
* Misc Fixes Remaining part of the code.Abhishek Koneru2012-07-181-3/+0
|
* Fixes for Coverity issues of type Stringbuffer, NO_EQUALS_METHOD , ↵Abhishek Koneru2012-06-151-0/+26
| | | | REVERSE_INULL,Wrong_Map_Iterators
* Patch with fixes for review comments 0529Abhishek Koneru2012-06-011-1/+1
|
* Fixes for Coverity Issues CALL_SUPER,UNCONFIRMEDCAST,DEAD_STORE,TOSTRING_ARRAYAbhishek Koneru2012-06-011-1/+1
|
* Patch for fixes for Review CommentsAbhishek Koneru2012-05-241-10/+8
|
* Fixes for Coverity Defects of Category : FB.SBSC_USE_STRINGBUFFER_CONCATENATIONAbhishek Koneru2012-05-241-10/+11
|
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-094-9/+8
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-099-153/+153
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2611-0/+3614
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131