summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into net2Ryan Dahl2010-02-264-5/+135
|\
| * Edit PrintHelp() textZoran Tomicic2010-02-261-1/+2
| * Add (unused) callback parameter to fs.readFile, fs.writeFileKarl Guertin2010-02-241-2/+2
| * Removed deprecation errors in src/node.ccJonas Pfenniger2010-02-241-2/+2
| * Add setgid,getgidJames Duncan2010-02-231-0/+27
| * Give signal handlers maximum priorityRyan Dahl2010-02-231-0/+3
| * added fs.link, fs.symlink, fs.readlinkRasmus Andersson2010-02-222-0/+99
* | Merge branch 'master' into net2Ryan Dahl2010-02-227-439/+555
|\ \ | |/
| * Fix for when EV_MULTIPLICITY=1Jérémy Lal2010-02-221-1/+1
| * Encoding 0 length data, returns '' instead of nullRyan Dahl2010-02-222-2/+4
| * Fix dns bug - first cb arg wasn't nullRyan Dahl2010-02-221-12/+18
| * Implement fs.readdirSync()Ryan Dahl2010-02-211-3/+22
| * Fix bug in process.mixin where deep copies would not work at all.Benjamin Thomas2010-02-211-4/+6
| * Revert "Add fs.readdirSync()"Ryan Dahl2010-02-211-26/+3
| * Expose fs.lstatisaacs2010-02-212-0/+29
| * Configurable debug ports, and --debug-brkZoran Tomicic2010-02-212-11/+90
| * Add fs.readdirSync()Micheil Smith2010-02-211-3/+26
| * Move errors for readPause and readResumeRyan Dahl2010-02-211-0/+9
| * Add note about Promise removalRyan Dahl2010-02-211-0/+3
| * Fixed encoding in fs.writeFile().Scott González2010-02-211-1/+1
| * Remove '--' from command line parsingJeremy Ashkenas2010-02-201-13/+13
| * Rename readPause and readResume to pause/resumeRyan Dahl2010-02-202-10/+10
| * Fix typo in fs.writeFileTim Caswell2010-02-201-1/+1
| * Simplify call to V8::IdleNotificationRyan Dahl2010-02-201-25/+11
| * Remove promisesRyan Dahl2010-02-201-85/+0
| * Experimental idle garbage compactRyan Dahl2010-02-201-0/+39
| * http.cat no longer uses PromiseRyan Dahl2010-02-191-7/+1
| * Do not use Promise in 'fs' moduleRyan Dahl2010-02-191-145/+111
| * fs.closeSync should return Undefined on successRyan Dahl2010-02-191-0/+1
| * Module loading no longer depends on PromiseRyan Dahl2010-02-191-59/+49
| * Remove Promise.prototype.wait()Ryan Dahl2010-02-191-66/+0
| * Truly synchronous require()Ryan Dahl2010-02-191-49/+150
| * fixed process.mixin to properly copy getters/settersRasmus Andersson2010-02-181-20/+25
| * Adding interface between node and libeio for Chmod.Micheil Smith2010-02-182-0/+36
* | Merge branch 'master' into net2Ryan Dahl2010-02-177-68/+170
|\ \ | |/
| * File API tweaksTim Caswell2010-02-161-7/+71
| * [debug] Give debug_watcher maximum priorityRyan Dahl2010-02-162-1/+3
| * [debug] Use ProcessDebugMessage() instead of executing empty scriptRyan Dahl2010-02-161-5/+1
| * Calculate page size with getpagesize for armelJérémy Lal2010-02-161-2/+2
| * Throw from connection.connect if resolving.Ryan Dahl2010-02-161-1/+1
| * API: connection.send() renamed to connection.write()Ryan Dahl2010-02-162-2/+14
| * Revert "Add process.startTime"Ryan Dahl2010-02-161-1/+0
| * Use InstanceTemplate() instead of PrototypeTemplate() for accessor methodsZoka2010-02-162-3/+3
| * Fix Promise.wait() for fired promisesFelix Geisendörfer2010-02-151-0/+12
| * Remove unused variableRyan Dahl2010-02-151-1/+0
| * Fixed: promise late chainYuichiro MASUI2010-02-151-1/+1
| * Rename 'posix' module to 'fs'Ryan Dahl2010-02-121-4/+4
| * Add process.startTimeRyan Dahl2010-02-121-0/+1
| * API: tcp events 'receive' to 'data', 'eof' to 'end'Ryan Dahl2010-02-122-9/+9
| * s/tinyclouds.org/nodejs.org/Ryan Dahl2010-02-121-1/+1