summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-09-14Fixed compilation error in Linux when the legacy configure is being used: mul...Benny Prijono
2006-09-14Added --duration option in PJSUA to limit the maximum duration of calls. Also...Benny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...Benny Prijono
2006-09-13SIP methods are now compared case-sensitively (previously it was case-insensi...Benny Prijono
2006-09-13Fixed bug in event subscription: for event subscriptions established by non-S...Benny Prijono
2006-09-13Fix STUN client when handling unknown attributes. Before it failed the transa...Benny Prijono
2006-09-13Updated README.txt againBenny Prijono
2006-09-13Set default CFLAGS in configure to -O2 -DNDEBUGBenny Prijono
2006-09-12Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mut...Benny Prijono
2006-09-12Updated README.txt from using.htmBenny Prijono
2006-09-12Added EOF callback and get_size() in pjmedia_mem_capture port.Benny Prijono
2006-09-11Fixed bug in media UDP transport: when transport is created with create(), no...Benny Prijono
2006-09-11Added EOF callback in memory playback port.Benny Prijono
2006-09-11Fixed bug in resample port: put/get buffers are allocated with the wrong size...Benny Prijono
2006-09-10Now officially use the autoconf configure script; the legacy configure script...Benny Prijono
2006-09-10Renamed configure to configure-legacyBenny Prijono