openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Kayak
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 17, 2024 — Sep 17, 2025
Showing page 10 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed entry point from tests.
Benjamin van der Veen
More...
about 15 years ago
Fixed JsonSupport buffering of request body.
Benjamin van der Veen
More...
about 15 years ago
- Fixed problem with CRLF CRLF being spread across two reads. - A few things should be more readily testable. - Separated interfaces into their own files - KayakInvocationBehavior constructor no longer adds header binder or default exception handler, this is done by UseFramework. - New, better, simpler KayakServer implementation does not try to count open sockets. That's the user's problem now. - Separated sandbox into KayakExamples project.
Benjamin van der Veen
More...
about 15 years ago
- ISocket now implements network operations directly rather than returning a stream. this more elegantly abstracts the underlying OS mechanisms. should be easier to implement servers this way. - The Body properties of IKayakServerRequest and IKayakServerResponse are now of type RequestStream and ResponseStream, respectively. These streams know how to deal with ISocket. - RequestStream/ResponseStream no longer support the normal Read/Write methods, instead use ReadAsync/WriteAsync, which return observables. You shouldn't be doing anything synchronously anyway, who uses Begin/End anyway? Hmm... - ResponseStream also has a WriteFileAsync method. - basic support for serving files by returning FileInfo from service methods - tests are all broken.
Benjamin van der Veen
More...
about 15 years ago
added readme
Benjamin van der Veen
More...
about 15 years ago
adding license
Benjamin van der Veen
More...
about 15 years ago
rearranged and simplified implementation of server interfaces. new ToContexts extension.
Benjamin van der Veen
More...
about 15 years ago
added a bunch of tests for the PerformInvocation logic
Benjamin van der Veen
More...
about 15 years ago
fixed build, OarsListener -> OarsServer, cleanup
Benjamin van der Veen
More...
about 15 years ago
fixed typo
Benjamin van der Veen
More...
about 15 years ago
Framework has been refactored to be more flexible and elegant, with pluggable behaviors. A default behavior which supports customizable method mapping, argument binding, result and exception handling is provided.
Benjamin van der Veen
More...
about 15 years ago
Moved MethodMapExtensions to MethodMap.cs
Benjamin van der Veen
More...
about 15 years ago
Read about ConnectableObservable and realized that all my observables should not have Start methods but should start as soon as they get a subscription. Simplifies things because now observables only need to keep track of one observer.
Benjamin van der Veen
More...
about 15 years ago
Oars support in it's own assembly.
Benjamin van der Veen
More...
about 15 years ago
- EntityStream -> RequestStream, ResponseStream. - added a trampoline function to Coroutine, but it might be a bad idea. - stuff is truly multi-threaded. turns out Observable.FromAsyncPattern uses the ThreadPoolScheduler rather than defering threading concerns to the underlying implementation \(wtf\). - KayakServer implementation no longer uses coroutines, which simplifies things and fixes some dropped connections - test echo server...need to think more about integration tests.
Benjamin van der Veen
More...
about 15 years ago
One pipelined web server.
Benjamin van der Veen
More...
about 15 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree