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
/
asyncftpclient.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes calling convention for the callbacks
Andreas Rumpf
2016-01-08
1
-2
/
+2
*
Added examples to asyncftpclient module.
Dominik Picheta
2015-09-17
1
-12
/
+63
*
Moved handling of multi-line FTP replies to `expectReply`.
Dominik Picheta
2015-07-01
1
-5
/
+14
*
remove unnecessary function
Luca
2015-06-27
1
-1
/
+1
*
Remove redundant 220 check
Luca
2015-06-27
1
-4
/
+3
*
Allow AsyncFtpClient and ftpclient to check 220 messages
Luca
2015-06-26
1
-1
/
+7
*
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
-2
/
+2
*
Fix a few more warnings
def
2015-02-17
1
-3
/
+3
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Lots of documentation improvements for asyncdispatch.
Dominik Picheta
2014-09-12
1
-0
/
+18
*
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-1
/
+1
*
s/storeFile/store/
Dominik Picheta
2014-08-31
1
-2
/
+2
*
Case fixes for network modules.
Dominik Picheta
2014-08-30
1
-39
/
+39
*
Add asyncftpclient module.
Dominik Picheta
2014-08-29
1
-0
/
+295