-
b1dd03fa8d
Merge commit '66526fb'
master
Luke Dashjr
2020-10-02 15:49:46 +00:00
-
-
f4ef2ae23b
Merge branch 'bugfix_test_builddir'
Luke Dashjr
2020-10-02 15:49:38 +00:00
-
-
66526fb70f
INSTALL: Remove trailing space
Luke Dashjr
2020-10-02 13:14:05 +00:00
-
c821364d6e
Bugfix: Tests need the build directory in PATH, not source directory
Luke Dashjr
2020-10-02 13:12:25 +00:00
-
d759139844
Merge pull request #11 from CoperNick8/master
Luke Dashjr
2018-07-03 11:58:41 +00:00
-
-
f0e2b756cd
Make README as Markdown format
CoperNick8
2018-07-03 13:32:30 +02:00
-
-
1c9930a246
Merge pull request #8 from luke-jr/avoid_ssize_t
Luke Dashjr
2018-06-03 23:14:43 +00:00
-
-
afa117ae92
Merge pull request #10 from luke-jr/fix_travis
Luke Dashjr
2018-06-03 23:05:30 +00:00
-
-
9cd68e803e
Travis: Update mingw package names
Luke Dashjr
2018-06-03 22:51:33 +00:00
-
-
4aaeea028c
Avoid ssize_t type, since it is POSIX-specific
Luke Dashjr
2018-06-03 22:07:53 +00:00
-
ccb7b43e9b
tests: Check encoding with highest bit set
Luke Dashjr
2018-06-03 22:06:13 +00:00
-
cca7f63c6c
Merge pull request #3 from luke-jr/dyn_intsize
Luke Dashjr
2018-03-18 19:41:28 +00:00
-
-
6b23367527
Merge pull request #5 from randolf/patch-1
Luke Dashjr
2018-03-18 19:40:57 +00:00
-
-
-
-
48fdd386d2
Added dependency information about "xxd"
Randolf Richardson
2018-03-18 09:10:25 -07:00
-
-
1cb26b5bff
Add INSTALL, fix README typo.
e271828-
2017-04-06 11:52:25 -07:00
-
bee00a6e88
Test case
Jon Griffiths
2016-04-10 14:13:48 +12:00
-
a861d3c57f
Revert variable signedness changes.
Jon Griffiths
2016-04-10 02:21:41 +12:00
-
5df7d3b19a
b58enc: Make loop variables unsigned
Jon Griffiths
2016-04-04 21:07:46 +12:00
-
e77d2999fe
b58enc: Make loop variables unsigned
Jon Griffiths
2016-04-04 19:05:55 +12:00
-
8a92496475
Refactor b58tobin to be more easily reconfigured for using different integer sizes
Luke Dashjr
2016-03-23 09:12:05 +00:00
-
-
ae5fe61864
Travis: Use sudo-less infrastructure, and add simple Win32/64 builds
Luke Dashjr
2016-02-10 04:54:08 +00:00
-
e28341c60e
Travis: Build and run tests
Luke Dashjr
2016-02-03 22:47:13 +00:00
-
-
16c2527608
Bump version to 0.1.4
v0.1.4
Luke Dashjr
2015-06-05 03:32:21 +00:00
-
bca0d4bebd
Merge remote-tracking branch 'origin-pull/1/head' into HEAD
Luke Dashjr
2015-02-28 02:21:30 +00:00
-
-
cdeed0709e
tests: Check decode with high bits set fails
Luke Dashjr
2015-02-28 02:21:00 +00:00
-
13dfa66514
fix for potential out-of-bounds memory access
Aaron Voisine
2015-02-27 12:21:24 -08:00
-
-
b6adca8ebb
Bugfix: Add missing <sys/types.h> include for ssize_t
v0.1.3
Luke Dashjr
2014-11-18 23:15:36 +00:00
-
4317cf055e
Bump version to 0.1.2
v0.1.2
Luke Dashjr
2014-10-29 14:31:21 +00:00
-
2c6b7916b6
Bugfix: Use signed types so that j can go negative without underflow
Luke Dashjr
2014-10-26 00:26:42 +00:00
-
5d53799021
Adapt tests so they can run with the serial harness used in older automake versions
Luke Dashjr
2014-09-16 03:19:55 +00:00
-
fa132f17c4
Address most LLVM warnings
Luke Dashjr
2014-09-16 02:40:45 +00:00
-
6d2d2c5f0e
b58tobin: Simplify zeromask calculation (fixes bug encountered when compiling with LLVM)
Luke Dashjr
2014-09-16 02:39:55 +00:00
-
06e594e37f
Include COPYING in dist_doc_DATA
v0.1.1
Luke Dashjr
2014-08-31 20:50:45 +00:00
-
3850beffa1
Merge branch 'master' of github.com:bitcoin/libbase58
Luke Dashjr
2014-08-31 20:50:18 +00:00
-
-
619e4e15e3
configure: Check for AM_PATH_LIBGCRYPT macro explicitly, so autogen is possible without libgcrypt
Luke Dashjr
2014-08-29 01:32:05 +00:00
-
2b70e26f47
AUTHORS: List of contributors
Luke Dashjr
2014-08-29 01:22:33 +00:00
-
a3f784e608
configure: Require only automake 1.11, since that is sufficient
Luke Dashjr
2014-08-29 01:20:14 +00:00
-
a978f5f734
Add COPYING file with MIT license
Wladimir J. van der Laan
2014-08-28 16:08:44 +02:00
-
-
45eb5d93a2
clitool: Missing copyright header
v0.1.0_rc1
v0.1.0
Luke Dashjr
2014-08-23 23:22:49 +00:00
-
84dd3c2e2d
clitool: Silence warnings
Luke Dashjr
2014-08-23 18:58:34 +00:00
-
d107e2bbda
Include Cflags in .pc file
Luke Dashjr
2014-08-22 19:06:22 +00:00
-
3e3cfa849e
tests: Check small decode/encode
Luke Dashjr
2014-08-18 20:22:09 +00:00
-
9f0f04769f
Bugfix: b58tobin: Correct zeromask for multiple-of-four binary buffer sizes
Luke Dashjr
2014-08-18 20:18:49 +00:00
-
62645c5114
Avoid unsafe casting
Luke Dashjr
2014-08-18 20:18:22 +00:00
-
09d549e15d
Rename base58.h to libbase58.h to decrease chance of conflicts
Luke Dashjr
2014-08-18 15:53:56 +00:00
-
201d210481
configure: AC_CONFIG_AUX_DIR is needed to embed in non-library projects
Luke Dashjr
2014-08-18 15:51:04 +00:00
-
2880b80cbd
Modify b58tobin to return canonical size
Luke Dashjr
2014-08-18 15:49:47 +00:00
-
1e56deac4c
README: Document strlen behaviour of b58tobin
Luke Dashjr
2014-08-18 14:58:27 +00:00
-
9dc2bf2f6a
Include extern "C" wrapper in base58.h so it can be used from C++ code
Luke Dashjr
2014-08-18 14:52:20 +00:00
-
88761e9e2c
b58check: Check binsz is long enough for checksum
Luke Dashjr
2014-08-18 14:51:58 +00:00
-
-
58d0e9a7ab
Bugfix: Actually skip building the tool if disabled
Luke Dashjr
2014-08-17 17:03:08 +00:00
-
c0994385c3
Test suite using base58 CLI tool
Luke Dashjr
2014-08-17 17:01:01 +00:00
-
4e05a3d300
Command line tool "base58"
Luke Dashjr
2014-08-17 16:43:27 +00:00
-
79a608586d
Bugfix: Avoid confusing digit-to-number and number-to-digit mappings
Luke Dashjr
2014-08-17 16:25:35 +00:00
-
b3034841db
b58check_enc function and docs
Luke Dashjr
2014-08-17 12:23:40 +00:00
-
6a93c8339b
README: Document b58enc function
Luke Dashjr
2014-08-17 12:14:02 +00:00
-
7ecd1102d0
b58enc: Allocate buf on the stack rather than heap
Luke Dashjr
2014-08-17 12:04:10 +00:00
-
a2853bb766
b58enc: Accept any kind of pointer for binary data
Luke Dashjr
2014-08-17 12:03:54 +00:00
-
f55613ac56
b58enc function
Huang Le
2014-08-15 15:37:46 +08:00
-
d761ab6401
Add README documentation
Luke Dashjr
2014-08-17 11:46:54 +00:00
-
696869093e
Accept const data for b58check
Luke Dashjr
2014-08-17 11:43:44 +00:00
-
195033316e
Rename symbols for libbase58
Luke Dashjr
2014-08-17 11:35:52 +00:00
-
f703579360
Initial import of code from libblkmaker
Luke Dashjr
2014-08-17 11:29:46 +00:00