Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OCaml wrapper, moved to randombit/botan-ocaml | Jack Lloyd | 2015-09-21 | 1 | -4/+5 |
| | |||||
* | Some docs on source code layout | Jack Lloyd | 2015-09-12 | 1 | -7/+14 |
| | | | | [ci skip] | ||||
* | Fix version | Jack Lloyd | 2015-09-07 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update download links | Jack Lloyd | 2015-09-07 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Add initial cirlce config | Simon Warta | 2015-08-21 | 1 | -0/+3 |
| | |||||
* | Update readme | Jack Lloyd | 2015-08-03 | 1 | -6/+6 |
| | |||||
* | Describe release schedule for 1.11 | Jack Lloyd | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | Use slim Kullo CI badge | Simon Warta | 2015-07-15 | 1 | -4/+1 |
| | | | | [ci skip] | ||||
* | Add coverity scan badge | Simon Warta | 2015-07-08 | 1 | -0/+3 |
| | |||||
* | Update for 1.11.18 release1.11.18 | Jack Lloyd | 2015-07-05 | 1 | -6/+6 |
| | |||||
* | A few more readme tweaks | Jack Lloyd | 2015-07-03 | 1 | -23/+23 |
| | |||||
* | Deindent these lists, as github formats them strangely otherwise. | Jack Lloyd | 2015-07-03 | 1 | -33/+33 |
| | |||||
* | Tweak formatting of readme | Jack Lloyd | 2015-07-03 | 1 | -5/+5 |
| | |||||
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 1 | -13/+183 |
| | | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore. | ||||
* | Update readme - configure.py needs leading './' | simon | 2015-06-19 | 1 | -3/+2 |
| | | | | GH #113 | ||||
* | Replace Kullo CI text with badges. GH #102 | simon | 2015-05-31 | 1 | -3/+6 |
| | |||||
* | Correct badge branches | lloyd | 2015-05-14 | 1 | -4/+4 |
| | |||||
* | Direct AppVeyor URL to trunk results, GH #88 | lloyd | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Correct coveralls.io badge url | lloyd | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | Correct AppVeyor badge url | lloyd | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Add coveralls.io badge | lloyd | 2015-05-11 | 1 | -0/+3 |
| | |||||
* | Add AppVeyor (Windows CI) build integration. GH pull #63 | daniel | 2015-04-28 | 1 | -6/+13 |
| | |||||
* | Add Travis CI integration. Github pull 60 | neusdan | 2015-03-12 | 1 | -5/+10 |
| | |||||
* | Cleanups | lloyd | 2015-03-08 | 1 | -3/+15 |
| | |||||
* | New download directory structure. | lloyd | 2014-12-17 | 1 | -1/+2 |
| | | | | Point users at github issues instead of bugzilla. | ||||
* | Set expectations | lloyd | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+12 |
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool |