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
c317d9ce4f5688da52c4cc95e3f8b07232dc3ff9
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
Mar 05, 2010
Changed data_waiting() callback to use timeout in seconds rather than
· c317d9ce
rswindell
authored
15 years ago
c317d9ce
Hopefully fixed data_waiting() callback.
· 8dccc604
rswindell
authored
15 years ago
8dccc604
Removed unused variable.
· e70525f4
rswindell
authored
15 years ago
e70525f4
Added comment about incorrect behavior of data_waiting callback.
· 99d98313
rswindell
authored
15 years ago
99d98313
More debug around the CRC calc/request stuff and increased the default timeout.
· 81ec757b
rswindell
authored
15 years ago
81ec757b
More 64-bit bit file size goodness.
· 70badca9
rswindell
authored
15 years ago
70badca9
More 64-bit bit file size goodness.
· 4cd2a04c
rswindell
authored
15 years ago
4cd2a04c
A couple select 64-bit printf() things from inttypes.h.
· dd9efaca
rswindell
authored
15 years ago
dd9efaca
Initial support for 64-bit file lengths, untested. Likely issues with use of
· 8443a4ec
rswindell
authored
15 years ago
8443a4ec
Added wrappers for Microsoft functions: _chsize_s and _filelengthi64
· 7549e3e5
rswindell
authored
15 years ago
7549e3e5
Define int64_t and use it for return type of flength() to support files >2G
· 9d444cf2
rswindell
authored
15 years ago
9d444cf2
When a file is growing during transfer, continue to only update once per second.
· 8733f932
deuce
authored
15 years ago
8733f932
Only clear the outbuf_empty event when:
· 6765dd6d
deuce
authored
15 years ago
6765dd6d
Update single-threaded implementation to new senbuf() function.
· 79d9bc24
deuce
authored
15 years ago
79d9bc24
Handle failues of inifinite waits
· f42b3832
deuce
authored
15 years ago
f42b3832
Mar 04, 2010
Support waiting on events that are already set... previously, this would fail.
· a2ab8c94
deuce
authored
15 years ago
a2ab8c94
Add more log output during send_byte() WRT RingBuffer stuff.
· 84047d1c
deuce
authored
15 years ago
84047d1c
Be sure to decrement nwaiters.
· 0b308b76
deuce
authored
15 years ago
0b308b76
Read the manpage before assuming what a function does.
· 530c7f07
deuce
authored
15 years ago
530c7f07
Release the mutex before waiting (ie: provide some small chance of WaitForEvent
· 69545e01
deuce
authored
15 years ago
69545e01
camelcased methods/functions (for consistency).
· d8532956
mcmlxxix
authored
15 years ago
d8532956
Correctly set magic_errno when read() returns an error.
· 1c62d251
deuce
authored
15 years ago
1c62d251
Move usage information to before stderr() is closed and stdout is raw.
· 61ac85fd
deuce
authored
15 years ago
61ac85fd
Remove old raw code.
· 1ca6e54e
deuce
authored
15 years ago
1ca6e54e
Fix telnet with stdio mode.
· dc871ec2
deuce
authored
15 years ago
dc871ec2
Re-enable the check abort callback with a once-per-second check.
· 3870492c
deuce
authored
15 years ago
3870492c
Various stdio fixes... especiall setting raw mode and buffering stdout
· 9078d17f
deuce
authored
15 years ago
9078d17f
Mar 03, 2010
Add log level support for supressing log line generation.
· 2bdba1cb
deuce
authored
15 years ago
2bdba1cb
Fix typo
· aba37b32
deuce
authored
15 years ago
aba37b32
Add a pointer to the log level to the [XZ]modem structs. This allows avoiding
· d79297fd
deuce
authored
15 years ago
d79297fd
Move the xmodem_check_abort() call into the once per second block as well
· f54ba9d7
deuce
authored
15 years ago
f54ba9d7
Move zmodem_check_abort() call in the progress inside the once-per-second
· 4a801e5b
deuce
authored
15 years ago
4a801e5b
Fix data_waiting usage for terminal speed stuff... replacing conn_data_waiting()
· 6ddebc0e
deuce
authored
15 years ago
6ddebc0e
Fix recv_upto() again.
· 58b94317
deuce
authored
15 years ago
58b94317
Use is_connected() rather than conn_connected.
· fd361c3e
deuce
authored
15 years ago
fd361c3e
Fix recv_upto()
· 6760103c
deuce
authored
15 years ago
6760103c
Use conn_recv_upto() and replace conn_data_waiting with the zmodem data_waiting.
· 5901cf70
deuce
authored
15 years ago
5901cf70
Add new int conn_recv_upto() function which recieves at least one byte
· a2ab9c31
deuce
authored
15 years ago
a2ab9c31
Fix the previous serious warning correctly... this starts with \n...
· 95e13eec
deuce
authored
15 years ago
95e13eec
Fixed warnings (one serious).
· b2d83478
rswindell
authored
15 years ago
b2d83478
Loading