aboutsummaryrefslogtreecommitdiff
path: root/contrib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-24Merge pull request #1372Riccardo Spagni1-3/+3
2016-11-23Fix DNS failures in offline mode preventing daemon startupmoneromooo-monero1-3/+3
2016-11-17epee: blind attempt to fix exit hang on windowsmoneromooo-monero1-0/+14
2016-11-12levin: fix wrong value passed as return code to remote callmoneromooo-monero1-1/+1
2016-11-01Merge pull request #1272Riccardo Spagni1-0/+10
2016-10-31adding static_assert to pod functions in string toolsLee Clagett1-0/+4
2016-10-29monero.supp: valgrind suppressions filemoneromooo-monero1-0/+10
2016-10-27Unkonown -> unknownNanoAkron1-1/+1
2016-10-23daemon: add a print_pool_stats daemon commandmoneromooo-monero1-0/+1
2016-10-03Removed all code related to fast_exitNanoAkron3-15/+1
2016-09-25This file is for rlwrap for monero 0.10zveda1-0/+33
2016-09-25This file is for rlwrap for monero 0.10zveda1-0/+35
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero5-12/+31
2016-09-18cmake: support BUILD_SHARED_LIBS built-in optionredfish1-1/+1
2016-09-11Fix portability issues discovered with fresh snap install.Casey Marshall2-0/+2
2016-09-11Add snap packaging.Casey Marshall3-0/+20
2016-09-01epee: do not try network resolution if loopback workedmoneromooo-monero1-1/+1
2016-07-06Merge pull request #884Riccardo Spagni1-4/+9
2016-07-03allow peers without portmoneromooo-monero1-4/+9
2016-06-22contrib: epee: add missing noexcept spec to class declredfish1-1/+1
2016-06-19Merge pull request #862Riccardo Spagni1-1/+3
2016-06-19Require 64/16 characters for payment idsmoneromooo-monero1-1/+3
2016-05-18contrib: epee: add exception spec to throwing destructorsredfish3-3/+3
2016-05-17Merge pull request #840Riccardo Spagni1-2/+4
2016-05-14Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei1-2/+4
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-1/+9
2016-04-17abstract_tcp_server2: fix send queue limit warning spammoneromooo-monero1-1/+1
2016-04-17abstract_tcp_server2: avoid deadlock waiting for send queue to drainmoneromooo-monero1-2/+5
2016-04-06Merge pull request #799Riccardo Spagni1-5/+7
2016-04-06Fix get_tick_count() on WindowsHoward Chu1-5/+7
2016-04-02epee: flush output after a messagemoneromooo-monero1-0/+1
2016-03-27abstract_tcp_server2: possible fix for exception in handle_acceptmoneromooo-monero1-4/+17
2016-03-25remove unecessary and bad std::move from portable_storage_template_helper.hRiccardo Spagni1-2/+2
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero3-4/+4
2016-03-20Merge pull request #736Riccardo Spagni1-0/+8
2016-03-20epee: fix potential hang on exitmoneromooo-monero1-0/+8
2016-03-19Print stack trace upon exceptionsmoneromooo-monero3-4/+4
2016-03-12epee: fix bug deleting more than one connection at oncemoneromooo-monero1-0/+1
2016-03-11Merge pull request #712Riccardo Spagni7-33/+35
2016-03-11WIN32 thread_id is OS-dependent not compiler-dependentHoward Chu1-1/+7
2016-03-11Use boost::thread instead of std::threadHoward Chu7-33/+35
2016-03-11WIN32: Need getpid() declarationHoward Chu1-0/+1
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-5/+12
2016-02-18Fix crash in std::map for connections_mapHoward Chu1-1/+2
2016-02-18std::condvar is broken on Win32 with gcc/g++ 4.8 tooHoward Chu1-6/+4
2016-02-18Use boost::thread instead of std::threadHoward Chu1-2/+3
2016-02-13epee: always call the PRNG through the locked APImoneromooo-monero1-1/+1
2016-01-30epee: use generate_random_bytes for new random uuidsmoneromooo-monero1-1/+6
2016-01-30epee: remove dodgy random code that nobody usesmoneromooo-monero1-9/+0
2016-01-25Merge pull request #622Riccardo Spagni1-1/+1
2016-01-25more typos fixedHenning Kopp1-1/+1
2016-01-21OpenBSD support for Monero.me0wmix1-0/+7
2016-01-03ARM chars are unsignedHoward Chu1-1/+1
2016-01-02IP_TOS not supported before Windows7Howard Chu1-1/+4
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-23epee: regularly cleanup connections we kept a reference tomoneromooo-monero2-4/+23
2015-12-22epee: fix hang on exitmoneromooo-monero2-1/+25
2015-12-19epee: make log macros behave like statementsmoneromooo-monero1-22/+22
2015-12-06console_handler: catch exception inside the input loopmoneromooo-monero1-32/+37
2015-11-30Merge pull request #507Riccardo Spagni1-9/+21
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-9/+21
2015-11-27core_rpc_server: add a --restricted-rpc optionmoneromooo-monero1-2/+4
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth1-3/+1
2015-10-21console_handler: silence spurious message when exiting daemonmoneromooo-monero1-1/+1
2015-08-16epee: Don't set log file name when process path name isn't foundwarptangent1-1/+2
2015-07-18console_handler: do not call a NULL function pointermoneromooo-monero1-1/+2
2015-07-18console_handler: check for eof before trying to use inputmoneromooo-monero1-4/+5
2015-06-03fix ^D exit for bitmonerodmoneromooo-monero1-8/+8
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-0/+27
2015-05-30console_handler: handle EOF properlymoneromooo-monero1-3/+19
2015-05-25Fix compile for GCC 5.1.0warptangent1-1/+1
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero1-2/+2
2015-04-08[fix] Network 1.8: unlimited the RPC connectionsrfree2monero3-59/+112
2015-04-02Network 1.7; Quieted the debug a bit.rfree2monero1-5/+5
2015-04-02Utils: use const, document dbg. Less default debugrfree2monero2-30/+55
2015-04-01[fix] mac os x includes std::random...rfree2monero1-0/+4
2015-04-01added windows_stream.* console colorsrfree2monero2-0/+84
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero3-22/+115
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero2-63/+62
2015-03-27Restore daemon interactive modeThomas Winget2-9/+11
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero2-45/+141
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-54/+51
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero5-26/+82
2015-02-20fixed size_t on windowsrfree2monero1-2/+8
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero9-49/+145
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero13-127/+1799
2015-01-02year updated in licenseRiccardo Spagni44-41/+41
2014-10-02forgot to add connection context to log lineRiccardo Spagni1-1/+1
2014-10-02moved non-critical p2p errors to l2Riccardo Spagni2-2/+2
2014-09-29dependencies enforced, send que error message log level movedRiccardo Spagni1-1/+1
2014-09-15increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane valueRiccardo Spagni1-1/+1
2014-09-09moved non-critical warnings and errors to log level 1fluffypony6-9/+10
2014-07-25move modified epee code to new classes, revert licensefluffypony104-2671/+2067
2014-07-23License updated to BSD 3-clausefluffypony104-2067/+2671
2014-06-13Fixed console handler not properly exiting on SIGINT and suchThomas Winget1-1/+7
2014-06-06removed continue issuefluffypony1-1/+0
2014-06-04don't fall apart if you can't get_linefluffypony1-3/+2
2014-05-25extra filesmydesktop4-0/+433
2014-05-250.8.8updatemydesktop11-192/+101
2014-05-03initial [broken] updatemydesktop1-1/+1
2014-04-30mac osx building fixesmydesktop3-5/+5
2014-04-30various fixes to allow mac osx compilationmydesktop2-3/+3
2014-04-07Improvements in JSON RPCAntonio Juarez9-69/+89
2014-04-02json rpc for wallet and bugfixAntonio Juarez7-23/+102
2014-03-20some fixesAntonio Juarez29-316/+605
2014-03-03moved all stuff to githubAntonio Juarez120-0/+24291