commit 79e3315bf2564b307884629a12518d7f70baa2d5
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:37:41 2008 +0200

    Added ChangeLog in package and in web page.

commit 72ae96b4ae6abd91f4b09124680f2aa9c114d365
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:15:12 2008 +0200

    Deliver some CFLAGS to the pkg-config file for applications using it.

commit 1ad1765203103b64292ace31d39503887e543b65
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:14:36 2008 +0200

    Documentation updates.  The SRT webpage is now part of SRT docs itself.

commit 56cea60b47990096c4c2a16f57f7865f9708e361
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:13:05 2008 +0200

    Fixed ROBODoc header.

commit 3506646d4a40e980f06ae1b96cc9edd0109d3eff
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:12:33 2008 +0200

    Added small timeout balancing value from 40 to 60 in Scheduler.

commit aa0a06d2b59d9607a531c5d009e4bfa7a5a11390
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:11:59 2008 +0200

    Added support for stacktrace compiled SRT for apps using the SRT.

commit 9b98dd11451535d0f25a7c682d5c6c70b1172aa1
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:10:44 2008 +0200

    Changed MIME code to use SILC Rand API to create fragment ID.

commit 40729be849e8ca96bc129a35c1122286aa5f8705
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Mar 3 21:09:59 2008 +0200

    Changed SILC Stream API implementation static inline functions.

commit c7851372a1e12a6c6e1e894a84c8ea96881d88ce
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Wed Feb 27 19:21:48 2008 +0200

    Added reference counting the SilcStack.
    
    The reference counting makes it possible for a parent to be freed
    underneath a child stack.  When the child is freed the parent will be
    finally freed as well.

commit 8eeb9ea5a9819773084c782d10c693b341c6903e
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Wed Feb 27 19:20:44 2008 +0200

    Added silc_dlist_init_static and silc_dlist_uninit_static

commit 76c779783817ba7cdbe67ca83971134ce70e662f
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:46:52 2008 +0200

    Major rewrite of the SilcThreadQueue API
    
    The new API allows creation of queues with multiple pipes.  Each pipe
    is independently lockable and waitable.  A queue with one pipe is same
    as the old SilcThreadQueue.
    
    The queue now also supports FIFO order when popping data from the pipes.
    By default the order is LIFO.

commit 480c4f6e83cbdec38af98419430450b9fd8600f8
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:43:28 2008 +0200

    Added silc_list_pop
    
    The silc_list_pop removes the current head of the list and returns the
    removed head.
    
    Changed also documentation.

commit 607af8ce2c5dced2b5ca5c7c1d815fc80fbb2603
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:42:06 2008 +0200

    Show milliseconds in SILC_LOG_DEBUG and family outputs

commit 631f1669539aaa58b8c49c4d431930f7ab68a633
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:41:33 2008 +0200

    Added silc_mutex_trylock

commit ccdddda33bec54d464d667dbf05fb2307e8a7e87
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:40:58 2008 +0200

    Fixed silc_buffer_unformat return correct length with SILC_STR_ADVANCE

commit ae1b5cd1a06d3556f456ab78ccd014958128e3b1
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Sat Feb 23 15:39:16 2008 +0200

    Added silc_rolc, silc_rorc, silc_rolc64 and silc_rorc64

commit 6a4fabe1ab16fef9f79cfc49668e77206df35622
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Feb 11 16:46:23 2008 +0200

    Removed lib/silcutil/DIRECTORY, not needed anymore.

commit dd4cdae3e1defc28876d80da99b77c8db1ac0376
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Feb 11 16:46:03 2008 +0200

    Changed the low level errno routines public.

commit adf03e69c4e96ffdac88e7cfe9c2b4583166eb6e
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Feb 11 16:45:24 2008 +0200

    Added memory corruption checks to stacktrace.c
    
    The stacktrace now produces backtraces using backtrace().
    
    The stacktrace now supports basic memory corruption checks in
    addition of memory leak checks.  It supports double free checks,
    invalid free checks and out of bound checks.
    
    Environment variables SILC_MALLOC_NO_FREE and SILC_MALLOC_DUMP
    can be used to get even more information out of it.

commit 2ede5da9520e7e8508ae28656d542824c4c29793
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Feb 4 23:04:12 2008 +0200

    Changed silcdefs.h to runtimedefs.h, fixed silccruntime.h.

commit 0e5c6a2c995a3e33a7e5ce1120db16474783c1c4
Author: Pekka Riikonen <priikone@silcnet.org>
Date:   Mon Feb 4 23:01:29 2008 +0200

    Moved silc_usleep from inline function to source file.

 Makefile.ad                               |    7 +-
 Makefile.defines.in                       |    2 +-
 README                                    |  131 ++------------
 README.MACOSX                             |    8 +-
 README.SYMBIAN                            |   56 +++----
 README.WIN32                              |   22 ++-
 TODO                                      |   21 ++-
 configure.ad                              |   29 ++--
 distdir/pre-dist-runtime                  |    1 +
 doc/runtime.in/building.html              |   36 ++--
 doc/runtime.in/footer                     |    2 +-
 doc/runtime.in/header                     |    2 +-
 doc/runtime.in/index.html.in              |  105 ++++--------
 doc/runtime.in/manual.html.in             |  121 +++++++++++++
 doc/runtime.in/platforms.html             |   12 +-
 lib/Makefile.ad                           |    9 -
 lib/silcutil/DIRECTORY                    |   58 -------
 lib/silcutil/Makefile.ad                  |    4 +-
 lib/silcutil/silcbuffmt.c                 |    7 +-
 lib/silcutil/silcdlist.h                  |   54 ++++++-
 lib/silcutil/silcenv.c                    |    4 -
 lib/silcutil/silcerrno.h                  |   70 +++++++-
 lib/silcutil/silclist.h                   |   57 ++++++-
 lib/silcutil/silclog.c                    |    4 +-
 lib/silcutil/silcmemory.h                 |    4 -
 lib/silcutil/silcmime.c                   |    8 +-
 lib/silcutil/silcmutex.h                  |   16 ++
 lib/silcutil/silcruntime.h.in             |   32 ++++-
 lib/silcutil/silcschedule.c               |    2 +-
 lib/silcutil/silcstack.c                  |   22 +++-
 lib/silcutil/silcstream.c                 |   63 -------
 lib/silcutil/silcstream.h                 |   47 +++++-
 lib/silcutil/silcthreadqueue.c            |  220 +++++++++++++++++-------
 lib/silcutil/silcthreadqueue.h            |   75 +++++++--
 lib/silcutil/silctime.h                   |   13 ++
 lib/silcutil/silctimer.c                  |   27 +++
 lib/silcutil/silctimer.h                  |   41 ++---
 lib/silcutil/silctypes.h                  |  106 +++++++++++-
 lib/silcutil/stacktrace.c                 |  262 +++++++++++++++++++++++++----
 lib/silcutil/stacktrace.h                 |    6 +-
 lib/silcutil/tests/test_silclist.c        |    7 +
 lib/silcutil/tests/test_silcthreadqueue.c |   10 +-
 lib/silcutil/unix/silcunixthread.c        |   13 ++
 lib/srt.pc.in                             |    2 +-
 symbian/silc.mmp                          |    2 +-
 symbian/silc_static.mmp                   |    2 +-
 46 files changed, 1204 insertions(+), 598 deletions(-)
 create mode 100644 doc/runtime.in/manual.html.in
 delete mode 100644 lib/silcutil/DIRECTORY
 delete mode 100644 lib/silcutil/silcstream.c
