bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,

keep databases open,
close db cursors,
initial block download in batches of 500 blocks,
fix misc warnings,
subver linux-test8

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@40 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2009-11-18 19:19:41 +00:00
parent b349e3dca8
commit c5c7911dab
23 changed files with 307 additions and 187 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * addressbook16_xpm[] = {
static const char * addressbook16_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 256 2",
" c #FFFFFF",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * addressbook20_xpm[] = {
static const char * addressbook20_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 256 2",
" c #FFFFFF",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * bitcoin16_xpm[] = {
static const char * bitcoin16_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 181 2",
" c #775605",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * bitcoin20_xpm[] = {
static const char * bitcoin20_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 200 2",
" c #7B5500",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * bitcoin32_xpm[] = {
static const char * bitcoin32_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 185 2",
" c #715103",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * bitcoin48_xpm[] = {
static const char * bitcoin48_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 224 2",
" c #715103",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * check_xpm[] = {
static const char * check_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 3 1",
" c #008000",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * send16_xpm[] = {
static const char * send16_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 256 2",
" c #ADF7AD",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * send16noshadow_xpm[] = {
static const char * send16noshadow_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 256 2",
" c #ADF7AD",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * send20_xpm[] = {
static const char * send20_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 256 2",
" c #CEFFCE",