summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util
AgeCommit message (Expand)Author
2009-08-13Ticket #886:Nanang Izzuddin
2009-06-01Ticket #868: Added functions to search XML child nodes recursivelyBenny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-05-12Fixed ticket #836: SHA1 encryption may corrupt STUN packets with MESSAGE-INTE...Benny Prijono
2009-03-13Ticket #751: Incorrect table based CRC32 calculation on big endian platforms ...Benny Prijono
2009-03-12Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475):Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-19More ticket #686: bug in handling strayed callbackBenny Prijono
2008-12-19Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change)Benny Prijono
2008-10-23Ticket #667: Padding issue when the old/RFC 3489 STUN client is communicating...Benny Prijono
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-12Bug in srv_resolver: host_resolved value may exceed number of SRV records if ...Benny Prijono
2008-06-06Fixed compilation warnings in dns_server.cBenny Prijono
2008-06-06Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-utilBenny Prijono
2008-02-08Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETS...Benny Prijono
2008-02-02More ticket #465: option to return UDP header in pj_pcap_read_udp(), and bett...Benny Prijono
2008-02-02Added trace to PCAP readerBenny Prijono
2008-02-01More ticket #465: updated VS8 and WinCE projectsBenny Prijono
2008-02-01Ticket #465: utility to read PCAP file and sample application to read RTP fil...Benny Prijono
2008-01-23Fixed integer conversion/format warning on x86_64 LinuxBenny Prijono
2007-12-03More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_so...Benny Prijono
2007-11-23Fixed ticket #425: pjstun_get_mapped_addr() failed when receiving incoming SI...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-07-28Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-23Fixed sign mismatch warning with Symbian GCCE compilerBenny Prijono
2007-06-12Fixed dns.c compilation error on SymbianBenny 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-11Ticket #328: Possible alignment error in DNSBenny Prijono
2007-06-07Another ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-06-07Ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-05-30Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin...Benny Prijono
2007-05-28Fixed ticket #304: Memory alignment error for hash entry buffer causing crash...Benny Prijono
2007-05-15Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Fran...Benny 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-05-01Ported PJLIB-UTIL and PJNATH to SymbianBenny Prijono
2007-04-18Fixed ticket #233: Parse failure on big endian machines (thanks Vladimir Hozjan)Benny Prijono
2007-04-04Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe)Benny Prijono
2007-03-28Fixed warnings/errors when logging is disabledBenny 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