Age | Commit message (Expand) | Author | Files | Lines |
2011-11-30 | qt4: (semi-)remove the spec directory | Jonny Lamb | 17 | -79/+79 |
2011-11-10 | ContactManager::Roster: Properly "fail" introspecting Connection::FeatureRost... | Andre Moreira Magalhaes (andrunko) | 1 | -1/+3 |
2011-10-11 | Merge branch 'contact-info-refresh' | Andre Moreira Magalhaes (andrunko) | 4 | -72/+219 |
2011-10-11 | ContactManager: Update doc for deprecated requestContactAvatar. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+1 |
2011-10-11 | ContactManager: Early return in requestContactAvatars if no contact was given. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+4 |
2011-10-10 | Link to ST[SC]::isRegistered() from the methods after which it should be checked | Olli Salli | 2 | -0/+16 |
2011-10-10 | Explain what ST[SC]::monitorsConnections() affects better | Olli Salli | 2 | -2/+10 |
2011-10-10 | Indicate corrent prefix for Client service names in ST[CS]::clientName() dox | Olli Salli | 2 | -2/+2 |
2011-10-10 | STC dox: s/an tube-by-tube basis/a tube.../ | Olli Salli | 1 | -1/+1 |
2011-10-10 | Make STC::TcpSrcAddrGen talk about itself, not a STC::ParamsGen which doesn't... | Olli Salli | 1 | -2/+2 |
2011-10-10 | Make STS::Tube ctor dox wording a bit less convoluted | Olli Salli | 1 | -2/+2 |
2011-10-10 | Doxyment StreamTubeClient | Olli Salli | 2 | -21/+372 |
2011-10-10 | STS dox: Fix the (sensible) doxygen warnings | Olli Salli | 1 | -13/+13 |
2011-10-10 | Doxyment StreamTubeServer | Olli Salli | 2 | -39/+319 |
2011-10-10 | Make StreamTubeServer report TCP conns through CMs with no Port AC support to... | Olli Salli | 1 | -4/+14 |
2011-10-10 | Improve STC::TcpSrcAddrGen dox with a transcription of the original header co... | Olli Salli | 2 | -9/+5 |
2011-10-10 | Doxyment STC::TcpSrcAddrGen | Olli Salli | 1 | -0/+51 |
2011-10-10 | Doxyment STS::ParamsGen | Olli Salli | 1 | -0/+42 |
2011-10-10 | Doxyment ST[SC] pair wrapper types | Olli Salli | 2 | -0/+154 |
2011-10-10 | Call the source parameter other instead of a in ST[CS] pair wrapper copy ctor... | Olli Salli | 4 | -27/+29 |
2011-10-10 | Even more similarly, add a STC::Tube, using it both for connections() and tub... | Olli Salli | 2 | -12/+80 |
2011-10-10 | Similarly, simplify STS::tubes() by adding STS::Tube | Olli Salli | 2 | -12/+81 |
2011-10-10 | Make StreamTubeServer::tcpConnections() usage more readable by adding a helpe... | Olli Salli | 2 | -5/+80 |
2011-10-10 | STC: Skip invalid tubes in connections() to avoid warnings, like STS, and doc... | Olli Salli | 2 | -0/+10 |
2011-10-10 | Unexport ST[CS] ctors as they're private | Olli Salli | 2 | -2/+2 |
2011-10-10 | Line-wrap ST[CS] TubeWrapper ctor decls | Olli Salli | 2 | -3/+7 |
2011-10-10 | SimpleStreamTubeHandler: Weed out duplicate services when building filter | Olli Salli | 1 | -2/+4 |
2011-10-10 | Ditto for STS::ParamsGen | Olli Salli | 2 | -9/+9 |
2011-10-10 | Admit that STC::TcpSrcAddrGens need to modify their state for generating | Olli Salli | 2 | -6/+6 |
2011-10-10 | Similarly to TCP, fall back to Localhost AC in STC if Creds is not supported ... | Olli Salli | 1 | -0/+5 |
2011-10-10 | Indent *StreamTube* ctor initializer lists correctly | Olli Salli | 3 | -3/+3 |
2011-10-10 | Indent FixedParametersGenerator body correctly (not at all) | Olli Salli | 1 | -9/+9 |
2011-10-10 | Rename STC::generator() to more explicit tcpGenerator() | Olli Salli | 2 | -3/+3 |
2011-10-10 | Remove trailing WS from an empty line in stream-tube-client.cpp | Olli Salli | 1 | -1/+1 |
2011-10-10 | Add rationale to the "being registered" asserts in ST[SC]::onInvokedForTube | Olli Salli | 2 | -2/+2 |
2011-10-10 | Make ST[SC] the QObject parent of their tube wrappers so we don't need to man... | Olli Salli | 4 | -20/+14 |
2011-10-10 | Add header guards to simple-stream-tube-handler.h | Olli Salli | 1 | -0/+5 |
2011-10-10 | SSTH: Add a TODO to use Channel::channelType() in handleChannels whenever tha... | Olli Salli | 1 | -0/+2 |
2011-10-10 | Make it possible for STS to have an empty filter, and a checkable error for S... | Olli Salli | 2 | -2/+5 |
2011-10-10 | STS/STC internals: Use const refs for foreach var wherever we can for non-pri... | Olli Salli | 1 | -5/+5 |
2011-10-10 | PendingOperation: Remove interim StreamTubeServer friend-ing hack | Olli Salli | 1 | -1/+0 |
2011-10-10 | STC: Don't attempt to use Port access control if it's not supported | Olli Salli | 1 | -1/+15 |
2011-10-10 | Make the dtor of STC::TcpSrcAddrGen virtual | Olli Salli | 1 | -1/+1 |
2011-10-10 | STC: Reorder most important args of the accepted* signals first | Olli Salli | 2 | -10/+10 |
2011-10-10 | STC: Remove stale TODO | Olli Salli | 1 | -5/+0 |
2011-10-10 | Call AbstractClient virtual base class constructor in our concrete Client impls | Olli Salli | 3 | -3/+6 |
2011-10-10 | Actually delete private structure, and therefore registrar, handler etc in ST... | Olli Salli | 2 | -0/+4 |
2011-10-10 | STS & STC: Remove some dead branches redundant with SSTH checks | Olli Salli | 2 | -17/+9 |
2011-10-10 | STS & STC: {} around all if then blocks | Olli Salli | 2 | -3/+6 |
2011-10-10 | StreamTubeServer: Ignore invalid and non-Open tubes in tcpConnections() | Olli Salli | 1 | -0/+4 |