| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [travis] test build on OS X | Jeremy Lainé | 2018-09-18 | 3 | -7/+30 | |
| | | ||||||
| * | [cmake] set the C++ standard to C++11 | Jeremy Lainé | 2018-09-18 | 1 | -0/+1 | |
| | | | | | We already make use of the "override" keyword. | |||||
| * | [socks] fix a compiler warning on MSVC | Jeremy Lainé | 2018-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | [tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149) | Jeremy Lainé | 2018-09-18 | 1 | -3/+3 | |
| | | ||||||
| * | [docs] stop mentioning obsolete platforms in README | Jeremy Lainé | 2018-09-18 | 1 | -15/+0 | |
| | | ||||||
| * | [appveyor] initial attempt at compiling | Jeremy Lainé | 2018-09-18 | 1 | -0/+17 | |
| | | ||||||
| * | [docs] mention cmake --build instead of make | Jeremy Lainé | 2018-09-18 | 1 | -2/+2 | |
| | | ||||||
| * | [tests] switch from coveralls to codecov | Jeremy Lainé | 2018-09-08 | 4 | -10/+6 | |
| | | ||||||
| * | auto-connect to next DNS-SRV record server on connection failure | Martin Koller | 2018-09-08 | 1 | -5/+23 | |
| | | | | | | automatically try next server from DNS SRV record when connection to first can not be established | |||||
| * | [cmake] fix documentation string for BUILD_EXAMPLES | Jeremy Lainé | 2018-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | Build examples by default | Niels Ole Salscheider | 2018-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 4 | -4/+61 | |
| | | ||||||
| * | [readme] add badge for code coverage | Jeremy Lainé | 2018-06-24 | 1 | -1/+2 | |
| | | ||||||
| * | [tests] generate code coverage report | Jeremy Lainé | 2018-06-24 | 2 | -0/+14 | |
| | | ||||||
| * | CMake: Fix typo in install interface | Niels Ole Salscheider | 2018-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | .travis.yml: Remove superfluous environments for qt4 | Niels Ole Salscheider | 2018-06-23 | 1 | -10/+3 | |
| | | ||||||
| * | Merge pull request #131 from olesalscheider/cmake | Niels Ole Salscheider | 2018-06-23 | 165 | -9653/+577 | |
| |\ | | | | | Add CMake build system, drop Qt4 support | |||||
| | * | CMake: Make the library properly importable | Niels Ole Salscheider | 2018-06-17 | 1 | -1/+14 | |
| | | | ||||||
| | * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 5 | -11/+13 | |
| | | | ||||||
| | * | Add myself to AUTHORS file | Niels Ole Salscheider | 2017-09-04 | 1 | -0/+4 | |
| | | | ||||||
| | * | Update README.md | Niels Ole Salscheider | 2017-09-04 | 1 | -34/+13 | |
| | | | ||||||
| | * | Update changelog | Niels Ole Salscheider | 2017-09-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | Fix qxmppsasl test | Niels Ole Salscheider | 2017-09-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Drop the version string test | Niels Ole Salscheider | 2017-09-04 | 1 | -6/+0 | |
| | | | | | | | | | It is just stupid to adjust this... | |||||
| | * | Fix QXmppSslServer::incomingConnection signature | Niels Ole Salscheider | 2017-09-04 | 2 | -2/+2 | |
| | | | ||||||
| | * | Install pkgconfig file | Niels Ole Salscheider | 2017-09-04 | 2 | -0/+21 | |
| | | | ||||||
| | * | Update travis scripts | Niels Ole Salscheider | 2017-09-04 | 2 | -32/+7 | |
| | | | ||||||
| | * | Re-add codecs support to the build system | Niels Ole Salscheider | 2017-09-04 | 6 | -0/+142 | |
| | | | ||||||
| | * | Port examples to the new build system | Niels Ole Salscheider | 2017-09-04 | 17 | -115/+33 | |
| | | | ||||||
| | * | Remove example_4 and GuiClient | Niels Ole Salscheider | 2017-09-04 | 69 | -6639/+0 | |
| | | | | | | | | | | | The build was disabled for some time. There is still git if we want to bring them back. | |||||
| | * | Port docs to new build system | Niels Ole Salscheider | 2017-09-04 | 5 | -155/+38 | |
| | | | ||||||
| | * | Port tests to the new build system | Niels Ole Salscheider | 2017-09-04 | 40 | -158/+64 | |
| | | | ||||||
| | * | Generate QXmppGlobal from the build system | Niels Ole Salscheider | 2017-09-04 | 3 | -50/+16 | |
| | | | ||||||
| | * | Drop support for Qt 4 | Niels Ole Salscheider | 2017-09-04 | 13 | -2119/+1 | |
| | | | ||||||
| | * | Initial CMake build system | Niels Ole Salscheider | 2017-09-04 | 11 | -370/+246 | |
| | | | ||||||
| * | | Update README.md | Boris Pek | 2018-03-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix encoding / decoding of CSRC count in RTP packets | Jeremy Lainé | 2018-02-28 | 2 | -3/+3 | |
| |/ | ||||||
| * | Set Stream Management to disabled when the socket becomes ready | Niels Ole Salscheider | 2017-04-29 | 1 | -0/+1 | |
| | | | | | This is important for reconnects. | |||||
| * | Add test for QXmppMamManager | Niels Ole Salscheider | 2017-04-29 | 3 | -0/+275 | |
| | | ||||||
| * | Add QXmppMamManager (XEP-0313) | Niels Ole Salscheider | 2017-04-29 | 8 | -0/+506 | |
| | | ||||||
| * | Implement XEP-0198: Stream Management (client only) (#99) | Niels Ole Salscheider | 2017-02-12 | 20 | -159/+1074 | |
| | | | | | | | | | | | | | | | * Some features can be available with different namespaces (e.g. SM) * Provide static functions to convert between strings and stream errors Stream management will reuse this for <failed />. * [travis] test builds using clang * Implement XEP-0198: Stream Management (client only) * QXmppOutgoingClient: Move private methods to QXmppOutgoingClientPrivate | |||||
| * | Merge pull request #73 from qxmpp-project/test-clang-builds | 0xd34df00d | 2017-02-02 | 2 | -0/+8 | |
| |\ | | | | | Test clang builds | |||||
| | * | [travis] test builds using clang | Boris Pek | 2017-02-02 | 2 | -0/+8 | |
| | | | ||||||
| * | | Merge pull request #121 from qxmpp-project/fix-memory-leak | 0xd34df00d | 2017-02-02 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Tiny cosmetic fix to avoid cppcheck message about memory leak | |||||
| | * | Tiny cosmetic fix to avoid cppcheck message about memory leak. | Boris Pek | 2017-02-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Added a qmake CONFIG feature file (#101) | JanKusanagi | 2016-10-29 | 1 | -0/+46 | |
| | | ||||||
| * | do not ignore SSL errors by default (closes #113) | Jeremy Lainé | 2016-10-07 | 2 | -2/+8 | |
| | | ||||||
| * | [constants] fix incorrect reference to QXmppTransferManager | Jeremy Lainé | 2016-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 47 | -46/+57 | |
| | | ||||||
| * | [carbons] rename QXmppCarbonsManager to QXmppCarbonManager | Jeremy Lainé | 2016-09-04 | 7 | -40/+33 | |
| | | ||||||
