aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* improve default candidate selection during SDP generationJeremy Lainé2015-09-031-0/+50
|
* Add QXmppIceConnection::gatheringState propertyJeremy Lainé2015-09-031-2/+8
|
* don't use gcc-specific profilingJeremy Lainé2015-09-021-13/+1
|
* bump version to 0.9.2Jeremy Lainé2015-09-021-1/+1
|
* [travis] test debug buildsJeremy Lainé2015-08-311-1/+7
|
* allow QXmppJingleIq to have multiple contentsJeremy Lainé2015-08-311-2/+3
|
* [tests] rename component to componentIdJeremy Lainé2015-08-301-3/+3
|
* bump version to 0.9.1Jeremy Lainé2015-08-301-1/+1
|
* [travis] build VPX supportJeremy Lainé2015-08-301-1/+1
|
* bump version to 0.9.0Jeremy Lainé2015-08-281-1/+1
|
* parse DTLS-SRTP attributes according to XEP-0320Jeremy Lainé2015-08-281-27/+105
|
* don't write SDP headerJeremy Lainé2015-08-281-10/+2
|
* parse SDP parametersJeremy Lainé2015-08-271-0/+39
|
* add method to parse SDP to QXmppJingleIq::ContentJeremy Lainé2015-08-271-21/+84
|
* add method to generate SDP from QXmppJingleIq::ContentJeremy Lainé2015-08-271-0/+20
|
* add more complete jingle IQ testJeremy Lainé2015-08-271-0/+62
|
* RTCP: expose Receiver Report dataJeremy Lainé2015-08-261-0/+10
|
* RTCP: parse goodbye packetJeremy Lainé2015-08-261-0/+54
|
* RTCP: parse more receiver report infoJeremy Lainé2015-08-261-16/+16
|
* RTCP: start decoding receiver reportsJeremy Lainé2015-08-261-9/+47
|
* fix compiler warningJeremy Lainé2015-08-261-1/+1
|
* RTCP: start decode sender reportsJeremy Lainé2015-08-261-3/+21
|
* RTCP: encode source descriptionsJeremy Lainé2015-08-251-0/+1
|
* RTCP: decode source descriptionJeremy Lainé2015-08-251-1/+5
|
* add unit test for QXmppCallManagerJeremy Lainé2015-08-253-0/+154
|
* ICE: test server-reflexive candidate gatheringJeremy Lainé2015-08-251-0/+67
|
* ICE: make test more tolerant of connexion ordersJeremy Lainé2015-08-251-5/+1
|
* don't send triggered check if one is in progressJeremy Lainé2015-08-241-2/+2
|
* make ICE use actual STUN transactionsJeremy Lainé2015-08-241-2/+9
|
* use PIMPL + accessors for QXmppRtpPacketJeremy Lainé2015-08-241-15/+14
|
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-201-3/+1
|
* add QXmppRtcpPacket classJeremy Lainé2015-08-203-0/+73
|
* QXmppJingleCandidate : add accessors for "generation"Jeremy Lainé2015-08-171-0/+1
|
* test QXmppJingleCandidateJeremy Lainé2015-08-171-0/+28
|
* add a test for QXmppIceConnectionJeremy Lainé2015-08-163-0/+85
|
* QXmppTransferManager test incoming transfer completionJeremy Lainé2015-08-151-0/+6
|
* QXmppTransferManager: test all IBB / SOCKS5 combinationsJeremy Lainé2015-08-151-11/+61
|
* add test for QXmppTransferManagerJeremy Lainé2015-08-155-0/+222
|
* move TestPasswordChecker to test utilitiesJeremy Lainé2015-08-152-40/+33
|
* correctly receive data immediately following a SOCKS5 message (closes #64)Jeremy Lainé2015-08-151-3/+15
| | | | | | | | | | The SOCKS5 client and server would discard any currently buffered received data when processing a SOCKS5 command as they used readAll(). Now they only consume the SOCKS5 command's bytes, preserving any buffered data. Why this situation should occur is a different matter, I would be surprised to see it happen during file transfer, due to the sequence in which the handshake is performed.
* fix reading/writing phone numbers in vCard (closes #65)Jeremy Lainé2015-07-311-16/+16
| | | | | The phone numbers were incorrectly read from / written to vCard as a "PHONE" element instead of "TEL".
* socks5: make server explicitly return "no acceptable method"Jeremy Lainé2015-07-271-0/+5
|
* socks5: improve test coverage of failed CONNECTJeremy Lainé2015-07-271-6/+33
|
* socks5: add test case for clientJeremy Lainé2015-07-271-45/+99
|
* improve testsJeremy Lainé2015-07-271-2/+15
|
* add some tests for invalid SOCKS5 handshake from clientJeremy Lainé2015-07-271-0/+45
|
* don't hardcode port 1080Jeremy Lainé2015-07-271-2/+1
|
* add some tests for QXmppSocksServerJeremy Lainé2015-07-273-0/+126
|
* fix pubsub retract queryZam-mbpr2015-06-041-0/+30
| | | | fix issue #56
* [add] unit test [add] comment [update] code order to if else statementZam-mbpr2015-06-041-0/+21
|