You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a mailing list to discuss the serf high-performance asynchronous HTTP client library. See http://code.google.com/p/serf/ for more information.
|
|
|
r1871 committed - On the multiple_ssl_impls branch:...
|
| |
Revision: 1871
Author: lieven.govae...@gmail.com
...Log: On the multiple_ssl_impls branch:
Reimplement the code to show the CertificateTrustPanel in Objective C file for
clarity. Also put the dialog in front and give it the focus.
* buckets/sectrans_helper.m
(showTrustCertificateDialog): New class method, opens the... more »
|
|
r1870 committed - On the multiple_ssl_impls branch:...
|
| |
Revision: 1870
Author: lieven.govae...@gmail.com
...Log: On the multiple_ssl_impls branch:
Use the asynchronous SecTrustEvaluateAsync to evaluate the server certificate
chain, instead of the blocking SecTrustEvaluate.
Note: SecTrustEvaluateAsync requires an Objective-C block as parameter, so... more »
|
|
Google Code removing downloads
|
| |
[link]
It doesn't seem that there is an easy way to have shared ownership of a
Google Drive account...but, I think we can allow someone's personal Google
Drive account to have a shared folder open for writes. This is a bit
sub-optimal...given the issues Gabriela saw with Google Groups as well,... more »
|
|
r1869 committed - On the multiple_ssl_impls branch:...
|
| |
Revision: 1869
Author: lieven.govae...@gmail.com
...Log: On the multiple_ssl_impls branch:
Follow up r1859: SSLGetBufferedReadSize only gives the number of buffered
bytes, not how many are still available on the socket. So change the
'decrypt more data' code to keep allocating buffers and read/decrypt data... more »
|
|
r1868 committed - On 1.2.x branch....
|
| |
Revision: 1868
Author: chemodax
...Log: On 1.2.x branch.
Merge r1819 from trunk:
SPNego authentication optimization.
Justification:
Avoid lookup through response headers on every read.
[link]
Modified:
/branches/1.2.x
/branches/1.2.x/auth/auth_kerb .c... more »
|
|
r1866 committed - * test/server/test_server.c...
|
| |
Revision: 1866
Author: lieven.govae...@gmail.com
...Log: * test/server/test_server.c
* test/server/test_server.h
* test/server/test_sslserver.c
* test/test_context.c
* test/test_serf.h
* test/test_util.c:
Move around and rename the functions related to managing the lifecycle of... more »
|
|
r1865 committed - On the 1.2.x branch:...
|
| |
Revision: 1865
Author: lieven.govae...@gmail.com
...Log: On the 1.2.x branch:
Fix issue in serfmake where serf-1.pc is only created when explicitly invoking
'serfmake build', not when going directly to 'serfmake install'.
Applied directly to this branch as serfmake was removed from trunk.... more »
|
|
Serf 1.2.x backports
|
| |
I would to backport following changes to serf 1.2.x branch:
* r1803 and r1804:
Improve diagnostic of SSPI authentication failures.
Justification:
Provide user real SSPI error instead of general "Serf authentication
failure".
* r1819
SPNego authentication optimization.
Justification:... more »
|
|
|