summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* bugfix: strutils.formatFloatAraq2012-05-091-3/+3
* Removed echos from uri module.Dominik Picheta2012-05-071-2/+0
* Added uri module.dom962012-05-061-0/+35
* The httpserver module now supports POST requests. Fix for captureBetween in t...dom962012-05-062-13/+69
* Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
* The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...dom962012-05-032-10/+54
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-012-1/+11
* Added a format function to the times module and a setCookie function to the c...dom962012-04-262-1/+149
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-152-13/+7
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-151-4/+6
| |\
| * | minor changes to make the test suite green againZahary Karadjov2012-04-152-13/+7
* | | @ is a sigil-like operatorAraq2012-04-151-7/+7
| |/ |/|
* | unicode: invalid utf-8 bytes are preservedAraq2012-04-131-4/+6
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-107-12/+216
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-093-6/+47
| * yet attempt to fix realpath for BSDAraq2012-04-071-1/+1
| * bugfix: expandFilename for BSDAraq2012-04-061-2/+2
| * small fixes for BSDAraq2012-04-061-1/+1
| * added terminal.isatty; nimgrep version 0.9Araq2012-04-061-2/+13
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-042-5/+11
| * added libsvm wrapperAraq2012-04-042-0/+127
| * added strutils.parseEnum; fixes #95Araq2012-04-011-2/+21
* | typetraits module and testsZahary Karadjov2012-04-101-0/+15
|/
* Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
* Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-222-6/+87
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-211-2/+2
|\
| * making tests green againZahary Karadjov2012-03-201-2/+2
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-193-6/+6
|\|
| * merged branch overloading-for-macrosZahary Karadjov2012-03-193-6/+6
| |\
| | * the test suite is mostly green againZahary Karadjov2012-03-163-6/+6
* | | preparations for marker procs generationAraq2012-03-191-2/+0
|/ /
* / unittest module compiles againAraq2012-03-171-5/+5
|/
* browsers module should compile on windows againAraq2012-03-101-1/+8
* unit test for #100Zahary Karadjov2012-03-101-4/+7
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-043-86/+249
* exported strutils.abbrevAraq2012-02-243-15/+14
* In the IRC module the socket is now closed when EvDisconnected event is created.dom962012-02-201-1/+14
* added matchers.parseIntAraq2012-02-201-2/+2
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-1/+2
* bugfix: semfold supports merging of '&'Araq2012-02-192-2/+19
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-185-10/+83
* Optimization for the times module; changed let to const.dom962012-02-171-5/+5
* niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+13
* little fixes for 0.8.14 releaseAraq2012-02-091-1/+12
* version 0.8.14Araq2012-02-091-1/+1
* closure implementation: first stepsAraq2012-02-041-0/+18
* optimized parseurl module a bitAraq2012-02-011-33/+45
* fixed #96 as good as technically possible (debug frames are allocated on the ...Araq2012-01-291-2/+2
* removed conflict in system.nimAraq2012-01-287-215/+825
|\
| * ftpclient fixes for windows.dom962012-01-281-10/+14