index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
QXmppTransferManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
1
-12
/
+12
*
Reformat code
Linus Jahn
2022-09-06
1
-54
/
+98
*
Replace raw pointers with unique_ptr
Linus Jahn
2022-09-02
1
-10
/
+4
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-22
/
+3
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
Use qMakePair() again to fix compile errors
Linus Jahn
2021-08-01
1
-2
/
+2
*
doc: Fix many small doxygen warnings
Linus Jahn
2021-03-28
1
-1
/
+3
*
Refactor and clean up TransferManager
Linus Jahn
2021-03-28
1
-44
/
+45
*
doc: Fix warnings from TransferManager
Linus Jahn
2021-03-28
1
-33
/
+101
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
QXmppTransferManager: Fix undefined behaviour when parsing features (#322)
Jan Lorenz
2020-12-11
1
-2
/
+6
*
Fix undocumented Q_PROPERTies
Linus Jahn
2020-02-04
1
-29
/
+1
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-152
/
+82
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-11
/
+12
*
Replace manual xmlns writing by writeDefaultNamespace()
Linus Jahn
2020-01-29
1
-1
/
+1
*
Port majority of old-style connects (#237)
JBB
2020-01-20
1
-105
/
+28
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-22
/
+20
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
1
-6
/
+6
*
QXmppTransferManager: Port away from QTime.elapsed()
Jonah Brüchert
2019-10-19
1
-1
/
+2
*
Modernize codebase using clang-tidy
Jonah Brüchert
2019-09-08
1
-15
/
+15
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Fix spelling errors
Boris Pek
2019-01-08
1
-1
/
+1
*
Add missed variables initialization in constructors of few classes.
Boris Pek
2018-09-18
1
-0
/
+1
*
Tiny cosmetic fix to avoid cppcheck message about memory leak.
Boris Pek
2017-02-03
1
-1
/
+1
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
1
-1
/
+1
*
QXmppTransferManager: Close only devices which we opened.
Alexandr Akulich
2015-10-27
1
-1
/
+4
*
QXmppTransferManager: Fixed device ownership.
Alexandr Akulich
2015-10-27
1
-3
/
+2
*
File transfer: Make sure the filename is being converted to a QUrl correctly
fbeutel
2015-10-21
1
-1
/
+1
*
check sendFile is actually given a full JID
Jeremy Lainé
2015-08-15
1
-6
/
+10
*
add a note that QXmppTransferManager::sendFile requires a full JID
Jeremy Lainé
2015-08-15
1
-0
/
+6
*
update project homepage
Jeremy Lainé
2014-03-28
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-27
1
-1
/
+1
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
1
-1
/
+1
*
Fixed possible memory leak in QXmppTransferManager
Nikita Krupenko
2013-08-28
1
-1
/
+1
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
1
-2
/
+2
*
move IPv6 specifics inside QXmppSocksServer
Jeremy Lainé
2012-09-18
1
-19
/
+4
*
enable IPv6 file transfers
Jeremy Lainé
2012-09-17
1
-29
/
+25
*
bring QXmppTransferManager back to 3 arguments
Jeremy Lainé
2012-09-17
1
-2
/
+2
*
Allow StreamHost::host to contain a host name
Jeremy Lainé
2012-09-17
1
-9
/
+9
*
fix
Jeremy Lainé
2012-09-12
1
-1
/
+1
*
test stream initiation IQ serialisation / parsing
Jeremy Lainé
2012-09-12
1
-32
/
+12
*
add/test QXmppTransferFileInfo parsing/serialisation
Jeremy Lainé
2012-09-12
1
-0
/
+26
*
QXmppTransferManager: use actual data forms instead of manually parsing them
Jeremy Lainé
2012-09-12
1
-98
/
+38
*
Added description field to file transfers.
0xd34df00d
2012-09-10
1
-1
/
+21
*
doc fixes
Jeremy Lainé
2012-07-21
1
-0
/
+4
*
doc fixes
Jeremy Lainé
2012-07-21
1
-13
/
+15
*
update copyright year
Jeremy Lainé
2012-07-18
1
-1
/
+1
*
allow QXmppTransferManager to use point-to-point links
Jeremy Lainé
2012-06-26
1
-2
/
+1
*
restore 7 second timeout for SOCKS candidate tests
Jeremy Lainé
2012-06-07
1
-0
/
+17
[next]