index
:
delta/qt5/qtwebsockets.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
dev
gh-pages
stable
wip/cmake
wip/qt6
wip/webassembly
code.qt.io: qt/qtwebsockets.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handshake: Pass max header field size to the parser
Mårten Nordheim
2022-07-12
1
-0
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
4
-0
/
+12
*
Use standard macros and make move constructor inline
Allan Sandfeld Jensen
2022-06-21
2
-6
/
+8
*
Use QSslServer from QtNetwork and remove own private implementation
Øystein Heskestad
2022-06-14
4
-198
/
+34
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
45
-1638
/
+90
*
QtWebSockets: replace qSwap with member-swap where possible
Marc Mutz
2022-05-11
1
-1
/
+1
*
Fix remaining documentation warnings and enable doc testing in CI
Topi Reinio
2022-05-09
2
-13
/
+13
*
wasm: Refactor to use websocket.h API
Lorn Potter
2022-04-27
3
-105
/
+185
*
Mark QWebSocketHandshakeOptions() move-constructor as noexcept
Edward Welbourne
2022-04-05
2
-2
/
+2
*
Fix handshake looping infinitely making no progress
Mårten Nordheim
2022-04-01
1
-6
/
+9
*
Add support for WebSocket Sub-Protocols
Arno Rehn
2022-03-30
18
-42
/
+611
*
Doc: Revise Qt WebSockets module landing page
Andreas Eliasson
2022-03-28
1
-33
/
+33
*
Remove .prev_CMakeLists.txt
Kai Köhne
2022-03-22
1
-25
/
+0
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
5
-2
/
+5
*
Fix order of signals around disconnection
Joni Poikelin
2022-02-01
1
-3
/
+1
*
Style fix: dedent closing doc tags
Arno Rehn
2022-01-24
2
-17
/
+17
*
Fix setting of socket options
Joni Poikelin
2022-01-12
1
-4
/
+8
*
Port QWebSocketProtocol::versionFromString() to QStringView
Marc Mutz
2021-12-17
3
-4
/
+5
*
QWebSocketProtocol: fix potential UB (signed overflow) in masking operation
Marc Mutz
2021-12-17
1
-1
/
+1
*
Reuse qtbase's HTTP header parser to avoid a reinvented wheel
Øystein Heskestad
2021-12-09
4
-103
/
+68
*
Doc: Fix typo in \qtcmakepackage command
Paul Wicking
2021-10-21
1
-1
/
+1
*
Reuse header http parsing code from QtNetwork
Øystein Heskestad
2021-10-08
3
-180
/
+104
*
Doc: Correct a recently introduced typo in an \externalpage link
Luca Di Sera
2021-10-05
1
-1
/
+1
*
Doc: Repair broken link to a websocket paper
Luca Di Sera
2021-10-04
1
-1
/
+1
*
Migrate to autogenerated cpp exports
Alexey Edelev
2021-09-27
2
-13
/
+2
*
Doc: Update \externalpage links to RFCs
Luca Di Sera
2021-09-17
1
-10
/
+10
*
Doc: Fix documentation warnings
Topi Reinio
2021-09-08
2
-2
/
+2
*
Use https links for tools.ietf.org links
Timofey Sartakov
2021-09-07
3
-13
/
+13
*
Update changes doc with the singular change
Allan Sandfeld Jensen
2021-08-25
2
-0
/
+41
*
Doc: Remove unsupported customFilters
Kai Köhne
2021-08-25
1
-4
/
+0
*
Reinstate transitional methods
Allan Sandfeld Jensen
2021-08-20
1
-0
/
+6
*
Document new QWebSocketServer signals
Kai Köhne
2021-08-12
1
-0
/
+41
*
Doc: Add Changes Qt 5 to Qt 6 page to Qt WebSockets
Paul Wicking
2021-08-04
1
-0
/
+44
*
Remove outdated qmake pro-files
Øystein Heskestad
2021-07-20
4
-77
/
+0
*
Update since markers
Allan Sandfeld Jensen
2021-07-16
1
-5
/
+5
*
CMake: Don't give plugins PUBLIC usage requirements
Joerg Bornemann
2021-07-06
1
-2
/
+1
*
Clear frame before emitting signals to prevent duplicating messages
Øystein Heskestad
2021-06-25
1
-3
/
+7
*
Pass ignoreSslErrors to unterlying QSslSocket
Jens Trillmann
2021-06-22
1
-0
/
+5
*
Fix QScopedPointer usage warnings
Allan Sandfeld Jensen
2021-06-21
2
-14
/
+9
*
Port to new CMake API for QML
Ulf Hermann
2021-06-05
3
-19
/
+8
*
Clear frame on reconnect
Allan Sandfeld Jensen
2021-01-25
1
-0
/
+1
*
Add doc note about internal ping/pong handling
Andre Hartmann
2020-12-21
1
-0
/
+3
*
CMake: Regenerate projects to use new CMake API
Alexandru Croitor
2020-12-10
3
-6
/
+6
*
Remove Qt5 leftovers
Peter Varga
2020-12-01
9
-194
/
+2
*
Replace old Q_DECL_NOEXCEPT macros with modern C++
Allan Sandfeld Jensen
2020-10-30
2
-4
/
+4
*
Use QByteArray operator of QStringDecoder
André Klitzing
2020-10-21
1
-3
/
+2
*
Update dependencies on 'dev' in qt/qtwebsockets
Allan Sandfeld Jensen
2020-09-21
1
-1
/
+1
*
Fix compilation by replacing QStringRef with QStringView
Marcel Krems
2020-08-20
1
-1
/
+1
*
Fix build against latest qtbase
Maurice Kalinowski
2020-08-18
2
-0
/
+2
*
Change return type from QMap to QMultiMap
Marcel Krems
2020-08-10
2
-2
/
+2
[next]