FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - resureltd/rethinkdb-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
resureltd
/
rethinkdb-java
Public
forked from
rethinkdb/rethinkdb-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rethinkdb-java
src
on
master
User selector
Datepicker
Commit history
Commits on Jun 3, 2020
Properly handling partial sequences by making a dedicated inner class to handle it.
Adrian Todt
committed
8558bfb
View commit details
Copy full SHA for 8558bfb
View code at this point
Browse repository at this point
This isn't a fix, more like a sanity check.
Adrian Todt
committed
8617523
View commit details
Copy full SHA for 8617523
View code at this point
Browse repository at this point
Refactored onStateUpdate, will this fix a race condition?
Adrian Todt
committed
08768b5
View commit details
Copy full SHA for 08768b5
View code at this point
Browse repository at this point
Added shutdown reasons to the response pump driver error.
Adrian Todt
committed
628dffa
View commit details
Copy full SHA for 628dffa
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Version bump, fix documentation, add extra deployment steps.
Adrian Todt
committed
7166075
View commit details
Copy full SHA for 7166075
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Added run helpers unit testing. Fixed bug with grouped result pseudotype.
Adrian Todt
committed
16c0a8d
View commit details
Copy full SHA for 16c0a8d
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
Fixed tests, non-breaking support for async connection factories.
Adrian Todt
committed
6fc82f5
View commit details
Copy full SHA for 6fc82f5
View code at this point
Browse repository at this point
Deprecated support for auth-key, documented all methods.
Adrian Todt
committed
3f50bdf
View commit details
Copy full SHA for 3f50bdf
View code at this point
Browse repository at this point
Revert "unwrapLists now can be configured at runtime"
Show description for 0379682
Adrian Todt
committed
0379682
View commit details
Copy full SHA for 0379682
View code at this point
Browse repository at this point
Due to the previous commit, this doesn't need to be in a different thread anymore.
Adrian Todt
committed
b0474b1
View commit details
Copy full SHA for b0474b1
View code at this point
Browse repository at this point
Response pump is now faster due to Response parsing being done in another thread instead on the read-loop.
Adrian Todt
committed
5df36c7
View commit details
Copy full SHA for 5df36c7
View code at this point
Browse repository at this point
Optimized queries.
Adrian Todt
committed
19b4afd
View commit details
Copy full SHA for 19b4afd
View code at this point
Browse repository at this point
Asynchronous variances for connect, reconnect and close methods.
Show description for 2cfa153
Adrian Todt
committed
2cfa153
View commit details
Copy full SHA for 2cfa153
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Merge pull request #44 from rethinkdb/feature/run-helpers
Show description for 863e930
AdrianTodt
authored
863e930
View commit details
Copy full SHA for 863e930
View code at this point
Browse repository at this point
Merge pull request #43 from rethinkdb/tests/types
Show description for cf5272b
AdrianTodt
authored
cf5272b
View commit details
Copy full SHA for cf5272b
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
unwrapLists now can be configured at runtime
Adrian Todt
committed
5368e15
View commit details
Copy full SHA for 5368e15
View code at this point
Browse repository at this point
Removed dangling semicolon
Adrian Todt
committed
b23e0ab
View commit details
Copy full SHA for b23e0ab
View code at this point
Browse repository at this point
New runUnwrapping helper
Adrian Todt
committed
4382cd5
View commit details
Copy full SHA for 4382cd5
View code at this point
Browse repository at this point
New runGrouping helper
Adrian Todt
committed
830ade7
View commit details
Copy full SHA for 830ade7
View code at this point
Browse repository at this point
New runAtom helper
Adrian Todt
committed
0bd8dcb
View commit details
Copy full SHA for 0bd8dcb
View code at this point
Browse repository at this point
Unit test for Types
Adrian Todt
committed
22cfa54
View commit details
Copy full SHA for 22cfa54
View code at this point
Browse repository at this point
db-url generation, db-url support for unwrapLists and defaultFetchMode
Adrian Todt
committed
b969346
View commit details
Copy full SHA for b969346
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Refactored test framework
Adrian Todt
committed
6d7c9e5
View commit details
Copy full SHA for 6d7c9e5
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Merge pull request #32 from rethinkdb/refactor/handshakes
Show description for 6ffb128
AdrianTodt
authored
6ffb128
View commit details
Copy full SHA for 6ffb128
View code at this point
Browse repository at this point
Merge pull request #31 from rethinkdb/fix/handshake-hang
Show description for 70b3380
AdrianTodt
authored
70b3380
View commit details
Copy full SHA for 70b3380
View code at this point
Browse repository at this point
Small Connection refactor
Adrian Todt
committed
8680804
View commit details
Copy full SHA for 8680804
View code at this point
Browse repository at this point
Made certFile parameter not-null
Adrian Todt
committed
1ba081a
View commit details
Copy full SHA for 1ba081a
View code at this point
Browse repository at this point
Fixed compile error
Adrian Todt
committed
3598a43
View commit details
Copy full SHA for 3598a43
View code at this point
Browse repository at this point
Inlined the entire Crypto class in the Handshake inner classes
Adrian Todt
committed
bb9ca0f
View commit details
Copy full SHA for bb9ca0f
View code at this point
Browse repository at this point
Refactored HandshakeProtocol class, turned Crypto class into inner class of HandshakeProtocol
Adrian Todt
committed
b902aff
View commit details
Copy full SHA for b902aff
View code at this point
Browse repository at this point
Rewrite readCString to avoid possible handshake hanging
Adrian Todt
committed
157f822
View commit details
Copy full SHA for 157f822
View code at this point
Browse repository at this point
Merge pull request #30 from rethinkdb/fix/rm-broken-tests
Show description for f7ec3c4
AdrianTodt
authored
f7ec3c4
View commit details
Copy full SHA for f7ec3c4
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Remove broken tests
Adrian Todt
committed
5253763
View commit details
Copy full SHA for 5253763
View code at this point
Browse repository at this point
Refactored internal code.
Adrian Todt
committed
eb2cad0
View commit details
Copy full SHA for eb2cad0
View code at this point
Browse repository at this point
Merge pull request #27 from rethinkdb/refactor/converter
Show description for f802597
AdrianTodt
authored
f802597
View commit details
Copy full SHA for f802597
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL