Timeline


and

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

Jun 24, 2006:

11:00 AM Changeset [551] by bennylp
Removed PDF docs from the SVN tree!

Jun 23, 2006:

3:04 PM Changeset [550] by bennylp
Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also …
3:04 PM Changeset [549] by bennylp
Fixed 1st response time not initialized for UAS call in pjsua
3:03 PM Changeset [548] by bennylp
Minor fix to doxygen documentation to ioqueue.h
1:03 AM Changeset [547] by bennylp
Fixed pjsip-test and added msg_err_test.c for testing parsing errors

Jun 22, 2006:

10:57 PM Changeset [546] by bennylp
Changed siprtp to strictly use one worker thread for all (SIP and media)
10:31 PM Changeset [545] by bennylp
Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets
10:29 PM Changeset [544] by bennylp
Added dq command in pjsua to dump current call quality
10:29 PM Changeset [543] by bennylp
Fixed bug in sip_transport_udp: socket is closed after unregistered from …
10:28 PM Changeset [542] by bennylp
Changed default media quality to 3
6:51 PM Changeset [541] by bennylp
Modify all applications because of changed in WAV port API (removed …
6:51 PM Changeset [540] by bennylp
Changed siprtp to use media transport framework to handle NAT
6:49 PM Changeset [539] by bennylp
Added better API for media transport, and fixed bugs with pending RTP …
6:47 PM Changeset [538] by bennylp
Handle error reported by transport
6:44 PM Changeset [537] by bennylp
Fixed RTCP statistic returning fraction lost instead of total lost
6:41 PM Changeset [536] by bennylp
Fixed bug: ioqueue should return error when send()/sendto() is called …
6:39 PM Changeset [535] by bennylp
Fixed unreferenced argument warning
6:30 PM Changeset [534] by bennylp
Added the error code into error messages
12:54 AM Changeset [533] by bennylp
Added capability to build pjmedia_sock_info from an UDP media transport
12:34 AM Changeset [532] by bennylp
Added memory/buffer based media playback and recording

Jun 20, 2006:

3:39 PM Changeset [531] by bennylp
Yet again large diffs because of documentation/doxygen update

Jun 19, 2006:

4:11 PM Changeset [530] by bennylp
Web release version 0.5.6
3:40 PM Changeset [529] by bennylp
Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X
2:49 PM Changeset [528] by bennylp
Re-live --quality options in pjsua
2:48 PM Changeset [527] by bennylp
Fixed bugs in negotiating SDP answer from remote for dynamic payload types
12:40 PM Changeset [526] by bennylp
Display the invalid argument in pjsua
12:23 PM Changeset [525] by bennylp
Fixed pjmedia build errors in the Makefile with the new gsm patchlevel
12:09 PM Changeset [524] by bennylp
Fix warning messages in GSM and speex because of previous update to GSM …
12:09 PM Changeset [523] by bennylp
Fix warning messages in GSM and speex because of previous update to GSM …
12:08 PM Changeset [522] by bennylp
Set log message level to error (=1) when message is too long
12:07 PM Changeset [521] by bennylp
Comment out PJSUA options that are no longer supported with new pjsua
12:06 PM Changeset [520] by bennylp
Increase default max SIP packet size to 2000 (from 1500), since SIP PDU …
12:03 PM Changeset [519] by bennylp
Changed in presence: incoming NOTIFY without body will not change presence …

Jun 18, 2006:

2:02 AM Changeset [518] by bennylp
Updated doxygen documentation to all headers in PJMEDIA
1:59 AM Changeset [517] by bennylp
Bring the GSM codec to patchlevel 12
1:58 AM Changeset [516] by bennylp
Added speex jitter buffer and AEC files to the library

Jun 17, 2006:

4:08 AM Changeset [515] by bennylp
Modifications all over the place, but mainly only to update Doxygen …

Jun 16, 2006:

4:52 PM Changeset [514] by bennylp
Fixed pjlib doxygen documentation
3:54 PM Changeset [513] by bennylp
Optimizations mostly in the conference bridge (gained more than 3x faster)

Jun 15, 2006:

12:25 PM Changeset [512] by bennylp
Fixed couple of bugs in pjsua API: (1) server presence subscription not …
11:55 AM Changeset [511] by bennylp
Cleanup more compilation warnings with Mingw
11:31 AM Changeset [510] by bennylp
Fixed bug in command line parsing in pjsua
11:04 AM Changeset [509] by bennylp
Cleanup misc compilation warnings with gcc

Jun 14, 2006:

8:22 PM Changeset [508] by bennylp
Fixed new pjsua build/makefiles
8:04 PM Changeset [507] by bennylp
Implement --null-audio, --auto-loop, etc. in pjsua
8:04 PM Changeset [506] by bennylp
Standardise clearing and copying frame with pjmedia_zero_samples() and …
8:02 PM Changeset [505] by bennylp
Fixed couple of bugs in stream: (1) race condition when transport callback …
12:08 PM Changeset [504] by bennylp
Removed activex-pjsua from projects (no longer desired)

Jun 13, 2006:

10:57 PM Changeset [503] by bennylp
-- REWRITE OF PJSUA API --
10:25 PM Changeset [502] by bennylp
Fixed bugs in client authentication: (1)tx_data in reinit_req() is not …
10:22 PM Changeset [501] by bennylp
Added pjmedia_sdp_neg_was_aswer_remote()
10:21 PM Changeset [500] by bennylp
Added status_text and cause_text in dialog and transaction to capture the …
9:48 PM Changeset [499] by bennylp
Fixed bug in generating CANCEL request when the INVITE request contains …

Jun 12, 2006:

10:13 AM Changeset [498] by bennylp
Added mutex protection and option not to delete upstream/downstream port …

Jun 11, 2006:

11:19 PM Changeset [497] by bennylp
Changed codec priority to use integer with value between 0-255 instead of …
Note: See TracTimeline for information about the timeline view.