Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | inets: unused var in ftp.erl anonymized | Hans Nilsson | |
2016-06-29 | inets: ftp debug printout removed | Hans Nilsson | |
2016-06-03 | ftp: fix error code errors incl extend test suites | Hans Nilsson | |
2016-06-02 | ftp: close lsock without crash | Hans Nilsson | |
2016-05-18 | [inets] Remove usage of erlang:now() | Lars Thorsen | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-24 | inets: Add new module inets_time_compat with new time API | Erland Schönbeck | |
The new module is backwards compatible. | |||
2015-03-20 | inets: Cleanup of multiple copies of functions | Erland Schönbeck | |
Add inets_lib with common functions used by multiple modules | |||
2015-03-20 | inets: Update comments | Erland Schönbeck | |
2015-03-20 | Suppress deprecated warning on erlang:now/0 | Erland Schönbeck | |
2015-03-20 | Use new time API and be back-compatible in inets | Erland Schönbeck | |
Remove unused functions and removed redundant test | |||
2014-10-15 | INETS FTP: EPSV and EPRT for IPv4 added | Vladimir Shmalko | |
2014-02-24 | Merge branch 'sgolovan/check_if_ftp_path_is_sane/OTP-11750' | Henrik Nord | |
* sgolovan/check_if_ftp_path_is_sane/OTP-11750: lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-02-09 | lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. | Sergei Golovan | |
for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2013-12-03 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftp: Add timeouts to ssl:connect | Hans Nilsson | |
2013-11-19 | ftps: working | Hans Nilsson | |
2013-11-19 | . | Hans Nilsson | |
2013-11-19 | added some printouts | Hans Nilsson | |
2013-11-19 | ftp: towards a working ftps, chapter 1 | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-07-11 | Add missing brackets to report formatting on ftp_progress process exit | Artur Wilniewczyc | |
When progress reporting process exits, ftp client crashes because of missing brackets in io_lib:format argument. | |||
2012-10-11 | Handle correctly the "No files found or file unavailable" error code. | serge | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-20 | [inets] Merged from R14B and also fixed appup | Micael Karlberg | |
Merge from R14B integration branch (for inets-5.7.3) and fixed appup and corresponding code-change code to work in new version (inets-5.8.1). Also some minor (R15B specific) test suite fixes. Merge branch 'bmk/inets/inets573_integration' into bmk/inets/inets581_integration/r15 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_client/httpc_internal.hrl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2011-12-20 | [ftp] Fails to open IPv6 connection | Micael Karlberg | |
Fails to open IPv6 connection due to badly formatted IPv6 address in EPRT command. The address part of the command incorrectly contained decimal elements instead of hexadecimal. Attila Rajmund Nohl OTP-9827 | |||
2011-09-19 | [ftpc] Add a config option to specify a data connect timeout. | Micael Karlberg | |
That is how long the ftp client will wait for the server to connect to the data socket. If this timeout occurs, an error will be returned to the caller and the ftp client process will be terminated. OTP-9545 | |||
2011-05-27 | OTP-9342: FTP client doesn't work with IPv6 | Micael Karlberg | |
OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-03-09 | Added (type) specs for all "public" functions in the ftp module. | Micael Karlberg | |
2010-06-07 | OTP-7907: Allow the use of the "new" ssl (essl). | Micael Karlberg | |
OTP-8564: Update deeprication status. OTP-8573: Inets mod_alias URL rewrite. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |