Commit Graph

9320 Commits

Author SHA1 Message Date
Andreas Rumpf
a4fbff13eb nimsuggest is built by koch.nim instead 2016-09-27 20:17:17 +02:00
Andreas Rumpf
21e35c201c made async compile again 2016-09-26 23:31:36 +02:00
Andreas Rumpf
0699305121 revert brainless changes 2016-09-26 23:23:47 +02:00
Andreas Rumpf
cfae650750 make travis green 2016-09-26 23:19:09 +02:00
Andreas Rumpf
d8430f5a75 tar.xz contains nimble and nimsuggest 2016-09-26 19:26:39 +02:00
Andreas Rumpf
084ed53baa make nimgrep compile without warnings 2016-09-26 19:26:39 +02:00
Andreas Rumpf
c7b9883ad0 make linenoise compile in some /tmp directory 2016-09-26 19:26:39 +02:00
Andreas Rumpf
8e845cc79f docgen fixes for basic3d 2016-09-26 19:26:39 +02:00
Andreas Rumpf
0ca58120b7 docgen fixes for selectors.nim 2016-09-26 19:26:39 +02:00
Andreas Rumpf
1ccdf85eda docgen fixes for basic2d 2016-09-26 19:26:39 +02:00
Dominik Picheta
df44c71770 Fixes #4587. 2016-09-25 19:26:28 +02:00
Dominik Picheta
6aa8ff9af6 Moves async futures into asyncfutures module. 2016-09-25 18:24:35 +02:00
Dominik Picheta
c188c2076b Merge pull request #4830 from cheatfate/disabletimetest
tupcoming_async: Disable real time test comparison
2016-09-25 17:18:58 +02:00
Dominik Picheta
927fce4c7f FutureVar[T] parameters are now completed automatically. 2016-09-25 16:05:22 +02:00
cheatfate
54977e3709 Disable time error test. 2016-09-25 15:28:57 +03:00
Dominik Picheta
242af696dd Merge branch 'pyloor-asyncftp-add-removeDir' into devel 2016-09-25 13:11:12 +02:00
Dominik Picheta
b3c620fc58 Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeDir 2016-09-25 13:11:02 +02:00
Dominik Picheta
26d77b3299 Merge branch 'pyloor-asyncftp-add-removeFile' into devel 2016-09-25 13:09:48 +02:00
Dominik Picheta
1f1ec69fc9 Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeFile 2016-09-25 13:09:32 +02:00
Dominik Picheta
299b04491a CI: Depend on Jester HEAD because of nim-lang/nimble#129. 2016-09-25 13:06:09 +02:00
Dominik Picheta
8a6343b5b6 Fixes #3847. 2016-09-25 13:02:10 +02:00
Dominik Picheta
6e7d50310e CI: Install a specific Jester commit. 2016-09-25 11:51:57 +02:00
Dominik Picheta
9753fb064f Add PATCH HTTP Method. 2016-09-25 11:48:10 +02:00
Dominik Picheta
26c7a76c8a asynchttpserver's Response object's req method uses HttpMethod now.
Fixes #4423.
2016-09-25 00:39:57 +02:00
Dominik Picheta
6a83bc1ff5 HTTP client's request proc no longer slices http method string param. 2016-09-25 00:10:07 +02:00
Dominik Picheta
545e24b8ff Improves httpclient documentation. 2016-09-24 23:02:56 +02:00
Dominik Picheta
cff6ec2155 Implements onProgressChanged callback for httpclient. 2016-09-24 22:58:10 +02:00
Andreas Rumpf
9b810b17a2 fixes #4803 2016-09-24 21:00:31 +02:00
Andreas Rumpf
cd27b7710d fixes #4813 2016-09-24 21:00:31 +02:00
Dominik Picheta
ff821eed6a Deprecates old httpclient procedures. 2016-09-24 20:48:28 +02:00
Dominik Picheta
0baef8e6ea Implements getContent and postContent for (Async)HttpClient. 2016-09-24 20:33:00 +02:00
Dominik Picheta
fa9ec7a6b5 Handle redirects in HttpClient's post procs & post test. 2016-09-24 17:50:58 +02:00
Dominik Picheta
547fb7f1e4 CI: Fixes NSIS deployments. 2016-09-24 17:26:53 +02:00
Andreas Rumpf
7a107dc245 Merge pull request #4826 from yglukhov/patch-1
Typo in doc
2016-09-24 13:41:54 +02:00
Yuriy Glukhov
cb1231bf73 Typo in doc 2016-09-24 12:47:00 +03:00
Dominik Picheta
aec88bb5d9 Merge pull request #4815 from pyloor/asyncftp-add-rename
Asyncftpclient: adding rename proc
2016-09-24 10:48:32 +02:00
Dominik Picheta
9b1f46b463 Merge pull request #4822 from alphashuro/patch-1
Update mysql.nim
2016-09-24 10:46:11 +02:00
Dominik Picheta
e7e72d9f38 Merge pull request #4825 from cheatfate/ioselectors_vnode
EVFILT_VNODE events support for ioselectors
2016-09-24 10:45:29 +02:00
cheatfate
f40c1d3ad1 Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test for it. 2016-09-24 05:16:39 +03:00
Andreas Rumpf
ffb812521d fixes serious regression 2016-09-24 02:52:16 +02:00
Andreas Rumpf
2569a58f08 fixes #4746 2016-09-24 02:27:12 +02:00
Andreas Rumpf
66bbf7518e fixes #4776 2016-09-24 02:27:12 +02:00
Andreas Rumpf
bc53d2c9de bugfix: bottom of AVL tree is now threadsafe 2016-09-24 02:27:12 +02:00
Andreas Rumpf
5a2ff9035e Merge pull request #4824 from cheatfate/fix3567
Fix #3567
2016-09-23 23:05:14 +02:00
cheatfate
32dd1e5d3c fix #3567 2016-09-23 23:04:09 +03:00
Alpha Shuro
e39c872744 Update mysql.nim
add the new version of mysql client dynlib
2016-09-22 21:03:40 +02:00
Dominik Picheta
2e754f7342 Merge pull request #4811 from andreaferretti/httpmethods
Added PATCH HTTP method
2016-09-22 12:30:23 +02:00
Andrea Ferretti
4ee4393556 Fixed missing comma 2016-09-22 11:54:59 +02:00
pyloor
bc19b71fd2 Asyncftpclient: adding removeDir proc 2016-09-21 23:58:07 +02:00
pyloor
95e0e6260e adding a test for removing a file 2016-09-21 23:54:38 +02:00