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
*
Replaced foreach calls with iterators
Kurt Pattyn
2013-09-29
1
-15
/
+16
*
Added const keyword to const variables
Kurt Pattyn
2013-09-29
1
-17
/
+17
*
Added const to const variables, added QStringLiteral
Kurt Pattyn
2013-09-29
2
-45
/
+47
*
Removed unused constant declaration
Kurt Pattyn
2013-09-29
1
-2
/
+0
*
Replaced fromLatin1() with QStringLiteral
Kurt Pattyn
2013-09-29
1
-18
/
+18
*
Replace string literals with QString::fromLatin1() expression
Kurt Pattyn
2013-09-29
1
-24
/
+24
*
Replace string literals with QString::fromLatin1() expression, to avoid depre...
Kurt Pattyn
2013-09-29
1
-4
/
+4
*
Replace string literals with QString::fromLatin1() expression, to avoid depre...
Kurt Pattyn
2013-09-29
1
-20
/
+20
*
Changes to integrate the websocket module as a full Qt Add-On module
Steven Ceuppens
2013-09-28
32
-26
/
+201
*
There was no '?' between path and query. Bug detected by someone on the inter...
Kurt Pattyn
2013-09-06
1
-1
/
+5
*
Added maxMessageSize() and maxFrameSize() static getters to aid in unit testing
Kurt Pattyn
2013-09-01
2
-1
/
+25
*
Added payload to ping() method and pong() signal
Kurt Pattyn
2013-08-31
4
-11
/
+19
*
Changed the way origins are checked. Instead of a virtual method, we now use ...
Kurt Pattyn
2013-08-31
7
-22
/
+233
*
Added \internal to documentation of new methods
Kurt Pattyn
2013-08-31
2
-0
/
+12
*
Moved processing of control frame from QWebSocketPrivate to DataProcessor.
Kurt Pattyn
2013-08-31
4
-87
/
+114
*
Added documentation for internally used classes
Kurt Pattyn
2013-08-31
1
-3
/
+22
*
Added -Wextra compiler check
Kurt Pattyn
2013-08-30
1
-1
/
+1
*
Added -Wall and -Werror flags when building on mac (is in fact dependent on t...
Kurt Pattyn
2013-08-30
2
-17
/
+18
*
Added extra unit tests
Kurt Pattyn
2013-08-29
2
-1
/
+6
*
Changed error string
Kurt Pattyn
2013-08-29
1
-1
/
+1
*
Solved comparison bug (detected through unit tests :-) )
Kurt Pattyn
2013-08-29
1
-1
/
+1
*
Added unit tests for:
Kurt Pattyn
2013-08-28
1
-3
/
+3
*
Headers are ok
Kurt Pattyn
2013-08-27
1
-2
/
+1
*
Added extra error checks on network reads
Kurt Pattyn
2013-08-27
1
-11
/
+25
*
Redirect errors to DISPATCH_RESULT state, instead of directly setting isDone=...
Kurt Pattyn
2013-08-27
1
-13
/
+13
*
Added extra checks:
Kurt Pattyn
2013-08-27
1
-3
/
+43
*
Corrected type in reserved opcode names
Kurt Pattyn
2013-08-26
3
-4
/
+4
*
Replaced QTcpSocket * with a QIODevice * to make network independent unit tes...
Kurt Pattyn
2013-08-26
3
-122
/
+123
*
Added accessor and setter for the server name
Kurt Pattyn
2013-08-26
4
-0
/
+42
*
Replace QWebSocket:: scope with QObject:: in calls to tr()
Kurt Pattyn
2013-08-26
1
-7
/
+6
*
Removed scope (i.e. QWebSocket) from tr() callls
Kurt Pattyn
2013-08-26
3
-20
/
+20
*
Implemented Q_D and Q_Q paradigm
Kurt Pattyn
2013-08-26
6
-59
/
+116
*
Made parameters const references
Kurt Pattyn
2013-08-26
4
-15
/
+16
*
Removed friend class declaration as it is already contained in the Q_DECLARE_...
Kurt Pattyn
2013-08-26
1
-2
/
+0
*
Replaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
Kurt Pattyn
2013-08-26
3
-124
/
+59
*
Replace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKETS_LIB
Kurt Pattyn
2013-08-26
1
-1
/
+1
*
Adapted documentation to qDoc style
Kurt Pattyn
2013-08-26
1
-104
/
+42
*
Disconnect previously connected signal (was forgotten)
Kurt Pattyn
2013-08-26
1
-1
/
+1
*
Removed default values from methods in private class
Kurt Pattyn
2013-08-26
1
-2
/
+2
*
Removed virtual from open and close methods
Kurt Pattyn
2013-08-26
2
-4
/
+4
*
Made accessor methods const; made serverName parameter const in QWebSocket
Kurt Pattyn
2013-08-26
4
-33
/
+32
*
Added optimised string concatenation (replaced '+' with '%')
Kurt Pattyn
2013-08-26
2
-15
/
+17
*
Add tr() to translatable strings
Kurt Pattyn
2013-08-26
3
-27
/
+32
*
Replaced tabs by spaces
Kurt Pattyn
2013-08-25
16
-2465
/
+2465
*
Added required structure and .pro files to the project
Kurt Pattyn
2013-08-25
2
-0
/
+10
*
Cleaned up a bit
Kurt Pattyn
2013-08-25
1
-9
/
+10
*
Renamed qwebsocket.pri to qwebsockets.pri
Kurt Pattyn
2013-08-25
1
-0
/
+0
*
Adapted copyright disclaimer to be a pure C++ comment
Kurt Pattyn
2013-08-25
17
-17
/
+24
*
Moved doc directory to src as required by Qt
Kurt Pattyn
2013-08-25
2
-0
/
+30
*
Added copyright disclaimer to all files
Kurt Pattyn
2013-08-25
17
-36
/
+315
[next]