summary refs log tree commit diff stats
path: root/lib/deprecated/pure/ftpclient.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-669/+0
|
* Fix ftpclient.nimNeelesh Chandola2018-12-131-1/+0
|
* removes deprecated T/P typesAraq2018-11-161-5/+0
|
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-1/+1
|
* make tests green againAndreas Rumpf2016-08-231-2/+2
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-2/+2
| | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+675
This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories.