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
Synchronet BBS
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 1,322 of 1,421
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed a few improper uses of the prep_dir() function.
rswindell
More...
about 23 years ago
Converted a bunch of strcpy calls to SAFECOPY.
rswindell
More...
about 23 years ago
Changed printf width specifiers to (int) to make gcc happy.
rswindell
More...
about 23 years ago
Simplified check_ars() and fixed potential segfault (trying to free nular).
rswindell
More...
about 23 years ago
Added #include "string.h" for bzero/FD_ZERO definition on FreeBSD.
rswindell
More...
about 23 years ago
Added #include "dirwrap.h" for MAX_PATH definition on FreeBSD.
rswindell
More...
about 23 years ago
Moved client hostname look-up and filter checks into http_session_thread.
rswindell
More...
about 23 years ago
Created websrvr build rule.
rswindell
More...
about 23 years ago
Fixed memory leak in js_sendfile if read failed.
rswindell
More...
about 23 years ago
Defined WEBSRVR target.
rswindell
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.
rswindell
More...
about 23 years ago
Needed gen_defs.h for BOOL definition.
rswindell
More...
about 23 years ago
New web server MSVC++ project file.
rswindell
More...
about 23 years ago
New web server module (created by Deuce, modified by me).
rswindell
More...
about 23 years ago
Added sockwrap object (for socket_check).
rswindell
More...
about 23 years ago
Moved socket_check() to xpdev/sockwrap.c.
rswindell
More...
about 23 years ago
Moved socket_check() from sbbs3/main.cpp to here.
rswindell
More...
about 23 years ago
Now #includes stdlib.h for malloc and free prototypes on FreeBSD.
rswindell
More...
about 23 years ago
Added prototype for new function: sendfilesocket(), cross-platform sendfile().
rswindell
More...
about 23 years ago
New sockwrap.c - contains a single function currently: sendfilesocket() for a cross-platform sendfile() implementation.
rswindell
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.
rswindell
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.
rswindell
More...
about 23 years ago
Each server can have its own unique host_name by using the "HostName" .ini key.
rswindell
More...
about 23 years ago
Added definition of IPPORT_HTTP (if undefined).
rswindell
More...
about 23 years ago
Services configuration filename now configurable with "ConfigFile" .ini key.
rswindell
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.
rswindell
More...
about 23 years ago
Renamed services_startup_t element: services_cfg to cfg_file.
rswindell
More...
about 23 years ago
Increased maximum kludge line lengths from 128 to 500 chars.
rswindell
More...
about 23 years ago
Was using recipient name as sender (whoops).
rswindell
More...
about 23 years ago
Needed to continue parse loop after detecting a kludge line.
rswindell
More...
about 23 years ago
←
1
2
…
1318
1319
1320
1321
1322
1323
1324
1325
1326
…
1420
1421
→
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