source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1138   18 years bennylp A little bit of improvement in pj_time_val_normalize()
(edit) @1137   18 years bennylp Undo ticket #184: removed pj_file_flush() from pjsua-lib since it slows …
(edit) @1136   18 years bennylp Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows …
(edit) @1135   18 years bennylp Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua
(edit) @1134   18 years bennylp When STUN is used with ICE, SDP media line should show the public IP …
(edit) @1133   18 years bennylp Fixed hold/re-INVITE bug when ICE is used
(edit) @1132   18 years bennylp Fixed minor error in proxy sample
(edit) @1131   18 years bennylp Fixed couple of compilation warnings in STUN and new proxy samples with …
(edit) @1130   18 years bennylp Updated project dependencies to pjnath
(edit) @1129   18 years bennylp Enable all tests in pjnath-test
(edit) @1128   18 years bennylp Fixed Python module because of recent ICE changes in pjsua
(edit) @1127   18 years bennylp Ticket #205: merged proxy functionalities from stable to trunk
(edit) @1126   18 years bennylp ICE: work in progress
(edit) @1125   18 years bennylp Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platform
(edit) @1124   18 years bennylp Added pj_cmp_timestamp()
(edit) @1123   18 years bennylp More work on stateful proxy sample
(edit) @1122   18 years bennylp Added PJSUA API to create request using account config
(edit) @1121   18 years bennylp Ticket #204: Implement SIP proxy functionalities (including some samples)
(edit) @1120   18 years bennylp Make simpleua work without threads
(edit) @1119   18 years bennylp Fixed not enough buffer error with IP helper on XP SP2
(edit) @1118   18 years bennylp Removed 3rdparty dir
(edit) @1117   18 years bennylp Deleted speex from 3rdparty (will use svn:external instead)
(edit) @1116   18 years bennylp Added speex to 3rdparty directory
(edit) @1115   18 years bennylp Added 3rdparty directory
(edit) @1114   18 years bennylp Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types
(edit) @1113   18 years bennylp Fixed warnings/errors when logging is disabled
(edit) @1112   18 years bennylp Fixed pjnath build warnings/errors on Linux
(edit) @1111   18 years bennylp Updated projects and Makefiles with the new pjnath library
(edit) @1110   18 years bennylp Created doxygen documentation for PJNATH
(edit) @1109   18 years bennylp Fixed ticket #203: Fix error when telephone-event is set as the first …
(edit) @1108   18 years bennylp ICE: added media index in pjmedia when handling SDP containing ICE …
(edit) @1107   18 years bennylp Fixed ticket #202: Fix telephone-event order in SDP (thanks Chris …
(edit) @1106   18 years bennylp ICE: implement RTCP component and cancelling check in progress
(edit) @1105   18 years bennylp Fixed ticket #195: The ---contact option was ignored in pjsua
(edit) @1104   18 years bennylp ICE (work in progress): use single socket for all candidates in component, …
(edit) @1103   18 years bennylp Omit SDP rtcp attribute when RTCP is not present in sockinfo
(edit) @1102   18 years bennylp Added generic DNS SRV resolution in pjlib-util
(edit) @1101   18 years bennylp ICE (work in progress): implement error codes
(edit) @1100   18 years bennylp Added/updated VS8 projects for pjnath
(edit) @1099   18 years bennylp ICE (work in progress): implemented server reflexive candidate
(edit) @1098   18 years bennylp ICE (work in progress): integration with PJSUA
(edit) @1097   18 years bennylp ICE (work in progress): implemented ICE media transport
(edit) @1096   18 years bennylp Final ICE stream transport
(edit) @1095   18 years bennylp Tested simple ICE with data
(edit) @1094   18 years bennylp Completed initial test for ICE
(edit) @1093   18 years bennylp Added pjnath-test
(edit) @1092   18 years bennylp ICE complete, ready for testing
(edit) @1091   18 years bennylp s/stun_setting/stun_config
(edit) @1090   18 years bennylp s/stun_endpoint/stun_setting
(edit) @1089   18 years bennylp Today's work
(edit) @1088   18 years bennylp Fixed compilation error in TLS transport because of recent changes in …
(edit) @1087   18 years bennylp Fixed ticket #191: PUBLISH request in pjsua is not initialized with …
(edit) @1086   18 years bennylp Fixed ticket #190: PUBLISH request in pjsua is not initialized with …
(edit) @1085   18 years bennylp --
(edit) @1084   18 years bennylp Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias …
(edit) @1083   18 years bennylp Fixed ticket #188: Error parsing compact form of SIP header (thanks Tobias …
(edit) @1082   18 years bennylp Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias …
(edit) @1081   18 years bennylp Fixed ticket #188: Error parsing compact form of Via header (thanks Tobias …
(edit) @1080   18 years bennylp Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs
(edit) @1079   18 years bennylp Fixed ticket #187: Bug with destination address calculation for strict …
(edit) @1078   18 years bennylp Fixed gcc compilation warnings with last modification for ticket #186
(edit) @1077   18 years bennylp Fixed ticket #186: Major bug with destination address calculation for …
(edit) @1076   18 years bennylp Make it build cleanly on RedHat? 7.3, gcc 2.96, linux-2.4.18 (also somebody …
(edit) @1075   18 years bennylp Make it build cleanly on RedHat? 7.3, gcc 2.96, linux-2.4.18 (also somebody …
(edit) @1074   18 years bennylp Implemented ticket #185: Added pj_file_flush() to file I/O API to flush …
(edit) @1073   18 years bennylp Ticket #184: Added pj_file_flush() to file I/O API to flush file buffers
(edit) @1072   18 years bennylp Fixed ticket #183: Add flag in SDP negotiator to specify codec order …
(edit) @1071   18 years bennylp Fixed ticket #178: Add flag in SDP negotiator to specify codec order …
(edit) @1070   18 years bennylp Fixed ticket #182: SDP negotiation failed when local does not specify …
(edit) @1069   18 years bennylp Fixed ticket #179: SDP negotiation failed when local doesn't specify …
(edit) @1068   18 years bennylp Fixed ticket #181: Failed compilation because usleep() does not return int …
(edit) @1067   18 years bennylp Fixed ticet #180: Failed compilation because usleep() does not return int …
(edit) @1066   18 years bennylp Fixed ticket #177: RTP port number is not reset in pjsua media (thanks …
(edit) @1065   18 years bennylp Fixed ticket #176: RTP port number is not reset in pjsua media (thanks …
(edit) @1064   18 years bennylp Fixed ticket #175: GSM codec factory does not shutdown properly causing it …
(edit) @1063   18 years bennylp Fixed ticket #174: GSM codec factory does not shutdown properly causing it …
(edit) @1062   18 years bennylp (big patch) Added top-level pjnath project and moved STUN related files to …
(edit) @1061   18 years bennylp Fixed link error (multiple symbols) with pj_log_max_level with C++ build
(edit) @1060   18 years bennylp Tagged 0.5.10.2
(edit) @1059   18 years bennylp Tagged 0.5.10.2-release
(edit) @1058   18 years bennylp Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre)
(edit) @1057   18 years bennylp Fixed ticket #171: SDP media direction negotiation bug (thanks Phil Torre)
(edit) @1056   18 years bennylp Ticket 169: export more build variables in build.mak to be used by …
(edit) @1055   18 years bennylp Ticket #168: Added some variables in build.mak that can be used by …
(edit) @1054   18 years bennylp Completed and tested (simple test) the TURN server and command line …
(edit) @1053   18 years bennylp Started working on sample TURN client
(edit) @1052   18 years bennylp Today's work on TURN server. All looks to be implemented
(edit) @1051   18 years bennylp Ticket #165: Updated config.sub to support new targets (eg. blackfin)
(edit) @1050   18 years bennylp Ticket #166: updated config.sub to support new targets (eg. blackfin)
(edit) @1049   18 years bennylp A really initial implementation on STUN server
(edit) @1048   18 years bennylp Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream …
(edit) @1047   18 years bennylp Fixed ticket #163: Bug in pjmedia_stream_resume() not resuming the stream …
(edit) @1046   18 years bennylp Fixed ticket #162: assertion on thread creation in Win32 when log level 6 …
(edit) @1045   18 years bennylp Fixed ticket #161: assertion on thread creation in Win32 with log level 6 …
(edit) @1044   18 years bennylp Ticket #159: allow sound device selection in pjsua (thanks Michael Smith)
(edit) @1043   18 years bennylp Ticket #158: allow sound device selection in pjsua (thanks Michael Smith)
(edit) @1042   18 years bennylp Optimization on the log and add tracing on mutex trylock
(edit) @1041   18 years bennylp Allow pjmedia_snd_init()/deinit() to be called more than once
(edit) @1040   18 years bennylp Implemented new STUN server framework
(edit) @1039   18 years bennylp Fixed warnings in STUN
Note: See TracRevisionLog for help on using the revision log.