summaryrefslogtreecommitdiff
path: root/pjlib-util/include
AgeCommit message (Expand)Author
2008-07-12Ticket #560: Optimize the memory usage of DNS resolverBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-06Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-utilBenny Prijono
2008-02-02More ticket #465: option to return UDP header in pj_pcap_read_udp(), and bett...Benny Prijono
2008-02-01Ticket #465: utility to read PCAP file and sample application to read RTP fil...Benny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2007-11-21Fixed missing typedef keyword in pj_dns_srv_option declaration (thanks Alain ...Benny Prijono
2007-11-20Ticket #419: initial support for DNS AAAA resolutionBenny Prijono
2007-10-10Fixed build warnings/error on LinuxBenny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-06-19Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)Benny Prijono
2007-06-11Ticket #332: Enlarge default buffer size for caching DNS responses from 512 t...Benny Prijono
2007-06-11Ticket #330: Changed DNS SRV resolver to use the new DNS A response parserBenny Prijono
2007-06-11Ticket #329: Added utility function to parse DNS A response in PJLIB-UTILBenny Prijono
2007-06-07Ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-05-11Fixed missing padding when calculating MESSAGE-INTEGRITY in STUNBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-04-04Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe)Benny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-14(big patch) Added top-level pjnath project and moved STUN related files to th...Benny Prijono
2007-03-10Completed and tested (simple test) the TURN server and command line STUN/TURN...Benny Prijono
2007-03-10Started working on sample TURN clientBenny Prijono
2007-03-09Today's work on TURN server. All looks to be implementedBenny Prijono
2007-03-08A really initial implementation on STUN serverBenny 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-26Moved stun_session from client to libraryBenny 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
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-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-02Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when ASCII c...Benny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny 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-02Added PJLIB_UTIL_EINXML in errnoBenny Prijono
2006-02-22Started errno framework in pjlib-utilBenny Prijono