aboutsummaryrefslogtreecommitdiff
path: root/makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-85/+0
* Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-2/+13
* makefile.unix: Fixed errors building bitcoind without wxWidgets installed.Matt Giuca2011-02-261-2/+2
* makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.Matt Giuca2011-02-261-2/+2
* makefile.unix: Removed redundant use of wx-config in DEFS (it was being inclu...Matt Giuca2011-02-261-2/+2
* 1. Change hardcoded g++ to $(CXX)ojab2011-01-311-18/+13
* makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64gavinandresen2010-10-141-1/+3
* -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen2010-10-111-1/+2
* cleanup,s_nakamoto2010-09-071-1/+3
* propset svn:eol-style natives_nakamoto2010-08-291-74/+74
* added -march=amdfam10 to sha256.cpp in makefile.unixs_nakamoto2010-08-161-1/+1
* makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with ...v0.3.10s_nakamoto2010-08-151-3/+6
* enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bits_nakamoto2010-08-091-1/+1
* simplified makefile.unix, updated build-unix.txt instructions to include boos...s_nakamoto2010-07-301-11/+4
* reverted makefile.unix wx-config -- version 0.3.6s_nakamoto2010-07-291-5/+14
* Fredrik Roubert: simplified makefile.unix with wx-config,s_nakamoto2010-07-291-15/+6
* added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu...s_nakamoto2010-07-271-14/+17
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-9/+11
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-1/+1
* fix openssl linkage problems,s_nakamoto2010-07-151-1/+1
* Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto2010-07-081-3/+3
* fixed colors on ubuntu lucid,v0.2.13s_nakamoto2010-06-211-4/+4
* revert makefile.unix from -02 back to -00 to fix compile on linux, -02 doesn'...s_nakamoto2010-06-141-1/+1
* better prevention of inventory relaying during initial download,v0.2.9s_nakamoto2010-05-261-1/+1
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto2010-02-251-33/+28
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2s_nakamoto2010-02-171-0/+78
* now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0,s_nakamoto2010-01-281-89/+0
* retry IRC if name in use, s_nakamoto2009-12-111-16/+19
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-5/+2
* Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ...v0.1.6test1s_nakamoto2009-11-081-10/+13
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-0/+86