Timeline
Jul 17, 2006:
- 12:02 PM Changeset [609] by
- Set the SDP parser to allow blank newline at the end of the message
- 11:24 AM Changeset [608] by
- Bug fix of previous bug fix
- 10:19 AM Changeset [607] by
- Syntax error in tel URI parsing (oops)
- 10:04 AM Changeset [606] by
- Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI …
Jul 16, 2006:
- 10:40 AM Changeset [605] by
- Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to …
Jul 14, 2006:
- 3:20 PM Changeset [604] by
- Attempt to get some applications linked for RTEMS target, just to get the …
Jul 11, 2006:
- 12:25 PM Changeset [603] by
- Some minor modifications here and there in pjsip-perf
- 9:53 AM Changeset [602] by
- Added PJSIP_MAX_NET_EVENTS configuration to pjsip
Jul 10, 2006:
- 9:39 PM Changeset [601] by
- pjsip-perf uses 1 milisecond polling timeout because IOCP does not work …
- 9:37 PM Changeset [600] by
- Fixed several bugs with TCP transport: (1) Handle crash in transaction, …
- 9:35 PM Changeset [599] by
- Fixed several bugs in WinNT IOCP: (1) accept() does not return correct …
- 9:30 PM Changeset [598] by
- Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only …
- 2:40 PM Changeset [597] by
- Fixed bug in PJSUA API re: account selection and Contact header for …
Jul 9, 2006:
- 10:11 AM Changeset [596] by
- Fix minor bug in displaying invalid message (previously the whole TCP …
- 10:06 AM Changeset [595] by
- Report peak memory used upon exiting
- 10:05 AM Changeset [594] by
- Added feature to report peak memory used in caching pool
Jul 8, 2006:
- 7:49 PM Changeset [593] by
- Added caching pool capacity upon exiting pjsip-perf
- 7:46 PM Changeset [592] by
- Attempted to fix epoll for Linux
- 10:03 AM Changeset [591] by
- More fine tuning on the footprint report generation script
Jul 6, 2006:
- 8:43 PM Changeset [590] by
- Fixed link errors in ioqueue epoll backend
- 2:28 PM Changeset [589] by
- Set the caching pool workspace size in pjsip-test to 2MB (configurable)
- 2:27 PM Changeset [588] by
- Improve the search for correct size in caching pool
Jul 5, 2006:
- 9:42 PM Changeset [587] by
- Fixed SIP parsing bugs when in-place escaping is enabled
- 8:45 PM Changeset [586] by
- Some improvements in footprint generation
Jul 4, 2006:
- 11:48 PM Changeset [585] by
- Added script, source file, and makefile to calculate PJSIP/PJMEDIA …
- 11:43 PM Changeset [584] by
- Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular …
Jul 3, 2006:
- 10:08 PM Changeset [583] by
- Various performance improvements in PJSIP: (1) optimizing for common case …
- 3:19 PM Changeset [582] by
- Change all pj_memset to pj_bzero(), where applicable
- 2:18 PM Changeset [581] by
- Fixed minor bug in pool_caching.c that prevent pool from being reused if …
- 2:31 AM Changeset [580] by
- Added TCP support in pjsip-perf (also tried on Linux)
- 1:30 AM Changeset [579] by
- Added (the forgotten) pjsip-perf.c into samples dir
- 1:09 AM Changeset [578] by
- Added pjsip-perf in the samples
- 1:09 AM Changeset [577] by
- PJLIB will print the exception name when there is an unhandled exception
Jul 2, 2006:
- 2:53 PM Changeset [576] by
- Final changeset from the PROTOS testing, fixed misc. crashes. See mailing …
- 2:26 PM Changeset [575] by
- Fixed minor bug in SIP transaction: transaction should verify that the …
- 2:22 PM Changeset [574] by
- Disconnect call when failed to start media when sending 200/OK response in …
- 2:18 PM Changeset [573] by
- Added INVITE request verification in siprtp before incoming call is …
- 1:36 PM Changeset [572] by
- Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap …
- 12:29 PM Changeset [571] by
- Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP …
- 9:29 AM Changeset [570] by
- Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when …
Jun 29, 2006:
- 3:42 PM Changeset [569] by
- Fixed minor bug: RTCP session not fully cleared when it is initialized …
- 2:45 PM Changeset [568] by
- Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and …
- 9:51 AM Changeset [567] by
- Minor bug fix and enhancements: (1) fixed bug that caused out-of-order …
- 9:45 AM Changeset [566] by
- In VC6 workspace, set PJLIB to use IoCompletionPort? instead of select() on …
- 9:41 AM Changeset [565] by
- Fixed minor bug in the display of packet loss percentage
- 8:09 AM Changeset [564] by
- Version 0.5.6.1 adds TCP support (experimental)
Jun 28, 2006:
- 4:46 PM Changeset [563] by
- Major improvements in PJSIP to support TCP. The changes fall into these …
- 4:23 PM Changeset [562] by
- Enhancements and minor bug-fix in SIP UDP transport: (1) application may …
- 4:14 PM Changeset [561] by
- Removed mutex protection in pjsip_endpt_create_pool() since the pool …
- 3:26 PM Changeset [560] by
- Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in …
- 3:23 PM Changeset [559] by
- Fixed bug in ioqueue IOCP: accept() callback is called with new socket …
- 11:48 AM Changeset [558] by
- Fixed minor compliation warning in transport_udp.c, also corrected …
- 11:10 AM Changeset [557] by
- Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not …
Jun 27, 2006:
- 12:15 PM Changeset [556] by
- Fixed bug in transaction: ACK message is not deleted
Jun 26, 2006:
- 3:12 PM Changeset [555] by
- Bring the dead pjsip-test up to date with latest pjsip
- 10:05 AM Changeset [554] by
- Finished initial SIP TCP transport support
- 10:03 AM Changeset [553] by
- Added OSERR_ENOTCONN to compat/socket.h
- 10:02 AM Changeset [552] by
- Added Winsock error code to the error message
Jun 24, 2006:
- 11:00 AM Changeset [551] by
- Removed PDF docs from the SVN tree!
Jun 23, 2006:
- 3:04 PM Changeset [550] by
- Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also …
- 3:04 PM Changeset [549] by
- Fixed 1st response time not initialized for UAS call in pjsua
- 3:03 PM Changeset [548] by
- Minor fix to doxygen documentation to ioqueue.h
- 1:03 AM Changeset [547] by
- Fixed pjsip-test and added msg_err_test.c for testing parsing errors
Jun 22, 2006:
- 10:57 PM Changeset [546] by
- Changed siprtp to strictly use one worker thread for all (SIP and media)
- 10:31 PM Changeset [545] by
- Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets
- 10:29 PM Changeset [544] by
- Added dq command in pjsua to dump current call quality
- 10:29 PM Changeset [543] by
- Fixed bug in sip_transport_udp: socket is closed after unregistered from …
- 10:28 PM Changeset [542] by
- Changed default media quality to 3
- 6:51 PM Changeset [541] by
- Modify all applications because of changed in WAV port API (removed …
- 6:51 PM Changeset [540] by
- Changed siprtp to use media transport framework to handle NAT
- 6:49 PM Changeset [539] by
- Added better API for media transport, and fixed bugs with pending RTP …
- 6:47 PM Changeset [538] by
- Handle error reported by transport
- 6:44 PM Changeset [537] by
- Fixed RTCP statistic returning fraction lost instead of total lost
- 6:41 PM Changeset [536] by
- Fixed bug: ioqueue should return error when send()/sendto() is called …
- 6:39 PM Changeset [535] by
- Fixed unreferenced argument warning
- 6:30 PM Changeset [534] by
- Added the error code into error messages
- 12:54 AM Changeset [533] by
- Added capability to build pjmedia_sock_info from an UDP media transport
- 12:34 AM Changeset [532] by
- Added memory/buffer based media playback and recording
Jun 20, 2006:
- 3:39 PM Changeset [531] by
- Yet again large diffs because of documentation/doxygen update
Jun 19, 2006:
- 4:11 PM Changeset [530] by
- Web release version 0.5.6
- 3:40 PM Changeset [529] by
- Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X
- 2:49 PM Changeset [528] by
- Re-live --quality options in pjsua
- 2:48 PM Changeset [527] by
- Fixed bugs in negotiating SDP answer from remote for dynamic payload types
- 12:40 PM Changeset [526] by
- Display the invalid argument in pjsua
- 12:23 PM Changeset [525] by
- Fixed pjmedia build errors in the Makefile with the new gsm patchlevel
- 12:09 PM Changeset [524] by
- Fix warning messages in GSM and speex because of previous update to GSM …
- 12:09 PM Changeset [523] by
- Fix warning messages in GSM and speex because of previous update to GSM …
- 12:08 PM Changeset [522] by
- Set log message level to error (=1) when message is too long
- 12:07 PM Changeset [521] by
- Comment out PJSUA options that are no longer supported with new pjsua
- 12:06 PM Changeset [520] by
- Increase default max SIP packet size to 2000 (from 1500), since SIP PDU …
- 12:03 PM Changeset [519] by
- Changed in presence: incoming NOTIFY without body will not change presence …
Jun 18, 2006:
- 2:02 AM Changeset [518] by
- Updated doxygen documentation to all headers in PJMEDIA
- 1:59 AM Changeset [517] by
- Bring the GSM codec to patchlevel 12
- 1:58 AM Changeset [516] by
- Added speex jitter buffer and AEC files to the library
Jun 17, 2006:
- 4:08 AM Changeset [515] by
- Modifications all over the place, but mainly only to update Doxygen …
Note: See TracTimeline
for information about the timeline view.