Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pure-ftpd

Pure FTP server
Collective - Host: opensource - https://opencollective.com/pure-ftpd - Website: https://pureftpd.org - Code: https://github.com/jedisct1/pure-ftpd

Move diagnostic message off displayrate().

Properly set signal masks by the way.

github.com/jedisct1/pure-ftpd - 9de8335565c9d1dbe29ca9303611c3877ea4ceb9 authored over 15 years ago
Complete rewrite of the download code.

Some work is still required so that it compiles without everything and
--tls, but the groundwork ...

github.com/jedisct1/pure-ftpd - 8f5f5ca48d69c6587f2a71ab85d8eebcc9adeca4 authored over 15 years ago
safe_write() is designed for blocking sockets, that are unlikely to fail

with EAGAIN. And sleep()ing if EAGAIN is ever received is stupid. Remove
that crap.

Rework signa...

github.com/jedisct1/pure-ftpd - d07494ec8d46a306e4c9b39835be3d3d969b6d60 authored over 15 years ago
Remove inline statements.

github.com/jedisct1/pure-ftpd - 9ecae3fcd9d68aef437ff4119e77cf0f223ef626 authored over 15 years ago
Initial import to github

github.com/jedisct1/pure-ftpd - 279e5f2d6075e220c762595f40bf32786dbfe0f0 authored over 15 years ago