summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-05-03 19:15:13 +0200
committerEugen Wissner <belka@caraus.de>2017-05-03 19:15:13 +0200
commitdb12f032641aba43f84138951ecf32304f4f8f4e (patch)
tree54c63ca8acc64ff4531b27731b146fa87f25ee2e /README.md
parentc3b63ee40d0591d122b8aee18194db4e061cfe84 (diff)
parent231aedb8ad4a66344f94b445c9d8ee958269b01f (diff)
downloadtanya-db12f032641aba43f84138951ecf32304f4f8f4e.tar.gz
Merge branch 'master' into utf8string
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5d83d58..0ff2dcd 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,11 @@ Tanya consists of the following packages:
* `async`: Event loop (epoll, kqueue and IOCP).
* `container`: Queue, Vector, Singly linked list, buffers.
+* `crypto`: HMAC.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocator, reference counting,
helper functions).
-* `network`: URL-Parsing, sockets.
+* `network`: URL-Parsing, sockets, utilities.
### Supported compilers
@@ -43,15 +44,12 @@ stable.
Following modules are coming soon:
-| Feature | Build status |
-|--------------|:-----------------------------------------------------------------------------------------------------------------------:|
-| UTF-8 string | [![utf8string](https://travis-ci.org/caraus-ecms/tanya.svg?branch=utf8string)](https://travis-ci.org/caraus-ecms/tanya) |
-| BitVector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) |
-| Hash table | N/A |
-
-`math` package contains an arbitrary precision integer implementation that
-needs more test cases, better performance and some additional features
-(constructing from a string and an ubyte array, and converting it back).
+| Feature | Branch | Build status |
+|--------------|:----------:|:-----------------------------------------------------------------------------------------------------------------------:|
+| UTF-8 string | utf8string | [![utf8string](https://travis-ci.org/caraus-ecms/tanya.svg?branch=utf8string)](https://travis-ci.org/caraus-ecms/tanya) |
+| BitVector | bitvector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) |
+| TLS | crypto | [![crypto](https://travis-ci.org/caraus-ecms/tanya.svg?branch=crypto)](https://travis-ci.org/caraus-ecms/tanya) |
+| Hash table | N/A | N/A |
### Further characteristics
@@ -62,6 +60,10 @@ is being tested on Windows and FreeBSD as well.
* The library isn't thread-safe. Thread-safity should be added later.
+## Release management
+
+4-week release cycle.
+
## Contributing
Since I'm mostly busy writing new code and implementing new features I would