summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-13Tagged 0.5.10.2-releasev0.5.10.2@1059Benny Prijono
2007-03-13Fixed ticket #171: SDP media direction negotiation bug (thanks Phil Torre)Benny Prijono
2007-03-12Ticket 169: export more build variables in build.mak to be used by applicationBenny Prijono
2007-03-09Ticket #165: Updated config.sub to support new targets (eg. blackfin)Benny Prijono
2007-03-07Fixed ticket #163: Bug in pjmedia_stream_resume() not resuming the stream (th...Benny Prijono
2007-03-06Fixed ticket #161: assertion on thread creation in Win32 with log level 6 ena...Benny Prijono
2007-03-06Ticket #158: allow sound device selection in pjsua (thanks Michael Smith)Benny Prijono
2007-03-03Fixed DNS test error because of recent changes in DNSBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-03-01Related to ticket #148: added test in pjlib-test to capture the errorBenny Prijono
2007-03-01Fixed ticket #152: UAC dialog doesn't update route_set when calling RFC 2543 ...Benny Prijono
2007-03-01Fixed ticket #150: pj_gethostip() should fallback to default interface when 1...Benny Prijono
2007-03-01Fixed ticket #148: Crash when resolving bad hostnames in Linux (thanks Binu KS)Benny Prijono
2007-03-01Fixed ticket #147: Division by zero in pj_pool_factory_dump() when there is n...Benny Prijono
2007-02-28Fixed ticket #144: pj_ioqueue_poll() blocks forever because of invalid timeou...Benny Prijono
2007-02-27Fixed ticket #141: Crash on Linux when USB sound card set as the first sound ...Benny Prijono
2007-02-27Fixed ticket #139: Unable to play next tone after stop is called on tone gene...Benny Prijono
2007-02-26Fixed ticket #137: Potential memory overwrite in pjmedia session.c (thanks Da...Benny Prijono
2007-02-24Fixed ticket #135: Invalid presence entity ID when URI is specified in name-a...Benny Prijono
2007-02-24Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged w...Benny Prijono
2007-02-22Fixed ticket #131: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-20Fixed (and tested) ticket #111: Workaround for forkingBenny Prijono
2007-02-20Fixed ticket #118: Bug in pj_array_insert() when position is equal to count-1Benny Prijono
2007-02-19Fixed ticket #115: Release 0.5.10 does not have the correct PJ_VERSION string!v0.5.10.1@984Benny Prijono
2007-02-19Fixed ticket #113: INVITE transaction is not destroyed immediately when ACK h...Benny Prijono
2007-02-19Fixed ticket #111 on stable branch: workaround for forked dialogBenny Prijono
2007-02-19Renamed stable branch: 0.5-stable => pjproject-0.5-stableBenny Prijono
2007-02-19Created stable branch for 0.5 seriesv0.5.10.4@976v0.5.10.3@976v0.5.10.2@976v0.5.10.1@976Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-19Updated INSTALL.txtBenny Prijono
2007-02-18Fixed various bugs in Python moduleBenny Prijono
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
2007-02-18Related to ticket #74: reduce default number of sound buffers from 32 to 16 t...Benny Prijono
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
2007-02-18Tidy up the output of pjsua help screenBenny Prijono
2007-02-18Added TCP transport in sipstateless sampleBenny Prijono
2007-02-18Fixed bug in pjsua: account config not initialized using acc_default()Benny Prijono
2007-02-18Minor change in resolver: added current TTL value when entry is picked up fro...Benny Prijono
2007-02-17Fixed broken --auto-play command in pjsuaBenny Prijono
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
2007-02-17Updated documentation and sample for media conference with regard to maximum ...Benny Prijono
2007-02-17Fixed dependency for samples project in both VS6 and VS8 workspace/solution fileBenny Prijono
2007-02-17Added sleep() before destroying sound device in playfile and playsine to prev...Benny Prijono
2007-02-17Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistrat...Benny Prijono
2007-02-17More robust pjlib file test: it shouldn't leave the file on the disk if the t...Benny Prijono
2007-02-17sipstateless now takes an argument for the response code to be sentBenny Prijono
2007-02-17Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not...Benny Prijono
2007-02-16Fixed ticket #106: writing data outside buffer in Win32 error string generationBenny Prijono
2007-02-16Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) o...Benny Prijono