danicoin/src
warptangent 7c4d6f1dc6
simplewallet: Use default log file name when executable's file path is unknown
Default to "simplewallet.log" in current directory when file path isn't
obtained from epee.

In this situation previously, it defaulted to the file name of ".log"
("" + ".log") in the current directory.
(Thanks to @sammy007 for reporting bug.)

An earlier version yet used "" + "/" + ".log" = "/.log", which resulted
in silently not logging in most cases, due to lack of permission.

Test:
  PATH=$PATH:</path/to/simplewallet/folder> && simplewallet --wallet-file /dev/null

This results in epee not finding the executable's file path, so
simplewallet will now use a default log filename.
2015-08-16 18:52:54 -07:00
..
blockchain_db blockchain_db: match tx addition semantics to original code 2015-08-11 11:11:17 +01:00
blockchain_utilities blockchain_import: Add --input-file option 2015-08-14 15:00:34 -07:00
blocks Fixed binary size issue due to embedded checkpoint data. 2015-07-15 23:20:20 -07:00
common Add missing file - i18n.cpp 2015-07-15 00:01:05 +01:00
connectivity_tool 2014 network limit 1.2 +utils +toc -doc -drmonero 2015-02-20 22:28:03 +01:00
crypto encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
cryptonote_core Add a is_key_image_spent daemon command and RPC call 2015-08-11 10:52:41 +01:00
cryptonote_protocol Pause miner before preparing for incoming blocks 2015-07-15 23:20:18 -07:00
daemon Add a is_key_image_spent daemon command and RPC call 2015-08-11 10:52:41 +01:00
daemonizer cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00
miner 2014 network limit 1.2 +utils +toc -doc -drmonero 2015-02-20 22:28:03 +01:00
mnemonics slight modification to wordlist contributor tagline (as these contributors haven't used git to submit a PR, so we're creating the wordlist on their behalf 2015-07-24 07:55:16 +02:00
p2p net_node: Use DNS resolver singleton 2015-08-14 21:05:43 -07:00
platform year updated in license 2015-01-02 18:52:46 +02:00
rpc Merge pull request #369 2015-08-13 20:04:31 +02:00
serialization encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
simplewallet simplewallet: Use default log file name when executable's file path is unknown 2015-08-16 18:52:54 -07:00
wallet wallet: new rescan_spent command to update outputs' spent status 2015-08-11 15:55:08 +01:00
CMakeLists.txt ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
cryptonote_config.h Integrated addresses (standard address plus payment id) 2015-06-12 16:48:41 +01:00
version.cmake year updated in license 2015-01-02 18:52:46 +02:00
version.h.in onwards to 0.8.8.7 2014-12-13 13:45:57 +02:00