Lefteris Karapetsas
74c2179c55
Don't echo written password under win32
10 years ago
Lefteris Karapetsas
f724508902
Bump password size to 256 chars
10 years ago
Lefteris Karapetsas
44cd78d647
Improve getpass() usage
As can be seen from: http://unixhelp.ed.ac.uk/CGI/man-cgi?getpass+3
getpass() is a deprecated function and it's advised not to use
it.
What's more all signals are disabled so (SIGINT, SIGQUIT, SIGSTOP,
SIGTSTOP) will do nothing and as such if the user wants to quit the
program while typing the password in the password loop he is out of
luck.
With this commit we get a manual version of getpass(), inspired by this
SO answer: http://stackoverflow.com/a/1196696/110395
10 years ago
Gav Wood
4011d4de71
Don't echo passwords.
10 years ago
Marek Kotewicz
07fb87681c
cleanup
10 years ago
Marek Kotewicz
72afc0c7d1
cleanup, libjsengine
10 years ago
Marek Kotewicz
a60d88379f
v8 integration initial commit
10 years ago
Gav Wood
c533f1cbda
OpenCL stuff, Fix for eth_call.
10 years ago
Genoil
f8e789be8a
added function to read from disk into (OpenCL) buffer
10 years ago
Jan Willem Penterman
43e9fa3afd
Win32/MSVC requires ios::binary flag on ofstream to correctly write dag file
10 years ago
Genoil
bc5b7bc975
Win32 requires ios::binary when writing dag file.
10 years ago
Gav Wood
beb58f17f0
RLP tool.
10 years ago
Gav Wood
eaef000af3
New Proof-of-Work.
10 years ago
Gav Wood
458d832cc6
RLP tool.
10 years ago
Gav Wood
49b9a0224a
New Proof-of-Work.
10 years ago
Gav Wood
8def53064b
RLP tool.
10 years ago
Gav Wood
c82d63b909
New Proof-of-Work.
10 years ago
Gav Wood
7b6f8c460b
RLP tool.
10 years ago
Gav Wood
2ffb554a9d
New Proof-of-Work.
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
yann300
06ac786317
- Move memDumpToList into mix project (and list replace by vector).
- Add comments.
- Coding Standards.
10 years ago
yann300
6845bb908e
- store memory dump in list instead of raw string, use the list as QML
model.
- UI: layout of step button.
10 years ago
yann300
4bc3d48ab4
- debug pane design
10 years ago
Paweł Bylica
2eaed59cd4
Fix dev::contents function on MSVC
10 years ago
Gav Wood
759b85af9f
Compilation fixes for windows.
10 years ago
Gav Wood
d93cccc463
More attempts to fix for the ultra-pedantic clang compiler.
10 years ago
Gav Wood
515a1c22a9
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
10 years ago
Gav Wood
4cb7993655
Project-wide reorganisation of namespaces.
10 years ago
Gav Wood
05b28f0384
Fixed #299 .
10 years ago
Gav Wood
25183afd7c
Project refactor. Introduce the Serpent library.
11 years ago
Gav Wood
57129c2007
Mining view.
11 years ago
Gav Wood
e8217ea489
Major reorganisation.
New libs (libethsupport, libevm, liblll).
New LLLC binary.
11 years ago
Gav Wood
648fbc57c9
Split out libethcore from libethereum.
11 years ago
Gav Wood
607a5de340
Repotted Common.h.
11 years ago
Muharem Hrnjadovic
be65dbc46d
Fixed the other occurrence of Foobar
11 years ago
Muharem Hrnjadovic
4bab3c57a5
Corrected license headers (Foobar -> cpp-ethereum)
11 years ago
Gav Wood
2a53d5f751
AlephZero renamed AlethZero and moved to cmake project.
Other minor changes.
11 years ago
Gav Wood
4aa0c71b6d
Root bug fix.
11 years ago
Gav Wood
5185e6a6ef
Changed genesis block to reflect root of empty trie as null.
11 years ago
Gav Wood
1983777cd0
GPL v2, not 3.
11 years ago
Gav Wood
f666853724
Repotted a lot of the Trie stuff.
11 years ago
Gav Wood
140fc42e09
Moved to endian-neutral 256/160-bit datatypes.
11 years ago
Gav Wood
ade3d0225d
Coding standards doc.
Some repotting.
Documentation.
Some minor API cleanups.
11 years ago
Gav Wood
0349f7bf05
Some repotting.
11 years ago