index
:
qt/qtjsondb.git
hbtree
kvs
master
*** Orphaned Project ***
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
client
/
qjsondbconnection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
1
-24
/
+24
*
Fixes access to private partitions from multiple threads.
Denis Dzyubenko
2012-06-11
1
-14
/
+61
*
Use QPointer instead of QWeakPointer for tracking QObjects.
Stephen Kelly
2012-06-04
1
-11
/
+11
*
Implemented Flush request for private partitions.
Denis Dzyubenko
2012-06-01
1
-0
/
+17
*
Fixed a bug with ordering of multiple internal request.
Denis Dzyubenko
2012-05-29
1
-3
/
+12
*
Changed behavior of QJsonDbConnection::defaultConnection().
Denis Dzyubenko
2012-05-29
1
-1
/
+17
*
Clarified ownership of QJsonDbConnection::defaultConnection.
Denis Dzyubenko
2012-05-29
1
-0
/
+2
*
Changed QJsonDbWatcher to change its status to Inactive later.
Denis Dzyubenko
2012-05-29
1
-1
/
+9
*
Fixed a crash in QJsonDbWatcher
Denis Dzyubenko
2012-05-29
1
-5
/
+13
*
Revert "Added QJsonDbRequest::error() and errorString()."
Tapani Mikola
2012-05-29
1
-2
/
+4
*
Fixed destruction of the private partition object in QJsonDbConnection.
Denis Dzyubenko
2012-05-26
1
-13
/
+9
*
Added QJsonDbRequest::error() and errorString().
Denis Dzyubenko
2012-05-25
1
-4
/
+2
*
Fix for requests sent to private partitions.
Denis Dzyubenko
2012-05-25
1
-60
/
+81
*
Small fixes
Ali Akhtarzada
2012-05-23
1
-2
/
+2
*
Avoid duplication of logic
Jo Asplin
2012-05-22
1
-3
/
+3
*
Fixed includes in private headers.
Denis Dzyubenko
2012-05-16
1
-0
/
+2
*
Enable compile-time specification of jsondb socket name.
Jamey Hicks
2012-05-09
1
-0
/
+11
*
Fixed more qdoc warnings
Denis Dzyubenko
2012-05-09
1
-8
/
+4
*
Fixed some of the qdoc warnings
Denis Dzyubenko
2012-05-06
1
-0
/
+1
*
Make sure notifications objects are properly destroyed
Denis Dzyubenko
2012-05-06
1
-0
/
+1
*
Support private partitions
Kevin Simons
2012-04-18
1
-5
/
+107
*
Use a queued connection to QLocalSocket::readyRead in the client
Kevin Simons
2012-04-18
1
-1
/
+1
*
New auto test for QJsonDbRequests
Ralf Engels
2012-04-18
1
-0
/
+7
*
Add placeholder support to QJsonDbWatcher
Jamey Hicks
2012-04-11
1
-0
/
+7
*
Fixes stateNumber on historical notifications
Jamey Hicks
2012-04-02
1
-7
/
+15
*
Removed duplicate jsonstream class.
Denis Dzyubenko
2012-03-30
1
-1
/
+1
*
Make default connections thread-local
João Abecasis
2012-03-21
1
-14
/
+16
*
Add support for old notifications to QJsonDbWatcher
Jamey Hicks
2012-03-16
1
-3
/
+8
*
When QJsonDbConnection autoreconnects, indicate that by changing state.
Denis Dzyubenko
2012-03-05
1
-4
/
+8
*
Fixed code snippet in QJsonDbConnection documentation
Denis Dzyubenko
2012-03-05
1
-1
/
+1
*
silence some warnings in src/client
Jamey Hicks
2012-03-02
1
-3
/
+5
*
remove some dead code related to auth tokens.
Jamey Hicks
2012-03-02
1
-9
/
+0
*
Clarified in the api docs that QJsonDbConnection doesn't own objects.
Denis Dzyubenko
2012-03-02
1
-0
/
+4
*
remove token authentication code.
Jamey Hicks
2012-02-29
1
-22
/
+0
*
Gracefully handle replies to already deleted requests.
Denis Dzyubenko
2012-02-27
1
-4
/
+3
*
Added QJsonDbConnection::defaultConnection()
Denis Dzyubenko
2012-02-27
1
-0
/
+33
*
When receiving notification for uknown watcher, don't print the warning
Denis Dzyubenko
2012-02-21
1
-1
/
+1
*
QJsonDbConnection::cancel() should be consistent with removeWatcher
Denis Dzyubenko
2012-02-21
1
-1
/
+1
*
Naming clean up.
Tapani Mikola
2012-02-21
1
-2
/
+0
*
Generate the request-Id before the request is actually send
Prasanth Ullattil
2012-02-17
1
-1
/
+1
*
Implemented new c++ api for qtjsondb.
Denis Dzyubenko
2012-02-08
1
-0
/
+754