0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pushed all kind of message to the outboxes of the client thread an performed organization. More... about 14 years ago
Still disfunctional. But now the entire messaging, message queues, mailbox and postoffice concepts is now implemented. More... about 14 years ago
Adding the net_buffer.{c,h} files as they are now seperated from the net_threader.{c,h} More... about 14 years ago
Still completely unusable version of the code-base. More... about 14 years ago
Relocating some functions, then remodeling networking API to message and event based. More... about 14 years ago
This is a non-functional FTPd. I'm going to redo the protocol handling, to make it event based, and use something like Cassandra or CouchDB to distribute the VFS. More... about 14 years ago
If the net_threader initializer is set and fails to return with a '0' state, then the net_thread connection to the client will be disconnected. A password will be requested by the dispatcher for the Slaves to authenticate. Not all clients are slaves, and I'd like to keep it that way. More... about 14 years ago
Administration of password complete. More... about 14 years ago
Added --password option. Though not integrated yet. More... about 14 years ago
Damnit! I had the idea that this would be it! Ok, problem solved :-) Interesting reconnect is happening now at the Slaves to refind their master! More... about 14 years ago
Interesting bug, but not hazzardous for now. More... about 14 years ago
Multi master support from slaves, now with reconnection feature. More... about 14 years ago
Made thread_sleep() a new useful function. More... about 14 years ago
Added sleeptimer in the Slave's thread that handles the connection to the Master's dispatcher. More... about 14 years ago
Adding dispatcher thread. This thread will coordinate the actions to and from the Slaves. More... about 14 years ago
Added first split in process type to work with --slave as a data-mover or slave process to the master. More... about 14 years ago
Adding source files for the transfer manager, which is part of a data-move/slave. More... about 14 years ago
Added output queue popper to idle loop. Which works excellent in both lftp and CyberDuck.app More... about 14 years ago
Unlock mutex before destroying it. Isn't this semantic a raise condition? More... about 14 years ago
Added first attempt of message queueing system. It includes a message creation, message queue (including thread locking) and pop functions. Will need to add more functionality. More... about 14 years ago
Making the LPRT return a 500 for now. EPRT and LPRT need to be implemented properly. More... about 14 years ago
Fixed the "STAT on empty directory, follows PORT->LIST on same empty directory" issue. More... about 14 years ago
Worked on the PORT call. It now works and sets up the return value properly and even opens a socket back to the client. More... about 14 years ago
Busy with PORT, State, Data channel and such More... about 14 years ago
More fixes. Slightly cleaner. Must now implement PORT and EPRT. Later the PASV modes. More... about 14 years ago
Fixed the STAT command, it now works and with CyberDuck.app I can traverse the directories, unless when the directory is empty. More... about 14 years ago
Added the amount of links to the file in the STAT output. More... about 14 years ago
adding -lpthread This seems added bu magic on OSX More... about 14 years ago
Missed one... More... about 14 years ago
Nog een fix. More... about 14 years ago