Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-10-05 | xfer: add option xfer.file.download_temporary_suffix with default value ↵ | Sébastien Helleu | |
".part" (closes #1237) | |||
2019-04-06 | xfer: add option xfer.network.speed_limit_recv (closes #269) | Sébastien Helleu | |
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send. | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-03-31 | xfer: fix code style and comments (issue #1171) | Sébastien Helleu | |
2018-03-28 | xfer: add xfer.network.send_ack option | Dominique Martinet | |
This option disables sending acks during transfer, leaving only the final ack, as would naturally happen if sending ack ever returns EWOULDBLOCK. | |||
2018-03-28 | xfer: set TCP_NODELAY on recv side | Dominique Martinet | |
This works around hangs where only a couple of bytes could be sent to the socket and retrying to send the last bytes of the ack never seem to work. Closes #1167. | |||
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-02-05 | xfer: ignore signals when polling socket during file receive (closes #677) | Simmo Saan | |
When signals (e.g. SIGWINCH for terminal resize) are fired they cause poll to fail with EINTR, erroring file receival even when there wasn't a problem with it. This patch adds additional checks for EINTR and EAGAIN that cause retry of poll, since both are unrelated to actual file receival. | |||
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-07-18 | xfer: fix crash if the DCC file socket number is too high (issue #465) | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-04-13 | xfer: fix freeze/problems when sending empty files with DCC (closes #53) | Sébastien Helleu | |
2014-02-28 | xfer: replace constant by sizeof in a call to snprintf | Sebastien Helleu | |
2014-01-09 | xfer: add support of IPv6 for DCC chat/file (patch #7992) | Andrew Potter | |
2014-01-06 | xfer: add option xfer.file.auto_check_crc32 (patch #7963) | Sebastien Helleu | |
Thanks to Andrew Potter for the patch. | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-05-27 | xfer: fix compilation error on OpenBSD | Simon Kuhnle | |
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de> | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-01 | xfer: fix typo in comment | Sebastien Helleu | |
2013-02-28 | xfer: fix freeze of DCC file received: use select() to read socket and if an ↵ | Sebastien Helleu | |
ACK send fails, silently ignore and disable ACK (except the last) | |||
2013-02-26 | xfer: fix freeze of DCC file received: use non-blocking socket after ↵ | Sebastien Helleu | |
connection to sender and ensure the ACK is properly sent (bug #38340) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from ↵ | Sebastien Helleu | |
Nils Görs) | |||
2012-11-27 | xfer: limit bytes received to file size (for DCC file received), fix crash ↵ | Sebastien Helleu | |
when displaying a xfer file with pos greater than size | |||
2012-09-24 | xfer: fix DCC transfer error (bug #37432) | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-10 | Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems ↵ | Sebastien Helleu | |
(bug #31531) This commit fixes another bug when file is sent: sometimes transfer was still active although file was successfully sent. | |||
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-05-12 | Fix typo: transfert -> transfer | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-12-19 | Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when ↵ | Sebastien Helleu | |
terminal was resized | |||
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-06-15 | Add speed limit for DCC files sending (task #6178) | Sebastien Helleu | |
2008-05-02 | Fix compilation of xfer plugin on FreeBSD | Sebastien Helleu | |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵ | Sebastien Helleu | |
by /dcc command) | |||
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) |