Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
4521d7ea9a157c1e3fef0248610161d1957fce40
Select Git revision
Branches
20
dailybuild_linux-x64
dailybuild_win32
master
default
protected
web_429_error
rip_abstraction
dailybuild_macos-armv8
dd_file_lister_filanem_in_desc_color
mode7
dd_msg_reader_are_you_there_warning_improvement
c23-playing
syncterm-1.3
syncterm-1.2
test-build
hide_remote_connection_with_telgate
638-can-t-control-c-during-a-file-search
add_body_to_pager_email
mingw32-build
cryptlib-3.4.7
ree/mastermind
new_user_dat
Tags
20
sbbs320d
syncterm-1.6
syncterm-1.5
syncterm-1.4
sbbs320b
syncterm-1.3
syncterm-1.2
syncterm-1.2rc6
syncterm-1.2rc5
push
syncterm-1.2rc4
syncterm-1.2rc2
syncterm-1.2rc1
sbbs319b
sbbs318b
goodbuild_linux-x64_Sep-01-2020
goodbuild_win32_Sep-01-2020
goodbuild_linux-x64_Aug-31-2020
goodbuild_win32_Aug-31-2020
goodbuild_win32_Aug-30-2020
40 results
sbbs
Author
Search by author
Any Author
authors
Brian Klauss
brklauss75
Craig Hendricks
codefenix
Deon George
leenooks
Deucе
Deuce
echicken
echicken
Eric Oulashin
nightfox
Eugene So
eso
John Nicpon
jnicpon
Kayz
phar
Keyop Troy
Keyop
Matthew Asham
awehttam
Michael J. Ryan
tracker1
m j
mcmlxxix
Nigel Reed
nelgin
Phillip Taylor
plt
Rick Parrish
Ree
Rob Swindell
rswindell
Tristan Greaves
Mewcenary
18 authors
May 21, 2004
Added support for primitive linked-list node locking.
· 4521d7ea
rswindell
authored
20 years ago
4521d7ea
If LINK_LIST_THREADSAFE is defined, then listInit() supports a LINK_LIST_MUTEX
· 2a0c49a7
rswindell
authored
20 years ago
2a0c49a7
May 20, 2004
Created strListFreeStrings().
· fc6268cf
rswindell
authored
20 years ago
fc6268cf
Renamed strListAlloc() to strListInit().
· 631ec626
rswindell
authored
20 years ago
631ec626
Renamed strListAlloc() to strListInit().
· 1dbbe232
rswindell
authored
20 years ago
1dbbe232
Renamed strListAlloc() to strListInit().
· 8069f5ce
rswindell
authored
20 years ago
8069f5ce
May 19, 2004
#include's genwrap.h for stricmp() definition on Unix.
· 7a737f01
rswindell
authored
20 years ago
7a737f01
Created strListSplit() and strListSplitCopy().
· 4b2c80c2
rswindell
authored
20 years ago
4b2c80c2
Changed usage of inkey() - no need to model bioskey().
· a2fed57c
rswindell
authored
20 years ago
a2fed57c
Fix bug in last commit
· f3e295ce
deuce
authored
20 years ago
f3e295ce
Must now set DONT_CLOBER_CC to use the predefined CC value.
· 5144e567
deuce
authored
20 years ago
5144e567
Fixed type (using wrong macro name) in EXEODIR rule.
· 62df9261
rswindell
authored
20 years ago
62df9261
May 18, 2004
Added str_list module to those targets that use ini_file.
· f6ed23c5
rswindell
authored
20 years ago
f6ed23c5
Fix od_sleep() for *nix
· 6fb3dccf
deuce
authored
20 years ago
6fb3dccf
Added str_list module to those targets that use ini_file.
· 8a55157a
rswindell
authored
20 years ago
8a55157a
Non-BSD systems don't copy the environment string.
· 3632eb3d
deuce
authored
20 years ago
3632eb3d
May 17, 2004
Set USER/HOME/GROUP environment variables when changing uid/gids
· 0da4a150
deuce
authored
20 years ago
0da4a150
Added functions for merging and extracting lists of nodes.
· 766475db
rswindell
authored
20 years ago
766475db
Added str_list sorting functions.
· 9f47569a
rswindell
authored
20 years ago
9f47569a
Using JSVAL_IS_NUMBER() instead of JSVAL_IS_INT() to support full 32-bit
· d8b66f2d
rswindell
authored
20 years ago
d8b66f2d
Bugfix: passing an object to JS_ValueToInt32() apparently causes the JS engine
· 04e48a0f
rswindell
authored
20 years ago
04e48a0f
Don't reference server.interface_ip_address, if server is not defined
· 8d5e3b7c
rswindell
authored
20 years ago
8d5e3b7c
May 14, 2004
Don't pass flags to listInit().
· df3a0564
rswindell
authored
20 years ago
df3a0564
Better support for auto allocation/free of node data/strings.
· bdb1abde
rswindell
authored
20 years ago
bdb1abde
First crack at a double-linked-list library. Compiles with bcc32, untested.
· 768279fb
rswindell
authored
20 years ago
768279fb
Don't make the default storage path "../data/dirs/<code>" if the library has a
· 6dd420eb
rswindell
authored
20 years ago
6dd420eb
May 13, 2004
Doesn't check bbs.sys_status, if bbs not defined (e.g. running from jsexec).
· 50d9d78b
rswindell
authored
20 years ago
50d9d78b
Only limit allowed message subject to 25 chars if posting on a QWKnet
· 746eb24c
rswindell
authored
20 years ago
746eb24c
Using FIDO_NAME_LEN macro instead of numeric constant (no functional change).
· abfcfb3c
rswindell
authored
20 years ago
abfcfb3c
Using SAFECOPY() and sizeof() for proper bounds control (no functional change).
· 7eaf81b6
rswindell
authored
20 years ago
7eaf81b6
May 12, 2004
Bugfix: the "-mx" option would incorrectly be passed as the IP address.
· e7bb3a1e
rswindell
authored
20 years ago
e7bb3a1e
Changed first attempt host name to dyndns.synchro.net.
· 19d4e13b
rswindell
authored
20 years ago
19d4e13b
Fix putch() warning.
· b5684cfc
deuce
authored
20 years ago
b5684cfc
May 11, 2004
The batch download file list (batchdn.lst) now contains the long filenames if
· ef0f8ffb
rswindell
authored
20 years ago
ef0f8ffb
Using fexistcase() to get/display long filename on Win32.
· 85e901d2
rswindell
authored
20 years ago
85e901d2
Created str_list_t definition for String List variables/arguments (char**).
· f2775b77
rswindell
authored
20 years ago
f2775b77
Latest and greatest.
· 20b53534
rswindell
authored
20 years ago
20b53534
Added str_list.c module (needed by ini_file.c).
· 528de785
rswindell
authored
20 years ago
528de785
Created strListAlloc() to allocate and pre-terminate a string list.
· 6371a00f
rswindell
authored
20 years ago
6371a00f
Bugfix (segfault) in strListFree().
· b87d76b0
rswindell
authored
20 years ago
b87d76b0
Loading