summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* F34 rawhide has GIO 2.67 with glib-networking 2.66 *sigh*HEADmasterRuslan N. Marchenko2020-11-291-24/+56
* Make SCRAM tests independent from SASL2 availability and featuresRuslan N. Marchenko2020-11-266-21/+85
* Fix TLSv1.3 tests and add TLSv1.2 testsRuslan N. Marchenko2020-11-1517-151/+176
* Mitigate aggressive GnuTLS backend resumption in glib-networkingRuslan N. Marchenko2020-11-151-102/+105
* Add SASL SCRAM-SHA*-PLUS testsRuslan N. Marchenko2020-10-054-2/+287
* Enable all SHA1 and SHA2 SCRAM algorithms, move to SHA256 defaultRuslan N. Marchenko2020-09-253-34/+48
* Tests: Add more retries before tearing the connection downRuslan N. Marchenko2020-09-232-4/+24
* Bump the glib api implementation to the latest versionRuslan N. Marchenko2020-09-2310-168/+244
* Add TLS_INSECURE weak hash testRuslan N. Marchenko2020-05-177-1/+163
* Update test suite to latest changesRuslan N. Marchenko2020-05-115-29/+49
* Uplift sasl testsRuslan N. Marchenko2020-05-092-34/+35
* Uplift test resolver to glib-2,59.0Ruslan N. Marchenko2020-05-091-6/+33
* wocky-test-stream: implement GPollableInput/OutputStreamDan Winship2020-05-091-5/+113
* wocky-tls: Merge WockyTLSSession and WockyTLSConnection togetherDan Winship2020-05-092-18/+15
* wocky-tls: specify peername at session creation timeDan Winship2020-05-091-1/+1
* tests: remove wocky-http-proxy-testGeorge Kiagiadakis2016-07-092-401/+0
* Merge branch 'gabble-0.18'George Kiagiadakis2016-07-097-32/+40
|\
| * tests/certs: update crl for 5 years indeedgabble-0.18George Kiagiadakis2016-07-091-11/+10
| * wocky-test-connector-server: report errors when asserting on finishing async ...George Kiagiadakis2016-07-041-4/+12
| * wocky-connector-test: allow test server to dispatch any pending events before...George Kiagiadakis2016-07-041-0/+12
| * Bump required glib version to 2.44, as we now depend on GIO http proxyGeorge Kiagiadakis2016-07-042-3/+0
| * Remove wocky-http-proxy, upstreamed in GIO nowGeorge Kiagiadakis2016-07-042-14/+6
| * Update CRL for 5 years (Closes: #79548)Diane Trout2016-07-043-23/+26
| * Rename a test to avoid a duplicate test error messageDiane Trout2016-07-041-1/+1
* | Update CRL for 5 years (Closes: #79548)Diane Trout2016-06-123-23/+26
* | Rename a test to avoid a duplicate test error messageDiane Trout2016-01-091-1/+1
* | don't use for loop variable declarationsGuillaume Desmottes2014-06-021-1/+2
* | test-sasl-auth-server: NULL terminate the handlers arrayGuillaume Desmottes2014-06-021-1/+1
* | test-sasl-auth-server: remove unread assignationsGuillaume Desmottes2014-06-021-2/+2
* | dummy-xmpp-server.c: add mising 'return' in main()Guillaume Desmottes2014-06-021-1/+1
* | Merge branch 'gabble-0.18'Simon McVittie2013-08-091-29/+1
|\ \ | |/
| * Fix examples' and tests' dependenciesSimon McVittie2013-08-091-29/+1
* | Include more test certificates in the tarball, so we can distcheckSimon McVittie2013-08-091-1/+4
* | some tests: give better diagnostics on failureSimon McVittie2013-08-092-56/+139
|/
* Tests: don't assume that other things can sneak in ahead of cancellationSimon McVittie2013-08-095-5/+23
* wocky-dummy-xmpp-server: don't turn off non-blocking on the socketSimon McVittie2013-08-091-4/+0
* wocky-xmpp-reader-test: don't assume non-characters will be replacedSimon McVittie2013-08-091-7/+36
* wocky-connector-test: stop putting sockets in blocking modeSimon McVittie2013-08-091-13/+0
* Require GLib 2.32Simon McVittie2013-05-305-21/+0
* Regression tests for malformed FORM_TYPE crashesWill Thompson2013-03-201-0/+126
* Regression test for hashing anonymous fieldsWill Thompson2013-03-201-0/+47
* connector-test: use properly-named variables.Will Thompson2013-02-221-9/+9
* Fix wocky-connector-testWill Thompson2013-02-221-2/+4
* Correctly extract type='' from unrecognised errorsWill Thompson2013-02-201-0/+48
* tests: define bug base in test_init().Will Thompson2013-02-202-1/+1
* connector-test: avoid using system-wide CAsWill Thompson2013-01-221-0/+4
* Make wocky_node_{add,prepend}_node_tree return the nodeWill Thompson2012-12-061-1/+4
* Add wocky_node_iter_remove()Will Thompson2012-12-061-0/+30
* tests: sort the MakefileWill Thompson2012-12-051-133/+131
* Merge branch 'wildcarded-certificate-check'Will Thompson2012-11-2120-23/+948
|\