From c4e1d9a1cedd7c9cae54b643d0689fa3b956e10b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 4 Nov 2006 19:57:40 +0000 Subject: [PATCH] updates. --- CHANGES | 80 +++++++++++++++++++++++++++++++++++++++++++++- TODO | 4 +-- includes/silc.h.in | 17 +++++----- 3 files changed, 90 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index fc9147eb..aef4df90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,84 @@ +Sat Nov 4 21:50:37 EET 2006 Pekka Riikonen + + * Added SILC_STR_ADVANCE. Affected file is + lib/silcutil/silcbuffmt.[ch]. + + * The silc_buffer_strformat preserves buffer locations now. + + * Added lib/silcutil/silcatomic.h for atomic operations. + +Sat Sep 16 11:23:06 EEST 2006 Pekka Riikonen + + * Added lib/silchttp, SILC HTTP server, a very simple HTTP + server. + + * Fixed MIME deocing when data portion is not present. + Affected file lib/silcutil/silcmime.c. + +Wed Jul 19 12:06:38 EEST 2006 Pekka Riikonen + + * Moved lib/silccore/silcidcache.[ch] to lib/silcutil/. + + * Added IV Included support to packet routines, to allow + packet sending and receiving on UDP/IP. Affected files are + lib/silccore/silcpacket.[ch]. + + * Added SILC_FSM_YIELD. Affected files lib/silcutil/silcfsm.[ch]. + +Tue Jul 18 20:10:28 EEST 2006 Pekka Riikonen + + * Added UDP support to network and socket stream library. + Sat Jun 24 22:33:18 EEST 2006 Pekka Riikonen - * Added conditional variables. New files are + * Added conditional variables. New files are lib/silcutil/silcondvar.h and platform specific implementations. Thu Jan 5 20:02:31 CET 2006 Patrik Weiskircher diff --git a/TODO b/TODO index 429e9a77..be058d1a 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,7 @@ lib/silccore lib/silcskr =========== - o Removing key from the repository is not possible currently. It should + o Removing key from the repository is not possible currently. It should be. @@ -113,7 +113,7 @@ lib/silcutil/silcbuffer.h ****DONE**** lib/silcutil/silcbuffmt.[ch] ****PARTLY DONE**** ============================ - o SilcStack aware silc_buffer_unformat + o SilcStack aware silc_buffer_unformat (***DONE) o SilcStack aware silc_buffer_format (***DONE) diff --git a/includes/silc.h.in b/includes/silc.h.in index 06b53322..a00f0dc2 100644 --- a/includes/silc.h.in +++ b/includes/silc.h.in @@ -232,6 +232,7 @@ extern "C" { /* Include generic SILC type definitions */ #include "silctypes.h" +#include "silcatomic.h" #include "silcversion.h" /* SILC util library includes */ @@ -243,6 +244,12 @@ extern "C" { #include "silcmath.h" /* More SILC util library includes */ +#include "silctime.h" +#include "silcmutex.h" +#include "silccond.h" +#include "silcthread.h" +#include "silcschedule.h" +#include "silclog.h" #include "silcbuffer.h" #include "silcbuffmt.h" @@ -256,14 +263,7 @@ extern "C" { #include "silcpkcs1.h" /* More SILC util library includes */ -#include "silctime.h" -#include "silcmutex.h" -#include "silccond.h" -#include "silcthread.h" -#include "silcatomic.h" -#include "silcschedule.h" #include "silchashtable.h" -#include "silclog.h" #include "silclist.h" #include "silcdlist.h" #include "silcasync.h" @@ -279,7 +279,6 @@ extern "C" { #include "silcsocketstream.h" #include "silcfdstream.h" #include "silcvcard.h" -#include "silcapputil.h" #include "silcmime.h" #ifdef SILC_DIST_ASN1 @@ -301,6 +300,8 @@ extern "C" { #include "silcattrs.h" #include "silcpubkey.h" +/* Application utility includes */ +#include "silcapputil.h" #ifdef SILC_DIST_IDCACHE #include "silcidcache.h" #endif /* SILC_DIST_IDCACHE */ -- 2.24.0