summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1921 from def-/lc-improveAndreas Rumpf2015-01-111-1/+0
|\ | | | | Remove unnecessary check in list comprehensions
| * Remove unnecessary check in list comprehensionsdef2015-01-101-1/+0
| |
* | Support MySQL on OSXEndre Karlson2015-01-111-5/+9
| |
* | fixes #1866Araq2015-01-101-1/+2
|/
* Merge pull request #1884 from def-/tcc-usevforkAndreas Rumpf2015-01-071-1/+6
|\ | | | | Add workaround for TCC to make POSIX_SPAWN_USEVFORK available
| * Add workaround for TCC to make POSIX_SPAWN_USEVFORK availabledef2015-01-061-1/+6
| |
* | Merge pull request #1876 from flaviut/unittest-stacktraceAndreas Rumpf2015-01-071-0/+1
|\ \ | | | | | | Add stack trace to unitest.nim exceptions
| * | Make unittest.nim print stack traceFlaviu Tamas2015-01-051-0/+1
| |/
* | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0742-42/+42
|\ \ | | | | | | Happy new year!
| * | Happy new year!Guillaume Gelin2015-01-0642-42/+42
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-0712-204/+394
|\| | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim
| * | Merge pull request #1883 from flaviut/add-unittest-docsVarriount2015-01-051-6/+21
| |\ \ | | | | | | | | Add an example and remove future claims from unittest.nim
| | * | Add an example and remove future claimsFlaviu Tamas2015-01-051-6/+21
| | |/ | | | | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon.
| * | Merge pull request #1835 from def-/mysql-lib-versionVarriount2015-01-051-1/+1
| |\ \ | | | | | | | | Allow higher versions of libmysqlclient
| | * | Allow higher versions of libmysqlclientdef2015-01-021-1/+1
| | | |
| * | | Merge pull request #1879 from def-/nim-renamesVarriount2015-01-052-4/+4
| |\ \ \ | | | | | | | | | | Some GC renames to get rid of deprecation warnings
| | * | | Some GC renames to get rid of deprecation warningsdef2015-01-062-4/+4
| | | |/ | | |/|
| * / | Properly use the terminal moduleFlaviu Tamas2015-01-051-0/+2
| |/ / | | | | | | | | | | | | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults.
| * | Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
| | |
| * | Merge pull request #1867 from def-/httpclient-multipartDominik Picheta2015-01-051-35/+142
| |\ \ | | | | | | | | Add multipart parameter to httpclient's post and postContent
| | * | Rename newData() to newMultipartData()def2015-01-051-5/+5
| | | |
| | * | A few more fixes to httpclient multipartdef2015-01-051-4/+9
| | | |
| | * | post should work when extra headers don't have trailing newlinedef2015-01-051-2/+11
| | | |
| | * | Check that p is not nil in formatdef2015-01-051-1/+1
| | | |
| | * | Add multipart parameter to httpclient's post and postContentdef2015-01-051-35/+128
| | | |
| * | | Merge pull request #1865 from def-/async-fixesDominik Picheta2015-01-052-2/+13
| |\ \ \ | | | | | | | | | | Async fixes
| | * | | Handle interrupt on epoll_wait graciously (allows strace to work)def2015-01-041-1/+5
| | | | |
| | * | | Close async socket on error (instead of looping on epoll_wait with 100% CPU)def2015-01-042-1/+8
| | |/ /
| * | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-055-154/+182
| |\| |
| | * | Merge pull request #1852 from def-/fix-urireactormonk2015-01-041-2/+0
| | |\ \ | | | | | | | | | | Remove debug messages. Bad def-.
| | | * | Remove debug messagesdef2015-01-031-2/+0
| | | | |
| | * | | Merge pull request #1848 from def-/fix-uriDominik Picheta2015-01-032-16/+43
| | |\| | | | | | | | | | | | Fix uri & httpclient
| | | * | Apply #1824 to fix #1823def2015-01-031-2/+4
| | | | |
| | | * | Minor cleanupdef2015-01-031-3/+2
| | | | |
| | | * | Fix (u: Uri), add test cases and make it work for opaque URIsdef2015-01-031-14/+35
| | | | |
| | | * | Fix httpclient to properly encode queries (path?queries)def2015-01-031-2/+7
| | | | |
| | * | | Translate md5 module to unsigned numbersdef2015-01-031-135/+135
| | |/ / | | | | | | | | | | | | Fixes the bug that files > 256 MB get wrong md5 sum calculated
| | * | Merge pull request #1815 from def-/asynchttpserverAndreas Rumpf2015-01-021-0/+2
| | |\ \ | | | | | | | | | | Add imports to asynchttpserver example
| | | * | Add imports to asynchttpserver exampledef2014-12-291-0/+2
| | | | |
| * | | | fixes #1796Araq2015-01-051-4/+32
| | |_|/ | |/| |
* | | | minor cleanupsAraq2015-01-071-1/+1
| |/ / |/| |
* | | fixes #1816Araq2015-01-021-3/+4
|/ /
* | ignore signal SIGPIPE on DarwinAndre2014-12-302-2/+6
| |
* | Merge pull request #1794 from flaviut/fix-win-crosscompileAndreas Rumpf2014-12-301-22/+22
|\ \ | | | | | | Fix cross compilation to windows from linux
| * | Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
| | | | | | | | | | | | `Winsock2.h` should be all lowercase
* | | Merge pull request #1792 from astrolantique/develDominik Picheta2014-12-302-1/+17
|\ \ \ | | | | | | | | Update OS version detections.
| * | | Added NT 6.2 and NT 6.3 (8/8.1)astrolantique2014-12-301-0/+8
| | | |
| * | | getSystemVersion updated to include 10.7 to 10.10astrolantique2014-12-291-1/+9
| | |/ | |/|
* / | development version is 0.10.3Araq2014-12-301-1/+1
|/ /
* | release of 0.10.2Araq2014-12-291-1/+1
| |