Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #3847. | Dominik Picheta | 2016-09-25 | 4 | -10/+52 |
| | |||||
* | Add PATCH HTTP Method. | Dominik Picheta | 2016-09-25 | 1 | -3/+2 |
| | |||||
* | asynchttpserver's Response object's req method uses HttpMethod now. | Dominik Picheta | 2016-09-25 | 3 | -15/+20 |
| | | | | Fixes #4423. | ||||
* | HTTP client's request proc no longer slices http method string param. | Dominik Picheta | 2016-09-25 | 1 | -4/+5 |
| | |||||
* | Improves httpclient documentation. | Dominik Picheta | 2016-09-24 | 1 | -32/+51 |
| | |||||
* | Implements onProgressChanged callback for httpclient. | Dominik Picheta | 2016-09-24 | 1 | -11/+51 |
| | |||||
* | Deprecates old httpclient procedures. | Dominik Picheta | 2016-09-24 | 1 | -6/+22 |
| | |||||
* | Implements getContent and postContent for (Async)HttpClient. | Dominik Picheta | 2016-09-24 | 1 | -1/+36 |
| | |||||
* | Handle redirects in HttpClient's post procs & post test. | Dominik Picheta | 2016-09-24 | 1 | -0/+10 |
| | |||||
* | Typo in doc | Yuriy Glukhov | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4815 from pyloor/asyncftp-add-rename | Dominik Picheta | 2016-09-24 | 1 | -0/+7 |
|\ | | | | | Asyncftpclient: adding rename proc | ||||
| * | adding rename proc to asyncftpclient | pyloor | 2016-09-21 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #4822 from alphashuro/patch-1 | Dominik Picheta | 2016-09-24 | 1 | -2/+2 |
|\ \ | | | | | | | Update mysql.nim | ||||
| * | | Update mysql.nim | Alpha Shuro | 2016-09-22 | 1 | -2/+2 |
| | | | | | | | | | add the new version of mysql client dynlib | ||||
* | | | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test ↵ | cheatfate | 2016-09-24 | 2 | -9/+68 |
| | | | | | | | | | | | | for it. | ||||
* | | | fixes serious regression | Andreas Rumpf | 2016-09-24 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #4746 | Andreas Rumpf | 2016-09-24 | 1 | -2/+4 |
| | | | |||||
* | | | fixes #4776 | Andreas Rumpf | 2016-09-24 | 3 | -29/+43 |
| | | | |||||
* | | | bugfix: bottom of AVL tree is now threadsafe | Andreas Rumpf | 2016-09-24 | 3 | -5/+7 |
|/ / | |||||
* | | Fixed missing comma | Andrea Ferretti | 2016-09-22 | 1 | -1/+1 |
| | | |||||
* | | Added PATCH HTTP method | Andrea Ferretti | 2016-09-21 | 1 | -1/+3 |
|/ | |||||
* | Add define value `nimBurnFree` which allow deallocation procedures to fill ↵ | cheatfate | 2016-09-20 | 1 | -1/+1 |
| | | | | memory with 0xFF before freeing it. | ||||
* | HttpCode shouldn't require explicit initialisation to prevent breakage. | Dominik Picheta | 2016-09-19 | 1 | -1/+3 |
| | |||||
* | Reverted removal of HttpCode.`$`. | Dominik Picheta | 2016-09-19 | 1 | -2/+2 |
| | |||||
* | Fixes `asyncmacro` compilation in tests. | Dominik Picheta | 2016-09-19 | 1 | -2/+1 |
| | |||||
* | Use `distinct range` for HttpCode as suggested by @nigredo-tori. | Dominik Picheta | 2016-09-19 | 2 | -55/+118 |
| | |||||
* | Fixes #4797. | Dominik Picheta | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | Implements proxy support for (Async)HttpClient. Ref #4423. | Dominik Picheta | 2016-09-18 | 2 | -18/+78 |
| | | | | Fixes #2160. | ||||
* | Implements timeouts for synchronous HttpClient. | Dominik Picheta | 2016-09-18 | 1 | -9/+22 |
| | |||||
* | Use HttpHeaders in httpclient module. | Dominik Picheta | 2016-09-18 | 1 | -8/+8 |
| | |||||
* | Improvements to httpclient. Refs #4423. | Dominik Picheta | 2016-09-18 | 3 | -87/+145 |
| | | | | | | * Adds ability to query HttpCode and compare it with strings. * Moves HttpMethod to HttpCore module. * Implements synchronous HttpClient using {.multisync.}. | ||||
* | Implements {.multisync.} pragma for async and sync proc combos. | Dominik Picheta | 2016-09-18 | 1 | -0/+110 |
| | |||||
* | Fixes $(0.0/0.0) giving `-nan` on some systems. | Dominik Picheta | 2016-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | reset p.exitCode in peekExitCode on Posix when process did not exit (#4793) | Johannes Hofmann | 2016-09-17 | 1 | -1/+3 |
| | | | | | | | | * reset p.exitCode in peekExitCode on Posix when process did not exit fixes #4792 * fix indentation | ||||
* | Merge pull request #4784 from rudis/devel | Dominik Picheta | 2016-09-17 | 1 | -10/+29 |
|\ | | | | | os: always use pcLinkToDir as kind for links to directories | ||||
| * | os: always use pcLinkToDir as kind for links to directories | Simon Ruderich | 2016-09-17 | 1 | -10/+29 |
| | | | | | | | | | | Only the OS-specific case in walkDir() handled that correctly. Adapt the general case and handle it in getFileInfo(). | ||||
* | | posix: add INADDR_LOOPBACK | Simon Ruderich | 2016-09-17 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #4790 from rudis/devel-mkstemp | Dominik Picheta | 2016-09-17 | 1 | -0/+6 |
|\ | | | | | posix: add mkstemp | ||||
| * | posix: add mkstemp | Simon Ruderich | 2016-09-17 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #4788 from rudis/devel-doc | Dominik Picheta | 2016-09-17 | 1 | -7/+6 |
|\ \ | | | | | | | Misc documentation fixes | ||||
| * | | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 1 | -7/+6 |
| | | | |||||
* | | | Fixes Futures' `or` operation so that asyncftpclient compiles. | Dominik Picheta | 2016-09-17 | 2 | -6/+6 |
| |/ |/| | |||||
* | | Fixes #4170. | Dominik Picheta | 2016-09-17 | 3 | -25/+75 |
|/ | |||||
* | Fixes #4262. | Dominik Picheta | 2016-09-17 | 2 | -73/+80 |
| | |||||
* | Merge pull request #4782 from endragor/marshal-non-utf8 | Andreas Rumpf | 2016-09-17 | 1 | -27/+23 |
|\ | | | | | Use array encoding for non-UTF-8 strings in marshal | ||||
| * | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -27/+23 |
| | | |||||
* | | fix missing procvar pragma | pyloor | 2016-09-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4771 from rudis/devel | Andreas Rumpf | 2016-09-16 | 3 | -22/+24 |
|\ | | | | | Misc minor (doc) fixes | ||||
| * | system: writeLine: escape \n in documentation | Simon Ruderich | 2016-09-15 | 1 | -1/+1 |
| | | |||||
| * | system: shl: remove superfluous spaces in documentation | Simon Ruderich | 2016-09-15 | 1 | -2/+2 |
| | |