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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...
Marc Mutz
2022-04-05
1
-2
/
+4
*
Doc: Fix documentation warnings for Qt Network
Topi Reinio
2021-09-08
1
-1
/
+4
*
QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocket
Thiago Macieira
2021-03-18
1
-1
/
+14
*
QAbstractSocket: fake a bind(QHostAddress::SpecialAddress)
Thiago Macieira
2021-03-18
1
-0
/
+8
*
QAbstractSocket: Resolve remaining Qt6 TODOs
Mårten Nordheim
2020-08-24
1
-7
/
+3
*
Introduce QIODevice::skipData()
Alex Trotsenko
2020-08-11
1
-0
/
+1
*
QtNetwork: use Q_DISABLE_COPY_MOVE
Timur Pocheptsov
2020-08-04
1
-1
/
+1
*
QtNetwork remove deprecated signals
Timur Pocheptsov
2020-06-04
1
-4
/
+0
*
MetaObject: Store the QMetaType of the methods
Fabian Kosmale
2020-06-02
1
-0
/
+2
*
QtNetwork deprecations: suppress internal warnings
Mårten Nordheim
2020-03-12
1
-1
/
+1
*
QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead
Alexander Akulich
2020-02-27
1
-0
/
+4
*
Revert "QAbstractSocket: deprecate 'error' member-function"
Alexander Akulich
2020-02-26
1
-6
/
+1
*
QAbstractSocket: deprecate 'error' member-function
Timur Pocheptsov
2020-01-10
1
-1
/
+6
*
Add a means to specify the protocol type, to aid websockets over proxy
Andy Shaw
2018-12-10
1
-0
/
+2
*
QAbstractSocket: Add socketOption for the Path MTU
Thiago Macieira
2017-11-14
1
-1
/
+2
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-1
/
+0
|
\
|
*
QAbstractSocket: remove disconnect timer
Alex Trotsenko
2017-09-20
1
-1
/
+0
*
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-11
/
+11
|
/
*
Introduce SCTP sockets support
Alex Trotsenko
2016-07-27
1
-0
/
+1
*
Add qtnetworkglobal.h and qtnetworkglobal_p.h
Lars Knoll
2016-07-03
1
-0
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QAbstractSocket::atEnd(): remove redundant checks
Alex Trotsenko
2015-08-26
1
-1
/
+1
*
QAbstractSocket::canReadLine(): remove code duplication
Alex Trotsenko
2015-08-13
1
-1
/
+1
*
QtNetwork: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-19
1
-1
/
+1
*
Fix bind+connect in both TCP and UDP
Thiago Macieira
2015-03-04
1
-0
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QtNetwork: use Q_ENUM instead of Q_ENUMS
Olivier Goffart
2015-02-08
1
-1
/
+5
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-11
/
+11
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Add SO_SNDBUF and SO_RCVBUF to socket options
Kurt Pattyn
2013-12-30
1
-1
/
+3
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
If accept fails, stop accepting new connections and emit error signal.
Jonas M. Gastal
2012-09-26
1
-0
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QtNetwork: use nullary version of qRegisterMetaType<T>("T")
Marc Mutz
2012-07-25
1
-0
/
+3
*
Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrors
Shane Kearns
2012-05-04
1
-1
/
+1
*
Emit QSslSocket::error in case of openssl gives an error.
Jonas M. Gastal
2012-02-01
1
-0
/
+2
*
Make the pause modes a QFlags.
Richard Moore
2012-01-30
1
-4
/
+6
*
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
/
+8
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
*
Make QAbstractSocket's API virtual where needed.
Jonas M. Gastal
2012-01-24
1
-11
/
+7
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Make (dis)connectTo(From)Host virtual in QAbstractSocket.
Jonas M. Gastal
2012-01-09
1
-8
/
+3
*
Make socket descriptors qintptr.
Jonas M. Gastal
2012-01-05
1
-2
/
+2
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Emit error if trying to connect while socket is connected or connecting.
Jonas M. Gastal
2012-01-04
1
-0
/
+1
[next]