index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
socket
/
qabstractsocket_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QAbstractSocketPrivate: Initialize members in-class
Mårten Nordheim
2022-02-09
1
-19
/
+20
*
QAbstractSocket: Don't pretend pause and resume is a stack
Mårten Nordheim
2022-02-09
1
-4
/
+4
*
Introduce QIODevice::skipData()
Alex Trotsenko
2020-08-11
1
-3
/
+0
*
Fix: "Missing emit keyword on signal call"
Alessandro Portale
2019-02-13
1
-1
/
+1
*
Add a means to specify the protocol type, to aid websockets over proxy
Andy Shaw
2018-12-10
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-0
/
+1
|
\
|
*
QAbstractSocket: clear error code to match the error description
Alex Trotsenko
2017-12-06
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-2
/
+0
|
\
|
|
*
QAbstractSocket: remove disconnect timer
Alex Trotsenko
2017-09-20
1
-2
/
+0
*
|
QAbstractSocket: optimize skipping
Alex Trotsenko
2017-09-22
1
-0
/
+3
|
/
*
Add missing override into Qt modules
Alexander Volkov
2016-12-01
1
-6
/
+6
*
Introduce SCTP sockets support
Alex Trotsenko
2016-07-27
1
-3
/
+4
*
Add qtnetworkglobal.h and qtnetworkglobal_p.h
Lars Knoll
2016-07-03
1
-0
/
+1
*
Rework toggling the state of read notifier on unbuffered socket
Alex Trotsenko
2016-04-07
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-03-22
1
-3
/
+0
|
\
|
*
Integrate network sockets into the multichannel infrastructure
Alex Trotsenko
2016-03-01
1
-3
/
+0
*
|
QAbstractSocketPrivate: remove unused declaration
Alex Trotsenko
2016-03-18
1
-1
/
+0
*
|
QAbstractSocket::flush(): remove manual polymorphism
Alex Trotsenko
2016-03-01
1
-1
/
+1
|
/
*
QAbstractSocket: remove redundant handling of recursive calls
Alex Trotsenko
2016-01-15
1
-4
/
+0
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QAbstractSocket: remove unused 'connectTimeElapsed' member
Alex Trotsenko
2016-01-05
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-09-25
1
-0
/
+3
|
\
|
*
QAbstractSocket: Consolidate error reporting
Kai Koehne
2015-09-14
1
-0
/
+3
*
|
QAbstractSocket: try to send all data on flush()
Alex Trotsenko
2015-09-09
1
-0
/
+1
*
|
Do not emit readyRead() recursively on close notification
Alex Trotsenko
2015-09-09
1
-0
/
+1
|
/
*
QAbstractSocket: remove unused member
Alex Trotsenko
2015-05-26
1
-1
/
+0
*
QAbstractSocket: virtualize options setting
Alex Trotsenko
2015-04-13
1
-0
/
+1
*
Fix bind+connect in both TCP and UDP
Thiago Macieira
2015-03-04
1
-0
/
+2
*
QAbstractSocket: remove unneeded cleanup calls and private member
Alex Trotsenko
2015-02-11
1
-1
/
+0
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QtNetwork: Handle FD_CLOSE on Windows
Martin Petersson
2012-08-01
1
-0
/
+2
*
QtNetwork: remove double buffering on sockets
Martin Petersson
2012-06-26
1
-1
/
+0
*
Make the pause modes a QFlags.
Richard Moore
2012-01-30
1
-1
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
QAbstractSocket / QSslSocket: add API to pause and resume
Peter Hartmann
2012-01-25
1
-0
/
+2
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Make socket descriptors qintptr.
Jonas M. Gastal
2012-01-05
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Add Happy-Eyeballs style IPv6 connection establishing.
Martin Petersson
2011-07-04
1
-0
/
+2
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+169