- Class LoadThread
- When we read from a real movie stream (rtmp) we might want to use a cirkular-buffer.
- Member Net::read_action::run (ACT::wakeup_listener *waken)
- Implement the wake-up call.
- Member Net::read_action::run (ACT::wakeup_listener *waken)
- Implement a recovery tactic.
- Member Net::socket_emitter::socket_emitter (socket_address remote)
- Distinguish between implementation/system failures, e.g. not-a-socket, and operational failures, e.g. host-not-available
- Class cygnal::URI_Scanner
- Fix the silent consumption of the next character after the URI. It interferes with a caller's grammar.
- Member gnash::URL::parse_querystring (const std::string &query_string, std::map< std::string, std::string > &target_map)
- url-unescape names and values
- Member gnash::URL::parse_querystring (const std::string &query_string, std::map< std::string, std::string > &target_map)
- supports duplicated keys (var=value1&var=value2)
- Member Net::write_action::run (ACT::wakeup_listener *waken)
- Register a notification when write is ready to go.
- Member Net::write_action::run (ACT::wakeup_listener *waken)
- Implement the wake-up call.
- Member Net::write_action::run (ACT::wakeup_listener *waken)
- Implement a recovery tactic.
- Namespace kp
- New-style move members are not completely finished yet.
- It would be good to have an iterator which can iterate over all nodes below a given node.
- Fixed depth iterators do not iterate over the entire range if there are 'holes' in the tree.
- If a range uses const iter_base& as end iterator, things will inevitably go wrong, because upcast from iter_base to a non-sibling_iter is incorrect. This upcast should be removed (and then all illegal uses as previously in 'equal' will be flagged by the compiler). This requires new copy constructors though.
- There's a bug in replace(sibling_iterator, ...) when the ranges sit next to each other. Turned up in append_child(iter,iter) but has been avoided now.
- "std::operator<" does not work correctly on our iterators, and for some reason a globally defined template operator< did not get picked up. Using a comparison class now, but this should be investigated.
Generated on Thu Mar 6 18:25:09 2008 for Gnash by
1.5.4