summaryrefslogtreecommitdiff
path: root/pjlib-util
AgeCommit message (Expand)Author
2007-03-08A really initial implementation on STUN serverBenny Prijono
2007-03-05Implemented new STUN server frameworkBenny Prijono
2007-03-04Fixed warnings in STUNBenny Prijono
2007-03-03Fixed STUN client/server authenticationBenny Prijono
2007-03-03Committed today's work on STUNBenny Prijono
2007-03-02Finishing up client-side STUN authentication, a simple STUN client, and simpl...Benny Prijono
2007-03-02Removed C++ style comment from dns.hBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-03-01More STUN workBenny Prijono
2007-03-01More work on STUN session frameworkBenny Prijono
2007-02-28Fixed build error for recent STUN modifications on UnixBenny Prijono
2007-02-26Moved stun_session from client to libraryBenny Prijono
2007-02-26Renamed pjstun_srv to pjstun_srv_testBenny Prijono
2007-02-26Renamed pjstun_srv to pjstun_srv_testBenny Prijono
2007-02-26Finishing up STUN server side authenticationBenny Prijono
2007-02-26Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-...Benny Prijono
2007-02-25Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, an...Benny Prijono
2007-02-23Ticket #121 and #122: Initial implementation of generic STUN transaction, wit...Benny Prijono
2007-02-22Continuing work on the new STUN framework, partly implemented the client sessionBenny Prijono
2007-02-21Merged the ICE branch into the trunkBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Minor change in resolver: added current TTL value when entry is picked up fro...Benny Prijono
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-23Fixed several compilation warnings with MSVCBenny Prijono
2006-11-17Removed duplicated stun.o in pjlib-util MakefileBenny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono
2006-10-08Fixed title mismatch in PJLIB-UTIL HTML headerBenny Prijono
2006-10-08Added pjlib-util/config.h and pjlib-util/types.h to putBenny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-09-30Added initial implementation of low-level DNS packetization Benny Prijono
2006-09-13Fix STUN client when handling unknown attributes. Before it failed the transa...Benny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-06Change unescaping function in scanner and string.c to NOT unescape when '%' i...Benny Prijono
2006-08-01Added simple WinCE application:Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when ASCII c...Benny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-04-20Removed pj_opterr from getopt.h as it is currently not supportedBenny Prijono
2006-03-24Moved getopt from pjsua-lib to pjlib-utilBenny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny Prijono
2006-03-18Added option to disable error message altogether, to save space footprintBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-02Added PJLIB_UTIL_EINXML in errnoBenny Prijono