summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Excludes windows platfrom from $PATH tilde expansion. Refs #2358.Grzegorz Adam Hankiewicz2015-03-171-1/+4
| * | Expands tildes for entries in $PATH when looking for a binary.Grzegorz Adam Hankiewicz2015-03-161-2/+4
| |/
* | fixed cuint definitionAraq2015-03-181-1/+1
* | Rename PNimrodNode to NimNodedef2015-03-178-384/+374
* | Merge pull request #2326 from oderwat/fix-totableAndreas Rumpf2015-03-171-23/+22
|\ \
| * | Making tuples anonymous (so far... not finished).Hans Raaf2015-03-171-23/+22
| |/
* | Merge pull request #2337 from kemege/db_charsetAndreas Rumpf2015-03-173-1/+25
|\ \ | |/ |/|
| * move database encoding options to setEncoding(), leave open() as it isKeMeGe2015-03-163-13/+31
| * Add character set options when opening DB connectionKeMeGe2015-03-143-6/+12
* | Merge pull request #2332 from def-/sections-toc-refAndreas Rumpf2015-03-161-1/+8
|\ \
| * | rstgen: Unique reference names in TOCdef2015-03-131-1/+8
* | | Merge pull request #2339 from gradha/pr_fixes_osx_environ_useAndreas Rumpf2015-03-161-2/+2
|\ \ \
| * | | Enables use of NSGetEnviron for osx binary compatibility. Refs #965.Grzegorz Adam Hankiewicz2015-03-141-2/+2
| | |/ | |/|
* | | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cppAndreas Rumpf2015-03-161-2/+2
|\ \ \
| * | | Fix pthread_create binding when compiling in C++ mode.Philip Wernersbach2015-03-151-2/+2
| |/ /
* / / Fixes #2323. Fixes #2148.Dominik Picheta2015-03-151-7/+11
|/ /
* | Merge pull request #2296 from SSPkrolik/redis-scan-implementationDominik Picheta2015-03-131-0/+24
|\ \
| * | Added implementation for Redis SCAN commandkrolik2015-03-091-0/+24
* | | Merge pull request #2268 from ziotom78/develAndreas Rumpf2015-03-131-0/+78
|\ \ \
| * | | New template `fpRadix` instead of the exported var `FP_RADIX`Maurizio Tomasi2015-03-111-1/+3
| * | | Grammar fixes in the docstringsMaurizio Tomasi2015-03-051-8/+8
| * | | New templates for getting the limits of FP types added.Maurizio Tomasi2015-03-051-0/+76
* | | | Merge pull request #2328 from def-/fix-fifoAndreas Rumpf2015-03-131-1/+1
|\ \ \ \
| * | | | Make readFile work with FIFO filesdef2015-03-121-1/+1
| | |_|/ | |/| |
* | | | fixed log*(logger: RollingFileLogger, level: Level,teroz2015-03-131-1/+1
* | | | Removed osinfo_* modules.Dominik Picheta2015-03-122-488/+20
|/ / /
* | | Merge pull request #2309 from oderwat/fix-tznameDominik Picheta2015-03-121-0/+5
|\ \ \
| * | | Adding a call to tzset() to implicitly initialize the tzname infos.Hans Raaf2015-03-121-0/+5
* | | | Merge pull request #2321 from def-/times-jsAndreas Rumpf2015-03-121-8/+9
|\ \ \ \
| * | | | Fix some compiler warnings in timesdef2015-03-121-8/+9
| |/ / /
* | | | Merge pull request #2320 from aurora/ssl-sigsegvAndreas Rumpf2015-03-121-1/+1
|\ \ \ \
| * | | | do not set mem functions on osxHarald Lapp2015-03-121-1/+1
| |/ / /
* / / / MD5 module: fixed parameter nameAraq2015-03-121-3/+3
|/ / /
* | | fixes #1845, fixes #2224Araq2015-03-121-13/+34
* | | Merge pull request #2307 from def-/test-fixes-2Andreas Rumpf2015-03-124-432/+15
|\ \ \
| * | | Clean up GCs a bitdef2015-03-102-6/+13
| * | | Remove unused rawsockets.pretty.nimdef2015-03-101-426/+0
| * | | Check that file passed to getFileInfo is not nildef2015-03-101-0/+2
* | | | Better documentation and rename of sortByIt().Hans Raaf2015-03-111-4/+17
* | | | Merge pull request #2311 from def-/result-macrosDominik Picheta2015-03-111-1/+12
|\ \ \ \
| * | | | Get rid of 'result shadowed' warning for async procsdef2015-03-111-1/+12
| |/ / /
* / / / Fix doc for asyncfiledef2015-03-111-8/+8
|/ / /
* | | fixed the tester; more tests greenAraq2015-03-101-18/+22
* | | fixes --gc:none regression; made some tests greenAraq2015-03-103-33/+42
* | | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be usedAraq2015-03-102-15/+17
* | | Merge pull request #2279 from nathan-hoad/sni-support-for-opensslDominik Picheta2015-03-102-18/+75
|\ \ \
| * | | Refine the definition of the server name callbcak.Nathan Hoad2015-03-081-3/+2
| * | | Some more documentation for the SNI related procs.Nathan Hoad2015-03-081-0/+12
| * | | Remvoe the visibility on these, given their forward declarations alreadyNathan Hoad2015-03-081-2/+2
| * | | isIpAddress doesn't have any effects, so fix it up to clean up connect.Nathan Hoad2015-03-081-2/+2