Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "--inetd" flag to git-daemon | Linus Torvalds | 2005-07-15 | 1 | -1/+11 |
| | | | | | All credit go to Alexey Nezhdanov <snake@penza-gsm.ru>, I just ended up re-implementing his idea. | ||||
* | git-daemon: re-organize code a bit for --inetd flag | Linus Torvalds | 2005-07-15 | 1 | -10/+10 |
| | | | | | | | Alexey Nezhdanov sent a patch that made git-daemon usable from inetd (ie where inetd has already done the accept on the new connection, the fork, and the setup of stdin/stdout). I wanted to organize the thing slightly differently, though. | ||||
* | Add a "git-daemon" that listens on a TCP port | Linus Torvalds | 2005-07-13 | 1 | -0/+117 |
.. and does a "git-upload-pack" on demand. |