0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
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 10 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. More... over 10 years ago
Updates js to be able to post. JS works; c still needs fixing. More... over 10 years ago
Fixed a typo that caused a make error. More... over 10 years ago
Merge branch 'matt/SAWsDictionary' More... over 10 years ago
Changed variable to variables in the JSON creation. More... over 10 years ago
Altered subdirectory and single variable JSON publishing to reflect the new paradigm. More... over 10 years ago
Modified, barebones (just calls to all), to the proper json form. directories['dirname'].variable['varname'] More... over 10 years ago
Add SAWs_Set_Document_Root(const char*) to set document root and made minor changes to the way options are assigned. More... over 10 years ago
Changed options arguments to const and char* arrays instead of mallocs. More... over 10 years ago
Updated to directory.dirname style JSON. More... over 10 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. More... over 10 years ago
Changed snprintf to proper call (length remaining, not length to add) and changed SAWs_Set_Port_Number to accept int. More... over 10 years ago
Merge remote-tracking branch 'origin/jed/symbol-control' More... over 10 years ago
Merge branch 'matt/SAWs_Register' More... over 10 years ago
Made some adjustments to the JS to allow same name directories. Still hacce to fix the posting of directories. More... over 10 years ago
Added an introduction, conlcusion, and license section to the manual. More... over 10 years ago
Removed code deprecated by cJSON. More... over 10 years ago
Updated log file stuff to use fflush() and to print more information (time,ip,port). More... over 10 years ago
namespace: null_Variable to _P_SAWs_Create_Variable More... over 10 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. More... over 10 years ago
Minor test done. More... over 10 years ago
SAWs_Register now correctly handles same name directories with different parents. More... over 10 years ago
Added SAWs_Register("dirPath",..(variableStuff)..). Works on my computer. Still need to add SAWs_Delete(). More... over 10 years ago
Returns error on finalize if mongoose failed to initialize, stopping segfaults. More... over 10 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. More... over 10 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. More... over 10 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. More... over 10 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. More... over 10 years ago
Added support for SAWs/dirname/variable (/*) for showing only the variables (and all of them) of that directory. More... over 10 years ago