summaryrefslogtreecommitdiff
path: root/orkbasecxx
AgeCommit message (Expand)Author
2007-12-02Added support for reporting to multiple orktrack servers - the config.xml par...Gerald Begumisa
2007-11-26Added configuration parameter, CaptureFileSizeLimitKb, which limits the size ...Gerald Begumisa
2007-11-23The RTP mixer is now properly flushed at the end of transcoding. Wav files ar...Henri Herscher
2007-11-02Fixed potential null pointer crash that was introduced at rev. 500.Henri Herscher
2007-10-19CapturePorts cannot be hoovered anymore if they contain an active AudioTape. ...Henri Herscher
2007-10-16tapelist.log now includes audio filename as it should be by default (does not...Henri Herscher
2007-09-13Brought MSVC dsp file in line with Makefile.amHenri Herscher
2007-09-13Native call ID now reported as part of tape message.Henri Herscher
2007-09-12ConfigManager singleton now stored as a pointer.Henri Herscher
2007-09-12Reporting READY state is now a tape processor.Henri Herscher
2007-09-08Added new TapeFileNaming tape processor, corrected it not to modify the MCF fileGerald Begumisa
2007-09-07Minor fix to allow m_tags map lookup for TapePathNaming the same way its done...Gerald Begumisa
2007-09-06Added new Tape Processor Tape File NamingGerald Begumisa
2007-09-05Added functionality to set the ownership of the directories leading up to the...Gerald Begumisa
2007-09-04Ownership and permissions for MCF files now set at creation time, ownership a...Gerald Begumisa
2007-08-31Changed default remote processing remote port to default HTTP server port.Henri Herscher
2007-08-24Added check for AudioOutputPath in the file provided for transcoding so that ...Gerald Begumisa
2007-08-21Added AllowAutomaticRecording config parameter (only significant in non-lookb...Henri Herscher
2007-08-21Fixed win32 compilation error.Henri Herscher
2007-08-21Start message response can now initiate capture in non-lookback recording mod...Henri Herscher
2007-08-17Adjustment such that if the configuration options AudioFilePermissions, Audio...Gerald Begumisa
2007-08-15Configuration options AudioFilePermissions, AudioFileOwner and AudioFileGroup...Gerald Begumisa
2007-08-07Changed ORKAUDIO_LOGGING_PATH to be default AudioOutputPath, if AudioOutputPa...Gerald Begumisa
2007-08-07Fixed build files to solve Linux compilation errorGerald Begumisa
2007-07-30Added non-lookback recording mode.Henri Herscher
2007-07-19Fixed win32 compilation problem.Henri Herscher
2007-07-19Fixed indentation.Henri Herscher
2007-07-19Multiple orkaudio instances may be ran on one server by setting the environme...Gerald Begumisa
2007-06-25Fixed issue where one audio chunk was dropped every time the MediaChunkFile b...Henri Herscher
2007-06-13Fixed compilation error under Windows.Henri Herscher
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