Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
eacd1d48c85ea756fd5edd10d7c328ee11a0657f
/
lib
/
delphi
528a0f0
THRIFT-5015 WinHTTP QueryDataAvailable cannot be used to retrieve total response size
by Jens Geyer
· 5 years ago
41f47af
THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes control
by Jens Geyer
· 5 years ago
ed99455
THRIFT-5009 Serializer implemtation lacks support for layered transports
by Jens Geyer
· 5 years ago
2646bd6
THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport
by Jens Geyer
· 5 years ago
fad7fd3
THRIFT-5005 Refactoring of the Delphi libs [ci skip]
by Jens Geyer
· 5 years ago
9f11c1e
THRIFT-5004 Make exception implementations more consistent [ci skip]
by Jens Geyer
· 5 years ago
e02559f
bump version
by Jens Geyer
· 5 years ago
a715f70
THRIFT-4944 Field IDs > 255 fail with compact protocol
by Jens Geyer
· 5 years ago
693e19c
THRIFT-4939 TThriftListImpl<T>.Sort() does not use comparer
by Alex-Rud
· 5 years ago
bd1a273
THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write.
by Jens Geyer
· 6 years ago
62238d1
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
19505c3
THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in the WinHTTP client
by Jens Geyer
· 6 years ago
433a649
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
19fdca8
THRIFT-4886 More detailed error information for WinHTTP transport
by Jens Geyer
· 6 years ago
b342bd9
THRIFT-4884 Add serialisation performance test for Delphi
by Jens Geyer
· 6 years ago
83ff753
THRIFT-4882 Autodetect proxy settings with WinHTTP
by Jens Geyer
· 6 years ago
47f6317
THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide default
by Jens Geyer
· 6 years ago
85431d9
THRIFT-4862 better ToString() support for enums and container types
by Jens Geyer
· 6 years ago
8f7487e
THRIFT-4862 better ToString() support for enums and container types
by Jens Geyer
· 6 years ago
14a9a12
THRIFT-4863 better indication of WinHTTP errors Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 6 years ago
0223091
THRIFT-4841 THTTPTransport relies on activeX component
by Jens Geyer
· 6 years ago
c9b1e29
THRIFT-4843 http:// and https:// schemes are switched in test client
by Jens Geyer
· 6 years ago
8935c98
THRIFT-4753: re-version master to next release 0.13.0
by James E. King III
· 6 years ago
c3375d9
Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0
by James E. King III
· 6 years ago
384647d
Version 0.12.0
by jfarrell
· 6 years ago
0.12.0
v0.12.0
a923580
THRIFT-4642 FPU ctrl word settings may cause an unexpected "denormalized" error
by Jens Geyer
· 6 years ago
af7ecd6
THRIFT-4590 running the test client using HTTP transport leads to "CoInitialize not called"
by Jens Geyer
· 7 years ago
20e727e
THRIFT-4589 HTTP client timeouts are a) incomplete and b) not used at all
by Jens Geyer
· 7 years ago
92d8062
THRIFT-4562 Calling wrong exception CTOR leads to "call failed: unknown result" instead of the real exception being thrown
by Jens Geyer
· 7 years ago
c564651
THRIFT-4554 uncompileable code with member names that are also types under specific conditions
by Jens Geyer
· 7 years ago
606f1ef
THRIFT-4549 Thrift exceptions should derive from TException
by Jens Geyer
· 7 years ago
a0cf38e
THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport
by Jens Geyer
· 7 years ago
3c0edfa
THRIFT-4540 buffered transport broken when trying to re-open a formerly closed transport
by Jens Geyer
· 7 years ago
02fbe0e
THRIFT-4523 TStreamTransportImpl.GetOutputStream broken
by Jens Geyer
· 7 years ago
33d30fc
THRIFT-4490 Allow a default service as fallback for multiplex processors connected by old clients
by Jens Geyer
· 7 years ago
0064516
THRIFT-4485 Possible invalid ptr AV with overlapped read/write on pipes
by Jens Geyer
· 7 years ago
5089b0a
THRIFT-4454 Large writes/reads may cause range check errors in debug mode
by Jens Geyer
· 7 years ago
3d55624
THRIFT-4473 Move Thrift.Console.pas out of the Library
by Jens Geyer
· 7 years ago
b636ffb
THRIFT-4462 First line in Console duplicated
by Jens Geyer
· 7 years ago
36c0b34
THRIFT-4461 Compiler directive should match Delphi XE4
by Jens Geyer
· 7 years ago
8582715
THRIFT-4454 Large writes/reads may cause range check errors in debug mode
by Jens Geyer
· 7 years ago
14f5d50
THRIFT-4422 Add Async implementation via IFuture
by Jens Geyer
· 7 years ago
d4df917
THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write
by Jens Geyer
· 7 years ago
cf892d4
Testcase for THRIFT-4323 range check errors or NPE in edge cases
by Jens Geyer
· 7 years ago
078281d
THRIFT-4324 field names can conflict with local vars in generated code
by Jens Geyer
· 7 years ago
a76e6c7
THRIFT-4323 range check errors or NPE in edge cases
by Jens Geyer
· 7 years ago
a62efa4
THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon pipes
by Jens Geyer
· 7 years ago
17c3ad9
THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 7 years ago
f790445
THRIFT-4262 Invalid binding to InterlockedCompareExchange64() with 64-bit targets Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 7 years ago
5f723cd
THRIFT-4024 Skip() should throw on unknown data types
by Jens Geyer
· 8 years ago
540e346
THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift
by Jens Geyer
· 8 years ago
e363a34
THRIFT-3794 Fixing exception types in library now that they have been split up
by Kyle Johnson
· 9 years ago
e0e3240
THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions
by Jens Geyer
· 9 years ago
ae985dd
THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist
by Jens Geyer
· 9 years ago
653f0de
THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist
by Jens Geyer
· 9 years ago
bea9bbe
THRIFT-3487 Full support for newer Delphi versions
by Jens Geyer
· 9 years ago
dd074e7
THRIFT-3792 Timeouts for anonymous pipes should be configurable
by Jens Geyer
· 9 years ago
b89b5b9
THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist
by Jens Geyer
· 9 years ago
5988f48
THRIFT-3791 Delphi pipe client may fail even in a non-error condition
by Jens Geyer
· 9 years ago
9f7f11e
THRIFT-3788 Compatibility improvements and Win64 support
by Jens Geyer
· 9 years ago
4f5229e
THRIFT-3788 Compatibility improvements and Win64 support
by Nick
· 9 years ago
30ed90e
THRIFT-3733 Socket timeout improvements Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 9 years ago
6f6aa8a
THRIFT-3733 Socket timeout improvements Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 9 years ago
65b1746
THRIFT-3720 TTcpSocketStreamImpl.Read() returns 0 if not all requested bytes could be read
by Jens Geyer
· 9 years ago
a61e505
THRIFT-3668 range check error in compact protocol
by Jens Geyer
· 9 years ago
7107043
THRIFT-3524 dcc32 warning "W1000 Symbol 'IsLowSurrogate' is deprecated: 'Use TCharHelper'" in Thrift.Protocol.JSON.pas
by Jens Geyer
· 9 years ago
23d6746
THRIFT-3487 Full support for newer Delphi versions
by Jens Geyer
· 9 years ago
0d227b1
THRIFT-3470 Sporadic timeouts with pipes Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 9 years ago
a6509f7
THRIFT-3404 Fixed JSON String reader doesn't recognize UTF-16 surrogate pairs.
by Phongphan Phuttha
· 9 years ago
39ba6b7
THRIFT-3341 Add testBool methods Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 9 years ago
bcb17bc
THRIFT-3229 unexpected Timeout exception when desired bytes are only partially available
by Jens Geyer
· 9 years ago
d47fcdd
THRIFT-3234 Delphi: Limit recursion depth to 64 Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
113b638
THRIFT-3148 Markdown links to coding_standards are dead
by Nobuaki Sukegawa
· 10 years ago
d683440
THRIFT-3018 Compact protocol for Delphi, added another test case
by Jens Geyer
· 10 years ago
a6ea444
THRIFT-3018 Compact protocol for Delphi, one missing test case added
by Jens Geyer
· 10 years ago
f0e6331
THRIFT-3018 Compact protocol for Delphi Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
96eff17
THRIFT-3017 order of map key/value types incorrect for one CTOR
by Jens Geyer
· 10 years ago
2ad6c30
THRIFT-3012 Timing problems in NamedPipe implementation due to unnecessary open/close
by Jens Geyer
· 10 years ago
3bc6424
THRIFT-2724 - Coding standards template added all over project
by Konrad Grochowski
· 10 years ago
fd1b358
THRIFT-2886 Integrate binary type in standard Thrift cross test
by Jens Geyer
· 10 years ago
9f9535c
THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances
by Jens Geyer
· 10 years ago
d8bddbc
THRIFT-2890 binary data may lose bytes with JSON transport under specific circumstances
by Jens Geyer
· 10 years ago
3b5dacb
THRIFT-2849: spelling errors fixed using codespell tool
by Konrad Grochowski
· 10 years ago
eab29a0
THRIFT-2848 certain Delphi tests do not build if TypeRegistry is used
by Jens Geyer
· 10 years ago
e50f12a
THRIFT-2847 function IfValue() is a duplicate of System.StrUtils.IfThen
by Jens Geyer
· 10 years ago
9b0c47f
THRIFT-2787 Delphi Lib README missing Client: Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
d5436f5
THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
b360b65
THRIFT-2718 Align cmdline help and return codes for Thrift test server/client
by Jens Geyer
· 10 years ago
f8a1b7a
THRIFT-2718 Align cmdline help and return codes for Thrift test server/client
by Jens Geyer
· 10 years ago
3e8d927
THRIFT-2696 Unable to stop socket server while there are idle clients
by Jens Geyer
· 10 years ago
684ccab
THRIFT-2696 Unable to stop socket server while there are idle clients
by Jens Geyer
· 10 years ago
6bbbf19
THRIFT-2694 Minor glitches in Delphi cross-test code
by Jens Geyer
· 10 years ago
9bb4c11
Testcase fixed
by Jens Geyer
· 11 years ago
6d1a83a
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library
by Jens Geyer
· 11 years ago
4920a65
exec permissions for sh files
by henrique
· 11 years ago
703200c
Added missing ASF headers
by Jens Geyer
· 11 years ago
c02618c
FIX: it's now readme.MD
by Jens Geyer
· 11 years ago
e965136
THRIFT-2415 Named pipes server performance & message mode
by Jens Geyer
· 11 years ago
16fcad0
THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier
by Roger Meier
· 11 years ago
7bb44a3
THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
by Jens Geyer
· 11 years ago
Next »