650d4dafd0
2009-06-05 04:14 rjongbloed
* [r22828] version.h:
Update version number for beta v2.6.4
2009-06-12 06:26 rjongbloed
* [r22848] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
Fixed deadlock when shutting down VXML. Also "normalised" member
for vxml channel pointer so cannot get out of sync with
underlying channel pointer.
2009-06-22 01:46 rjongbloed
* [r22944] ., src/ptclib/url.cxx:
Reviewed and fixed the "safe" characters for URI translation as
per RFC2396
2009-06-24 01:57 rjongbloed
* [r22960] ., configure, configure.ac, src/ptlib/unix/osutil.cxx:
Changed PTimer::Tick() from using gettimeofday (if possible) as
if an
RTP time sync daemon is used then the return value of
PTimer::Tick() can
leap forward or backward causing problems. It should always be
simple
monotonic increasing milliseconds from some arbitrary point,
exactly as
provided by clock_gettime() using CLOCK_MONOTONIC. So we use that
if it
is available.
2009-06-24 02:20 rjongbloed
* [r22963] src/ptlib/unix/osutil.cxx:
Fixed incorrect divisor for new clock_gettime version of
PTimer::Tick()
2009-06-25 13:07 rjongbloed
* [r22984] ., include/ptclib/threadpool.h,
src/ptclib/threadpool.cxx:
Change behaviour of thread pooling if a group ID is specified.
If a group ID is specified, work is always added to a worker
thread
of the same group ID, or a new worker thread is created
2009-06-26 05:56 rjongbloed
* [r22992] include/ptclib/threadpool.h:
Reversed out previous change as it fails to be subject to thread
count limit, cannot just allocate new thread if have new group
ID.
2009-07-01 00:13 rjongbloed
* [r23018] plugins/vidinput_v4l2/vidinput_v4l2.cxx,
src/ptlib/common/sockets.cxx:
Fixed name conflict.
2009-03-18 03:44 rjongbloed
* [r22210] version.h:
Update version number for beta v2.6.2
2009-03-23 00:54 rjongbloed
* [r22240] ., src/ptlib/msos/ethsock.cxx:
Patch for compiling without IPv6, thanks Michael Cronenworth
2009-03-23 03:00 rjongbloed
* [r22242] ., configure.ac:
Applied patch:
[ 2685609 ] ptlib: --[enable|disable]-ansi-bool goes to the same
thanks Mounir Lamouri
2009-03-23 03:09 rjongbloed
* [r22243] src/ptlib/common/jidctflt.cxx:
Applied patch ID: 2657924
ptlib: assembler code fails (jidctflt.cxx) with -O0
thanks Mounir Lamouri
2009-03-23 04:04 rjongbloed
* [r22250] ., include/ptclib/podbc.h, src/ptclib/podbc.cxx:
Applied patch ID: 2656778
cannot build ptlib 2.6.0
thanks Götz Waschk
2009-03-25 09:44 rjongbloed
* [r22284] ., src/ptlib/common/sockets.cxx:
Applied patch to fix NULL pointer usage under some error
conditions, thanks elaine.
2009-03-26 00:31 rjongbloed
* [r22295] make/unix.mak, src/ptclib/pdns.cxx,
src/ptlib/common/osutils.cxx, src/ptlib/unix/config.cxx,
src/ptlib/unix/socket.cxx, src/ptlib/unix/svcproc.cxx,
src/ptlib/unix/tlib.cxx, src/ptlib/unix/tlibthrd.cxx:
Applied patch ID: 2712498 "NetBSD port", supplied by Jared D.
McNeill
2009-03-27 03:55 rjongbloed
* [r22304] src/ptlib/unix/channel.cxx:
Added extra information to assert on multiple read in different
threads.
2009-03-27 23:18 rjongbloed
* [r22311] make/common.mak, make/plugins.mak, src/Makefile,
src/ptlib/Nucleus++/Makefile:
Fixed bug ID: 2027650 "$(CFLAGS) include path overrides package
include
path", reported by Stefano Sabatini
2009-03-29 23:48 rjongbloed
* [r22317] src/ptlib/unix/channel.cxx:
Fixed crash (NULL ptr access) as the "message" part of PAssert is
not
protected by the assert condition, so need to put the condition
outside
the PAssert macro.
2009-03-30 00:05 rjongbloed
* [r22320] make/plugins.mak:
Make sure LDFLAGS are last in linker command line.
2009-03-30 01:31 rjongbloed
* [r22324] ., src/ptlib/msos/sound_win32.cxx:
Fixed issue with empty strings for Windows sound devices being
returned when being used over a Remote Desktop connection.
2009-03-30 23:13 rjongbloed
* [r22332] ., src/ptclib/pffvdev.cxx:
Fixed typo in pragma implementation
2009-03-31 00:32 rjongbloed
* [r22335] ., make/common.mak:
Fixed bug ID: 2721897 "Still problems with the STDCCFLAGS
includes", patch supplied by Stefano Sabatini
2009-03-31 06:42 csoutheren
* [r22345] src/ptlib/common/osutils.cxx,
src/ptlib/unix/tlibthrd.cxx:
Backport thread leak fixes and PTRACE changes from trunk
2009-03-31 06:43 csoutheren
* [r22346] src/ptlib/common/osutils.cxx:
Remove vestigal code
2009-03-31 23:57 rjongbloed
* [r22356] include/ptlib/pprocess.h, src/ptlib/common/osutils.cxx,
src/ptlib/unix/tlib.cxx:
Do not set Unix signal handlers if PProcess is being loaded as a
library, leave that up to the enclosing application.
2009-04-07 02:47 rjongbloed
* [r22375] ., include/ptclib/delaychan.h, include/ptlib/contain.h,
include/ptlib/indchan.h, include/ptlib/psync.h,
include/ptlib/videoio.h, src/ptclib/httpsvc.cxx,
src/ptlib/msos/svcproc.cxx:
Applied patch ID: 2725084, thanks Giorgio Alfarano
2009-04-07 03:20 rjongbloed
* [r22378] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx:
Fixed applied patch from patch manager, broke Unix build.
2009-04-07 03:29 rjongbloed
* [r22380] ., src/ptlib/msos/vidinput_directx.cxx:
Applied patch ID: 2728435 "directx & YUY2", thanks Giorgio
Alfarano
2009-04-07 04:16 rjongbloed
* [r22383] ., include/ptlib/unix/ptlib/pprocess.h,
src/ptlib/unix/tlibthrd.cxx:
Possible fix for ID: 2725546 "Crash in PInterfaceMonitor::Stop"
2009-04-07 04:43 rjongbloed
* [r22392] ., src/ptlib/common/ptime.cxx:
Applied fix for ID: 2728037 "Win32 linker cannot resolve
_PTimeParse", thanks Michael Rickmann
2009-04-07 04:53 rjongbloed
* [r22394] ., configure.ac, include/ptbuildopts.h.in:
Applied fix for ID:
|
||
---|---|---|
.. | ||
patches | ||
buildlink3.mk | ||
DESCR | ||
distinfo | ||
Makefile | ||
PLIST |