Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description in readme.MD #2

Open
bartvanderwal opened this issue Nov 24, 2016 · 1 comment
Open

Description in readme.MD #2

bartvanderwal opened this issue Nov 24, 2016 · 1 comment

Comments

@bartvanderwal
Copy link

Could you add a readme.MD with general overview of what this repo contains. Describe relation to Roxen CMS?

@mbrookes
Copy link

Wow! I was involved with Roxen as a user (and minor contributor) 20+ years ago. Roxen was so far ahead of its time, so I'm delighted to stumble across this. It's amazing to find Roxen here on GitHub, with commits that predate GitHub itself by 9 years or more!!!

This repo deserves a README.md, if only for historical context. I know that Roxen CMS has continued to carry the banner, but this is the web-server that started it all. If history had been different, Apache would have been toast!

grubba added a commit that referenced this issue Nov 14, 2017
This was a remnant of a previous implementation.

Fixes [WS-91] Issues #2 & #9.
grubba added a commit that referenced this issue Oct 7, 2023
The session object may be destructed concurrently or directly
by conf->get_file(). This caused errors like "Lookup in destructed
object" in open_file() when it attempted to set session->file.

The session->file value used for logging is now typically set from
PutFileWrapper()->done().

Fixes [REP-1089] #2.
grubba pushed a commit that referenced this issue Oct 11, 2023
subject: Roxen 7.1: FTP improvements. Fixes [REP-1089].
from: a74646b
to: 6ff0883
originator: Erik Allemann
depends: 2023-10-03T173013
restart: true

• FTP: Fix logging of ${bin-,}request-length when used with ftp.

Previously it typically returned -${bin-,}request-data-length
due to raw_bytes missing from RequestID2.

• FTP: Improved logging of STOR-failures.

• FTP: Fix race-condition in open_file() when handling STOR.

The session object may be destructed concurrently or directly
by conf->get_file(). This caused errors like "Lookup in destructed
object" in open_file() when it attempted to set session->file.

The session->file value used for logging is now typically set from
PutFileWrapper()->done().

Fixes [REP-1089] #2.

• RequestID: Move raw_bytes from http.pike to RequestID.

This makes it available in RequestID2 too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants