summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Base64.cpp
Commit message (Collapse)AuthorAge
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Got rid of needless #include <iostream>.Michi Henning2007-05-08
|
* Bug 1022.Michi Henning2007-05-04
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Updated copyrightDwayne Boone2006-03-14
|
* Ported IceUtil to VS 2005 Beta 2 x64Bernard Normier2005-09-22
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Changed C++ mapping of Slice byte from char to unsigned char.Michi Henning2003-05-30
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22
|
* fixesMarc Laukien2002-08-03
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* Updated as per Marc's recommendations.Anthony Neal2002-02-25
|
* fixMarc Laukien2002-02-25
|
* Added functionality for certificate verification, and certificateAnthony Neal2002-02-15
verifiers. Added implementation of Base64 encoding to IceUtil. Added the RSA Certificate abstraction and RSA Certificate Generation class. Installed initial hooks into Glacier for certificate generation.