aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove OCaml wrapper, moved to randombit/botan-ocamlJack Lloyd2015-09-211-4/+5
|
* Some docs on source code layoutJack Lloyd2015-09-121-7/+14
| | | | [ci skip]
* Fix versionJack Lloyd2015-09-071-1/+1
| | | | [ci skip]
* Update download linksJack Lloyd2015-09-071-3/+3
| | | | [ci skip]
* Add initial cirlce configSimon Warta2015-08-211-0/+3
|
* Update readmeJack Lloyd2015-08-031-6/+6
|
* Describe release schedule for 1.11Jack Lloyd2015-07-161-0/+2
|
* Use slim Kullo CI badgeSimon Warta2015-07-151-4/+1
| | | | [ci skip]
* Add coverity scan badgeSimon Warta2015-07-081-0/+3
|
* Update for 1.11.18 release1.11.18Jack Lloyd2015-07-051-6/+6
|
* A few more readme tweaksJack Lloyd2015-07-031-23/+23
|
* Deindent these lists, as github formats them strangely otherwise.Jack Lloyd2015-07-031-33/+33
|
* Tweak formatting of readmeJack Lloyd2015-07-031-5/+5
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-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 './'simon2015-06-191-3/+2
| | | | GH #113
* Replace Kullo CI text with badges. GH #102simon2015-05-311-3/+6
|
* Correct badge brancheslloyd2015-05-141-4/+4
|
* Direct AppVeyor URL to trunk results, GH #88lloyd2015-05-121-1/+1
|
* Correct coveralls.io badge urllloyd2015-05-121-2/+2
|
* Correct AppVeyor badge urllloyd2015-05-111-1/+1
|
* Add coveralls.io badgelloyd2015-05-111-0/+3
|
* Add AppVeyor (Windows CI) build integration. GH pull #63daniel2015-04-281-6/+13
|
* Add Travis CI integration. Github pull 60neusdan2015-03-121-5/+10
|
* Cleanupslloyd2015-03-081-3/+15
|
* New download directory structure.lloyd2014-12-171-1/+2
| | | | Point users at github issues instead of bugzilla.
* Set expectationslloyd2014-02-131-1/+1
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-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