0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore SIGPIPE. More... about 12 years ago
Let core files generate. More... about 12 years ago
Accept client connections in a loop rather than accepting one per-wakeup. More... about 13 years ago
Fix crashing bug on a backend timeout. More... about 13 years ago
Add debug info to the build. More... about 13 years ago
Improve selection of host key for client connection. More... about 13 years ago
Added version specification to command line. More... about 13 years ago
Switched over to using CMake instead of a plain makefile. More... about 13 years ago
Updated run script. More... almost 14 years ago
Made it so that when a connection is closed due to non-responsiveness of the other end during registration, it unlinks itself from the other end. More... almost 14 years ago
Use the key finder to choose what stat entry to fill in when generating stats. More... about 14 years ago
Implemented stat-gathering. More... about 14 years ago
Added an interface for maintaining state counters to be used by the connection pool. More... about 14 years ago
Added .o files and bin directory to gitignore. More... about 14 years ago
Reorganized makefile and sourcefiles to a more sane format. More... about 14 years ago
Adding broader wildcard support so you can have wildcards as part of a subdomain. More... about 14 years ago
Only write 100 Continue status out if we're on the bridge connection. Clients don't understand. More... about 14 years ago
Fixed missing newline in 100-continue header from previous commits (I'm having weak workflow today apparently). More... about 14 years ago
Oops, bad cut and paste. More... about 14 years ago
Updated protocol and implementation to send 100-Continue reply after validating host keys to enable quick validation of connection info from the client side. More... about 14 years ago
Removing xcode project for cloudbridge as it doesn't really have any bearing on other people. More... about 14 years ago
Adding a gitignore file. More... about 14 years ago
Fixed a bug where it was handling wildcard domains twice. More... about 14 years ago
Added a proper rack handler to the cloudbridge gem. This works with my proposed changes to rack itself to better support 3rd party servers in rack without requiring rack to be updated to support them. More... about 15 years ago
Restructured the gems completely, made it so that there's a baseline gem that includes the base libraries (cloudbridge) and one that does merb rack handler stuff. More... about 15 years ago
Run file changes More... about 15 years ago
Using getopt right. Take the arguments first, then the list of urls after. There's less pointer arithmetic contortions this way. More... about 15 years ago
Updated BRIDGE protocol to include 503 errors to indicate being overloaded in prep for implementation of the backend connection limit feature of cloudbridge. More... about 15 years ago
Added README. More... about 15 years ago
Added a license file and bumped the gem version. More... about 15 years ago