aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in Mac build1.5alpha2Alan Westbrook2014-01-271-1/+1
| | | | | | | | | Minor but annoying warnings from the mac build fixed. * Incorrect duplication of header causing moc build rule duplication in generated makefile * you aren’t supposed to use char as an array type, probably because it can be a signed type in some compilers. Negative array indexes are problematic.
* Fix warnings, update versionAlan Westbrook2014-01-264-4/+8
| | | | | | Fix a sprintf format warning without changing the actual functionality Putting statics in headers is re-tard-ed (json_spirit_value) This is alpha 3 of 1.5
* Merge branch 'Mac'Alan Westbrook2014-01-264-14/+50
| | | | Mac only specific changes.
* Merge branch 'Mac'Alan Westbrook2014-01-261-6/+12
| | | | Cherry pick the number display change
* Fix build_detect_platform permissionsEvan Anderson2014-01-261-0/+0
| | | | | | build_detect_platform was missing the executable bit which caused make to fail. Signed-off-by: Evan Anderson <[email protected]>
* RPC security tweaksJackson Palmer2014-01-261-2/+1
|
* Check for weak RPC passwords.Joshua Charles Campbell2014-01-251-2/+22
|
* Updates submitted from 1.4Jackson Palmer2014-01-262-65/+53
| | | | All cosmetic
* Fixed example address across entire projectJackson Palmer2014-01-2650-402/+402
|
* Revert 0163949..fc1a317Jackson Palmer2014-01-265-42/+13
| | | | This rolls back to commit 016394940ff1e746f0716f3250c2b3b1a0c974df.
* mac build updatesAlan Westbrook2014-01-243-0/+30
| | | | | | | | | | uses home-brew instead of macports uses static libs set the defines before we call out to leveldb compile make sure the leveldb script is executable update the plist appropriately use the correct MSG_NOSIGNAL value for Mac update the app icons for mac including all the retina versions.
* Changes to get it working with the current osx platformAlan Westbrook2014-01-232-13/+12
| | | | Fix some nomenclature in the Plist and set some flags for static builds
* Updating faviconummjackson2014-01-241-0/+0
| | | | Chatty shibe shrunk down looks ugly. Such sad.
* Revert "Such icon updates."ummjackson2014-01-2318-0/+0
| | | | This reverts commit f5c1284ccadaf7d9d917618384801f0c2d237f7f.
* Such icon updates.ummjackson2014-01-2318-0/+0
|
* Fixing Makefile for LevelDB to compileummjackson2014-01-231-0/+210
|
* Bringing /src/ up to speed with 0.8.6.2ummjackson2014-01-238-88/+74
|
* Litecoin clean up + removed stray thumbs.dbummjackson2014-01-234-10/+10
|
* Updating PROTOCOL_VERSION for 1.5ummjackson2014-01-231-1/+1
|
* Version update IIummjackson2014-01-221-5/+5
| | | | | Still need to figure out the git commit stamp / build time... doesn't seem to be set on Windows build right now.
* Update alert keysummjackson2014-01-221-2/+2
|
* Version update + p2pool fix for RPC help callsummjackson2014-01-223-28/+28
|
* Update splash(es)Jackson Palmer2014-01-212-0/+0
|
* added cr to file infoS3x0r2014-01-211-1/+1
|
* changed pic from litecoin to doge / smaller /S3x0r2014-01-201-0/+0
|
* changed some text from lite to dogeS3x0r2014-01-2047-71/+71
|
* added crS3x0r2014-01-2072-0/+78
|
* thumbs remove and new logo aboutS3x0r2014-01-202-0/+0
|
* added crS3x0r2014-01-193-0/+4
|
* Such tab group label updatesJackson Palmer2014-01-191-4/+4
| | | | Wow...
* 1.5 GraphicJackson Palmer2014-01-191-0/+0
|
* Initial commitJackson Palmer2014-01-19483-0/+230646
Successfully building on Ubuntu + Windows.