index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
ftpclient.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move deprecated modules into lib/deprecated/
Adam Strzelecki
2015-09-30
1
-675
/
+0
*
Deprecated ftpclient module.
Dominik Picheta
2015-09-17
1
-1
/
+8
*
Moved handling of multi-line FTP replies to `expectReply`.
Dominik Picheta
2015-07-01
1
-3
/
+16
*
remove unnecessary function
Luca
2015-06-27
1
-1
/
+1
*
Remove redundant 220 check
Luca
2015-06-27
1
-4
/
+3
*
Fix no async code
Luca
2015-06-26
1
-2
/
+2
*
Fix remove async call
Luca
2015-06-26
1
-1
/
+1
*
Allow ftp client to handle 220 multiline messages
Luca
2015-06-26
1
-2
/
+12
*
fixes #2517
Araq
2015-04-25
1
-1
/
+1
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Use `^` instead of `-` in slices
def
2015-03-28
1
-26
/
+26
*
Fix a few more warnings
def
2015-02-17
1
-41
/
+41
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
docgen should work again
Araq
2014-10-05
1
-7
/
+8
*
Lots of documentation improvements for asyncdispatch.
Dominik Picheta
2014-09-12
1
-1
/
+1
*
Ftpclient backwards compatibility fixes.
Dominik Picheta
2014-08-30
1
-23
/
+20
*
Merge branch 'devel' into bigbreak
Dominik Picheta
2014-08-30
1
-117
/
+120
|
\
|
*
Add asyncftpclient module.
Dominik Picheta
2014-08-29
1
-12
/
+19
|
*
Ftpclient module now uses generics.
Dominik Picheta
2014-08-24
1
-93
/
+89
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
big rename
Araq
2014-08-27
1
-30
/
+35
|
/
*
fix failed tests due to gcsafe
Araq
2014-08-12
1
-33
/
+34
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-4
/
+7
*
Add checks for invalid socket when creating sockets.
Dominik Picheta
2014-04-15
1
-0
/
+2
*
updated asyncio and ftpclient modules
Araq
2014-01-25
1
-10
/
+10
*
Corrected prunesocketset and pruneprocessset
Erik O'Leary
2014-01-19
1
-2
/
+2
*
Fixed async send in ftpclient module.
Dominik Picheta
2013-10-11
1
-1
/
+2
*
Fixed recvLine deprecation warnings.
Dominik Picheta
2013-04-14
1
-8
/
+7
*
bugfix: ftpclient compiles again
Araq
2013-01-22
1
-1
/
+1
*
Fixed many deprecation warnings. asyncio.recvLine now throws an
Dominik Picheta
2012-12-23
1
-50
/
+28
*
Fixes #268
Dominik Picheta
2012-12-08
1
-6
/
+12
*
IRC module is now saner at the expense of a little API breakage.
Dominik Picheta
2012-12-01
1
-0
/
+4
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-1
/
+2
*
Ftpclient now fully works both synchronously and asynchronously.
Dominik Picheta
2012-09-22
1
-158
/
+178
*
ftpclient fixed but causes an issue with the code generator and
Dominik Picheta
2012-09-21
1
-95
/
+141
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-1
/
+1
*
UDP improvements for the sockets module. Renamed ftpclient.fileExists to
Dominik Picheta
2012-08-12
1
-1
/
+12
*
make tests green again
Araq
2012-07-17
1
-4
/
+4
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
1
-2
/
+2
*
ftpclient fixes for windows.
dom96
2012-01-28
1
-10
/
+14
*
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-112
/
+229
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
Added a `chmod` function to the ftpclient module.
dom96
2011-11-30
1
-1
/
+22
*
Fixed `ftpclient.createDir`.
dom96
2011-11-29
1
-1
/
+4
*
Added new features to the ftpclient module.
dom96
2011-11-15
1
-2
/
+53
*
new FTPClient module compiles in taint mode
Araq
2011-11-15
1
-21
/
+34
*
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...
dom96
2011-11-04
1
-0
/
+359