0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This contains some somewhat working stub versions of things which can be used to get the event-loop operational. Once the event-loop is functional these functions can be moved into a more practical state. More... over 16 years ago
These are the files for the main event loop. More... over 16 years ago
Added the service.h header file to the set of header files that gets included. More... over 16 years ago
Added the send-file SAF to the set of SAFs More... over 16 years ago
This is the module prototypes service directve SAFs. More... over 16 years ago
This is the standard send-file SAF which based on a rq->vars[path] loads the file and dumps it out the client socket. More... over 16 years ago
This is the Makefile which builds the service safs. More... over 16 years ago
Added the service subdirectory to the set of things that gets built More... over 16 years ago
This is a modified version of the library/test/object.c this time the predefined safs are loaded, and the first nametrans from the obj.conf file is executed on a request for /index.html (as headers generated on my primary workstation). More... over 16 years ago
Changed the count to use the sizeof the predefined_safs symbol table rather than the sizeof the pointer to that table. More... over 16 years ago
Changed the "type" of function to a FuncPtr (instead of fully prototyping). More... over 16 years ago
Added a strcmp_hyphenunder () function and call it to allow function names to include "-" when the symbol name has an underscore. Adjusted the strcmp call to use this function. More... over 16 years ago
Added a return code (to run through a debugger) from util_getline More... over 16 years ago
cahnged a strncasecmp to use util_strncasecmp (the "included" strncasecmp) because that is the proper thing to do. More... over 16 years ago
Changed return code from util_getline to IO_EOF when the IO_EOF is returned from getc... because the '1' that was being returned matches IO_OKAY... which caused some loops to get prolonged. More... over 16 years ago
Include and uses the features from blanket_namespace header files. More... over 16 years ago
includes and uses the features in blanket_namespace.h More... over 16 years ago
#includes the blanket_exports and blanket_lookup header file dependant on the BLAPI_NAMESPACE features. More... over 16 years ago
Now that the lookup table structure's name depends on the namespace, I have moved the blanket_namespace.h here. More... over 16 years ago
Changed the #include "blanket_namespace" to #include <blanket_namespace> as the blanket_namespace.h file is no longer in the current directory, this seems more suitable. More... over 16 years ago
Changed the #include "blanket_namespace.h" to #include <blanket_namepace.h> as the file blanket_namespace.h has moved to the normal include directory. This seems more appropriate. More... over 16 years ago
This is moved to the normal include directory More... over 16 years ago
fixed the pipebuf_grab to match the proper prototype (and meet any compiler necessities to match those prototypes). More... over 16 years ago
Added the dummy versions of util_str[n]?casecmp functions (which get used in the normal case because str[n]casecmp comes from libc). More... over 16 years ago
fixed the prototypes for util_str[n]?casecmp which is defined to a function with no parameters in the event that you don't need str[n]casecmp (ie provided by libc... like every OS does) More... over 16 years ago
Made pblock_free = pblock_free (rather than pblock_findval)... and added the missing pblock_findval. More... over 16 years ago
filed the return type of pipebuf_grab More... over 16 years ago
Added the protv_num, and method_num Request members (which are present in nsapi.h version, and I don't want to throw off any offsets). More... over 16 years ago
fixed the name of shexp_valid More... over 16 years ago
defined the object_get_directive_table to return a const variable. More... over 16 years ago