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
S
ScientificApplicationWebserver
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
May 15, 2024 — May 15, 2025
Showing page 4 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ripped out duplicate text in readme added docs to SAWs.h
BarryFSmith
as Barry Smith
More...
over 11 years ago
Finished cJSON update to new JSON format. Removed unused variables and fixed other small warnings. Updated JS to allow for getting and posting all on new JSON format. Fixed a bug with same name directories.
Matthew Otten
More...
over 11 years ago
Updates js to be able to post. JS works; c still needs fixing.
Matthew Otten
More...
over 11 years ago
Fixed a typo that caused a make error.
Matthew Otten
More...
over 11 years ago
Merge branch 'matt/SAWsDictionary'
Matthew Otten
More...
over 11 years ago
Changed variable to variables in the JSON creation.
Matthew Otten
More...
over 11 years ago
Altered subdirectory and single variable JSON publishing to reflect the new paradigm.
Matthew Otten
More...
over 11 years ago
Modified, barebones (just calls to all), to the proper json form. directories['dirname'].variable['varname']
Matthew Otten
More...
over 11 years ago
Add SAWs_Set_Document_Root(const char*) to set document root and made minor changes to the way options are assigned.
Matthew Otten
More...
over 11 years ago
Changed options arguments to const and char* arrays instead of mallocs.
Matthew Otten
More...
over 11 years ago
Updated to directory.dirname style JSON.
Matthew Otten
More...
over 11 years ago
Changed from /SAWs/dirname/variable/varname to /SAWs/dirname/varname. There is still a slight bug with same named directories that I am fixing.
Matthew Otten
More...
almost 12 years ago
Changed snprintf to proper call (length remaining, not length to add) and changed SAWs_Set_Port_Number to accept int.
Matthew Otten
More...
almost 12 years ago
Merge remote-tracking branch 'origin/jed/symbol-control'
Matthew Otten
More...
almost 12 years ago
Merge branch 'matt/SAWs_Register'
Matthew Otten
More...
almost 12 years ago
Made some adjustments to the JS to allow same name directories. Still hacce to fix the posting of directories.
Matthew Otten
More...
almost 12 years ago
Added an introduction, conlcusion, and license section to the manual.
Matthew Otten
More...
almost 12 years ago
Removed code deprecated by cJSON.
Matthew Otten
More...
almost 12 years ago
Updated log file stuff to use fflush() and to print more information (time,ip,port).
Matthew Otten
More...
almost 12 years ago
namespace: null_Variable to _P_SAWs_Create_Variable
Jed Brown
More...
almost 12 years ago
Added SAWs_Delete("dir/or/var/loc") and SAWs_Lock() / SAWs_Unlock(). SAWs_Delete() removes a variable or directroy. SAWs_Lock / Unlock locks the whole tree. Tested and working, with no leaks, on my computer. Updated SAWs.h to the newer API. Deleted deprecated tests, add a new one. This should complete the API update.
Matthew Otten
More...
almost 12 years ago
Minor test done.
Matthew Otten
More...
almost 12 years ago
SAWs_Register now correctly handles same name directories with different parents.
Matthew Otten
More...
almost 12 years ago
Added SAWs_Register("dirPath",..(variableStuff)..). Works on my computer. Still need to add SAWs_Delete().
Matthew Otten
More...
almost 12 years ago
Returns error on finalize if mongoose failed to initialize, stopping segfaults.
Matthew Otten
More...
almost 12 years ago
Added several pre-initialize options: SAWs_Set_Port("portNumber"), SAWs_Set_Use_HTTPS("certificateName"), SAWs_Set_Use_Logfile("fileName"). These function as I would expect. Also fixed a memory leak when the variable name requested doesn't exist.
Matthew Otten
More...
almost 12 years ago
Added SAWs_Set_Use_HTTPS(char *certName). Call to use HTTPS. Pass "default" to use the default certificate, pass the certificate name (can use directory location) to use your own.
Matthew Otten
More...
almost 12 years ago
Added SSL support via mongoose. This adds a dependency on libssl.so (which wasn't natively installed on my computer). Added a mongoose error check. SSL works; this version has regular on 8080 and ssl on 8081 (https://localhost:8081). I made a test certificate for it. SSL seems to add lag.
Matthew Otten
More...
almost 12 years ago
Updated simpleMultiDirectoryJSONTest. Added a check for adding a variable with the same name; returns error. Fixed a segfault and memory leak when SAWs_Finalize() was called without previously destroying the directories created.
Matthew Otten
More...
almost 12 years ago
Added support for SAWs/dirname/variable (/*) for showing only the variables (and all of them) of that directory.
Matthew Otten
More...
almost 12 years ago
←
1
2
3
4
5
6
7
8
→
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