Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -1/+1 | |
Update appropriate files (CMakeLists.txt, README.md) | |||||
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+3 | |
2015-04-01 | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1 | rfree2monero | 1 | -0/+1 | |
2015-03-25 | Merge upstream updates into blockchain branch | Thomas Winget | 1 | -0/+1 | |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 1 | -0/+1 | |
Ostensibly janitorial work, but should be more relevant later down the line. Things that depend on core cryptonote things (i.e. cryptonote_core) don't necessarily depend on BlockchainDB and thus have no need to have BlockchainDB baked in with them. | |||||
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -0/+1 | |
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. | |||||
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -0/+2 | |
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels) | |||||
2015-01-04 | very, VERY primitive blockchain converter | Thomas Winget | 1 | -0/+2 | |
hard-coded config folder, hard-coded BlockchainDB subclass. Needs finessing, but should be testable this way. update for rebase (warptangent 2015-01-04) fix conflicts with upstream CMakeLists.txt files src/CMakeLists.txt (edit original commit) src/blockchain_converter/CMakeLists.txt (add) | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-11-18 | cmake: place binaries together in the build tree | Ben Boeckel | 1 | -0/+3 | |
This allows Windows to copy binaries to one place rather than to each executable directory. | |||||
2014-10-24 | cmake: Windows and static builds need this | Ben Boeckel | 1 | -1/+1 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 1 | -3/+5 | |
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge. | |||||
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -0/+13 | |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 1 | -0/+12 | |
2014-10-23 | cmake: refactor common code with executables | Ben Boeckel | 1 | -0/+24 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -51/+10 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-10-07 | miniupnpc static define change | Riccardo Spagni | 1 | -0/+2 | |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 1 | -4/+4 | |
correctly finding static libs on various operating systems | |||||
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -4/+4 | |
2014-10-05 | fixed conflict in CMakeLists | Riccardo Spagni | 1 | -1/+5 | |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 1 | -4/+4 | |
2014-10-02 | Stop copying word list files to build directory | Oran Juice | 1 | -2/+0 | |
2014-09-28 | Merge with origin/master | Oran Juice | 1 | -4/+8 | |
2014-09-27 | Informs about old style mnemonics from older wallet and provides a new one. ↵ | Oran Juice | 1 | -4/+1 | |
CMakeLists.txt update. | |||||
2014-09-24 | redo FindUnbound.cmake | Riccardo Spagni | 1 | -4/+4 | |
2014-09-24 | Copies word lists directory to the location of the executable | Oran Juice | 1 | -1/+6 | |
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -4/+4 | |
CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet. | |||||
2014-09-23 | Moved mnemonics code to src/mnemonics | Oran Juice | 1 | -1/+5 | |
2014-09-15 | Force CMake to link the runtime statically | Zachary Michaels | 1 | -0/+4 | |
2014-09-11 | added license to CMake | fluffypony | 1 | -0/+30 | |
2014-09-10 | miniupnpc changes for freebsd | fluffypony | 1 | -2/+2 | |
2014-09-10 | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 1 | -4/+4 | |
2014-09-10 | make FreeBSD use -lcompat till we can fix ftime() | fluffypony | 1 | -4/+4 | |
2014-06-11 | Link to pthreads on non-apple unix | Zachary Michaels | 1 | -4/+4 | |
2014-04-18 | Bitmonero release | thankful_for_today | 1 | -1/+1 | |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -4/+6 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+44 | |