summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
committerAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
commit51addbcf27d7b06dae80a0e39e5f5f83e94dd8ae (patch)
tree3d00bef2d26f97257ec6f4835505cd300054a1e3 /README
parent1ed00f1a2893b43195f3fc747988da0bf6006797 (diff)
Update to libmowgli 2.0.0
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index 9b38ca4..424f23d 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ It contains:
- mowgli_argstack: Safe serialization of valists.
- mowgli_assert: Various assertion routines that can be used.
- mowgli_bitvector: Bitmasks with an unlimited level of precision.
- - mowgli_dictionary: A keyword-backed definition hashtable class.
+ - mowgli_patricia: A keyword-backed definition hashtable class.
- mowgli_error_backtrace: Provide feedback to users on what caused the
error they are recieving.
- mowgli_exception: Assertions with user feedback.
@@ -33,11 +33,9 @@ It contains:
- mowgli_heap: An optimistic heap-based memory allocator
- mowgli_hook: A simple hooks API you can use for your application, which
allows for hooks to provide both application data and user data.
- - mowgli_ioevent: Portable I/O completion ports for many OSes.
- mowgli_list: A high performance linked lists implementation with O(1) scalability
for most common operations.
- mowgli_logger: An internal class for handling logging of exceptions.
- - mowgli_memorypool: A class which allows for memory pooling.
- mowgli_module: A wrapper around dlopen(3) and dlsym(3).
- mowgli_object: A simple class which provides reference counted pointers and
polymorphism of structs.
@@ -47,7 +45,10 @@ It contains:
- mowgli_queue: A simple class which implements double-ended queues.
- mowgli_random: A high performance psuedo-random number generator.
- mowgli_signal: A wrapper for sigaction(2).
- - mowgli_spinlock: Portable spinlocks.
+ - mowgli_eventloop: A portable event loop implementation.
+ - mowgli_vio: An abstraction layer for I/O.
+ - mowgli_linebuf: A line-buffering implementation for clients.
+ - mowgli_thread: Minimal thread abstraction.
More classes will be added with later releases. Please contact
nenolod -at- atheme.org if you have suggestions on what should be
@@ -73,5 +74,6 @@ sudo.)
Bug Reports
-----------
-Bugs can be reported on our tracker at http://bugs-meta.atheme.org against the
-Mowgli product.
+Bugs can be reported on our tracker at http://jira.atheme.org against the
+libmowgli product.
+