1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a few improper uses of the prep_dir() function. More... about 23 years ago
Converted a bunch of strcpy calls to SAFECOPY. More... about 23 years ago
Changed printf width specifiers to (int) to make gcc happy. More... about 23 years ago
Simplified check_ars() and fixed potential segfault (trying to free nular). More... about 23 years ago
Added #include "string.h" for bzero/FD_ZERO definition on FreeBSD. More... about 23 years ago
Added #include "dirwrap.h" for MAX_PATH definition on FreeBSD. More... about 23 years ago
Moved client hostname look-up and filter checks into http_session_thread. More... about 23 years ago
Created websrvr build rule. More... about 23 years ago
Fixed memory leak in js_sendfile if read failed. More... about 23 years ago
Defined WEBSRVR target. More... about 23 years ago
Eliminated C++ comments. http_session_thread quits looping when server_socket is closed. Added missing NULL terminator to methods array. Fixed dupliate definition of crlf in monolithic builds. More... about 23 years ago
Needed gen_defs.h for BOOL definition. More... about 23 years ago
New web server MSVC++ project file. More... about 23 years ago
New web server module (created by Deuce, modified by me). More... about 23 years ago
Added sockwrap object (for socket_check). More... about 23 years ago
Moved socket_check() to xpdev/sockwrap.c. More... about 23 years ago
Moved socket_check() from sbbs3/main.cpp to here. More... about 23 years ago
Now #includes stdlib.h for malloc and free prototypes on FreeBSD. More... about 23 years ago
Added prototype for new function: sendfilesocket(), cross-platform sendfile(). More... about 23 years ago
New sockwrap.c - contains a single function currently: sendfilesocket() for a cross-platform sendfile() implementation. More... about 23 years ago
Options can now be specified with '-' as well as '/' (legacy compatibility). Displays help if the directory code specified does not start with a alphanum. Updated brace style. More... about 23 years ago
No longer tries to add directory entries as files to the database (whoops). Win32 build uses mangled short filenames for database entries. More... about 23 years ago
Each server can have its own unique host_name by using the "HostName" .ini key. More... about 23 years ago
Added definition of IPPORT_HTTP (if undefined). More... about 23 years ago
Services configuration filename now configurable with "ConfigFile" .ini key. More... about 23 years ago
BBS, FTP, and Services JavaScript max heap size now configurable with "JavaScriptMaxBytes" .ini file key. Services configuration filename now configurable with "ConfigFile" .ini key. More... about 23 years ago
Renamed services_startup_t element: services_cfg to cfg_file. More... about 23 years ago
Increased maximum kludge line lengths from 128 to 500 chars. More... about 23 years ago
Was using recipient name as sender (whoops). More... about 23 years ago
Needed to continue parse loop after detecting a kludge line. More... about 23 years ago