summaryrefslogtreecommitdiff
path: root/project2/sessionXml.cpp
Commit message (Collapse)AuthorAge
* Fix inheritance of Ifrandomdan2011-03-03
| | | | | | Remove virtual inheritance in many places Strip down the unneeded docs made my doxygen Add beginnings of a docbook
* Make CurlHandle throw an exception on failurerandomdan2011-02-16
| | | | | | | Improve error messages almost everywhere Allow setting of platform through the options system Allow specifying query params on the console Fix file stream writer's string support for strings containing multibyte chars
* Get rid of that stupid LexicalCall and it's messy templates (what WAS I ↵randomdan2011-02-10
| | | | | | thinking?) And replace it with a VariableType that wraps the boost::variant and is implicitly convertable to useful things (may need extending in time)
* Add lots of funky stuff to make the system (internally) type saferandomdan2011-02-01
|
* Add wrappers and Jam for building with UUIDs from OSSP instead of Boostrandomdan2011-01-21
|
* Split up libs even morerandomdan2010-10-29
| | | | | Remove need for Boost UUID in p2console needed for XML session management by having app engines handle their own sessions p2web now implements XML sessions by depending on libp2xmlSession
* Drop the pain in the ass SHM session container in favour of an XML onerandomdan2010-08-31
Fix setting the environment up in p2console