Commit Graph

9283 Commits

Author SHA1 Message Date
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
348c7d1faf adding rename proc to asyncftpclient 2016-09-21 23:46:15 +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
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
Dominik Picheta
3c47e70d53 Update v0.15 news. 2016-09-18 18:56:24 +02:00
Dominik Picheta
c4ee18015e Use HttpHeaders in httpclient module. 2016-09-18 18:56:04 +02:00
Dominik Picheta
3ad368f8ca Improvements to httpclient. Refs #4423.
* Adds ability to query HttpCode and compare it with strings.
* Moves HttpMethod to HttpCore module.
* Implements synchronous HttpClient using {.multisync.}.
2016-09-18 18:16:51 +02:00
Dominik Picheta
1740619c0c Implements {.multisync.} pragma for async and sync proc combos. 2016-09-18 18:15:20 +02:00
Dominik Picheta
2864c346e3 Fixes koch winrelease. 2016-09-18 14:10:37 +02:00
Dominik Picheta
c86d1a479c CI: For Windows deploy run koch winrelease. 2016-09-18 14:01:16 +02:00
Dominik Picheta
985d3313da CI: Small fixes. 2016-09-18 11:53:52 +02:00
Dominik Picheta
2ee9a27be3 CI: Fixes Linux tests.
Squashed commit of the following:

commit d72fd199a7e460348283a92fcd8b9ebad50b5984
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Sep 18 01:36:01 2016 +0200

    CI: csources build needs git.

commit 5dc88a77675f1a6e315b0360d6a880d7b48deb8b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sun Sep 18 00:35:16 2016 +0200

    CI: Install build-essentials for c sources.

commit 64b06c3c8a92b516faaf1a2267fc5258a8993c2b
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:47:54 2016 +0200

    CI: Add Git as dependency.

commit 67c2ddb8fe2e18667e532e6f593f1bf4651d5995
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:42:25 2016 +0200

    CI: Fix gcc call before everything else.

commit a6f0b1f8af4985796d382ef43b9a3835adf38329
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:39:19 2016 +0200

    CI: Install build-essential in deps.sh

commit e5c95e098b6699b589de3f8262fedacde1513381
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:35:47 2016 +0200

    Remove install of build-essential.
    CI: Remove build-essential install.

commit 1d9085cd40d6dfbb222ae7636e526fa286cd0e2e
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:26:51 2016 +0200

    CI: Install build-essential instead of gcc.

commit 0210abaa712885f5dc9eae980c20c0e300710b38
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 23:24:54 2016 +0200

    Change image to ubuntu.
2016-09-18 01:36:33 +02:00
Dominik Picheta
80726b84fd CI: Install FASM via apt-get instead of manually. 2016-09-17 22:22:42 +02:00
Dominik Picheta
07c637c24c Increase error rate for upcoming timers test. 2016-09-17 22:09:10 +02:00
Dominik Picheta
b56595ae26 Fixes $(0.0/0.0) giving -nan on some systems.
Squashed commit of the following:

commit c7fc086b663f4d4003ccd5831a0ca508cf9badc7
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 21:09:48 2016 +0200

    Another attempt at fix.

commit 67b7fb67cda08d945e480a6a01fb0fee797add00
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date:   Sat Sep 17 20:47:41 2016 +0200

    Fixes $(0.0/0.0) giving `-nan` on some systems.
2016-09-17 22:09:10 +02:00
Johannes Hofmann
93160547a9 reset p.exitCode in peekExitCode on Posix when process did not exit (#4793)
* reset p.exitCode in peekExitCode on Posix when process did not exit

fixes #4792

* fix indentation
2016-09-17 22:03:14 +02:00
Dominik Picheta
f4f8827c06 Merge pull request #4784 from rudis/devel
os: always use pcLinkToDir as kind for links to directories
2016-09-17 18:58:47 +02:00
Dominik Picheta
f62ced80fc Merge pull request #4789 from rudis/devel-tests
tests: tnewasyncudp: use constant
2016-09-17 18:44:12 +02:00
Simon Ruderich
fc0a3dceaf os: always use pcLinkToDir as kind for links to directories
Only the OS-specific case in walkDir() handled that correctly. Adapt the
general case and handle it in getFileInfo().
2016-09-17 18:32:45 +02:00
Simon Ruderich
38505e31c8 tests: tnewasyncudp: use constant 2016-09-17 18:11:12 +02:00
Simon Ruderich
1cee3eb011 posix: add INADDR_LOOPBACK 2016-09-17 18:11:12 +02:00
Dominik Picheta
d250f06550 Merge pull request #4790 from rudis/devel-mkstemp
posix: add mkstemp
2016-09-17 17:41:06 +02:00
Dominik Picheta
18b64f1dcf Merge pull request #4788 from rudis/devel-doc
Misc documentation fixes
2016-09-17 17:25:49 +02:00
Dominik Picheta
dfe416eaad Fixes Futures' or operation so that asyncftpclient compiles. 2016-09-17 17:21:05 +02:00
Simon Ruderich
8ed241a1f0 posix: add mkstemp 2016-09-17 16:57:51 +02:00