summaryrefslogtreecommitdiff
path: root/doc/api/buffers.markdown
Commit message (Expand)AuthorAgeFilesLines
* docs: improve buffer.fill() documentationBen Noordhuis2011-10-191-2/+2
* docs: Added missing parenthesis to buffer.readUInt8 example.koichik2011-09-301-1/+1
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-08-171-1/+1
|\
| * Docs: Not memcpy, but memmovekoichik2011-08-141-1/+1
* | Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-109/+147
* | Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl2011-08-081-0/+4
* | Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-70/+84
* | Add missing parentheses in buffer docs.Aku Kotkavuo2011-07-271-12/+12
* | Add an optional length argument to Buffer.write()koichik2011-07-241-5/+5
* | Merge branch 'v0.4'Ryan Dahl2011-07-141-0/+3
|\ \ | |/
| * Doc improvementskoichik2011-07-141-0/+3
* | Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+80
* | Add docs for buffer.fill()Ryan Dahl2011-05-061-0/+10
* | Add reading/writing of C integers to buffersRobert Mustacchi2011-05-011-0/+195
* | Merge branch 'v0.4'Ryan Dahl2011-04-141-2/+6
|\ \ | |/
| * Modify text about buffer.write and partial charsRyan Dahl2011-04-131-2/+2
| * Add docs about Buffer._charsWrittenRyan Dahl2011-04-121-0/+4
* | Merge branch 'v0.4'Ryan Dahl2011-04-031-3/+1
|\ \ | |/
| * Remove strange unicode output in docsRyan Dahl2011-03-281-2/+0
| * Correcting typo in docs: 'deprecated', not 'depreciated'Trevor Burnham2011-03-221-1/+1
* | Merge branch 'v0.4'Ryan Dahl2011-03-221-1/+4
|\ \ | |/
| * Document 'ucs2' encoding for Bufferkoichik2011-03-181-1/+4
* | Closes GH-695 Add 'hex' encoding to Bufferisaacs2011-02-191-0/+2
|/
* A few spelling fixes.Ryan Dahl2011-01-271-1/+1
* Add doc for Buffer.isBufferRyan Dahl2010-12-181-0/+3
* buffer.copy targetStart defaults to 0Ryan Dahl2010-11-291-1/+1
* Document defaults for buffer.copy()Ryan Dahl2010-11-291-1/+1
* Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs...Silas Sewell2010-11-211-5/+5
* Splitting documentationMicheil Smith2010-10-281-0/+160