Con Kolivas
|
5c7e42c29e
|
Change default nonce1 length to 4 bytes
|
10 years ago |
kanoi
|
3d89862c18
|
Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
55d1c98f19
|
Merge branch 'master' into userstats
Conflicts:
src/connector.c
src/stratifier.c
|
10 years ago |
Con Kolivas
|
0d5d2a8a0d
|
Merge branch 'master' into userstats
|
10 years ago |
kanoi
|
c3bca3e3b0
|
ckdb - add the ckpool workerstats command
|
10 years ago |
kanoi
|
81fa297273
|
php - add uncommitted css .hid
|
10 years ago |
kanoi
|
f2543ca22e
|
ckdb - don't revalidate known addresses - it's slow
|
10 years ago |
kanoi
|
6647df49b6
|
php - addresses page, fix '+' to work with no addresses
|
10 years ago |
kanoi
|
2e00dc5d3b
|
php - fix page_api warning
|
10 years ago |
kanoi
|
6ae7b58bb0
|
php - update payout description to match kano pool
|
10 years ago |
kanoi
|
1ee6c04722
|
php - add a blockchain link on the payments page to the payout address
|
10 years ago |
kanoi
|
d1cbdc56db
|
ckpmsg - display up to 64k of the reply data
|
10 years ago |
kanoi
|
cf3658d881
|
ckdb/php pplns handle user with multiple payout addresses
|
10 years ago |
kanoi
|
573285dd7e
|
ckdb/php - selectively support multiple payout addresses - still needs pplns changes
|
10 years ago |
kanoi
|
72ef2dc56e
|
php - make the socket base timeout longer
|
10 years ago |
kanoi
|
9b1f76e5c4
|
ckdb/php - display account messages at the top of the page
|
10 years ago |
kanoi
|
4c75fe3a27
|
ckdb/php - add code for future support of multiple payout addresses per user
|
10 years ago |
kanoi
|
1fca8b8188
|
ckdb - abort if any compressed files return no data - also true if the decompress command doesn't exist
|
10 years ago |
kanoi
|
a41e994548
|
ckdb - use a pipe for reloading compressed files - allow .bz2 .gz .lrz
|
10 years ago |
kanoi
|
44009cd4d4
|
remove ckdb bzip2 build requirement
|
10 years ago |
kanoi
|
fb6a9874ec
|
ckdb - add libbz dependency to the ckdb build and allow reload to read both uncompressed and bzip2 compressed log files
|
10 years ago |
kanoi
|
738a68fd9f
|
ckdb - fix optioncontrol memory - and add FREENULL to free and null if needed
|
10 years ago |
Con Kolivas
|
1df924e73d
|
Provide an option to daemonise ckpool
|
10 years ago |
Con Kolivas
|
c019a746f5
|
Use a completion timeout to wait for children to exit and kill them if they don't
|
10 years ago |
Con Kolivas
|
098930afd5
|
Add a completion timeout helper function
|
10 years ago |
Con Kolivas
|
3e335c3b38
|
Abort any functions on signal handling, cleaning up cksem functions
|
10 years ago |
kanoi
|
23c461c8a7
|
ckdb - remove LOGERR warning
|
10 years ago |
kanoi
|
503ec09f27
|
make LOG* macros typecheck and fix related errors/warnings
|
10 years ago |
kanoi
|
1e578f4e89
|
ckdb - optioncontrol AutoAddUser to auth/add unknown users automatically
|
10 years ago |
kanoi
|
21c1aa10fc
|
ckdb - stat report every 10s during logger shutdown - if it's slow
|
10 years ago |
Con Kolivas
|
8fb14c8c9b
|
Use SIGUSR1 to shut down children only
|
10 years ago |
Con Kolivas
|
5071a7fd06
|
Handle SIGUSR1 in the child sighandler
|
10 years ago |
Con Kolivas
|
92fb508c44
|
Handle SIGUSR1 in the child sighandler
|
10 years ago |
Con Kolivas
|
343699a767
|
Add sanity checks in pthread cancels/joins
|
10 years ago |
Con Kolivas
|
2f7be53b7d
|
Merge branch 'master' into userstats
|
10 years ago |
Con Kolivas
|
53e78947ad
|
Merge branch 'master' of bitbucket.org:ckolivas/ckpool
|
10 years ago |
Con Kolivas
|
ac05feeebc
|
Fix potential socket leak in gen_loop
|
10 years ago |
Con Kolivas
|
649ad7953f
|
Fix potential socket leak in gen_loop
|
10 years ago |
Con Kolivas
|
65f52112ba
|
Confirm all handed over sockets match the configured sockets
|
10 years ago |
Con Kolivas
|
be87144fe1
|
Provide a helper function for turning a socket into a url and port
|
10 years ago |
Con Kolivas
|
540db4f5a9
|
Free the addrinfo allocated in bind_socket
|
10 years ago |
Con Kolivas
|
02dfda6814
|
Add a helper function for getting an addinfo from a url and port
|
10 years ago |
Con Kolivas
|
e5f26443af
|
Make url from sockaddr take port as a char
|
10 years ago |
Con Kolivas
|
6d40647334
|
Add a helper function for converting a struct sockaddr into a url and port
|
10 years ago |
Con Kolivas
|
00f9cf297d
|
Hand over multiple sockets if we can
|
10 years ago |
Con Kolivas
|
65a6f4be5f
|
Look for json messages for clients and process them first in the connector
|
10 years ago |
Con Kolivas
|
19bf803b99
|
Clean up shutting down of old processes, polling for when they exit for faster handover
|
10 years ago |
Con Kolivas
|
8d1af2b7fe
|
Check for presence of main process before trying to ping it in case the socket is pointing a new process
|
10 years ago |
kanoi
|
58be2ed29f
|
ckdb - fix for pplns when payout is only in workmarkers
|
10 years ago |
Con Kolivas
|
2dc67ccc35
|
Drop listen backlog to zero as soon as we start polling
|
10 years ago |