summaryrefslogtreecommitdiff
path: root/pjlib-util
AgeCommit message (Expand)Author
2007-06-19Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)Benny Prijono
2007-06-12Fixed dns.c compilation error on SymbianBenny Prijono
2007-06-11Ticket #332: Enlarge default buffer size for caching DNS responses from 512 t...Benny Prijono
2007-06-11Ticket #326: added more DNS resolver testsBenny 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 #326: Add DNS resolver and DNS SRV resolver test in pjlib-utilBenny Prijono
2007-06-07Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-utilBenny Prijono
2007-06-07Another ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-06-07Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-utilBenny 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-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny 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-22Merged changes from the trunkBenny Prijono
2007-04-09Initial modification to MakefilesBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-04Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe)Benny Prijono
2007-04-02Updated project dependencies to pjnathBenny Prijono
2007-03-28Fixed warnings/errors when logging is disabledBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-23Added/updated VS8 projects for pjnathBenny 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-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