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
d63f8ac86a662a816b84880ac5bb31ebbdb74160
Select Git revision
20 results
sbbs
Author
Search by author
Any Author
authors
0 authors
Mar 20, 2003
Removed unused variable
· d63f8ac8
deuce
authored
22 years ago
d63f8ac8
Uses stat() rather than the much heavier fexist()
· ee648e34
deuce
authored
22 years ago
ee648e34
Added *nix _fullpath() function, changed FULLPATH() to use _fullpath() on
· 7afb0cbb
deuce
authored
22 years ago
7afb0cbb
Uses FULLPATH again.
· 6b60c1fb
deuce
authored
22 years ago
6b60c1fb
Mar 19, 2003
identify() now accepts a timeout parameter (defaults to 10 seconds).
· 1e211807
rswindell
authored
22 years ago
1e211807
No longer converts filenames to uppercase before adding to or retrieving from
· 84d459b9
rswindell
authored
22 years ago
84d459b9
Created new global methods: word_wrap() and quote_msg().
· a4b52485
rswindell
authored
22 years ago
a4b52485
Using fexistcase() for filename case insensitivity on Unix.
· 5b1bfe81
rswindell
authored
22 years ago
5b1bfe81
Appends crlf to custom tagline.
· 76a4ad1c
rswindell
authored
22 years ago
76a4ad1c
Mar 18, 2003
Eliminate warnings exposed by gcc -O.
· 14bc0877
rswindell
authored
22 years ago
14bc0877
Fixed use of *p instead of ch in js_ctrl (bug exposed by gcc -O).
· 3c90e9f7
rswindell
authored
22 years ago
3c90e9f7
Renamed IndexFileName1..4 to IndexFileNames.
· c9df6357
rswindell
authored
22 years ago
c9df6357
Wrapped source lines longer than 100 chars (improving readability).
· c2f11b67
rswindell
authored
22 years ago
c2f11b67
Changes in [web] section: changed IndexFileName1..4 to IndexFileNames (comma
· b7f4eaec
rswindell
authored
22 years ago
b7f4eaec
Changed index_file_name and cgi_ext member variables to dynamically allocated
· 8c2f5bd2
rswindell
authored
22 years ago
8c2f5bd2
Created iniReadStringList function, returns a NULL-terminated list of char*
· 142895fc
rswindell
authored
22 years ago
142895fc
Mar 17, 2003
Fixed backslash support in cleanpath()
· 1f2dba15
deuce
authored
22 years ago
1f2dba15
Apparently connect returns EINPROGRESS instead of EWOULDBLOCK on
· c356d325
rswindell
authored
22 years ago
c356d325
Added definition of EINPROGRESS for Win32.
· e0acdc03
rswindell
authored
22 years ago
e0acdc03
Create user objects AFTER user login is handled (duh)
· 34b1bb6a
deuce
authored
22 years ago
34b1bb6a
Mar 16, 2003
Fixed multiple index handling.
· 0d714338
deuce
authored
22 years ago
0d714338
Fixed security bug in ../.. requests (I *told* you that would happen when
· 3816f4e1
deuce
authored
22 years ago
3816f4e1
Fix typo in last commit... finally.
· e2aebe9c
deuce
authored
22 years ago
e2aebe9c
Mar 15, 2003
Fixed header errors
· 117c006d
deuce
authored
22 years ago
117c006d
Mar 14, 2003
New web server configuration.
· 448b0b72
deuce
authored
22 years ago
448b0b72
More speed improvements to the webserver.
· df9a7463
deuce
authored
22 years ago
df9a7463
sendfilesocket() now uses sendfile() on FreeBSD for zero-copy sends.
· 5557d09e
deuce
authored
22 years ago
5557d09e
Overhauled web server. Squashed some memory leaks, more intelligent
· 6b38defa
deuce
authored
22 years ago
6b38defa
Mar 13, 2003
Don't set max. listen() queue.
· 96cef950
deuce
authored
22 years ago
96cef950
Use sendfile() on FreeBSD.
· 9dada53d
deuce
authored
22 years ago
9dada53d
Perform an lseek preior to passing to sendfilesocket()
· d976ebec
deuce
authored
22 years ago
d976ebec
Stack size defaults to 128k on all BSDs
· 365c2215
deuce
authored
22 years ago
365c2215
connect() method now supports an optional timeout value parameter (in seconds)
· 8e285ef8
rswindell
authored
22 years ago
8e285ef8
Removed whitespace from front of header values.
· 741a1c05
deuce
authored
22 years ago
741a1c05
Reverted to load() erroring-out parent if loaded script fails to compile.
· 9d0070c8
rswindell
authored
22 years ago
9d0070c8
Now clears pending exceptions before compiling script.
· b05908eb
rswindell
authored
22 years ago
b05908eb
load() now clears pending exceptions before compiling script and returns
· 3bc8b6a6
rswindell
authored
22 years ago
3bc8b6a6
Mar 12, 2003
JavaScript exit() no longer returns Internal Server Error
· 5bf07af8
deuce
authored
22 years ago
5bf07af8
Clean up stack_size usage.
· 94820d6a
deuce
authored
22 years ago
94820d6a
Honour stack_size parameter.
· 020bf37f
deuce
authored
22 years ago
020bf37f
Loading