Commit Graph

184 Commits (038e6cd33eef73e05a745e8bc46c6bcf3a2fcddd)

Author SHA1 Message Date
Riccardo Spagni 5fb3f97a55
Merge pull request #1629
8 years ago
Jaquee aa9561909a
GUI: Add install target for epee
8 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
8 years ago
moneromooo-monero 1e8cc6764e
mlog: allow using numerical level as default prefix
8 years ago
Riccardo Spagni cccf4b9889
Merge pull request #1613
8 years ago
Riccardo Spagni e12f073f65
Merge pull request #1604
8 years ago
Riccardo Spagni ab9c287d92
Merge pull request #1597
8 years ago
moneromooo-monero 13dd102e94
mlog: fix default level/category mapping
8 years ago
moneromooo-monero a854cec3ba
Make stack trace show up in log file with default settings
8 years ago
moneroexamples 4d6976fbce undelete epee tests.cpp
8 years ago
moneroexamples 0fd2508b89 removing some unsed epee files
8 years ago
moneromooo-monero 5e61687fdf
mlog: allow overriding log format
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
8 years ago
Chris Vickio 296f8c160f inline unused function (for unused-function warning)
8 years ago
Lee Clagett d81cb08704 Added (not yet enabled) HTTP client authentication
8 years ago
Riccardo Spagni 866463f37b
Merge pull request #1514
8 years ago
Riccardo Spagni 2a996f492f
Merge pull request #1510
8 years ago
MoroccanMalinois 80abc3bc4a Build wallet with Android NDK
8 years ago
Lee Clagett fa0ee42cc9 Workarounds for gcc 4.8
8 years ago
Randi Joseph 52db01ea6d Silence CMake policy warning on macos.
8 years ago
Lee Clagett bdc3d7496f Adding HTTP Digest Auth (but not yet enabled)
8 years ago
Riccardo Spagni 45bb393577
Merge pull request #1403
8 years ago
Riccardo Spagni 977dd9b76c
Merge pull request #1385
8 years ago
taushet 60633cf674 Spelling in errors
8 years ago
moneromooo-monero d9001b43ac
epee: add functions to convert from URL format (ie, %XX values)
8 years ago
moneromooo-monero 8b0e04cb12
monero.supp: add a suppression for noisy boost cond var signalling
8 years ago
moneromooo-monero c3527dafd5
epee: signal cond var before unlocking
8 years ago
Riccardo Spagni c36cb54340
Merge pull request #1372
8 years ago
moneromooo-monero 17b6bd6d35
Fix DNS failures in offline mode preventing daemon startup
8 years ago
moneromooo-monero 452aeca5cd
epee: blind attempt to fix exit hang on windows
8 years ago
moneromooo-monero cd929b89b0
levin: fix wrong value passed as return code to remote call
8 years ago
Riccardo Spagni d51f1af75f
Merge pull request #1272
8 years ago
Lee Clagett 4869db702a adding static_assert to pod functions in string tools
8 years ago
moneromooo-monero 48b57d813c
monero.supp: valgrind suppressions file
8 years ago
NanoAkron d28db2368e
Unkonown -> unknown
8 years ago
moneromooo-monero 839280d5fc
daemon: add a print_pool_stats daemon command
8 years ago
NanoAkron 6390673137 Removed all code related to fast_exit
8 years ago
zveda 13258422ba This file is for rlwrap for monero 0.10
8 years ago
zveda 8d4674bd85 This file is for rlwrap for monero 0.10
8 years ago
moneromooo-monero eeb2bbc0fc
epee: optionally restrict HTTP service to a configurable user agent
8 years ago
redfish 06bb6923c3 cmake: support BUILD_SHARED_LIBS built-in option
8 years ago
Casey Marshall 823843eadb Fix portability issues discovered with fresh snap install.
8 years ago
Casey Marshall 0a56d83d3d Add snap packaging.
8 years ago
moneromooo-monero 0d7ce00793
epee: do not try network resolution if loopback worked
8 years ago
Riccardo Spagni 18fa01c092
Merge pull request #884
8 years ago
moneromooo-monero c2ad9caf01
allow peers without port
8 years ago
redfish 72287d121a contrib: epee: add missing noexcept spec to class decl
8 years ago
Riccardo Spagni 2072c642d1
Merge pull request #862
8 years ago
moneromooo-monero f8213c0644
Require 64/16 characters for payment ids
8 years ago
redfish c2d7300d2e contrib: epee: add exception spec to throwing destructors
8 years ago
Riccardo Spagni f03def87ad
Merge pull request #840
8 years ago
osensei 9f8bc4946b Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in restricted mode.
8 years ago
moneromooo-monero d6bce4be36
core: move tx_extra parsing errors to log level 1
8 years ago
moneromooo-monero 3102feb56c
abstract_tcp_server2: fix send queue limit warning spam
8 years ago
moneromooo-monero 6bca9a8ef4
abstract_tcp_server2: avoid deadlock waiting for send queue to drain
8 years ago
Riccardo Spagni abea280dd3
Merge pull request #799
8 years ago
Howard Chu aaaf9e2e6d Fix get_tick_count() on Windows
8 years ago
moneromooo-monero b1aaf20e57
epee: flush output after a message
8 years ago
moneromooo-monero 43962f4103
abstract_tcp_server2: possible fix for exception in handle_accept
8 years ago
Riccardo Spagni 51a56e78ae
remove unecessary and bad std::move from portable_storage_template_helper.h
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
Riccardo Spagni f6317ec1c0
Merge pull request #736
8 years ago
moneromooo-monero 2b4cab30fc
epee: fix potential hang on exit
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
moneromooo-monero e98b26a87e
epee: fix bug deleting more than one connection at once
8 years ago
Riccardo Spagni dfd0e9c97d
Merge pull request #712
8 years ago
Howard Chu 52056dcfc4 WIN32 thread_id is OS-dependent not compiler-dependent
8 years ago
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
Howard Chu 87d39f39b3 WIN32: Need getpid() declaration
8 years ago
moneromooo-monero 5e3557d2c3
move g_test_dbg_lock_sleep from a global to a function level static
8 years ago
Howard Chu 11d555cebe Fix crash in std::map for connections_map
8 years ago
Howard Chu 014f8868f2 std::condvar is broken on Win32 with gcc/g++ 4.8 too
8 years ago
Howard Chu 7c86c5997d Use boost::thread instead of std::thread
8 years ago
moneromooo-monero 1402a526af
epee: always call the PRNG through the locked API
9 years ago
moneromooo-monero d97582cf95
epee: use generate_random_bytes for new random uuids
9 years ago
moneromooo-monero 17c7c9caed
epee: remove dodgy random code that nobody uses
9 years ago
Riccardo Spagni 153fe0cb75
Merge pull request #622
9 years ago
Henning Kopp 9abc4b831b more typos fixed
9 years ago
me0wmix 28f95eb001 OpenBSD support for Monero.
9 years ago
Howard Chu a561afa18b ARM chars are unsigned
9 years ago
Howard Chu ee6f2cb71f IP_TOS not supported before Windows7
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero 22581a0441
epee: regularly cleanup connections we kept a reference to
9 years ago
moneromooo-monero 1e2f2d7da0
epee: fix hang on exit
9 years ago
moneromooo-monero 760331b427
epee: make log macros behave like statements
9 years ago
moneromooo-monero 4cede1830e
console_handler: catch exception inside the input loop
9 years ago
Riccardo Spagni bc1bc4adb2
Merge pull request #507
9 years ago
moneromooo-monero 62e49a5f02
wallet: optional automatic refresh from the daemon
9 years ago
moneromooo-monero 75742977a8
core_rpc_server: add a --restricted-rpc option
9 years ago
Javier Smooth 4cea2b13b2 Add IP blocking for misbehaving nodes (adapted from Boolberry)
9 years ago
moneromooo-monero 1980d8ebfa
console_handler: silence spurious message when exiting daemon
9 years ago
warptangent b5b0f0857a
epee: Don't set log file name when process path name isn't found
9 years ago
moneromooo-monero e0278314d3
console_handler: do not call a NULL function pointer
9 years ago
moneromooo-monero b87e066f02
console_handler: check for eof before trying to use input
9 years ago
moneromooo-monero 35b160edea
fix ^D exit for bitmonerod
9 years ago
Riccardo Spagni e01d32e52d
cleaning up, removing redundant files, renaming, fixing incorrect licenses
9 years ago
moneromooo-monero 87c01c30f3
console_handler: handle EOF properly
9 years ago
warptangent 696225321f
Fix compile for GCC 5.1.0
9 years ago
rfree2monero 32c19c6c3d
[fix] log level change. compilation: dns, tests
9 years ago