mirror of https://github.com/aria2/aria2
mv Base64.{cc,h} base64.{cc,h}
parent
0c162dfbfb
commit
17a1b51a76
|
@ -43,7 +43,7 @@
|
|||
#include "CookieStorage.h"
|
||||
#include "Option.h"
|
||||
#include "util.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
#include "prefs.h"
|
||||
#include "AuthConfigFactory.h"
|
||||
#include "AuthConfig.h"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#include "Checksum.h"
|
||||
#include "uri.h"
|
||||
#include "MetalinkHttpEntry.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
#ifdef ENABLE_MESSAGE_DIGEST
|
||||
#include "MessageDigest.h"
|
||||
#endif // ENABLE_MESSAGE_DIGEST
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "util.h"
|
||||
#include "LogFactory.h"
|
||||
#include "Logger.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
#include "a2functional.h"
|
||||
#include "fmt.h"
|
||||
#include "SocketRecvBuffer.h"
|
||||
|
|
|
@ -48,7 +48,7 @@ SRCS = Socket.h\
|
|||
DefaultDiskWriterFactory.cc DefaultDiskWriterFactory.h\
|
||||
File.cc File.h\
|
||||
Option.cc Option.h\
|
||||
Base64.cc Base64.h\
|
||||
base64.cc base64.h\
|
||||
base32.cc base32.h\
|
||||
LogFactory.cc LogFactory.h\
|
||||
TimerA2.cc TimerA2.h\
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include "SegmentMan.h"
|
||||
#include "TimedHaltCommand.h"
|
||||
#include "PeerStat.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
#include "BitfieldMan.h"
|
||||
#ifdef ENABLE_MESSAGE_DIGEST
|
||||
# include "MessageDigest.h"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "XmlRpcElements.h"
|
||||
#include "RecoverableException.h"
|
||||
#include "util.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
* files in the program, then also delete it here.
|
||||
*/
|
||||
/* copyright --> */
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
#include "a2functional.h"
|
||||
#include "util.h"
|
||||
#include "fmt.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "RecoverableException.h"
|
||||
#include "util.h"
|
||||
#include "array_fun.h"
|
||||
#include "Base64.h"
|
||||
#include "base64.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue