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
73c588cf2c73a7a2a3ad9a7a3e6633b17248fe5c
Select Git revision
20 results
sbbs
Author
Search by author
Any Author
authors
0 authors
Feb 10, 2013
*_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
Add *_TO_MSTRING() macros to return malloc()ed strings instead of the current
· 471cea1f
deuce
authored
12 years ago
471cea1f
Feb 05, 2013
Did ... stuff, to make it more worky, less pollusive and easier to maintain.
· f3b8a39b
echicken
authored
12 years ago
f3b8a39b
Feb 04, 2013
Slightly more useful, but not entirely helpful installation instructions.
· 982ad4c5
echicken
authored
12 years ago
982ad4c5
Fixed a bug that prevented replying to messages in threaded view.
· 3520bdbc
echicken
authored
12 years ago
3520bdbc
Loading