Commit Graph

  • eb2e5c50cf - Update support for TEL URI. - Add string utilities functions. bossiel 2010-02-02 18:36:34 +0000
  • bc95d5151f - Add support for DNS cache - Add support for DNS SRV support - Add support for DNS CNAME record bossiel 2010-02-01 19:08:28 +0000
  • 4627646bb1 Add android projects (eclipse) bossiel 2010-02-01 02:02:25 +0000
  • f9b9725b94 Add android makefiles. bossiel 2010-02-01 02:01:14 +0000
  • e07290457b Resolve bug in DNS QNAME parsing ( Access violation when we try to parse the compressed DNS message). Update android version of tinyNET and tinySAK. bossiel 2010-01-28 00:22:57 +0000
  • ae3cd4711e Update DNS support. Add supports for ENDS0 extension as per RFC 2671. Add supports for these RRs: - A (RFC 1035) - AAAA (RFC 3596) - NAPTR (RFC 3403) - MX (RFC 1035) - NS (RFC 1035) - PTR (RFC 1035) - SOA (RFC 1035) - TXT (RFC 1035) bossiel 2010-01-27 19:52:41 +0000
  • c453910507 Update DDDS/DNS support. bossiel 2010-01-26 19:33:33 +0000
  • edfef1c6a2 Begin DDDS/DNS implementation. Resolve bug in STUN. bossiel 2010-01-25 18:09:25 +0000
  • 2874c641f5 - Add new network utilities (ifaces, listing addresses, ...) - Update TURN support (new: channel binding, channelData, send indication ...) - Update Windows mobile version. - Update Symbian S60 version. bossiel 2010-01-25 02:50:47 +0000
  • dd75783488 Update vs2005 project files. Use 'recvfrom' instead of 'recv' to receive STUN UDP dgrams. bossiel 2010-01-21 18:10:43 +0000
  • 1269a67fdb - Use only one macro to delete all type of objects. - Add empty files for DNS support (this will help me to remember which DNS record type to add later.). A brief explication can be found here: http://www.debianhelp.co.uk/dnsrecords.htm. - All final version of STUN 2. - Update TURN support (resolve bugs on Allocation request and add support for Refresh/Remove requests). bossiel 2010-01-21 02:22:14 +0000
  • 08a6219cba Update vs_2005 projects. bossiel 2010-01-19 18:26:22 +0000
  • 1643a2bbf1 Comment MAPPED-ADDRESS attribute. bossiel 2010-01-19 18:25:44 +0000
  • d9b40ceb94 Resize the image. bossiel 2010-01-19 17:26:37 +0000
  • 645b960e9e Rename STUN image folder. bossiel 2010-01-19 17:19:55 +0000
  • 4e8dd7951e Add STUN images (sample) bossiel 2010-01-19 17:19:14 +0000
  • c5acffec6c Fully implement STUN2 as per RFC 5389. Add partial implementation of TURN (Allocation request) as per draft-ietf-behave-turn-16, draft-ietf-behave-turn-ipv6-06 and draft-ietf-mmusic-ice-tcp-08. Next step: ICE as per draft-ietf-mmusic-ice-19 and draft-ietf-mmusic-ice-tcp-08. bossiel 2010-01-18 02:29:22 +0000
  • 0c3d2be8c3 Add support for CRC32 Update NAT traversal (STUN2, ICE and TURN) support. bossiel 2010-01-15 18:27:09 +0000
  • 6491ca3c50 Begin adding STUN support as per RFC 5389 (Obsoletes: RFC 3489). bossiel 2010-01-14 09:08:16 +0000
  • ff2a4f8741 Detect C99 compilers to ease portability. bossiel 2010-01-11 23:39:53 +0000
  • 5da993cabf Enforce S60 network features. bossiel 2010-01-11 18:12:41 +0000
  • d56c604116 Update network features. Add carbide files in separate folder. bossiel 2010-01-11 02:02:29 +0000
  • e6a6aefce6 tinySAK - Delete carbide files. bossiel 2010-01-11 02:01:13 +0000
  • 501a8ea5e5 tinyNET - Delete carbide files. bossiel 2010-01-10 22:34:22 +0000
  • 1b9bca9860 Delete carbide files. bossiel 2010-01-10 22:08:30 +0000
  • b2c4da85bd Port all projects to Mac OSx - Complete implementing polling functions. bossiel 2010-01-10 20:38:43 +0000
  • 06485d64ad Add full support for NIST. Add support for record-routes Add support for rport Improve compliance General bug-fix bossiel 2010-01-10 01:41:46 +0000
  • 10c50761cf Resolve bug in linked-list. Begin replacing SIP uri basic parser by Ragel scanners. bossiel 2010-01-07 19:26:38 +0000
  • 41faa71862 Add visual studio 2005 projects. bossiel 2010-01-07 19:25:19 +0000
  • fe7c0e9869 Begin implementing SIP MESSAGE. General update ... bossiel 2010-01-07 09:12:56 +0000
  • 421da36b1a Add support for SIP MD5 Digest authentication. Add support for Digest AKAv1 and AKAv2 authentication (3GPP milenage and rijndael). Make SIP dialog REGISTER state machine thread-safe. Resolve bugs (deadlock) in the timer manager. Add NIST state machine definition. bossiel 2010-01-05 09:00:58 +0000
  • 5b0b2ace02 Update Mac OSX support. bossiel 2010-01-02 13:39:16 +0000
  • 5e066facef Update Mac OSX/darwin support, bossiel 2010-01-02 05:37:49 +0000
  • 13b7f68770 - Update TinySAK to compile on MAC OSX. - Update macro definitions (functions import/export) to support __GNUC__. - General Bug Fix bossiel 2010-01-01 23:34:13 +0000
  • 3073cabd29 Resolve bug in headers parser. bossiel 2009-12-31 18:50:48 +0000
  • 13a618c013 Add support for HTTP digest authentication. Implement these SIP headers: Authorization, Proxy-Authorization, Proxy-Authenticate and WWW-Authenticate. Update SIP Contact header. bossiel 2009-12-31 09:07:18 +0000
  • b52c348088 Add support of Base64 encoding/decoding as per RFC 4648. Add support for HTTP basic authentication. Begin implementing HTTP digest authentication. bossiel 2009-12-30 09:08:23 +0000
  • f7520ced83 Add support for HMAC-MD5 and HMAC-SHA-1 algorithms. Update MD5 and SHA-1 algorithms. Add tinyHTTP project. ADD HTTP abnf file. bossiel 2009-12-29 00:47:39 +0000
  • 4e25d5d6dc Add OSes logos bossiel 2009-12-28 19:51:30 +0000
  • 8a5d387103 - Add support for ANDROID OS 2.0 using NDK 1.6. - Add support for MD5 calc. - General bug Fix. bossiel 2009-12-28 02:38:40 +0000
  • 65fb889bdb Add carbide.c projects Update some functions for s60 Add support for socket polling Change timer manager Resolve bugs bossiel 2009-12-25 10:30:53 +0000
  • e4e5f41e6c Begin SIP dialog REGISTER implementation. Update some headers. General bug fix bossiel 2009-12-22 20:46:06 +0000
  • cfac6b676c Update timer manager (runnable). Add ICT, IST, NICT and NIST transactions. Add support for Buffers Add runnable class Split transport class bossiel 2009-12-21 16:01:52 +0000
  • ada4488146 Update timers support Always WIN32/WINCE threading or windows platforms (semaphore, mutex and events) and remove pthread dependency. Resolve some issues. bossiel 2009-12-17 01:11:20 +0000
  • 3da5926e38 Update tinySIP: Begin adding support for SIP timers. bossiel 2009-12-14 03:20:49 +0000
  • dc9dc49083 Add tinyNET project. bossiel 2009-12-14 03:19:09 +0000
  • 45f77db222 Add support for these SIP headers: - Allow-Events, Contact, Expires, P-Access-Network-Info, P-Preferred-Identity, Privacy, User-Agent and Content-Length. bossiel 2009-12-10 01:52:44 +0000
  • dfb9cc8e12 Implemented headers: CSeq, Allow, Call-ID, Max-Forwards, Require and Supported. Add abnf generator tool. bossiel 2009-12-09 00:47:34 +0000
  • 3fedbe92ff Add parameters parser. Add SIP/SIPS/TEL URI parser. Update SIP headers (Via and From). Add string helper functions (trim left/right/both, quote, unquote ...) bossiel 2009-12-08 02:54:21 +0000
  • 8d997018ba Add sip header files. bossiel 2009-12-06 03:49:09 +0000
  • cd6598fef8 Add s60 headers. Add ragel tools. bossiel 2009-12-05 23:45:54 +0000
  • 4f71557ff3 Update tinySAK project. Add tinySIP project. bossiel 2009-12-05 05:44:09 +0000
  • a7dcec3d1f Remove sofia-sip project. bossiel 2009-12-05 05:42:27 +0000
  • 6ec47a3d5d Commit final version of tinySIGCOMP. bossiel 2009-12-02 00:23:30 +0000
  • 62f66aecec Update SIgComp project. bossiel 2009-11-28 05:23:34 +0000
  • 0ae21856e6 Update SigComp project. bossiel 2009-11-26 01:10:44 +0000
  • 0737600569 Update SigComp project. bossiel 2009-11-25 00:16:45 +0000
  • ad4e0a2ecd Update tinySigComp. bossiel 2009-11-24 02:24:15 +0000
  • 0679784c55 Update SigComp project. Add TSK_OBJECT. bossiel 2009-11-23 03:16:26 +0000
  • ab31f557d9 - Add TSK_OBJECT - Update Binary utils. - Update support for thread-safe objects. - Update support for sha1 and ppfcs16. bossiel 2009-11-22 01:10:51 +0000
  • 5a3075df3c - Add TinySigComp project. - Add Binary utils. - Add support for thread-safe objects. - Add support for sha1 and ppfcs16. bossiel 2009-11-21 05:43:13 +0000
  • 8c499b7270 Update Symbian S60 support. bossiel 2009-11-20 16:25:06 +0000
  • ee4a53d731 Update vs project options to point to the right externals bossiel 2009-11-18 00:37:41 +0000
  • c38ce47b3f Update Pthread headers for WinCE bossiel 2009-11-17 23:59:30 +0000
  • 4ba97d6e28 Reorganize thirdparties. bossiel 2009-11-17 23:52:57 +0000
  • a354cae8f6 Update windows mobile support. bossiel 2009-11-17 23:48:03 +0000
  • 981392fbee Remove thirdparties bossiel 2009-11-17 23:37:55 +0000
  • dcb76d8f38 Add debug functions. Add support for asynchronous HTTP requests sending/receiving. bossiel 2009-11-17 01:45:55 +0000
  • 34cec20277 Add other tests. Add support for : - semaphores - threads - condition variables - mutexes - and datetime functions bossiel 2009-11-16 02:41:37 +0000
  • e2e0153988 Update tinyXcap project documentation and add new tests. bossiel 2009-11-12 02:38:31 +0000
  • c26b49040b Update tinyXcap project documentation. bossiel 2009-11-11 20:55:43 +0000
  • daa5f64082 Update tinyXCAP project and add a test program. bossiel 2009-11-11 06:23:10 +0000
  • b2aa973c20 Add new version of tinyXCAP bossiel 2009-11-10 02:08:41 +0000
  • fe30e14b06 Update tinySAK bossiel 2009-11-10 02:06:25 +0000
  • a4de74c292 Update tinySAK by adding: - Url encoder/decode functions - Xml parser - Memory management bossiel 2009-11-09 22:04:47 +0000
  • 8395ccf21e Delete tinyXCAP project bossiel 2009-11-09 22:03:07 +0000
  • 48cfebbbfa Add tinySAK project bossiel 2009-11-09 02:48:20 +0000
  • c2d3987640 remove sigcomp.h header file imsframework 2009-11-04 23:28:11 +0000
  • 317f50a362 - Add support for AKAv1-MD5(without no syn); AKAv2-MD5 is on the way. - Begin adding support for SigComp imsframework 2009-11-04 01:32:38 +0000
  • c29f498b28 - Add Support for Early IMS - Add support for IMPI/IMPU imsframework 2009-11-03 01:01:29 +0000
  • 57ef214d84 - Add pthread wince Micro$oft VC++ project - export and add threading functions from wcecompat project imsframework 2009-10-31 22:23:44 +0000
  • 2167d9c262 - Update wcecompat by adding new threading functions(_endthread, endthread, _beginthreadex and beginthreadex) - Add pthread binaries and headers for both win32 and wince platforms imsframework 2009-10-31 22:20:50 +0000
  • 09cc20c13e Update pthread-win32 header files imsframework 2009-10-31 21:50:49 +0000
  • aae5d170a4 Change "stdint.h" and "inttypes.h" files and replace them with those provided by cegcc imsframework 2009-10-31 21:15:40 +0000
  • 95fffe9884 - Add win-iconv header and binaries for win32 platform - Update wince binaries (win-iconv, curl and libxml2) imsframework 2009-10-31 19:18:24 +0000
  • 332dab13f9 Update win-iconv, curl and libxml2 visual studio project to use C compiler instead of C++ imsframework 2009-10-31 19:16:12 +0000
  • 4901be3ca7 - Add wcecompat project - Add vcprojs for iconv, libxml2 and curl to allow easy compilation using Micro$oft VC++ imsframework 2009-10-31 03:31:50 +0000
  • ca3869556b Port tinyXCAP project to WinCE imsframework 2009-10-31 03:19:42 +0000
  • 7eb54dee1a - Add wince version of curl, libxml2 and iconv - Add cecompat headers and binaries imsframework 2009-10-31 03:15:12 +0000
  • 5ef33d68e5 Update doubs by adding screen manager and authentication screen imsframework 2009-10-28 01:20:11 +0000
  • 0540aec75a Update sofia-sip add doubs and libdoubs imsframework 2009-10-27 00:36:10 +0000
  • 7a27446603 Update IPSec support for windows Vista and 7 imsframework 2009-10-26 03:02:19 +0000
  • 79ea622a71 Add tinyIPSec project imsframework 2009-10-24 03:42:11 +0000
  • 131fee5795 Update copyright information imsframework 2009-10-23 23:03:25 +0000
  • e2d1a6a234 imsframework 2009-10-23 23:00:56 +0000
  • 017afbfbb4 Add tinyXCAP project imsframework 2009-10-23 22:58:42 +0000
  • 9bebc088ac Add sofia-sip project imsframework 2009-10-23 22:46:28 +0000
  • 0dd775ff94 Update copyright information imsframework 2009-10-23 22:24:01 +0000
  • 0fc16bbf22 update curl and add its debug version imsframework 2009-10-22 20:44:20 +0000
  • 1604dcf796 update curl imsframework 2009-10-22 19:32:31 +0000