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
f0b0a65282218be6eec47396502f332f00bd288c
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
Feb 10, 2013
*_TO_STRING() considered harmful.
· f0b0a652
deuce
authored
12 years ago
f0b0a652
Fix log() crash when no arguments are specified.
· 6e1723e3
deuce
authored
12 years ago
6e1723e3
Remove *_TO_STRING() and remove some uselss code to return a string value from
· dbfcfaac
deuce
authored
12 years ago
dbfcfaac
*_TO_STRING() considered harmful.
· 0e3b4c73
deuce
authored
12 years ago
0e3b4c73
*_TO_STRING() considered harmful
· 73c588cf
deuce
authored
12 years ago
73c588cf
*_TO_STRING() considered harmful.
· e1243e98
deuce
authored
12 years ago
e1243e98
Fix crash caused by free()ing the allocated xp_sprintf() return value before
· e3582726
deuce
authored
12 years ago
e3582726
Feb 09, 2013
Version 1.22 - Bug fix: When replying to a personal email or netmail, now uses...
· 2b969a4f
nightfox
authored
12 years ago
2b969a4f
Feb 08, 2013
Remove _TO_STRING() macro usage.
· cc98a3dd
deuce
authored
12 years ago
cc98a3dd
Use allocated name rather than alloca()d since it gets passed to other
· 3fe3350f
deuce
authored
12 years ago
3fe3350f
Remove *_TO_STRING() usage.
· ad9e2a9b
deuce
authored
12 years ago
ad9e2a9b
Remove *_TO_STRING() macros.
· c59960a2
deuce
authored
12 years ago
c59960a2
Remove *_TO_STRING() usage.
· 59ecd955
deuce
authored
12 years ago
59ecd955
Remove _TO_STRING() usage.
· 0e5241e5
deuce
authored
12 years ago
0e5241e5
More *_TO_STRING() removal.
· ad394d67
deuce
authored
12 years ago
ad394d67
Remove some *_TO_STRING() macro usage (still a bunch left)
· 31b18454
deuce
authored
12 years ago
31b18454
Truncate ret when str is NULL.
· 38184b73
deuce
authored
12 years ago
38184b73
fix last commit - do not reset ret to NULL.
· 0ba7b26f
deuce
authored
12 years ago
0ba7b26f
Add _TO_RASTRING() which ralloc()s if needed.
· 8949ca82
deuce
authored
12 years ago
8949ca82
Stop using broken *_TO_STRING() macros.
· c0c1a252
deuce
authored
12 years ago
c0c1a252
Clean up.
· 680724f4
deuce
authored
12 years ago
680724f4
We can't use HANDLE_PENDING() if cleanup is required.
· 0449e612
deuce
authored
12 years ago
0449e612
Eliminate the evil _TO_STRING() macro usage as well as various bugs and
· 8bfa3995
deuce
authored
12 years ago
8bfa3995
Feb 07, 2013
Remove use of stack-clobbering *_TO_STRING() macros.
· 9a9dd70c
deuce
authored
12 years ago
9a9dd70c
Start converting from *_TO_STRING() macros and only strip the 'e' chars when
· fcea4a6e
deuce
authored
12 years ago
fcea4a6e
Use HANDLE_PENDING() and support embedded NULLs in write() parameters.
· 2952b4eb
deuce
authored
12 years ago
2952b4eb
More HANDLE_PENDING() cleanup.
· c5223bc8
deuce
authored
12 years ago
c5223bc8
Use HANDLE_PENDING(cX) as appropriate.
· df04d42e
deuce
authored
12 years ago
df04d42e
Add *_TO_ASTRING() which uses alloca() but takes a max buf size argument
· ca614def
deuce
authored
12 years ago
ca614def
Use HANDLE_PENDING() and _TO_STRBUF() as appropriate.
· 7fd1d2c1
deuce
authored
12 years ago
7fd1d2c1
Add *_TO_STRBUF() which copies a JSString into a buffer truncating if necessary
· c3a6b9fe
deuce
authored
12 years ago
c3a6b9fe
only log successful sock.send()s
· 9bc2c7c4
mcmlxxix
authored
12 years ago
9bc2c7c4
disable logging of sent/received packets by default. (spammy if you are a *nix...
· f5c18561
mcmlxxix
authored
12 years ago
f5c18561
Handle malloc() failure exceptions.
· 2ff428f4
deuce
authored
12 years ago
2ff428f4
Report an exception if the malloc() fails.
· aaf7702b
deuce
authored
12 years ago
aaf7702b
alloca() to malloc()
· 406c135c
deuce
authored
12 years ago
406c135c
Use malloc()ed memory instead of alloca()ed.
· 742c8b5f
deuce
authored
12 years ago
742c8b5f
Check for NULL before free()ing.
· 0c18e286
deuce
authored
12 years ago
0c18e286
Use malloc() based string coversion and fputs() instead of fprintf(,"%s",)
· 4ab71c22
deuce
authored
12 years ago
4ab71c22
Stop using alloca() macros from string conversions.
· c9923b29
deuce
authored
12 years ago
c9923b29
Loading