summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-13Fixed bug in static buffer based pool: thread local strorage leakageBenny Prijono
2006-10-13Fixed bug in log length calculation (null character was included) [thanks Kla...Benny Prijono
2006-10-12Fixed bugs in pasound.c again, this time it is suspected that two input/outpu...Benny Prijono
2006-10-11Fixed bug in pjsua_media.c: when sound device is created with different sampl...Benny Prijono
2006-10-11Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]Benny Prijono
2006-10-11Changed pjsua_media.c to try different clock rates when opening sound deviceBenny Prijono
2006-10-11Changed pasound.c to open multiple streams when input/output are on different...Benny Prijono
2006-10-11Fixed missing pj_snd_get_info() in nullsound.cBenny Prijono
2006-10-10Changed pasound.c to handle situation when NULL is passed as input/output buf...Benny Prijono
2006-10-09Changed pasound.c to get the default sound devices from the host API's defaul...Benny Prijono
2006-10-09Fixed typos in pj_*int*_t's comments [thanks Tomasz Ostrowski].Benny Prijono
2006-10-08Modify sip_transaction.c to send ACK first before notifying upper layer about...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-10-05Changed puts() to printf() in log_writer_stdout.c, since puts() introduced ex...Benny Prijono
2006-10-04Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet]Benny Prijono
2006-10-04Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and sa...Benny Prijono
2006-10-04Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to cra...Benny Prijono
2006-10-03Fixed bug in the hash table size calculation. The hash table creation API (pj...Benny Prijono
2006-10-03Fixed compilation error in tone generator when using fixed point.Benny Prijono
2006-10-03Fixed minor error in pj_thread_is_registered() API. The return value should b...Benny Prijono
2006-09-30Added initial implementation of low-level DNS packetization Benny Prijono
2006-09-27Added pjmedia_snd_stream_get_info() function.Benny Prijono
2006-09-27Updated doxygen documentation on sdp_neg.hBenny Prijono
2006-09-26Added support for specifying IP address in PJSUA-LIB/pjsua.Benny Prijono
2006-09-25Fixed misleading log message from the sound port about EC being suspended whe...Benny Prijono
2006-09-25Version 0.5.8Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Handle incoming empty packets sent by some user agents (to refresh NAT)Benny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-21Fixed capture device enumeration bug in DirectSound, and changed SDP generati...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-19Fixed race condition bug when initializing SDP parser on multi-processor machineBenny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-09-19Fixed misc compilation warnings (mostly about unused variables)Benny Prijono
2006-09-18Support for reading non-canonical WAV file in WAV file player port.Benny Prijono
2006-09-17Fixed incorrect cross compilation settings with the autoconf script.Benny Prijono
2006-09-17Added pool for allocating memory from the stack bufferBenny Prijono
2006-09-17Now really checked in the new PLC software!Benny Prijono
2006-09-17Removed G.711 Annex I PLC from the source (because of possible licensing/pate...Benny Prijono
2006-09-14Applied temporary fix to error code returned by pj_gethostbyname(). Under *ni...Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-14Added pjsip_transport_register_type() API to register new transport type.Benny Prijono
2006-09-14Added account ID in pjsua_call_info.Benny Prijono
2006-09-14Updated the doxygen comments for PJSIP_EFAILEDCREDENTIAL and PJSIP_ENOCREDENT...Benny Prijono
2006-09-14Fixed WinCE compilationBenny Prijono