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
OKWS
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
13 days
ago. based on code collected
13 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 92 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
compile problems on some platforms...
max
More...
about 20 years ago
more debug code.
max
More...
about 20 years ago
fixes for broken compile, and also added debug code for tracking down patrick's weird bug, which still persists.
max
More...
about 20 years ago
added better error messages.
max
More...
about 20 years ago
found a race condition in the pub code; if we're serving and repubbing files at the same time, we need to access the files from the new file tables. recall that a file can be in either the new or the old file table at one time. as repub proceeds, we move files from the old to the new table; but serving content requires that the file exists! thus, we need to give the getfile() command access to both the current set (which is still the original set since pub hasn't finished) and the backup set (which is the nset, that the pub process is slowly filling in).
max
More...
about 20 years ago
added a new item.
max
More...
about 20 years ago
bugz file
max
More...
about 20 years ago
some rudimentary Q_LEN_RPC support...
max
More...
about 20 years ago
forgot to check in fixes.
max
More...
about 20 years ago
added a few more prototypes for cookies.
max
More...
about 20 years ago
added comments.
max
More...
about 20 years ago
changed the default packet size.
max
More...
about 20 years ago
make okdate suck less
max
More...
about 20 years ago
make okdate suck less.
max
More...
about 20 years ago
another bugfix, as suggested by Benjie Chen.
max
More...
about 20 years ago
fixed typos
patrick
More...
about 20 years ago
bug fix; a bad out-of-bounds error, when the same STH is called twice with two different fetch (...) calls; if called with X, then Y args, and X < Y, and X called first, the attempt to use Y parameters will overrun our bounds; so we've fixed the code to realloc
max
More...
about 20 years ago
bugfix reported by Benjie.
max
More...
about 20 years ago
changed round -> iround
patrick
More...
about 20 years ago
more debugging capabilities for the problem of sending closed ahttpcon's from OKD to a service after a crash/reboot of the service.
max
More...
about 20 years ago
added gcc3.4 support
max
More...
about 20 years ago
license updates, etc.
max
More...
over 20 years ago
allow for a fix.
max
More...
over 20 years ago
check in for patrick
max
More...
over 20 years ago
added an abstract "compressible" class so that we can try moving to a different zbuf type.
max
More...
over 20 years ago
improved error checking for switch case in which arguments only have 1 argument, which should happen only with a nullcase -- ()
max
More...
over 20 years ago
whoops! thank to Mike Freedman for pointing this out.
max
More...
over 20 years ago
fixes for patrick.
max
More...
over 20 years ago
made ptr<clnt> public
max
More...
over 20 years ago
added a better interface for sending CUSTOM messages between services.
max
More...
over 20 years ago
←
1
2
…
88
89
90
91
92
93
94
95
96
…
104
105
→
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