SourceForge.net

Search

Index of /trunk/quickfix/src/C++

Files shown:122
Directory revision: 2006 (of 2006)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
fix40/  1769  2 years  orenmnero  Generated with NetworkStatus messages
fix41/  1769  2 years  orenmnero  Generated with NetworkStatus messages
fix42/  1769  2 years  orenmnero  Generated with NetworkStatus messages
fix43/  1769  2 years  orenmnero  Generated with NetworkStatus messages
fix44/  1810  2 years  orenmnero  Python and Ruby fields are generated outside of swig to decrease size of source ...
test/  2006  3 hours  orenmnero  Converted more tests
Acceptor.cpp  1953  5 months  orenmnero  Reset stop on next block call
Acceptor.h  1931  15 months  orenmnero  Added methods for getting session and settings from initiator and acceptor
Application.h  1415  2 years  orenmnero  removed user group from Doxygen
CallStack.cpp  1325  2 years  orenmnero  update copyright information
CallStack.h  1580  2 years  orenmnero  Fixed callstack errors, removed method name checking
DOMDocument.h  1325  2 years  orenmnero  update copyright information
DataDictionary.cpp  1835  23 months  orenmnero  Ported a bunch of DataDictionary unit tests to ruby. Added ability to get groups...
DataDictionary.h  1861  22 months  kconsalus  Fixed buffer overrun in Dictionary::getString Made DataDictionary getVersion us...
DatabaseConnectionID.h  1325  2 years  orenmnero  update copyright information
DatabaseConnectionPool.h  1397  2 years  orenmnero  get a reference to Connection so it is modified when decrementing the connection...
DeprecatedFieldNumbers.h  1325  2 years  orenmnero  update copyright information
DeprecatedFields.h  1996  3 months  orenmnero  Fixed compilation errors
DeprecatedValues.h  1325  2 years  orenmnero  update copyright information
Dictionary.cpp  1977  4 months  orenmnero  Added better whitespace stripping to reduce strict failures in configuration fil...
Dictionary.h  1839  23 months  orenmnero  Added subbort for programatically modifying SessionSettings in ruby and python
Event.h  1337  2 years  cepstein  Include <cmath> for modf
Exceptions.h  1732  2 years  orenmnero  Fixes for SunPRO compiler
Field.h  1825  2 years  orenmnero  Added testcase for converting print from '0'
FieldConvertors.h  1825  2 years  orenmnero  Added testcase for converting print from '0'
FieldMap.cpp  1859  22 months  orenmnero  Added reference and pointer access to groups for better performance when necessa...
FieldMap.h  1859  22 months  orenmnero  Added reference and pointer access to groups for better performance when necessa...
FieldNumbers.h  1769  2 years  orenmnero  Generated with NetworkStatus messages
FieldTypes.cpp  1845  23 months  orenmnero  Added support for localtime to SessionTime
FieldTypes.h  1845  23 months  orenmnero  Added support for localtime to SessionTime
Fields.h  1769  2 years  orenmnero  Generated with NetworkStatus messages
FileLog.cpp  1954  5 months  orenmnero  A different directory can be specified for file log backups
FileLog.h  1954  5 months  orenmnero  A different directory can be specified for file log backups
FileStore.cpp  1647  2 years  orenmnero  Display file name when FileStore or FileLog cannot open a file
FileStore.h  1491  2 years  orenmnero  Added detailed reasons for IOExceptions
FixLexer.l  1108  3 years  orenmnero  fixed compiler warnings under Xcode
FlexLexer.h  2  5 years  orenmnero  Initial revision
Group.cpp  1404  2 years  orenmnero  Added support for replacing a specific instance of a repeating group
Group.h  1404  2 years  orenmnero  Added support for replacing a specific instance of a repeating group
HtmlBuilder.h  1786  2 years  orenmnero  Refactored HTML code. Added ability to enable/disable all sessions. Integer valu...
HttpConnection.cpp  1918  16 months  orenmnero  Do not print to standard out when setting Enabled parameter
HttpConnection.h  1868  21 months  orenmnero  Support for stlport 5.1
HttpMessage.cpp  1744  2 years  orenmnero  Search for full strings in HTTP messages instead of individual messages
HttpMessage.h  1891  19 months  orenmnero  Corrected inconsisten linefeeds
HttpParser.cpp  1678  2 years  orenmnero  Added embedded HTTP support
HttpParser.h  1678  2 years  orenmnero  Added embedded HTTP support
HttpServer.cpp  1693  2 years  orenmnero  Changed HttpServerPort to HttpAcceptPort
HttpServer.h  1678  2 years  orenmnero  Added embedded HTTP support
Initiator.cpp  1953  5 months  orenmnero  Reset stop on next block call
Initiator.h  1931  15 months  orenmnero  Added methods for getting session and settings from initiator and acceptor
LIBXML_DOMDocument.cpp  1869  21 months  orenmnero  Free retrieved property after copying the value
LIBXML_DOMDocument.h  1464  2 years  orenmnero  Removed unecesary reference to current class when defining toMap, caused error w...
Log.cpp  1586  2 years  orenmnero  Check to see if settings exist before passing them into init
Log.h  1949  5 months  orenmnero  Added backup stubs to all supported logs
MSXML_DOMDocument.cpp  1844  23 months  orenmnero  Replace BSTR with CComBSTR to fix memory leaks
MSXML_DOMDocument.h  1325  2 years  orenmnero  update copyright information
Makefile.am  1932  15 months  gatny  Added Null MessageStore implementation/test. Useful for market-data-only sessio...
Message.cpp  1941  10 months  kconsalus  Made Message::getSessionID const, since there appears to be no reason not to.
Message.h  1942  10 months  kconsalus  Made hasGroup a const method for Message.
MessageCracker.h  1666  2 years  orenmnero  Added macros to make grabbing field references and pointers easier
MessageSorters.cpp  1325  2 years  orenmnero  update copyright information
MessageSorters.h  1325  2 years  orenmnero  update copyright information
MessageStore.cpp  1472  2 years  orenmnero  Added MessageStore refresh functionality to java API
MessageStore.h  1472  2 years  orenmnero  Added MessageStore refresh functionality to java API
Mutex.h  1325  2 years  orenmnero  update copyright information
MySQLConnection.h  1914  16 months  orenmnero  Added support for directing which table log messages are recorded to in MySQL
MySQLLog.cpp  1949  5 months  orenmnero  Added backup stubs to all supported logs
MySQLLog.h  1949  5 months  orenmnero  Added backup stubs to all supported logs
MySQLStore.cpp  1928  15 months  orenmnero  Changed create method to correctly create store using connection pool
MySQLStore.h  1471  2 years  orenmnero  Added refresh command to store which loads persisted data into memory
NullStore.cpp  1950  5 months  orenmnero  Removed executable status from NullStore
NullStore.h  1950  5 months  orenmnero  Removed executable status from NullStore
OdbcConnection.h  1792  2 years  orenmnero  Do not use userid or password if they are already present in the connection stri...
OdbcLog.cpp  1968  5 months  orenmnero  Changed references to PostgreSQLQuery to proper OdbcQuery
OdbcLog.h  1949  5 months  orenmnero  Added backup stubs to all supported logs
OdbcStore.cpp  1904  16 months  orenmnero  Use SQLLEN if available so we are compatible with 64 bit library
OdbcStore.h  1471  2 years  orenmnero  Added refresh command to store which loads persisted data into memory
Parser.cpp  1325  2 years  orenmnero  update copyright information
Parser.h  1325  2 years  orenmnero  update copyright information
PostgreSQLConnection.h  1515  2 years  orenmnero  Moved throwException from postgresql connection to query class where it belongs
PostgreSQLLog.cpp  1949  5 months  orenmnero  Added backup stubs to all supported logs
PostgreSQLLog.h  1949  5 months  orenmnero  Added backup stubs to all supported logs
PostgreSQLStore.cpp  1576  2 years  orenmnero  Added test to ensure storage implementations can support both kinds of quotes. ...
PostgreSQLStore.h  1819  2 years  orenmnero  Removed unused connect command from header
Queue.h  1325  2 years  orenmnero  update copyright information
Responder.h  1325  2 years  orenmnero  update copyright information
Session.cpp  1946  5 months  orenmnero  Not required to convert message to string before passing to next
Session.h  1920  16 months  orenmnero  Persistance is done before sending and will fail if message cannot be stored or ...
SessionFactory.cpp  1873  20 months  orenmnero  Added configuration settings for LogonTime and LogoutTime
SessionFactory.h  1325  2 years  orenmnero  update copyright information
SessionID.h  1858  22 months  kconsalus  Made unary SessionID reverse operator const.
SessionSettings.cpp  1966  5 months  orenmnero  Throw ConfigError if session is defined twice
SessionSettings.h  1954  5 months  orenmnero  A different directory can be specified for file log backups
SessionState.h  1949  5 months  orenmnero  Added backup stubs to all supported logs
Settings.cpp  1977  4 months  orenmnero  Added better whitespace stripping to reduce strict failures in configuration fil...
Settings.h  1325  2 years  orenmnero  update copyright information
SocketAcceptor.cpp  1952  5 months  orenmnero  Pass timeout from poll to socket manager
SocketAcceptor.h  1892  19 months  orenmnero  Poll can pass in a timeout value
SocketConnection.cpp  1848  23 months  orenmnero  Changed initiator and acceptor from being logs themselves to containing a getLog...
SocketConnection.h  1704  2 years  orenmnero  Fixed crashes under gcc 3.2
SocketConnector.cpp  1892  19 months  orenmnero  Poll can pass in a timeout value
SocketConnector.h  1892  19 months  orenmnero  Poll can pass in a timeout value
SocketInitiator.cpp  1952  5 months  orenmnero  Pass timeout from poll to socket manager
SocketInitiator.h  1908  16 months  orenmnero  doConnect not being checked, and also no longer know results of connection, so c...
SocketMonitor.cpp  2000  5 days  orenmnero  Converted more tests to UnitTest++
SocketMonitor.h  1892  19 months  orenmnero  Poll can pass in a timeout value
SocketServer.cpp  1892  19 months  orenmnero  Poll can pass in a timeout value
SocketServer.h  1892  19 months  orenmnero  Poll can pass in a timeout value
ThreadedSocketAcceptor.cpp  1943  9 months  orenmnero  Fix deadlock when shutting down threaded initiator/acceptor
ThreadedSocketAcceptor.h  1892  19 months  orenmnero  Poll can pass in a timeout value
ThreadedSocketConnection.cpp  1906  16 months  orenmnero  Establish connection in session thread so we are not blocking other sessions
ThreadedSocketConnection.h  1906  16 months  orenmnero  Establish connection in session thread so we are not blocking other sessions
ThreadedSocketInitiator.cpp  1943  9 months  orenmnero  Fix deadlock when shutting down threaded initiator/acceptor
ThreadedSocketInitiator.h  1926  16 months  orenmnero  Make sure all resources are properly cleaned up, and the thread cannot end befor...
TimeRange.cpp  1872  20 months  orenmnero  Added support in session for identifying valid logon times
TimeRange.h  1957  5 months  orenmnero  Fixed spacing
Utility.cpp  1965  5 months  orenmnero  Added method to test for presence of file
Utility.h  1987  4 months  orenmnero  Add cstring include so quickfix will compile under Fedora 9
Values.h  1769  2 years  orenmnero  Generated with NetworkStatus messages
copy.sh  1469  2 years  cepstein  rewrote copy.sh so it doesn't need to call two other scripts and so it makes dir...
index.h  1243  2 years  orenmnero  reorganized documentation
quickfix_vs6.dsp  1883  19 months  orenmnero  Fixed build problems in vs6
quickfix_vs7.vcproj  1933  15 months  gatny  Added NullStore to VS7 and VS8 projects
quickfix_vs8.vcproj  1933  15 months  gatny  Added NullStore to VS7 and VS8 projects
stdafx.cpp  2  5 years  orenmnero  Initial revision
stdafx.h  1015  3 years  orenmnero  support for TCP_NODELAY
strptime.c  1000  3 years  orenmnero  *** empty log message ***
strptime.h  1000  3 years  orenmnero  *** empty log message ***

Download GNU tarball


Powered by ViewVC 1.0.5 ViewVC Help