Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add directory to #include | Alan Conway | 2009-07-14 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793909 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Replaced boost.spirit-based URL parser with simple recursive descent parser. | Alan Conway | 2008-11-20 | 1 | -6/+30 |
| | | | | | | | | | | | | | boost.spirit has some known thread-safety issues and appears to be causing qpid clients to crash in several scenarios. The new parser is trivially thread safe and relatively easy to extend. It's a simple recursive descent parser, sufficient for simple grammars like those used in URL formats. It's not intended to be a full-featured parser framework like spirit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719317 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Fix Address wrapper to compile on MS VC8; discussed with Alan Conway | Stephen D. Huston | 2008-10-24 | 1 | -0/+34 |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707754 13f79535-47bb-0310-9956-ffa450edef68 |