0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 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... almost 14 years ago
Still disfunctional. But now the entire messaging, message queues, mailbox and postoffice concepts is now implemented. More... almost 14 years ago
Adding the net_buffer.{c,h} files as they are now seperated from the net_threader.{c,h} More... almost 14 years ago
Still completely unusable version of the code-base. More... almost 14 years ago
Relocating some functions, then remodeling networking API to message and event based. More... almost 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... almost 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... almost 14 years ago
Administration of password complete. More... almost 14 years ago
Added --password option. Though not integrated yet. More... almost 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... almost 14 years ago
Interesting bug, but not hazzardous for now. More... almost 14 years ago
Multi master support from slaves, now with reconnection feature. More... almost 14 years ago
Made thread_sleep() a new useful function. More... almost 14 years ago
Added sleeptimer in the Slave's thread that handles the connection to the Master's dispatcher. More... almost 14 years ago
Adding dispatcher thread. This thread will coordinate the actions to and from the Slaves. More... almost 14 years ago
Added first split in process type to work with --slave as a data-mover or slave process to the master. More... almost 14 years ago
Adding source files for the transfer manager, which is part of a data-move/slave. More... almost 14 years ago
Added output queue popper to idle loop. Which works excellent in both lftp and CyberDuck.app More... almost 14 years ago
Unlock mutex before destroying it. Isn't this semantic a raise condition? More... almost 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... almost 14 years ago
Making the LPRT return a 500 for now. EPRT and LPRT need to be implemented properly. More... almost 14 years ago
Fixed the "STAT on empty directory, follows PORT->LIST on same empty directory" issue. More... almost 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... almost 14 years ago
Busy with PORT, State, Data channel and such More... almost 14 years ago
More fixes. Slightly cleaner. Must now implement PORT and EPRT. Later the PASV modes. More... almost 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... almost 14 years ago
Added the amount of links to the file in the STAT output. More... almost 14 years ago
adding -lpthread This seems added bu magic on OSX More... almost 14 years ago
Missed one... More... almost 14 years ago
Nog een fix. More... almost 14 years ago