Commit Graph

11210 Commits

Author SHA1 Message Date
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
Johannes Hofmann
77109d4c7b Merge branch 'devel' into unify_waitpid_handling 2016-09-24 14:54:32 +02:00
Johannes Hofmann
829b706440 rename exitCode to exitStatus 2016-09-24 14:46:07 +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
Pavel Roschin
61755945d2 Enable JIT in PCRE to improve regular expressions performance 2016-09-23 01:13:06 +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
235fc29834 Added expandMacros macro 2016-09-22 12:26:51 +02:00
Andrea Ferretti
15f7094fde Added a dump macro for debugging 2016-09-22 12:07:36 +02:00
Andrea Ferretti
4ee4393556 Fixed missing comma 2016-09-22 11:54:59 +02:00
Andrea Ferretti
25ee55adfc Update to allow varargs in js console logging 2016-09-22 11:39:24 +02:00
Johannes Hofmann
5986b78bbe generally update exitCode only after successful completion of waitpid() 2016-09-22 10:55:21 +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
pyloor
cd41479180 adding removeFile proc to asyncftpclient 2016-09-21 23:49:40 +02:00
pyloor
348c7d1faf adding rename proc to asyncftpclient 2016-09-21 23:46:15 +02:00
Andrea Ferretti
693b2b0f5d Added js console object 2016-09-21 17:35:45 +02:00
Andrea Ferretti
91f6784d0f Added PATCH HTTP method 2016-09-21 17:27:05 +02:00
Andreas Rumpf
723bc158ce Merge pull request #4809 from cheatfate/rpath
RPATH locations for OpenBSD,NetBSD and FreeBSD.
2016-09-21 10:39:35 +02:00
cheatfate
4e183dc106 RPATH locations for OpenBSD,NetBSD and FreeBSD. 2016-09-21 03:55:07 +03:00
Andreas Rumpf
f3da2fe330 Merge pull request #4806 from yglukhov/addr-var-init
JS: Fixed ICE on ptr assignment
2016-09-20 17:13:25 +02:00
Andreas Rumpf
315fba18ce Merge pull request #4807 from cheatfate/nimBurnFree
add define nimBurnFree
2016-09-20 17:12:57 +02:00
cheatfate
f0ea9447ce Add define value nimBurnFree which allow deallocation procedures to fill memory with 0xFF before freeing it. 2016-09-20 17:34:36 +03:00
Yuriy Glukhov
82b022ebc6 JS: Fixed ICE on ptr assignment 2016-09-20 17:01:53 +03:00
Dominik Picheta
09651bec5e HttpCode shouldn't require explicit initialisation to prevent breakage. 2016-09-19 21:53:07 +02:00
Dominik Picheta
31bdf45ffe Reverted removal of HttpCode.$. 2016-09-19 21:16:50 +02:00
Dominik Picheta
519aa16b67 Fixes asyncmacro compilation in tests. 2016-09-19 21:00:54 +02:00
Dominik Picheta
cfd187d16e Use distinct range for HttpCode as suggested by @nigredo-tori. 2016-09-19 20:58:27 +02:00
Dominik Picheta
1fb5dd2477 Fixes #4797. 2016-09-19 19:36:35 +02:00
Wh1teDuke
248b5c0468 Run Option: use now processSingleTest 2016-09-19 16:25:39 +02:00
Wh1teDuke
ddb70d33f8 Add processSingleTest, remove file arg from processCategory 2016-09-19 16:24:15 +02:00
Dominik Picheta
8386476592 Implements proxy support for (Async)HttpClient. Ref #4423.
Fixes #2160.
2016-09-18 22:59:12 +02:00
Dominik Picheta
0c99523ad3 Implements timeouts for synchronous HttpClient. 2016-09-18 19:08:12 +02:00