2004-04-03 15:46 csoutheren * version.h: Incremented build number after tagging to v1_6_6. 2004-04-02 14:07 ykiryanov * src/ptlib/common/sound.cxx: Added ifndef BeOS for PSound 2004-04-02 13:59 ykiryanov * src/ptlib/unix/Makefile: Uncommented beaudio code 2004-04-02 13:49 ykiryanov * include/ptlib/unix/ptlib/sound.h: Removed BeOS dependent code in major effort to clean the code 2004-04-02 13:42 ykiryanov * include/ptlib/unix/ptlib/thread.h: Added unblockPipe to improve code 2004-04-02 13:40 ykiryanov * include/ptlib/unix/ptlib/semaphor.h: Cleaned up semaphore code 2004-04-02 13:37 ykiryanov * include/ptlib/unix/ptlib/pprocess.h: Added timerChangePipe, to make code better 2004-04-02 13:32 ykiryanov * include/ptlib/unix/ptlib/pmachdep.h: Added prototypes for missing dl*() functions 2004-04-02 13:29 ykiryanov * src/ptlib/unix/beaudio.cxx: New improved code 2004-04-02 13:17 ykiryanov * src/ptlib/unix/tlibbe.cxx: New version, improved 2004-04-01 22:51 csoutheren * src/ptlib/unix/osutil.cxx: Fixed problem with args to access, thanks to Borko Jandras 2004-03-29 09:13 csoutheren * ReadMe.txt: Updated for changes in include files and removal of GUI references 2004-03-24 13:37 csoutheren * configure, configure.in, src/ptlib/unix/tlibthrd.cxx: Fixed problem with incorrect usage of sem_timedwait 2004-03-23 22:01 rjongbloed * include/ptlib/msos/: ptlib.dtf, ptlibd.dtf: Modified plugin manager to allow code modules to be notified when plugins are loaded or unloaded 2004-03-23 21:59 rjongbloed * src/ptlib/common/collect.cxx: Added some extra bulletproofing of containers to avoid complaints by some memory checking tools, thanks Ted Szoczei 2004-03-23 17:38 csoutheren * include/ptclib/mime.h: Update for change in location of Base64 routines 2004-03-23 17:32 csoutheren * tools/configure/configure.cpp, configure.exe: Fixed problems with multiple directories in exclude spec 2004-03-23 16:59 csoutheren * include/ptclib/cypher.h, include/ptclib/mime.h, src/ptclib/cypher.cxx, src/ptclib/inetprot.cxx: Moved the Base64 routines into cypher.cxx, which is a more sensible place and reduces the inclusion of unrelated code 2004-03-23 16:08 csoutheren * src/ptclib/http.cxx: Fixed problem with use of ShellExecuteEx function 2004-03-23 15:56 csoutheren * configure, configure.in, include/ptbuildopts.h.in, src/ptlib/unix/tlibthrd.cxx: Added patches to use XPG6 threading under Linux if available Thanks to Matthew Hodgson 2004-03-23 15:53 csoutheren * src/ptclib/asnper.cxx: Fixed problem with incorrect encoding of ASN NULL under some circumstances Thanks to Ed Day of Objective Systems 2004-03-23 15:48 csoutheren * include/ptclib/vxml.h, src/ptclib/vxml.cxx: Improved ability to start VXML scripts as needed 2004-03-23 15:43 csoutheren * include/ptlib/pluginmgr.h, src/ptlib/common/pluginmgr.cxx: Modified plugin manager to allow code modules to be notified when plugins are loaded or unloaded 2004-03-23 15:41 csoutheren * src/ptclib/httpsvc.cxx: Fixed compile problem on Linux 2004-03-23 14:40 csoutheren * src/ptclib/httpsvc.cxx: Change service process default to be more useful in some environments 2004-03-22 21:15 rjongbloed * include/ptlib/msos/ptlib.dtf, include/ptlib/msos/ptlibd.dtf, include/ptlib/syncthrd.h, src/ptlib/common/osutils.cxx, src/ptlib/common/pchannel.cxx: Added classes similar to PWaitAndSignal to automatically unlock a PReadWriteMutex when goes out of scope. 2004-03-20 20:08 rjongbloed * include/ptlib/msos/ptlibd.dtf, src/ptlib/common/osutils.cxx, src/ptlib/msos/svcproc.cxx: Changed interaction between PTrace and PSystemLog so that the tracing code does not need to know about the system log, thus reducing the code footprint for most apps. 2004-03-20 19:32 rjongbloed * samples/sortedlist/.cvsignore: Added ignore file for sorted list test 2004-03-20 15:20 rjongbloed * src/ptlib/common/contain.cxx: Fixed some VxWorks port issues especially underrrun memory access in the PString::FindLast function,, thanks Eize Slange