Timeline


and

Jul 26, 2006:

5:29 PM Changeset [630] by bennylp
Committed changes to MSVC workspace re: recent speex changes
5:05 PM Changeset [629] by bennylp
Added --ptime and --no-vad option in pjsua
5:04 PM Changeset [628] by bennylp
- Bring speex codec up to date with their SVN trunk - Speex codec should …
11:23 AM Changeset [627] by bennylp
Fixed rather loud clicking/tick noise when call is established. This was …

Jul 25, 2006:

11:54 AM Changeset [626] by bennylp
Fixed minor bug in siprtp: in summary report, percentage of RX loss is …

Jul 24, 2006:

2:07 AM Changeset [625] by bennylp
Added initial implementation of autoconf script (aconfigure)

Jul 23, 2006:

2:38 PM Changeset [624] by bennylp
Added 64bit Linux target (x86_64), also fixed compilation warnings when …
10:10 AM Changeset [623] by bennylp
Improvement/bug fix in hash table lookup to allow user to specify the hash …

Jul 22, 2006:

1:42 PM Changeset [622] by bennylp
Changed all public header files to compile correctly when -ansi and …
12:53 PM Changeset [621] by bennylp
Few changes in siprtp: (1) Added "s" command to show summary of all calls …
12:49 PM Changeset [620] by bennylp
pjsua application should check that the --max-calls argument does not …
12:47 PM Changeset [619] by bennylp
Fixed bug in tel: URI unescaping code
12:45 PM Changeset [618] by bennylp
Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides …

Jul 21, 2006:

1:24 PM Changeset [617] by bennylp
Fixed compilation error when -ansi and -pedantic flags are used (the

Jul 18, 2006:

10:15 PM Changeset [616] by bennylp
Version 0.5.7 web release
9:12 PM Changeset [615] by bennylp
Undo modification to use timer, and back to using threads as the …
5:54 PM Changeset [614] by bennylp
Increased version number to 0.5.7!
4:08 PM Changeset [613] by bennylp
Fixed error in tel: URI test in pjsip-test
2:39 PM Changeset [612] by bennylp
Small improvements: (1) pjsua now responds to incoming OPTIONS request, …
12:33 AM Changeset [611] by bennylp
More intelligent PJSUA-LIB in selecting the appropriate address for …
12:10 AM Changeset [610] by bennylp
Fixed several bugs related to TCP:

Jul 17, 2006:

12:02 PM Changeset [609] by bennylp
Set the SDP parser to allow blank newline at the end of the message
11:24 AM Changeset [608] by bennylp
Bug fix of previous bug fix
10:19 AM Changeset [607] by bennylp
Syntax error in tel URI parsing (oops)
10:04 AM Changeset [606] by bennylp
Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI …

Jul 16, 2006:

10:40 AM Changeset [605] by bennylp
Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to …

Jul 14, 2006:

3:20 PM Changeset [604] by bennylp
Attempt to get some applications linked for RTEMS target, just to get the …

Jul 11, 2006:

12:25 PM Changeset [603] by bennylp
Some minor modifications here and there in pjsip-perf
9:53 AM Changeset [602] by bennylp
Added PJSIP_MAX_NET_EVENTS configuration to pjsip

Jul 10, 2006:

9:39 PM Changeset [601] by bennylp
pjsip-perf uses 1 milisecond polling timeout because IOCP does not work …
9:37 PM Changeset [600] by bennylp
Fixed several bugs with TCP transport: (1) Handle crash in transaction, …
9:35 PM Changeset [599] by bennylp
Fixed several bugs in WinNT IOCP: (1) accept() does not return correct …
9:30 PM Changeset [598] by bennylp
Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only …
2:40 PM Changeset [597] by bennylp
Fixed bug in PJSUA API re: account selection and Contact header for …

Jul 9, 2006:

10:11 AM Changeset [596] by bennylp
Fix minor bug in displaying invalid message (previously the whole TCP …
10:06 AM Changeset [595] by bennylp
Report peak memory used upon exiting
10:05 AM Changeset [594] by bennylp
Added feature to report peak memory used in caching pool

Jul 8, 2006:

7:49 PM Changeset [593] by bennylp
Added caching pool capacity upon exiting pjsip-perf
7:46 PM Changeset [592] by bennylp
Attempted to fix epoll for Linux
10:03 AM Changeset [591] by bennylp
More fine tuning on the footprint report generation script

Jul 6, 2006:

8:43 PM Changeset [590] by bennylp
Fixed link errors in ioqueue epoll backend
2:28 PM Changeset [589] by bennylp
Set the caching pool workspace size in pjsip-test to 2MB (configurable)
2:27 PM Changeset [588] by bennylp
Improve the search for correct size in caching pool

Jul 5, 2006:

9:42 PM Changeset [587] by bennylp
Fixed SIP parsing bugs when in-place escaping is enabled
8:45 PM Changeset [586] by bennylp
Some improvements in footprint generation

Jul 4, 2006:

11:48 PM Changeset [585] by bennylp
Added script, source file, and makefile to calculate PJSIP/PJMEDIA …
11:43 PM Changeset [584] by bennylp
Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular …

Jul 3, 2006:

10:08 PM Changeset [583] by bennylp
Various performance improvements in PJSIP: (1) optimizing for common case …
3:19 PM Changeset [582] by bennylp
Change all pj_memset to pj_bzero(), where applicable
2:18 PM Changeset [581] by bennylp
Fixed minor bug in pool_caching.c that prevent pool from being reused if …
2:31 AM Changeset [580] by bennylp
Added TCP support in pjsip-perf (also tried on Linux)
1:30 AM Changeset [579] by bennylp
Added (the forgotten) pjsip-perf.c into samples dir
1:09 AM Changeset [578] by bennylp
Added pjsip-perf in the samples
1:09 AM Changeset [577] by bennylp
PJLIB will print the exception name when there is an unhandled exception

Jul 2, 2006:

2:53 PM Changeset [576] by bennylp
Final changeset from the PROTOS testing, fixed misc. crashes. See mailing …
2:26 PM Changeset [575] by bennylp
Fixed minor bug in SIP transaction: transaction should verify that the …
2:22 PM Changeset [574] by bennylp
Disconnect call when failed to start media when sending 200/OK response in …
2:18 PM Changeset [573] by bennylp
Added INVITE request verification in siprtp before incoming call is …
1:36 PM Changeset [572] by bennylp
Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap …
12:29 PM Changeset [571] by bennylp
Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP …
9:29 AM Changeset [570] by bennylp
Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when …

Jun 29, 2006:

3:42 PM Changeset [569] by bennylp
Fixed minor bug: RTCP session not fully cleared when it is initialized …
2:45 PM Changeset [568] by bennylp
Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and …
9:51 AM Changeset [567] by bennylp
Minor bug fix and enhancements: (1) fixed bug that caused out-of-order …
9:45 AM Changeset [566] by bennylp
In VC6 workspace, set PJLIB to use IoCompletionPort? instead of select() on …
9:41 AM Changeset [565] by bennylp
Fixed minor bug in the display of packet loss percentage
8:09 AM Changeset [564] by bennylp
Version 0.5.6.1 adds TCP support (experimental)

Jun 28, 2006:

4:46 PM Changeset [563] by bennylp
Major improvements in PJSIP to support TCP. The changes fall into these …
4:23 PM Changeset [562] by bennylp
Enhancements and minor bug-fix in SIP UDP transport: (1) application may …
4:14 PM Changeset [561] by bennylp
Removed mutex protection in pjsip_endpt_create_pool() since the pool …
3:26 PM Changeset [560] by bennylp
Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in …
3:23 PM Changeset [559] by bennylp
Fixed bug in ioqueue IOCP: accept() callback is called with new socket …
11:48 AM Changeset [558] by bennylp
Fixed minor compliation warning in transport_udp.c, also corrected …
11:10 AM Changeset [557] by bennylp
Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not …

Jun 27, 2006:

12:15 PM Changeset [556] by bennylp
Fixed bug in transaction: ACK message is not deleted

Jun 26, 2006:

3:12 PM Changeset [555] by bennylp
Bring the dead pjsip-test up to date with latest pjsip
10:05 AM Changeset [554] by bennylp
Finished initial SIP TCP transport support
10:03 AM Changeset [553] by bennylp
Added OSERR_ENOTCONN to compat/socket.h
10:02 AM Changeset [552] by bennylp
Added Winsock error code to the error message
Note: See TracTimeline for information about the timeline view.