Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering
Where possible, use boost::filesystem::path instead of std::string or
char* for filenames. This avoids a lot of manual string tinkering, in
favor of path::operator/.

GetDataDir is also reworked significantly, it now only keeps two cached
directory names (the network-specific data dir, and the root data dir),
which are decided through a parameter instead of pre-initialized global
variables.

Finally, remove the "upgrade from 0.1.5" case where a debug.log in the
current directory has to be removed.
2012-04-11 22:30:23 +02:00
..
2011-06-27 14:12:48 -04:00
2012-03-26 16:48:23 +02:00
2012-02-07 11:28:30 -05:00
2012-02-23 13:33:30 -05:00
2012-02-07 11:28:30 -05:00
2012-02-07 11:28:30 -05:00
2012-02-24 13:41:04 +01:00
2012-02-19 19:06:42 +01:00
2012-02-07 11:28:30 -05:00
2012-03-26 16:48:23 +02:00
2012-04-10 18:16:53 +02:00
2012-04-11 14:04:42 +02:00
2012-04-10 18:16:53 +02:00
2012-04-11 14:04:42 +02:00
2012-04-11 14:04:42 +02:00
2012-03-26 16:48:23 +02:00
2012-04-03 20:22:41 +02:00
2012-02-07 11:28:30 -05:00
2012-03-26 16:48:23 +02:00
2012-02-07 11:28:30 -05:00
2012-03-26 16:48:23 +02:00
2012-03-26 16:48:23 +02:00
2012-04-10 18:16:53 +02:00
2012-04-10 18:16:53 +02:00