0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified js to better reflect REST. Changed SAWsInitAndFinal.c to understand SAWs/variable/variableName as getting variableName of SAWs_ROOT_DIRECTORY. More... almost 12 years ago
Returns the old directory if the directory with that name already exists. More... almost 12 years ago
Fixed the handling of subdirectories in the REST API, added / or /* support. Added a search when adding a directory - returns error when it exists already. Took out some needless code. Updated the user manual. More... almost 12 years ago
Fixed a segfault if SAWs/notADir/notVariableOrNotADir was called. More... almost 12 years ago
Changed some lingering bugs from the upgrade to SAWs_ROOT_DIRECTORY (specifically in CStructTojson.c), put more polish on the JS. It should be fully functional now, but it doesn't look the prettiest. More... almost 12 years ago
Added some JS polish, fixed a big in _P_SAWs_Directory_Search - it was correctly returning an error code, but I wasn't making use of that error code to exit the calling function. More... almost 12 years ago
Added a few other minor changes to fix up the update to SAWs_ROOT_DIRECTORY. More... almost 12 years ago
Merge branch 'master' of https://bitbucket.org/saws/saws More... almost 12 years ago
Changed directoryTree to SAWs_ROOT_DIRECTORY. Changed simpleJSON test to not create any directories, just use SAWs_ROOT_DIRECTORY. Changed tests and examples to use SAWs_ROOT_DIRECTORY. Added a nullDirectoryTest. Added checks for null directories. More... almost 12 years ago
put users manual in subdirectory put in template for paper
BarryFSmith
as Barry Smith
More... almost 12 years ago
Changed API: SAWs_Set_Legal_Values() -> SAWs_Set_Legal_Variable_Values() More... almost 12 years ago
Changed API. From SAWs_Directory_Create(name,parentDir,&newDir) to SAWs_Add_Directory(parentDir,name,&newDir), SAWs_Directory_Destroy(&dir) to SAWs_Destroy_Directory(&dir), SAWs_New_Variable() to SAWs_Add_Variable() and SAWs_Variable_Legal_Values() to SAWs_Set_Legal_Variable() More... almost 12 years ago
More merging stuff; copied the comments over. More... almost 12 years ago
Merge branch 'matt/treeDirectory' More... almost 12 years ago
All directories posting works. Working on getting the checkbox functioning better with the tree, but the basic functionality for full tree support is there. More... almost 12 years ago
Added another test. jsonToCStruct should now support the tree structure. This should conclude the C Code tree updgrade; the js needs to be updated and then it should be complete. More... almost 12 years ago
Added a free, ran it through valgrind. There are many less memory errors than before. More... about 12 years ago
Changed all strcat to strncat, all sprintf to snprintf, and changed some memory to be allocated dynamically. More... about 12 years ago
Added even more js-tree support. Getting segfaults, probably due to sprintf and strcat, so I'm going to work on those now. Saving this state so I don't ruin everything if it goes catastrophically wrong. More... about 12 years ago
Changed the JS to understand tree structure up to creating the checkboxes. Changed to /SAWs/dirname. Only a little left on tree structure. More... about 12 years ago
Added full support for creating multi-directory JSON. Fixed some more issues I had with directory destruction. More... about 12 years ago
Working my way through the conversion to tree data structure. The data structure is there and seems to work. The initial workings of the JSON parsing are there as well, giving almost all the same functionality as before. Still working on it. More... about 12 years ago
Added a lot of comments to jsSAWs.js. Added a readme to explain basic ./configure and make usage. More... about 12 years ago
added a license file
BarryFSmith
as Barry Smith
More... about 12 years ago
Minor changes to html page. Deleted readme; will rewrite soon. More... about 12 years ago
Fixed posting; Post data should post any data that is on screen (and nothing else). Also changed the pop up of checkboxes to a callback function, rather than a setTimeout. More... about 12 years ago
Changed some jsSAWs.js stuff to better support the modular memory for posting. Still not there yet. More... about 12 years ago
Changed field to variable. This should complete the renaming. It still works on my computer the same as before. More... about 12 years ago
Changed all occurences of AMS to SAWs. Still works on my computer. More... about 12 years ago
Added new html page functionality. Checkboxes to choose which memories to show. Post does NOT work when viewing only single fields. Will fix soon. More... about 12 years ago