runtime.git
2008-06-28 Pekka RiikonenDocumentation updates 1.2.beta4
2008-06-28 Pekka RiikonenFixed possible crash in silc_parse_userfqdn
2008-06-28 Pekka RiikonenAdded SilcFloat32 and SilcFloat64, 32-bit and 64-bit...
2008-06-28 Pekka RiikonenAdded silc_list_sort, sorts SilcList using Gnome Sort...
2008-06-23 Pekka RiikonenAdded SilcLocalNetSecurity flags for Local Net Stream...
2008-06-22 Pekka RiikonenAdded SILC Local Network Stream API
2008-06-22 Pekka RiikonenAccept silc_file_stat and silc_file_fstat with the...
2008-06-21 Pekka RiikonenAdded SILC XML API
2008-06-21 Pekka RiikonenAdded silc_errno_set_location and silc_errno_location
2008-06-17 Pekka RiikonenAdded SILC Buffer Stream API
2008-06-10 Pekka RiikonenAdded SILC HTTP Server API
2008-06-10 Pekka RiikonenSRT documentation and web page updates
2008-06-09 Pekka RiikonenMerge branch 'silc.1.1.branch' of silc repo
2008-06-09 Pekka RiikonenClose socket if TCP connecting fails to avoid leaking...
2008-06-09 Pekka RiikonenAdd non-executing stack when compiling AES asm for...
2008-06-09 Pekka RiikonenFixed automatic reconnection to router and malloc failu...
2008-06-06 Pekka RiikonenFree sock user data before disconnecting remote peer
2008-06-05 Pekka RiikonenMore disconnection crash fixes.
2008-05-25 Pekka RiikonenHandle memory allocation failures when unformatting...
2008-05-25 Pekka RiikonenAdd non-executing stack when compiling AES asm for...
2008-05-25 Pekka RiikonenFixed crash when packet stream creation fails.
2008-05-25 Pekka RiikonenFixes to connection freeing crashes
2008-04-20 Pekka RiikonenCancel rekey timeout when closing connection.
2008-04-20 Pekka RiikonenFixed KILL command related crash in silcd
2008-04-17 Pekka RiikonenFree connection data correctly when disconnecting the...
2008-04-16 Pekka RiikonenFixed many 64-bit alignment issues from silcd.
2008-04-12 Pekka RiikonenCheck for valid packet stream when counting number...
2008-04-12 Pekka RiikonenSILC_IS_FD_STREAM and SILC_IS_SOCKET_STREAM now checks...
2008-04-12 Pekka RiikonenFixed silc_skr_init to not fail if threads support...
2008-04-12 Pekka RiikonenRemoved wrong SILC_LOG_ERROR and assert check from...
2008-04-10 Pekka RiikonenCompute packet sums using sha512sum.
2008-04-10 Pekka RiikonenMark scheduler task unscheduled after silc_schedule_uns...
2008-04-10 Pekka RiikonenFixed QoS data limit handling in socket stream when...
2008-04-10 Pekka RiikonenFixed packet stream destroy crashes when closing connec...
2008-04-08 Pekka RiikonenAccept 0600 and 0640 for server private key permissions.
2008-04-08 Pekka RiikonenFixed busy-loop in WATCH command when adding public...
2008-03-20 Pekka RiikonenFixed possible buffer overflow in PKCS#1 message decoding.
2008-03-14 Pekka RiikonenAdded doc/runtime.in/intro.html HTML documentation. 1.2.beta3
2008-03-14 Pekka RiikonenAdded autodetecting to appropriate use of silc_va_copy.
2008-03-14 Pekka RiikonenAdded silc_time_epoch, converting SilcTime to Epoch...
2008-03-14 Pekka RiikonenAdded silc_net_bit2addr, silc_htonl, silc_ntohl, silc_h...
2008-03-14 Pekka RiikonenAdded support for detecting SSE4.1, SSE4.2, SSE5. ...
2008-03-13 Pekka Riikonen Fixed NEW_CLIENT packet processing crash when the...
2008-03-03 Pekka RiikonenAdded ChangeLog in package and in web page. 1.2.beta2
2008-03-03 Pekka RiikonenDeliver some CFLAGS to the pkg-config file for applicat...
2008-03-03 Pekka RiikonenDocumentation updates. The SRT webpage is now part...
2008-03-03 Pekka RiikonenFixed ROBODoc header.
2008-03-03 Pekka RiikonenAdded small timeout balancing value from 40 to 60 in...
2008-03-03 Pekka RiikonenAdded support for stacktrace compiled SRT for apps...
2008-03-03 Pekka RiikonenChanged MIME code to use SILC Rand API to create fragme...
2008-03-03 Pekka RiikonenChanged SILC Stream API implementation static inline...
2008-02-27 Pekka RiikonenAdded reference counting the SilcStack.
2008-02-27 Pekka RiikonenAdded silc_dlist_init_static and silc_dlist_uninit_static
2008-02-23 Pekka RiikonenMajor rewrite of the SilcThreadQueue API
2008-02-23 Pekka RiikonenAdded silc_list_pop
2008-02-23 Pekka RiikonenShow milliseconds in SILC_LOG_DEBUG and family outputs
2008-02-23 Pekka RiikonenAdded silc_mutex_trylock
2008-02-23 Pekka RiikonenFixed silc_buffer_unformat return correct length with...
2008-02-23 Pekka RiikonenAdded silc_rolc, silc_rorc, silc_rolc64 and silc_rorc64
2008-02-22 Pekka Riikonen Fixed partial encryption in CTR mode. Does not affec...
2008-02-11 Pekka RiikonenRemoved lib/silcutil/DIRECTORY, not needed anymore.
2008-02-11 Pekka RiikonenChanged the low level errno routines public.
2008-02-11 Pekka RiikonenAdded memory corruption checks to stacktrace.c
2008-02-04 Pekka RiikonenChanged silcdefs.h to runtimedefs.h, fixed silccruntime.h.
2008-02-04 Pekka RiikonenMoved silc_usleep from inline function to source file.
2008-02-03 Pekka RiikonenSILC Runtime Toolkit 1.2 Beta 1 1.2.beta1
2008-02-03 Pekka RiikonenAdded silc_file_stat, silc_file_fstat and silc_file_fsize
2008-02-02 Pekka RiikonenRemoved util/ directory from the tree.
2008-01-31 Pekka RiikonenAdded SILC Rand API, SILC Global Variables API and...
2008-01-26 Pekka RiikonenCreated SILC Runtime Toolkit git repository Part II.
2008-01-26 Pekka RiikonenCreated SILC Runtime Toolkit git repository Part I.
2008-01-18 Pekka Riikonen Added SILC Thread Queue API
2008-01-17 Pekka Riikonen Comment changes.
2008-01-17 Pekka Riikonen Added ernno setting.
2008-01-16 Pekka Riikonen Removed the previous backslash removin code.
2008-01-16 Pekka Riikonen Fixed *.ad (not configure.ad or Makefile.ad but other...
2008-01-15 Pekka Riikonen Added and implemented Silc DIR API.
2008-01-15 Pekka Riikonen Comment and errno changes
2008-01-13 Pekka Riikonen updates.
2008-01-13 Pekka Riikonen Added silc_subst, regex matching and substitution...
2008-01-13 Pekka Riikonen Added SILC_STR_REPLACE. Removed SILC_STR_STRING_APPEN...
2008-01-13 Pekka Riikonen Comment changes.
2008-01-13 Pekka Riikonen Fixed reallocation when reducing size.
2008-01-13 Pekka Riikonen Fixed SilcBuffer reallocatinon when reducing buffer...
2008-01-08 Pekka Riikonen Moved SILC id utility functions from utility library.
2008-01-08 Pekka Riikonen Moved SILC protocol ID utility functions to SILC core...
2008-01-08 Pekka Riikonen Fixed silc_nickname_parse to return valid nickname...
2008-01-08 Pekka Riikonen Fixed printable fingerprint buffer overflow. RedHat...
2008-01-08 Pekka Riikonen Fixed fingerprint generation. RedHat bug 372021.
2008-01-05 Pekka Riikonen Handle anychar (.) correctly with bounded repeaat...
2008-01-05 Pekka Riikonen Added SILC_STR_DELETE buffer format macro.
2008-01-05 Pekka Riikonen Added SILC_STR_STRING and SILC_STR_STRING_APPEND and...
2008-01-05 Pekka Riikonen All symbols now have silc_ prefix.
2008-01-03 Pekka Riikonen Added SilcStack support to silc_regex and silc_regex_b...
2008-01-02 Pekka Riikonen Imported new improved free regex implementation. ...
2008-01-02 Pekka Riikonen Added global stack to Tls context.
2008-01-02 Pekka Riikonen silc_srealloc now allocates new block if reallocation...
2008-01-02 Pekka Riikonen Added silc_stack_[set|get]_global.
2008-01-01 Pekka Riikonen Added SILC_REGEX_NOTBOL and SILC_REGEX_NOTEOL flags.
2008-01-01 Pekka Riikonen Added SILC_STR_REGEX macro to SILC Buffer Format API.
next