Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos | Simon Warta | 2015-07-24 | 22 | -55/+55 |
| | | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer | ||||
* | Merge pull request #221 from webmaster128/bitint | Simon Warta | 2015-07-24 | 4 | -19/+222 |
|\ | | | | | Fix BigInt random_integer() distribution issue | ||||
| * | Fix BigInt random_integer() distribution issue. | Simon Warta | 2015-07-24 | 4 | -10/+128 |
| | | | | | | | | Fixes #108 | ||||
| * | Refactor BigInt | Simon Warta | 2015-07-24 | 4 | -9/+94 |
|/ | |||||
* | Better living through macros | Jack Lloyd | 2015-07-24 | 1 | -30/+32 |
| | |||||
* | BigInt::to_u32bit failed on 32-bit integers. GH #220 | Jack Lloyd | 2015-07-23 | 3 | -2/+51 |
| | |||||
* | Merge pull request #218 from webmaster128/module-not-found | Simon Warta | 2015-07-23 | 1 | -2/+2 |
|\ | | | | | Make 'module not found' an error | ||||
| * | Make 'module not found' an error | Simon Warta | 2015-07-23 | 1 | -2/+2 |
|/ | | | | | | | Before a typo in a module name was a warning. It now is an error because it is potentially harmful. [ci skip] | ||||
* | Merge pull request #214 from webmaster128/shellcheck | Simon Warta | 2015-07-22 | 6 | -15/+20 |
|\ | | | | | Use shellcheck where possible | ||||
| * | Use shellcheck where possible | Simon Warta | 2015-07-22 | 6 | -15/+20 |
|/ | |||||
* | Merge pull request #215 from webmaster128/extra-semicolon | Simon Warta | 2015-07-22 | 4 | -5/+6 |
|\ | | | | | Silence some extra ';' warnings | ||||
| * | Silence some extra ';' warnings | Simon Warta | 2015-07-22 | 4 | -5/+6 |
|/ | |||||
* | Merge pull request #164 from webmaster128/repair-debug-config | Simon Warta | 2015-07-21 | 14 | -99/+177 |
|\ | | | | | Repair debug config | ||||
| * | Rename so_link_flags to so_link_commands | Simon Warta | 2015-07-21 | 10 | -34/+34 |
| | | |||||
| * | Add binary_link_command; Use compiler configs to set RPATH on Linux | Simon Warta | 2015-07-21 | 4 | -17/+52 |
| | | |||||
| * | Update Windows linking | Simon Warta | 2015-07-21 | 1 | -6/+13 |
| | | |||||
| * | Add debug linker for GCC | Simon Warta | 2015-07-21 | 1 | -1/+2 |
| | | |||||
| * | Check for so_link_command existence in compiler settings | Simon Warta | 2015-07-21 | 1 | -1/+3 |
| | | |||||
| * | Merge compile_option into CXX_FLAGS | Simon Warta | 2015-07-21 | 10 | -27/+19 |
| | | |||||
| * | msvc fixes | Simon Warta | 2015-07-21 | 1 | -5/+13 |
| | | |||||
| * | Have a $(LINKER) variable | Simon Warta | 2015-07-21 | 3 | -9/+20 |
| | | |||||
| * | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 3 | -4/+3 |
| | | |||||
| * | Use -O0 (no optimization) in GCC debug compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |
| | | |||||
| * | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | /FS is needed for parallel builds /bigobj is needed for amalgamation build. Remove explicit setting from appveyor /DEBUG is a parameter, not a precompiler constant Conflicts: src/build-data/cc/msvc.txt | ||||
| * | Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flags | Simon Warta | 2015-07-21 | 10 | -42/+65 |
|/ | | | | | | This commit aims to preserve all settings. In some cases it will drop optimization flags and fall back to compiler's defaults in the new debug mode. | ||||
* | Merge pull request #212 from ↵ | Simon Warta | 2015-07-19 | 1 | -1/+1 |
|\ | | | | | | | | | webmaster128/gen-amalgamation-doesnt-build-via-amalgamation Tie static build check to --via-amalgamation, not --gen-amalgamation | ||||
| * | Tie static build check to --via-amalgamation, not --gen-amalgamation | Simon Warta | 2015-07-19 | 1 | -1/+1 |
|/ | | | | | | --gen-amalgamation does not use amalgamation in the Makefile [ci skip] | ||||
* | Merge pull request #209 from webmaster128/ignore-pyc | Simon Warta | 2015-07-18 | 1 | -0/+2 |
|\ | | | | | Ignore *.pyc | ||||
| * | Ignore *.pyc | Simon Warta | 2015-07-18 | 1 | -0/+2 |
|/ | |||||
* | Add tests for RSA, ECDSA, and ECDH interfaces in FFI module | Jack Lloyd | 2015-07-18 | 1 | -36/+210 |
| | |||||
* | Timing ratio is too tight for CI VMs | Jack Lloyd | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | Include build.h before doing a macro check; was causing tests to be skipped | Jack Lloyd | 2015-07-18 | 1 | -0/+2 |
| | |||||
* | Add tests for some of the C89 interface. | Jack Lloyd | 2015-07-18 | 2 | -1/+174 |
| | | | | | Add missing returns to botan_kdf, botan_pbkdf, botan_pbkdf_timed; previously they always returned an error code. | ||||
* | Send Travis notifications to botan-commits mailing list | Jack Lloyd | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #203 from tiwoc/android | Simon Warta | 2015-07-17 | 23 | -6/+34 |
|\ | | | | | Android support | ||||
| * | Add Android OS | Daniel Seither | 2015-07-17 | 11 | -0/+21 |
| | | | | | | | | | | | | The android.txt is a copy of linux.txt minus the getsid feature (Android's libc, Bionic, doesn't support it) and the alias linux-gnu. It is supported anywhere where linux is supported. | ||||
| * | Add OS feature getsid | Daniel Seither | 2015-07-17 | 12 | -0/+13 |
| | | | | | | | | | | It is added to all OS that use getsid currently, so it must be available there. | ||||
| * | Remove references to removed tru64 OS | Daniel Seither | 2015-07-17 | 6 | -6/+0 |
|/ | | | | There's no OS file in src/build-data/os for tru64 | ||||
* | Merge pull request #204 from webmaster128/read-crt-as-binary | Simon Warta | 2015-07-17 | 1 | -1/+1 |
|\ | | | | | Read .crt files in tests as binary files | ||||
| * | Read .crt files in tests as binary files | Simon Warta | 2015-07-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #201 from webmaster128/fs | Simon Warta | 2015-07-16 | 9 | -120/+185 |
|\ | | | | | Refactor internal/filesystem.h | ||||
| * | Add MSVC stl filesystem implementation | Simon Warta | 2015-07-16 | 3 | -3/+32 |
| | | | | | | | | Closes #199 | ||||
| * | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 7 | -56/+92 |
|/ | | | | Closes #198 | ||||
* | Add missing include <string> in calendar.h | Simon Warta | 2015-07-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #200 from webmaster128/time-test | Simon Warta | 2015-07-16 | 4 | -31/+87 |
|\ | | | | | Add date calendar_point to timepoint test of year 2100 | ||||
| * | Fix time range issue for 32 bit platforms | Simon Warta | 2015-07-16 | 4 | -31/+87 |
|/ | |||||
* | Describe release schedule for 1.11 | Jack Lloyd | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #197 from webmaster128/documentation | Simon Warta | 2015-07-15 | 2 | -30/+25 |
|\ | | | | | Documentation | ||||
| * | Update building documentation | Simon Warta | 2015-07-15 | 1 | -26/+24 |
| | | | | | | | | [ci skip] | ||||
| * | Use slim Kullo CI badge | Simon Warta | 2015-07-15 | 1 | -4/+1 |
|/ | | | | [ci skip] |