summaryrefslogtreecommitdiff
path: root/orkbasecxx
AgeCommit message (Expand)Author
2007-06-12Added function MemMacToHumanReadable() to convert MAC address to human readab...Gerald Begumisa
2007-06-06Enhanced configurable tape file naming and added configurable tape path namin...Henri Herscher
2007-05-15Fixed compilation problem under CentOS5.Henri Herscher
2007-04-12Key-Value CaptureEvent messages are now reported as tags to orktrack.Henri Herscher
2007-04-05Added csv map serialization/deserialization capability.Henri Herscher
2007-04-05SingleLineSerializer does not escape colon character anymmore. This was not n...Henri Herscher
2007-04-04SingleLineSerializer now escaping and unescaping the '=' sign as it should be...Henri Herscher
2007-03-29PluginsDirectory now tunable in config.xml. Henri Herscher
2007-03-08Added MemUtils.cpp to Makefile.amGerald Begumisa
2007-03-05Better logging when OrkHttpClient receives an HTTP error.Henri Herscher
2007-03-02By default, pdb and map files are now generated when building under MSVC++.Henri Herscher
2007-03-02Added more NULL pointer checks.Henri Herscher
2007-03-02Added config parms.Henri Herscher
2007-02-281. Added EscapeUrl and UnescapeURL methods to UrlSerializer so that HTTP clie...Henri Herscher
2007-02-28Added constructor to TcpPingMsg for default values.Henri Herscher
2007-02-23URL deserializer does not wholesale lowercase anymore.Henri Herscher
2007-02-22Tape message now defines its members before common message members so that th...Henri Herscher
2007-02-19Fixed gcc compilation errors.Henri Herscher
2007-02-19Added config parms.Henri Herscher
2007-02-19Moved recursive mkdir function to Utils.Henri Herscher
2007-02-09Added possibility to get Tape Message populated by the AudioTape class.Henri Herscher
2007-02-09ObjectFactory now protected by a mutex. It is also now possible to override a...Henri Herscher
2007-02-09Introduced timeout in the HTTP server. Also now checking if a command does no...Henri Herscher
2007-02-07Shut MSVC compiler warnings.Henri Herscher
2007-02-07Added OS errno logging when an OrkClient HTTP request fails.Henri Herscher
2007-02-07Added tcpping command in order to test DNS/TCP/IP connectivity from orkaudio ...Henri Herscher
2007-02-05ObjectFactory becomes a home brewed singleton instead of an ACE singleton. AC...Henri Herscher
2007-01-30Fixed Windows release compilation problems.Henri Herscher
2007-01-29Made sure the OrkHttpClient cannot loop forever on suspicion of lockup.Henri Herscher
2007-01-26Fixed MSVC6 compilation problem.Henri Herscher
2007-01-24Support for iLBC added by Gerald BegumisaGerald Begumisa
2007-01-17Fixed g++ compilation problem.Henri Herscher
2007-01-17Initial version of a transcoded tape file naming scheme. This makes it possib...Henri Herscher
2007-01-12Fixed Linux and Linux x86_64 compilation problems. Thanks to Matt Roth @ Inte...Henri Herscher
2007-01-10Fixed g++ compiler warning (lack of newline).Henri Herscher
2007-01-10Fixed compilation problem under Linux.Henri Herscher
2006-12-28In case of an AudioChunk GetNumSamples() exception, return chunk details as p...Henri Herscher
2006-12-28SIP Session metadata can now be updated when a new RTP stream is seen that ma...Henri Herscher
2006-12-271. Subsequent SIP INVITES that could be associated to an existing session now...Henri Herscher
2006-12-27It is now possible to have multiple streams with different codecs being corre...Henri Herscher
2006-12-18RTP mixer is now flushed at the end of streams so we don't miss a small chunk...Henri Herscher
2006-12-05Fix for an RtpMixer bug where an empty chunk was generated in the output (Bac...Henri Herscher
2006-11-10GSM RTP payload type can now be decoded under Linux.Henri Herscher
2006-11-10GSM code from Berlin Technische Universitaet is now included directly in the ...Henri Herscher
2006-11-07GSM 6.10 now supported as an RTP payload type under Windows.Henri Herscher
2006-10-19Added a tape ready message that is emitted to orktrack when a tape has been t...Henri Herscher
2006-10-11There is now an orkaudio wide tracking ID for recording sessions. All logging...Henri Herscher
2006-09-28Now exporting MemUtils.h functions for use outside of the orkbasecxx dll. Henri Herscher
2006-09-21Capture Batch Size now configurable. This makes it possible to control how mu...Henri Herscher
2006-08-29Added memory handling routines.Henri Herscher